Getting the concurrent players of a PLACE with script

and I mean PLACE, not experience/starter place.

Is a place and experience not the same thing?

You can get the amount of concurrent amount of players in one server by doing:

#game:GetService("Players"):GetPlayers()

If you mean you want the total active users in a game, you could use:
https://games.roblox.com/v1/games?universeIds={UniverseIDs}

An experience can have multiple places

its a place not a universe or experience

Thank you guys for not helping. I have figured it out myself; I manually calculated the concurrent players using MessagingService.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.