Advertisement
soubrhomi

Untitled

Nov 28th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. RightArm.BrickColor = BrickColor("Dark Blue")
  2. LeftArm.BrickColor = BrickColor("Lime Green")
  3. LeftLeg.BrickColor = BrickColor("New Yeller")
  4. RightLeg.BrickColor = Brickcolor("Really Red")
  5. Torso.BrickColor = BrickColor("Really Black")
  6. if me.Character:WaitForChild("Pants") then
  7. me.Character.Pants:Destroy()
  8. end
  9.  
  10. if me.Character:WaitForChild("Shirt") then
  11. me.Character.Shirt:Destroy()
  12. end
  13.  
  14. Set.Walkspeed("100")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement