How can you keep track of the number of players in a game?
game.Players.NumPlayers -- Legitly all it is. :D
If you want a example. Do this!
function detectPlayers() if game.Players.NumPlayers >= 4 then print 'okay' end
This script will detect if 4 or more players are on the server. If so it will print okay.
Regards, Nathan.