Here's my code:
1 | local service = game:GetService( "MarketplaceService" ) |
2 | info = service:GetProductInfo(script.Parent.Parent.Parent.PlaceID.Value, Enum.InfoType.Product) |
3 | print (info) |
It's saying "MarketplaceService:getProductInfo() failed because rawProductInfo was empty", please help.