Advertisement
yoyo74456

Bands

Aug 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. local USERNAME = "HANdsum"
  2. local plr = game.Workspace:WaitForChild(USERNAME)
  3. local player = game.Players:WaitForChild(USERNAME)
  4. -------------------------------------------------
  5. LeftArmAccessory = Instance.new("Accessory", plr)
  6. LeftArmAccessory.Name = "LeftArmAccessory"
  7. LeftArmBand = Instance.new("Part", plr:WaitForChild("LeftArmAccessory"))
  8. LeftArmBand.Name = "Handle"
  9. LeftArmBandWeld = Instance.new("Weld", plr:WaitForChild("LeftArmAccessory").Handle)
  10. LeftArmBand.Color = Color3.fromRGB(143, 76, 42)
  11. LeftArmBand.Material = "Neon"
  12. LeftArmBand.Reflectance = 1
  13. LeftArmBand.Transparency = 0.3
  14. LeftArmBand.Position = Vector3.new(-10.285, 2.65, -19.584)
  15. LeftArmBand.Size = Vector3.new(1.1, 0.3, 1.1)
  16. LeftArmBandWeld.Part0 = LeftArmBand
  17. LeftArmBandWeld.Part1 = plr:FindFirstChild("Left Arm")
  18. -------------------------------------------------
  19. RightArmAccessory = Instance.new("Accessory", plr)
  20. RightArmAccessory.Name = "RightArmAccessory"
  21. RightArmBand = Instance.new("Part", plr:WaitForChild("RightArmAccessory"))
  22. RightArmBand.Name = "Handle"
  23. RightArmBandWeld = Instance.new("Weld", plr:WaitForChild("RightArmAccessory").Handle)
  24. RightArmBand.Color = Color3.fromRGB(143, 76, 42)
  25. RightArmBand.Material = "Neon"
  26. RightArmBand.Reflectance = 1
  27. RightArmBand.Transparency = 0.3
  28. RightArmBand.Position = Vector3.new(-7.285, 2.65, -19.584)
  29. RightArmBand.Size = Vector3.new(1.1, 0.3, 1.1)
  30. RightArmBandWeld.Part0 = RightArmBand
  31. RightArmBandWeld.Part1 = plr:FindFirstChild("Right Arm")
  32. -------------------------------------------------
  33. RightLegAccessory = Instance.new("Accessory", plr)
  34. RightLegAccessory.Name = "RightLegAccessory"
  35. RightLegBand = Instance.new("Part", plr:WaitForChild("RightLegAccessory"))
  36. RightLegBand.Name = "Handle"
  37. RightLegBandWeld = Instance.new("Weld", plr:WaitForChild("RightLegAccessory").Handle)
  38. RightLegBand.Color = Color3.fromRGB(143, 76, 42)
  39. RightLegBand.Material = "Neon"
  40. RightLegBand.Reflectance = 1
  41. RightLegBand.Transparency = 0.3
  42. RightLegBand.Position = Vector3.new(-8.26, 0.55, -19.584)
  43. RightLegBand.Size = Vector3.new(1.05, 0.3, 1.1)
  44. RightLegBandWeld.Part0 = RightLegBand
  45. RightLegBandWeld.Part1 = plr:FindFirstChild("Right Leg")
  46. -------------------------------------------------
  47. LeftLegAccessory = Instance.new("Accessory", plr)
  48. LeftLegAccessory.Name = "LeftLegAccessory"
  49. LeftLegBand = Instance.new("Part", plr:WaitForChild("LeftLegAccessory"))
  50. LeftLegBand.Name = "Handle"
  51. LeftLegBandWeld = Instance.new("Weld", plr:WaitForChild("LeftLegAccessory").Handle)
  52. LeftLegBand.Color = Color3.fromRGB(143, 76, 42)
  53. LeftLegBand.Material = "Neon"
  54. LeftLegBand.Reflectance = 1
  55. LeftLegBand.Transparency = 0.3
  56. LeftLegBand.Position = Vector3.new(-9.31, 0.55, -19.584)
  57. LeftLegBand.Size = Vector3.new(1.05, 0.3, 1.1)
  58. LeftLegBandWeld.Part0 = LeftLegBand
  59. LeftLegBandWeld.Part1 = plr:FindFirstChild("Left Leg")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement