I am creating a game where you can equip different limited items from the catalog and need icons for the in-game catalog. How would I get the limiteds icon?
These posts should be able to help you reach that outcome:
I’ve tried all of those, none of them work with limiteds.
This:
https://www.roblox.com/asset-thumbnail/image?assetId=17408283&width=420&height=420&format=png
Works for me. I just tested it in studio. Replace the ‘number’ in assetId=number with the limited’s ID in the URL:
And then paste into a decal/image:
DECAL:
UI:
Is the issue that it does not work in your scripting?
It seems so only work with some limiteds, I tried using it on the void star and it wasn’t working. I’ll just upload the images that don’t work that way and put them in manually.
That’s odd - it’s working just fine for me with the Void Star. I used:
https://www.roblox.com/asset-thumbnail/image?assetId=1125510&width=420&height=420&format=png
And got:
Perhaps something was pasted incorrectly with the endpoint or Asset ID you used.
I think my Wi-Fi was being slow and was taking forever to load the images because it appears to be working now.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.