I've tried to look it up in the Wiki but it seems it doesn't have an article. Just to make sure, is this what I need to make a tournament script? (For the part where the script checks if there's 3 players at least to start the game?)
players = game.Players.NumPlayers print(players)
That's all it is.