I am making an accessory shop for my game that will let players equip items from the roblox catalog.
I want to be able to add new items to the shop just by typing the assetId of the item. Is there a method or API that will let me get the catalog items’s thumbnail, name, price, etc from an assetId?
I want the item’s catalog thumbnail for the shop UI so I don’t have to make my own decals for every item.
If there is a good way to do this (I’m sure there is as I’ve seen games using this feature) some examples would be appreciated. Thanks