Hello,
I am trying to get a circlular image of the player for a gui I am working on and I was just wondering how I could achieve this? I’ve tried the script below which gives me a square image. Thank you for your time.
(Example and script tested below)
Goal:
Script tested:
local ImageFrame = script.Parent
local userid = game.Players.LocalPlayer.UserId
ImageFrame.Image = "https://www.roblox.com/headshot-thumbnail/image?userId="..userid.."&width=420&height=420&format=png"