Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local USERNAME = "HANdsum"
- local plr = game.Workspace:WaitForChild(USERNAME)
- local player = game.Players:WaitForChild(USERNAME)
- -------------------------------------------------
- LeftArmAccessory = Instance.new("Accessory", plr)
- LeftArmAccessory.Name = "LeftArmAccessory"
- LeftArmBand = Instance.new("Part", plr:WaitForChild("LeftArmAccessory"))
- LeftArmBand.Name = "Handle"
- LeftArmBandWeld = Instance.new("Weld", plr:WaitForChild("LeftArmAccessory").Handle)
- LeftArmBand.Color = Color3.fromRGB(143, 76, 42)
- LeftArmBand.Material = "Neon"
- LeftArmBand.Reflectance = 1
- LeftArmBand.Transparency = 0.3
- LeftArmBand.Position = Vector3.new(-10.285, 2.65, -19.584)
- LeftArmBand.Size = Vector3.new(1.1, 0.3, 1.1)
- LeftArmBandWeld.Part0 = LeftArmBand
- LeftArmBandWeld.Part1 = plr:FindFirstChild("Left Arm")
- -------------------------------------------------
- RightArmAccessory = Instance.new("Accessory", plr)
- RightArmAccessory.Name = "RightArmAccessory"
- RightArmBand = Instance.new("Part", plr:WaitForChild("RightArmAccessory"))
- RightArmBand.Name = "Handle"
- RightArmBandWeld = Instance.new("Weld", plr:WaitForChild("RightArmAccessory").Handle)
- RightArmBand.Color = Color3.fromRGB(143, 76, 42)
- RightArmBand.Material = "Neon"
- RightArmBand.Reflectance = 1
- RightArmBand.Transparency = 0.3
- RightArmBand.Position = Vector3.new(-7.285, 2.65, -19.584)
- RightArmBand.Size = Vector3.new(1.1, 0.3, 1.1)
- RightArmBandWeld.Part0 = RightArmBand
- RightArmBandWeld.Part1 = plr:FindFirstChild("Right Arm")
- -------------------------------------------------
- RightLegAccessory = Instance.new("Accessory", plr)
- RightLegAccessory.Name = "RightLegAccessory"
- RightLegBand = Instance.new("Part", plr:WaitForChild("RightLegAccessory"))
- RightLegBand.Name = "Handle"
- RightLegBandWeld = Instance.new("Weld", plr:WaitForChild("RightLegAccessory").Handle)
- RightLegBand.Color = Color3.fromRGB(143, 76, 42)
- RightLegBand.Material = "Neon"
- RightLegBand.Reflectance = 1
- RightLegBand.Transparency = 0.3
- RightLegBand.Position = Vector3.new(-8.26, 0.55, -19.584)
- RightLegBand.Size = Vector3.new(1.05, 0.3, 1.1)
- RightLegBandWeld.Part0 = RightLegBand
- RightLegBandWeld.Part1 = plr:FindFirstChild("Right Leg")
- -------------------------------------------------
- LeftLegAccessory = Instance.new("Accessory", plr)
- LeftLegAccessory.Name = "LeftLegAccessory"
- LeftLegBand = Instance.new("Part", plr:WaitForChild("LeftLegAccessory"))
- LeftLegBand.Name = "Handle"
- LeftLegBandWeld = Instance.new("Weld", plr:WaitForChild("LeftLegAccessory").Handle)
- LeftLegBand.Color = Color3.fromRGB(143, 76, 42)
- LeftLegBand.Material = "Neon"
- LeftLegBand.Reflectance = 1
- LeftLegBand.Transparency = 0.3
- LeftLegBand.Position = Vector3.new(-9.31, 0.55, -19.584)
- LeftLegBand.Size = Vector3.new(1.05, 0.3, 1.1)
- LeftLegBandWeld.Part0 = LeftLegBand
- LeftLegBandWeld.Part1 = plr:FindFirstChild("Left Leg")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement