Take the first image on this page for example: https://www.player.one/overwatch-march-12-update-patch-notes-players-share-replays-133698
In the bottom left, you can see an icon that represents the player's character (Tracer from Overwatch). This icon changes depending on the outfit selected by the user. I would like to do something similar where the user's icon would display whatever their Roblox avatar looks like.
So my question is how can I reproduce something similar on Roblox where what the Avatar looks like is reflected on their player icon in the GUI?
Image.Image = game.Players:GetUserThumbnailAsync(Player.UserId,Enum.ThumbnailType.HeadShot,Enum.ThumbnailSize.Size420x420)
There was another way to do it, but I forgot. When I get the link to the page, I'll post it here.
EDIT: I'm pretty sure this needs to be run on the server.