--Hi lol! ;3 groupID=961606 shirtID=145518388 pantsID=148193016 game.Players.ChildAdded:connect(function(p) p.CharacterAdded:connect(function(c) Delay(1, function() if p:IsInGroup(groupID) then if c:FindFirstChild("Shirt")~=nil then c.Shirt:Destroy() end if c:FindFirstChild("Pants")~=nil then c.Pants:Destroy() end local news=Instance.new("Shirt",c) news.ShirtTemplate="http://www.roblox.com/asset/?id="..shirtID - 1 local newp=Instance.new("Pants",c) newp.PantsTemplate="http://www.roblox.com/asset/?id="..pantsID - 1 end end) end) end)
When I enter my place.. it don't give me the uniform. D: Please help me.