Help getting an avatar outfit thumbnail

Hi! I’m currently trying to fetch the thumbnail that’s associated with a players specific avatar outfit.

I’ve tried to concatenating the outfitID associated with the outfit, also tried using :GetUserThumbnailAsync() but that only returns the URL specific to the outfit thumbnail that is being worn, here is the code that I’m currently using and the result that I get.

Looked around on the developer hub and actually found a thread relating to this issue, but there was never a clear answer.

Screenshot 2023-02-07 191515
Screenshot 2023-02-07 191558
Screenshot 2023-02-07 191659

Anything helps, thanks!

2 Likes

You are using the wrong rbxthumb type. The Avatar content type will only point to the current avatar of the id provided. Instead, you will want to use the Outfit content type like so:
rbxthumb://type=Outfit&id=123456&w=150&h=150

1 Like

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