Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---wip Clothes toggle script by banna eeeeeeeee
- -- lel i scripted this my self
- +9*
- player = Game.players.LocalPlayer
- char = player.Character
- costume = 1
- local shrt = Isntance.new("Shirt",char)
- Local pant = Instance.new("Pants",char)
- if costume==1 then
- shrt.ShirtTemplate =
- pant.PantsTemplate =
- costume==2
- elseif costume==1 then
- shrt.ShirtTemplate =
- pant.PantsTemplate =
- costume==3
- elseif costume==3 then
- shrt.ShirtTemplate =
- pant.PantsTemplate =
- costume==1
- end
- end
Add Comment
Please, Sign In to add comment