i made a leaderboard gui, everything works fine but ScrollingFrame is awful
i cant reach the bottom of the list.
when i tested it in Studio, i look at AbsoluteCanvasSize, it was big enough to contain whole list.
but when i scrolled down it can’t reach the bottom. the problem is: AbsoluteCanvasSize is {597.11, 3459.81} but maximum CanvasPosition that i can reach is {x, 2961.2}
I suggest you to remove the part of the code where it adds UIPadding and instead of using that you should create invisible frame holder for the top. That’s what I did for my UI aswell!