How to make a circular player GUI?

How do I make a menu showing the player’s profile image in a circular shape?

I’m not very good at GUI, I already researched it but I didn’t find it, I don’t know if I did it right, but if you can help me I appreciate it.

1 Like

This should help but there is also a FM I can find in a bit.

2 Likes

Thanks, but I know how to make the player’s profile appear, I just don’t know how to circulate it
image

You could just paste it over the top of a circle using an image label.

For example on circle behind as a back plate and then the image then just the border of the circle I can mock one up for you real quick.

Circle copy Circle

2 Likes

Upload white circle image as decal and use it in a ImageLabel.

1 Like

Can I get the image of the circle? I already tried to find a circle to do this but I didn’t find any.

Thanks! ^^

1 Like

Just upload them to Roblox as a decal copy the image id into a image label and stack like I said and that should work.

1 Like

FYI, there is a publicaly available module which helps when trying to add circular borders to an image (pictures provided in linked topic). You can find more information here:

4 Likes

Glad to see my module is helping people. :slight_smile:

11 Likes

Hey, just wanted to let you guys know, that right now, 2022, there’s an even easier way to make any GUI circular:

Just insert a UICorner into the Image, like this:
imagen

Result:
imagen

6 Likes