So im trying to get game information using marketplaceService but how do i make sure its always a gameid, not a image id, or something else, is there a way to filter so i only get gameid’s?
This is the code im using:
local market = game:GetService("MarketplaceService")
local info = market:GetProductInfo(GAME_ID)
print(info.Creator)
print(info.IconImageAssetId)
When i insert a id thats not a game the iconimageAssetId returns 0