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.
sata5pa3da
(sata5pa3da)
#2
1 Like
Uhh, I get this whenever I go to the website they linked, so I don’t think it works anymore.
fiziaque
(fiziaque)
#4
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.