My Gui won't resize correctly on smaller devices

My Gui won’t resize correctly on smaller devices, and I have put UIAspectRatioConstraint, and I have tried multiple plugins, but my Gui still won’t resize correctly, How would I fix this?
My Gui on a Iphone XR:
Screenshot 2022-09-03 204537

Have you set the size to scale or offset

I have tried that, but it doesn’t seem to change anything

Have you tried not using AspectRatioConstraing and setting the size of everything to scale except the cell in the ScrollingFrame (set that to offset)

1 Like

So what you are saying is I should not using AspectRatioConstrants?

Yes sometimes that works for me when there is an issue with scaling

Make sure all of the elements within the GUI have their SizeConstraint property set to RelativeXY. If not, adjusting this propery will change the size of the elements but just correct the size after that, and it should keep your elements within the borders of the parent UI.

I believe you have Grid Layout in your scrolling frame.
I suggest you check cell size of the UIGridLayout
If it’s offset based, you’ve found the issue