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=304860789" |
8 | + | chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=395674792" |
9 | chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=468459489" |