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?
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.
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()