Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does GetUserThumbnailAsync use the player's current clothing or clothing set on Roblox?

Asked by 3 years ago

https://developer.roblox.com/en-us/api-reference/function/Players/GetUserThumbnailAsync

GetUserThumbnailAsync will get a thumbnail of the user based on UserId, but I'm curious if this is fetching the player's clothing that is saved on Roblox or the payer's clothing at the time it is called.

For example, if a player's character does not have a hat normally, and my game adds a hat to the player, if I were to then call GetUserThumbnailAsync will the image have the hat?

If not, is there a similar function or way I can get the user's thumbnail with their current clothing?

0
Nothing done to the character in the game will show on the roblox website. So no, if you add a hat ingame to them, the thumbnail will not have that hat. You could possibly use viewport frames and have their character show there. DarkDanny04 407 — 3y

Answer this question