Is there a way to make the corners only on one side?

I wanna make a GUI with corners on it but I only want one side to be corners but I don’t know how I can do that.

here is a picture of the GUI


so the bottom I want to be no corners.

I’ve tried placing a frame behind that frame and making it the same color but for some reason, it doesn’t clip to the edge and then results to show white at the edge.

1 Like

I use this plugin, try it!

[UI Corner Editor - Roblox]

I don’t know if this is a problem with the plugin or if it is my GUI

Enable ClipDescendants

make the blue frame bigger on x and scale it up too.

Still didn’t work


image

this is it scaled up

yeah I’m probably too late but, make a new frame parented to the target frame. set the anchor point to 0, 1, the position to 0, 1 and the size to 1, 0.5. make sure to set the “scale” not “offset”, and of course use the same color with the other frame

One method is creating a new frame (or even CanvasGroup) that is the same size as the current target frame. Ensure that the new frame is invisible when ClipDescendants is enabled and BackgroundTransparency = 1.
Create a new frame within that frame in which is bigger, so that the bottom is clipped out, and alter the properties to your liking.