I’m making a little arena minigame for my game in the lobby, and it looks completely fine here:
However, when I scroll this happens:
I’ve tried ticking the ClipsDescendants on for everything and it doesn’t work. I’ve tried adding a UI corner to the scrolling frame and that doesn’t work either.
Can someone help me please?
1 Like
A CanvasGroup with a UICorner inside will clip its descendants so that the corners remain cleared out. You’re in for some shenanigans if you want to keep the scroll bar on the outside though.
Unfortunately ScrollingFrames completely ignore UICorners.
You could either try to save it with some UIPadding, or you sadly have to get rid of the corners.