Question about roblox's api

is it possible to retrieve a user’s outfit thumbnail like this one via roblox’s api? (i already have a system that imports outfits as a model in-game but would prefer to allow the user to actually choose which outfit to load)
image

Yes this is possible through GetUserThumbnailAsync. Specify a full body shot on Enum.ThumbnailType

If you are looking for the web api it can be found on
the thumbnails api. The specific endpoint for your request is https://thumbnails.roblox.com/v1/users/avatar?userIds={UserId}&size=420x420&format=Png&isCircular=false.

2 Likes

i actually found a way to get the icon of an outfit via the id, i’ll have to see if it’s possible in-game. thank you for the info about the api

Ah, you might have found the solution by now but you can use rbxthumb to get an image of a specific outfit rbxthumb://type=Outfit&id=OUTFIT_ID&w=420&h=420

1 Like

thank you!

xxxxxxxxxxxxxxxxxxxxxx

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