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