uyoy
|
  |
| Joined: 12 Mar 2012 |
| Total Posts: 2260 |
|
|
| 02 Nov 2013 12:05 AM |
game.Players.PlayerAdded:connect(function(nP) if nP.TeamColor == BrickColor.new("Cyan") then nP.Chatted:connect(function(msg) if string.lower(msg) == "close arena" then x = game.Lighting.Arena:Clone() wait() x.Parent = game.Workspace end end) end end) |
|
|
| Report Abuse |
|
|
uyoy
|
  |
| Joined: 12 Mar 2012 |
| Total Posts: 2260 |
|
| |
|
|
| 02 Nov 2013 12:10 AM |
| Please wait 12-24 hours in between bumps, It takes around 4 hours to write a script this complex |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2013 12:11 AM |
| Output. If you don't know how to get it in game look up Remote erroring whatever |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2013 12:12 AM |
I think you need to have ends in beetween functions try this...
game.Players.PlayerAdded:connect(function(nP) if nP.TeamColor == BrickColor.new("Cyan") then end end) nP.Chatted:connect(function(msg) if string.lower(msg) == "close arena" then x = game.Lighting.Arena:Clone() wait() x.Parent = game.Workspace end end)
|
|
|
| Report Abuse |
|
|