Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I'm having troubles with a script attempting to find a game's name with a script, help?

Asked by 3 years ago

Here's my code:

local service = game:GetService("MarketplaceService")
info = service:GetProductInfo(script.Parent.Parent.Parent.PlaceID.Value, Enum.InfoType.Product)
print(info)

It's saying "MarketplaceService:getProductInfo() failed because rawProductInfo was empty", please help.

Answer this question