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 4 years ago

Here's my code:

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

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

Answer this question