| |
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 11 Sep 2011 07:11 AM |
function respawn(p,char) --Stuff end
function PlayerJoined(p) if p.Name == "bubblegumultrachew" or p.Name == "Plaza32" then script.Parent.AdminGui:clone().Parent = p.PlayerGui p.CharacterAdded:connect(function(char) respawn(p,char) end) end end game.Players.PlayerAdded:connect(PlayerJoined) |
|
|
| Report Abuse |
|
|
| |
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 11 Sep 2011 08:22 AM |
| Only added the CharacterAdded event... |
|
|
| Report Abuse |
|
|
| |
|