|
| 14 Aug 2015 08:58 PM |
local kids = workspace.InGamePlayers_:GetChildren() repeat wait() until #kids == 1
whenever there is only 1 child it doesnt continue on with the script it just continues to wait |
|
|
| Report Abuse |
|
|
| |
|
| |
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 14 Aug 2015 09:13 PM |
local kids repeat wait() kids = workspace.InGamePlayers_:GetChildren() until #kids == 1
|
|
|
| Report Abuse |
|
|