Ban43_GodOfEdits

clothes

Sep 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ---wip Clothes toggle script by banna eeeeeeeee
  2. -- lel i scripted this my self
  3. +9*
  4.  
  5.  
  6.  
  7. player = Game.players.LocalPlayer
  8. char = player.Character
  9. costume = 1
  10.  
  11. local shrt = Isntance.new("Shirt",char)
  12. Local pant = Instance.new("Pants",char)
  13.  
  14. if costume==1 then
  15. shrt.ShirtTemplate =
  16. pant.PantsTemplate =
  17. costume==2
  18. elseif costume==1 then
  19. shrt.ShirtTemplate =
  20. pant.PantsTemplate =
  21. costume==3
  22. elseif costume==3 then
  23. shrt.ShirtTemplate =
  24. pant.PantsTemplate =
  25. costume==1
  26. end
  27. end
Add Comment
Please, Sign In to add comment