Is it possible to only make some conners rounded?

I am wondering if it is possible to only have some corners rounded when using UiCorners.

image

I want it so that the top corners of these text labels are rounded but not the bottom ones. If this is possible how do I do it?

2 Likes

You’d have to make an imageLabel, or place an empty label without rounded corners below that one.

2 Likes

An alternative that you could do is make the rounded square in a photo-editing software, that way you could freely edit how it looks like.

2 Likes

All the other methods are impractical, here’s a method i do which is really simple.
You can make a frame thing at the bottom with border transparency set to 0 and is the same color as the cornered ui. So that way, some sides are sharp while other’s aren’t

@SuperEmeraldMaster1

2 Likes

I personally use a free program called Adobe XD, in here, you can add a box and bevel individual corners or selected corners as demonstrated below.


However, if you wish to do it other ways, you would have to make it in another image editing program and import it into Roblox as an ImageLabel

1 Like

Here’s a better explanation as to what @luisgamercooI231fan hopefully means:

You can have a simple frame that sits at the bottom with no border (BorderSizePixel 0). You position it at the bottom and you can extend the size to any length greater than the (absolute) corner radius of the frame with rounded corners, but I decided to make the size extend up to the rounded corners at the top:

image

(Me selecting the other frame)

Its properties:
image
image

1 Like

You can use this plugin [Roundify]

It could help you rounding your corners.
Edit : I Misread it as all corners not selected corners, mb

1 Like

add a ui stroke set its thickness to 0.1 and its LineJoinMode to bevel, add a UIGradient under it and edit its transparency curve (by clicking the … on transparency) and rotation depending on which corner(s) you want to not have rounded.

(I duplicated the frame into itself and removed everything in the duplicated ones except for the UICorner a few times due to a weird GUI bug that makes rounded corners have a 1px transparent border around it, all duplicating it does is help to remove it.)

Examples