How to get the preview image of a clothing item

I can’t find another topic about this so am creating a new one.

How can I get this image, for example, with just the clothing id (5377515686) in-game. Is there a way similar to getting the headshot of a character which is pretty simple to do? I only want the preview on a character not the clothes texture itself, this is for a preview image.

image

I tried putting the clothing id after rbxassetid:// because I was curious but that didn’t work. Alternative solution consists of using character models in viewportframes but that’s slightly more complicated so looking for a simpler way first.

Thanks!

1 Like

https://www.roblox.com/asset-thumbnail/image?assetId=SHIRTIDHERE&width=420&height=420&format=png

3 Likes

That version is older, I’d recommend using this @mario118118 :

rbxthumb://type=Asset&id=${ASSET_ID}&w=150&h=150

https://developer.roblox.com/en-us/articles/Content

1 Like

how wouldd you make it show us as just the image andd not the texture map?

Please help, it should show as image and not the texture map