|
| 09 Nov 2011 06:55 AM |
game.Players.PlayerAdded:connect(onPlayerRespawned) function onPlayerRespawned(newPlayer) wait(1) if newPlayer.Character.Torso.roblox.Texture == "http://www.roblox.com/asset/?id=28046081" then game.Lighting.RaiderTeleportGui:Clone().Parent = newPlayer.PlayerGui end end end
function onPlayerEntered(newPlayer) newPlayer.Changed:connect(function (property) if (property == "Character") then onPlayerRespawned(newPlayer) end end) end
game.Players.PlayerAdded:connect(onPlayerEntered)
**When I do output, it says that the end before 2nd function needs <eof>** **Please provide other error corrections**
|
|
|
| Report Abuse |
|
|
|
| 09 Nov 2011 06:56 AM |
| Sorry the eof didn't come out (The output says I need eof) |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
| |
|
| |
|