How do I keep square GUI's the same in a GridLayout?

I have a UIGridLayout and 9 frames under the same parent and the cell size is 55x55.

I originally used AutoScale to keep the squares smaller if the screen is smaller, that didnt work.
I then just did that for UIGridLayout and it didn’t work either.

The problem is… the squares stay the same size no matter how big the screen is.

2 Likes

The frame that has the UIGridLayout under it should have a size that is in scale and the UIGridLayout its self should have a scaled cellsize then it will scale for any size screens.

Yeah the parent is scaled, it works when i change the screen size, but all the frames do not change size

1 Like

Is the cellsize scaled or in offset?

image
This is all it says

1 Like