How can I get the thumbnails of catalog assets?

I want to be able to get the thumbnails assets so I can put them on ImageLabels. So far, I’ve only been able to get images links from tr.rbxcdn which Roblox does not allow in their games. I noticed that Trade Hangout managed to find a way around this issue. I would appreciate any help.

1 Like

Hi! Try this:
1.) go to roblox.com and press “Create”,
2.) download Thumbnail you want to have in game,
3.) press Decals and upload Thumbnail and press Upload,
4.) after that have in inventory the thumbnail and now you can use it in your games.

If you want to upload more images then you need to verify your age. It will go from max 15 per month to max 500 per month.

ImageLabel.Image = "rbxthumb://type={TYPE}&w={WIDTH}&h={WIDTH}&id={ID}"

This is the purpose of the rbxthumb content provider.

4 Likes

Thanks for the help, it was easier to do than I expected