Advertisement
justneed

Untitled

Aug 25th, 2024 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.51 KB | Source Code | 0 0
  1. --stand script my own
  2. --this script is visual / client side
  3.  
  4. local men = game.Players.LocalPlayer
  5. local esp = Instance.new("BoxHandleAdornment",men)
  6.  
  7. esp.Adornee = men
  8. esp.ZIndex = 0
  9. esp.Size = Vector3.new(2,2,1)
  10. esp.Transparency = 0
  11. esp.Color3 = Color3.fromRGB(85,85,85)
  12. esp.AlwaysOnTop = false
  13. esp.Name = "stand"
  14. esp.SizeRelativeOffset = Vector3.new(-1.1, 1.87, 1.5)
  15.  
  16. esp.Adornee = men
  17. esp.ZIndex = 0
  18. esp.Size = Vector3.new(1,2,1)
  19. esp.Transparency = 0
  20. esp.Color3 = Color3.fromRGB(100,100,100)
  21. esp.AlwaysOnTop = false
  22. esp.Name = "stand"
  23. esp.SizeRelativeOffset = Vector3.new(-1.9,1.875,1.5)
  24.  
  25. esp.Adornee = men
  26. esp.ZIndex = 0
  27. esp.Size = Vector3.new(1,2,1)
  28. esp.Transparency = 0
  29. esp.Color3 = Color3.fromRGB(100,100,100)
  30. esp.AlwaysOnTop = false
  31. esp.Name = "stand"
  32. esp.SizeRelativeOffset = Vector3.new(-0.3,1.875,1.5)
  33.  
  34. esp.Adornee = men
  35. esp.ZIndex = 0
  36. esp.Size = Vector3.new(1.1, 1.1, 1.1)
  37. esp.Transparency = 0
  38. esp.Color3 = Color3.fromRGB(100,100,100)
  39. esp.AlwaysOnTop = false
  40. esp.Name = "stand"
  41. esp.SizeRelativeOffset = Vector3.new(-1.1, 2.455, 1.5)
  42.  
  43. esp.Adornee = men
  44. esp.ZIndex = 0
  45. esp.Size = Vector3.new(1,2,1)
  46. esp.Transparency = 0
  47. esp.Color3 = Color3.fromRGB(100,100,100)
  48. esp.AlwaysOnTop = false
  49. esp.Name = "stand"
  50. esp.SizeRelativeOffset = Vector3.new(-1.34, 1.11, 1.5)
  51.  
  52. esp.Adornee = men
  53. esp.ZIndex = 0
  54. esp.Size = Vector3.new(1,2,1)
  55. esp.Transparency = 0
  56. esp.Color3 = Color3.fromRGB(100,100,100)
  57. esp.AlwaysOnTop = false
  58. esp.Name = "stand"
  59. esp.SizeRelativeOffset = Vector3.new(-0.88, 1.11, 1.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement