ContentId for Developer Products

I’ve been looking all over for a ContentId format for Developer Products. I’ve found formats for gamepasses, avatars, bundles, and basically anything but Developer Products. Does such a thing exist for Developer Products? If not, are there any alternative solutions to being able to get the thumbnail/image of a DevProduct in a script?

Thanks in advance!

are you referring to the url format?

Correct, but rbxassetid:// isn’t working for me. When I use that and put the Developer Product ID after it, it’s returning a random image rather than the image of my Developer Product; probably because there’s an asset on Roblox with the same ID as the Developer Product.

According to the Roblox Creator Documentation Site page for Developer Products, you can use MarketplaceService:GetProductInfo() to:

get information about a specific Developer Product, such as its price, name, or image … [by using] a second argument of Enum.InfoType.Product

When using that, the thumbnail / image can be referred to within the dictionary it returns by “IconImageAssetId”, based on the documentation for :GetProductInfo()

1 Like

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