ScrollingFrame scrollbars behave strangely with UICorner applied

As of recently, when a UICorner is applied to a ScrollingFrame, the 3 images that make up the scrollbar of said frame will also have their corners rounded off, when it should just be the frame itself:


Here I’m using the default scrollbar images, but this happens no matter what images the scrollbar is using.

Expected behavior

The UICorner should only round off the corners of the frame, and not the scrollbar inside it.

1 Like

Hey so what i recommend is that you put your scrolling frame inside a parent frame
and then add uicorner to the frame, then add uistroke, make it really thick and match the colors

2 Likes

In my experience, hiding the scrollbar when using UICorner usually resolves the visual inconsistencies. While this workaround helps for now, it is not ideal, and having a proper fix from Roblox would make UI design much more predictable and reliable. I hope this issue is addressed in a future update so that developers can apply UICorner freely without needing temporary solutions.

1 Like

Duplicate:

Duplicate of the report linked above.