MarketplaceService:GetProductInfo() IconImageAssetId is 0

im trying to get hats made by roblox and display them in a menu, but the IconImageAssetId always seems to be 0.
image
heres how the MarketplaceService function looks like in the code:

MPS:GetProductInfo(itemId, Enum.InfoType.Asset)

(MPS is MarketplaceService)

nvm found a solution IconImageAssetId returning as 0

"rbxthumb://type=Asset&id="..itemId.."&w=420&h=420"
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.