How to make scrolling frame fit to any device?

I am tryna make scrolling frame and got issue with the size of it

here is on my device


and here is when on the other device
image

I’ve been seaching for the other topic but no see to slove this issue
I’ve used Auto Scale Lite but still issue

3 Likes

You should try editing the scale size of the frames instead of the offset size (if you haven’t done that already).

3 Likes

Make sure youre using scale, which it looks like you are. This is a limitation on the size of smaller device screens, I would say that you should have some script which checks if the screen size (resolution) is smaller than a certain threshold and then make the gui the full height of the screen.

3 Likes