UICorner property only being applied to the left side of my frame

In the following image, my black Frame is placed inside of a ScrollingFrame.

The problem I’m facing here since my black frame has an UICorner of 0, 4 is that the property of that UICorner is not applying on both sides of the element.
Screenshot 2021-10-27 at 14.34.38
Screenshot 2021-10-27 at 14.34.45

How can I apply corners to every side of my element and how can I make the frame “ignore” the ScrollBarImage?

1 Like

Hey there! It appears that the black frame that you’re struggling on has it’s size scale set to 1, try a lower value and you’ll eventually see the rest of the corner on the right side of the frame.

Hope it solves your problem!