Items inside of Scrolling GUI with UIListLayout & UIGridLayout Not Scaling Properly

I am using aspect ratio constraints for the ui background itself, however everything but the contents inside of the scrolling guis are scaling properly.

How it should look:

How it looks on other devices:
image

It is scaled, but it isn’t changing anything. Maybe it’s the aspect ratio constraint, but why isn’t it applying to anything inside of the scrollinggui?

3 Likes

Just Scale the UIGridLayout
For example
image
Instade of
image

Its quite difficult to scale it, but its the only thing that works, I think

1 Like

You need to put the UIAspectRatioConstraint inside the ScrollingFrame for it to be affected.

Tried that, did not work. You have to click the X & Y properties of cell size and scale it under scale for it to work.

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