View difference between Paste ID: W3miiEZb and iDaQPA0K
SHOW: | | - or go back to the newest paste.
1
local Player = game:service'Players'.localPlayer
2-
local chara = Player.Character
2+
local tord = 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=57295371"
8+
        tord.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=165153296"
9-
        chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=344747392"
9+
        tord.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=49186002"