of     1   

veryveryveryhidden
#138689031Monday, June 30, 2014 1:31 AM GMT

there are the right amount of players in the game while the game is running without putting if getplayers() then --code if getplayers() then --code and so on I was thinking a coroutine, but how would I end the game start function that is running?
veryveryveryhidden
#138776236Monday, June 30, 2014 8:41 PM GMT

bumping
veryveryveryhidden
#138802783Tuesday, July 01, 2014 12:40 AM GMT

-.-
veryveryveryhidden
#138806058Tuesday, July 01, 2014 1:11 AM GMT

againz
robokittydestroyer
#138806245Tuesday, July 01, 2014 1:13 AM GMT

Try using a repeat or while loop.
veryveryveryhidden
#138806945Tuesday, July 01, 2014 1:20 AM GMT

That wouldn't work, because it restarts after everything has been executed, and I would be yielding.
B_rcode
#138807571Tuesday, July 01, 2014 1:26 AM GMT

players = game:GetService("Players") repeat wait() until players:GetPlayers() > 1 or something like that lol
veryveryveryhidden
#138808057Tuesday, July 01, 2014 1:31 AM GMT

Yeah, I was thinking while the game was running

    of     1