SHOW:
|
|
- or go back to the newest paste.
1 | local Player = game:service'Players'.localPlayer | |
2 | local chara = Player.Character | |
3 | local Head = chara.Head | |
4 | ||
5 | ||
6 | shirt= Instance.new("Shirt", Character) | |
7 | shirt.Name = "Shirt" | |
8 | pants = Instance.new("Pants", Character) | |
9 | - | chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=252315488" |
9 | + | |
10 | - | chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=252315501" |
10 | + | chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=179846293" |
11 | chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=181719879" |