Hey I'm using the avatar thumbnails for one of my games but they are super fuzzy and idk how to fix it. My code is
local Player = game.Workspace.Main.Avatar.playerName.Value print(Player) script.Parent.Image = "https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username="..Player
Is there like a new way to do this so that it's actually high resolution
It might be over scaled. A simple fix for this is messing with the image's size.
Another fix might be changing the scale type. You can find this in properties.
Example: http://prntscr.com/m3uj9k
If this helped, don't hesitate to mark it as an answer.