Get Total Place's Players?

This is probably something simple but I can’t think of it right now. How would you get all players (a count, not all Instances) in the entire game, not just the specific server? Is there an endpoint for this that could be accessed with HttpRbxApiService?

1 Like

use

#game.Players:GetPlayers()

To get the amount of players

1 Like

I think he means the entire place, like get the count of all the servers instances`s players in the game

1 Like

I mean the entire place’s players, across all servers.

1 Like

Try this post:

4 Likes