How to get info about a game from game id

I am making a game where you can search up games by putting a game ID in a TextBox, and you can see the game name, image, etc.

The thing is, I don’t know if something like this even exists, because I have scoured the net for answers and I have yet to find a good answer.

Sorry if this doesn’t really explain what I am trying to achieve.

this might help you: How can i get a game's data?

1 Like


Uhh, I get this whenever I go to the website they linked, so I don’t think it works anymore.

Try this:
Replace PLACE ID HERE to your targeted place id.

local Info = game:GetService("MarketplaceService"):GetProductInfo( PLACE ID HERE )

print(Info)

I’m talking about a game, not a product or gamepass.
Edit: This did not work.