Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = you:GetChildren()
- for i = 1, #c do
- if c[i].ClassName == "Shirt" or c[i].ClassName == "Pants" or c[i].ClassName == "CharacterMesh" then
- c[i]:Remove()
- end end
- shirt = Instance.new("Shirt")
- shirt.Parent = you
- shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=514338717"
- pants = Instance.new("Pants")
- pants.Parent = you
- pants.PantsTemplate = "http://www.roblox.com/asset/?id=5567139615"
- p = game.Players.LocalPlayer
- char = p.Character
- des = false
- fling = true
- dot = false
- falling = false
- jump = true
Add Comment
Please, Sign In to add comment