How do i get information such as Server ID, game name, game developer, game vists, etc. to show in game

So recently i have been trying to figure out how to get the following information of a game.

  • Server ID
  • Game Name
  • Game ID
  • Name of Game Developer
  • Game Likes, Visits & Favourites count

The code is not for only one game, it is for any game which has the script

Any help is appriciated,
Thanks

Edit: And also number of servers running, number of active players, number of players in the server out of the max capacity (fill rate)


print(game.JobID)
print(game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
print(game.PlaceID)
print(Players:GetNameFromUserIdAsync(game.CreatorId)

-- cant do last one
2 Likes

Try this:

The only problem i see with that script is that it is only for a specific game, i want it to be universal for all games. I already got the code from the first post.

Thanks

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