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?