How would i make a curved in gui

Not entirely sure how to explain it that well but kinda like a square gui with a circular cutout on one side
How would i make something like this

1 Like

You can make a curved GUI by inserting a UICorner into a GuiObject.

Result:

image

i meant like a circle cut out of the side, kinda something like
image
Except ya know the circles a little smaller, and a oval

You could try making an ImageLabel or ImageButton and insert a picture ID that you can design using and editing software to accomplish something like this design:

image

Also you could maybe adjust the UICorner properties which might work as well.