Wishxful
|
  |
| Joined: 06 Nov 2011 |
| Total Posts: 194 |
|
|
| 29 Oct 2012 06:18 PM |
I found this script and I tested it out.. Though it doesn't work :/
ItCountDown() else info.Value= It.Name.. " left the game!" wait(2) info.Value= "Re-Starting game!" wait(2) local list = game.Players:children() for i = 1, #list do if list[i].Character ~= nil then list[i].Character:BreakJoints() list[i].Alive.Value = false game.Workspace.GameStarted.Value = false end end CheckPlayers() end end |
|
|
| Report Abuse |
|
QuanW
|
  |
| Joined: 09 Feb 2012 |
| Total Posts: 162 |
|
| |