Is there a way to check how many players a game has, even if the game being checked isn't the game being played right now?

Essentially, I’m looking for a service/function that’d let me enter in a game ID and give me how many players are playing that game.

1 Like

I don’t think there is a specific service/function to get how many players are playing a game. However you can probably use HttpService and a proxy to retrieve a certain game’s data, which may include the player count. There are a plethora of documents on the developer forum about proxies and retrieving game data.

Here’s a post similar to yours which has a person describing what a proxy is:

1 Like

Thanks you!

char requirement
char requirement

1 Like

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