View difference between Paste ID: knV2ZSwT and UTrZ7z7V
SHOW: | | - or go back to the newest paste.
1
c = you:GetChildren()
2
for i = 1, #c do
3
if c[i].ClassName == "Shirt" or c[i].ClassName == "Pants" or c[i].ClassName == "CharacterMesh" then
4
c[i]:Remove()
5
end end
6
shirt = Instance.new("Shirt")
7-
jump = true
7+
shirt.Parent = you
8-
--char.Shirt:Remove()
8+
shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=514338717"
9-
--for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
9+
pants = Instance.new("Pants")
10-
for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
10+
pants.Parent = you
11-
wait()--shirt = Instance.new("Shirt", char)
11+
pants.PantsTemplate = "http://www.roblox.com/asset/?id=5567139615"
12-
--shirt.Name = "Shirt"
12+
13-
--pants = Instance.new("Pants", char)
13+
14-
--pants.Name = "Pants"
14+
15-
 
15+
16-
--char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=514338717"
16+
17-
--char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=5567139615"
17+
18-
tp = true
18+
jump = true