Do Ui Corners not work on scrolling frames?

Hello Developers!,
I was recently creating a GUI for a plugin that I’m in the works of. The problem I’m having is that the scrolling frame is not being affected by the UI corner. Am I doing something wrong? Or is it just studio?

Merry Christmas!

Any help is appreciated,
OceanTubez

3 Likes

ScrollingFrames aren’t currently supported by UICorners. You can, however, add in a frame with a size of {1, 0, 1 ,0} centered behind it, then put a UICorner into it.

7 Likes