How to get game name using ID?

As you can see by the title. I’m having problems… How do I get a specific game name using a LocalScript and using game ID to get the name.

1 Like

Here you go:

local name = game:GetService("MarketplaceService"):GetProductInfo(YOUR_GAME_ID_HERE).Name; 
1 Like