Game Visitor / Player Counter to Discord

Hey I was wondering if there is a good way to query how many players are currently in a game via a Discord bot. As far as I’ve seen, there is a direct API connection that I could use to get info from games.

Have you perhaps already done something like this, or do you know a way to solve this?

1 Like

You can get the UniverseId from: https://games.roblox.com/docs#!/Games/get_v1_games_multiget_place_details
You can get the stats from: https://games.roblox.com/docs#!/Games/get_v1_games_multiget_place_details

I hope that’s what you were looking for.

1 Like