Scrolling Frame Cutting the last button

Why does the last item cut off?

image

image

2 Likes

There is probably a reason for this, and a practical way to fix it, but I don’t know what it is, so I will propose to you a hacky fix.

  • add another invisible button

Another somewhat hacky fix, you can try extending the ScrollingFrame’s CanvasSize by a small number of pixels (possibly the size of the UICorner).

1 Like

I changed the canvas size from {0, 0},{0, 0} to {0, 0},{1.27, 0} and it worked! thanks!

2 Likes

Sounds like a good fix but the script i have dont let that happen because im using the buttons names as a int value. ty for the answer!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.