My GUI Frame won't work with UI corner

  1. What do I want to achieve? I want to use UICorner to make the corners of my GUI frame round.

  2. What is the issue? Whenever I added UICorner to my frame, nothing happened. The edges remained to be sharp, 90-degree angles.
    With UICorner


    Without UICorner

    The only other things that I added to affect the frame were a UIGridLayout and a UIPadding. All of the other frames and buttons and such rounded when I added UICorner.

  3. What solutions have I tried so far? I have tried to increase the radius of the UICorner, but it had no effect. I also tried to delete the UIPadding and the UIGridLayout, but that just made the whole GUI look worse.

Could anyone help? It would be very appreciated!

Thanks!

5 Likes

What are you trying to add UICorner to? It looks like your adding it a frame that already has rounded edges.

3 Likes

I’m trying to add the UICorner to the big/main frame. The only one that isn’t rounded.

2 Likes

I tried the same thing, it seems like the UICorner does not work on ScrollingFrames (yet). Maybe this is yet to be added because the UICorner is still in beta?

5 Likes

I suppose that would make sense. Thank you!

2 Likes

More information on UICorner’s effects on ScrollingFrame and the plan to support them at a later date were posted in the initial announcement of UICorner;

20 Likes

Yeah, I was just searching for that :3

1 Like

ah so it’s something for the future, that’s good to hear.

2 Likes

For anyone still wondering, this is still not possible.
My simple solution is to just have a rounded frame with a scolling frame inside. The scrolling frame just needs to have an invisible background.

8 Likes

It’s now almost May 2023, ui corners still do not support scrolling frames. I am starting to wonder if it ever will.

5 Likes

It’s been 3 years now. Where’s the UICorner support for ScrollingFrames?

5 Likes

big brain workaround:

  1. make normal frame with ui corner
  2. add scrolling frame inside
  3. make scrolling frame invisible
2 Likes

@Black1fied already said that, read the whole forum first

3 Likes

waiting… 4 years later… no ui corners…

4 Likes

Where is the UI corners Roblox?

2 Likes

What i just thought of is you can make a frame, add a ui corner to it, then add the scrolling frame inside of the frame

1 Like

No update yet… where is it @Roblox?

1 Like

I know this is very late but, why don’t you just put the ScrollingFrame in a CanvasGroup with an UICorner?

still no ui corners on scrollingframes…

still no ui corners @Roblox
where is it

1 Like