of     1   

Myzta
#182515589Wednesday, January 27, 2016 8:54 PM GMT

script.Parent.Torso.ClickDetector.MouseClick:connect(function(player) local char = player.Character if script.Parent:FindFirstChild("Shirt") then if char:FindFirstChild("Shirt") then char.Shirt.ShirtTemplate = script.Parent.Shirt.ShirtTemplate end end if script.Parent:FindFirstChild("Pants") then if char:FindFirstChild("Pants") then char.Pants.PantsTemplate = script.Parent.Pants.PantsTemplate end end end)
Myzta
#182515711Wednesday, January 27, 2016 8:56 PM GMT

bump.. lele
Myzta
#182515822Wednesday, January 27, 2016 8:58 PM GMT

cough o-o
Myzta
#182515894Wednesday, January 27, 2016 8:59 PM GMT

help?
Myzta
#182516170Wednesday, January 27, 2016 9:04 PM GMT

Anyone :D?
C_Sharper
#182516254Wednesday, January 27, 2016 9:05 PM GMT

I said it before and I'll say it again Wait before you run the code, May have to be LocalScript. while game.ContentProvider.RequestQueueSize > 0 do wait() end

    of     1