zed_isJayTheLionJR

Untitled

Oct 8th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. c = you:GetChildren()
  2. for i = 1, #c do
  3. if c[i].ClassName == "Shirt" or c[i].ClassName == "Pants" or c[i].ClassName == "CharacterMesh" then
  4. c[i]:Remove()
  5. end end
  6. shirt = Instance.new("Shirt")
  7. shirt.Parent = you
  8. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=514338717"
  9. pants = Instance.new("Pants")
  10. pants.Parent = you
  11. pants.PantsTemplate = "http://www.roblox.com/asset/?id=5567139615"
  12. p = game.Players.LocalPlayer
  13. char = p.Character
  14. des = false
  15. fling = true
  16. dot = false
  17. falling = false
  18. jump = true
Add Comment
Please, Sign In to add comment