I have a game, and I want it to start when there is at least 3 players online. How would I go about doing this?
The easiest method is by using the NumPlayers
property of Players
.
That, or you could use #game.Players:GetPlayers(), but your method is better.