How to get an image of the Bundle/Animations/Emote thumbnail from the catalog ingame?

I tried using the https://www.roblox.com/asset-thumbnail/image?assetId=ID&width=420&height=420&format=png link to see if it’d do anything, but unsuccessful. However, I’ve seen people, by just using the API, manage to fetch the image. How is that done?

Check out the documentation for rbxthumb

In this case you can use:
rbxthumb://type=Asset&id=ID&w=420&h=420

4 Likes

Thanks! Will check it out right now.