Need help finding concurrent/total players in my game

I’ve been looking for a while now and I cannot solve this problem, I need to get total amount of players playing my game, not in the one server but the whole game.

If anyone could send me documentation about this, or send me a solution it would be great help.

There’s an API endpoint where you can get your CCU:

https://games.roblox.com/v1/games?universeIds={universeID}

Note that universeID ~= placeID or gameID. You’ll need to get your universe ID from the create.roblox.com website.
image

2 Likes

thank you