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

Avatar thumbnail super fuzzy?

Asked by 5 years ago

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

1
check its size it may be too small or too streched WideSteal321 773 — 5y

1 answer

Log in to vote
1
Answered by
SpiralRBX 224 Moderation Voter
5 years ago
Edited 5 years ago

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.

Ad

Answer this question