|
| 09 Jun 2012 02:27 PM |
game.Players.PlayerAdded:connect(function(pl) pl.CharacterAdded:connect(function() if (pl.Character:findFirstChild("Shirt")) then pl.Character.Shirt:Destroy() end if (pl.Character:findFirstChild("Pants")) then pl.Character.Pants:Destroy() end wait() q = Instance.new("Shirt") q.Parent = pl.Character q.ShirtTemplate = "ID NUMBERS" w = Instance.new("Pants") w.Parent = pl.Character w.PantsTemplate = "ID NUMBERS" end) end)
I inserted the ID things, but I don't want anyone to have them.
Now can someone please add that but with a hat, that says "ID NUMBERS" where I insert the ID?
Thanks!
I'll give credit as well!
|
|
|
| Report Abuse |
|
|
| |
|
seed100
|
  |
| Joined: 14 Aug 2009 |
| Total Posts: 9549 |
|
|
| 09 Jun 2012 02:29 PM |
| I could, but this is in the wrong forum so no |
|
|
| Report Abuse |
|
|
|
| 09 Jun 2012 02:29 PM |
Yes, but I had NO REPLIES at the scripting forum.
If I did I would've put it there (which I did) |
|
|
| Report Abuse |
|
|