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

How would I go about getting a player thumbnail?

Asked by 4 years ago

I have my code grabbing the image but is there a way to make it come as a circle or would I have to make the image label itself round?

0
I don't think there's a way you can make a circular GUI. You can make a GUI with rounder edges using a cool plugin by Stelrex. https://www.roblox.com/library/2233768483/Roundify AntiWorldliness 868 — 4y
0
@LoveSpeaksOutTruth, check my post, you need to overlay another image on top of the original one User#834 0 — 4y
0
luke, could you join the discord and @ me. I can show you an example of what you have to do. User#834 0 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

You can get the player his actual thumbnail using GetUserThumbnailAsync.

Those however are just regular square images. If you need them round you can add an ImageLabel as a child of your ImageLabel that contains the thumbnail. The child image would contain a round border so you can hide the corners of the image.

0
Thanks for the help! lukeh990 23 — 4y
Ad

Answer this question