Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char.Shirt:Destroy()
- char.Pants:Destroy()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
- char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement