How would I get the image for a limited on the Roblox catalog?

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.

1 Like

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:
image

And then paste into a decal/image:

DECAL:


UI:

image

Is the issue that it does not work in your scripting?

1 Like

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.

1 Like

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.

1 Like

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