Why can't I make frames scale into a square shape with UIGridLayout?

Normally what I do to make frames square is change the SizeConstraint to RelativeYY, then change the Size coordinates X and Y to the same number like {.1,0},{.1,0} which works for me.

But in this case I want every frame to stay square no matter what your screen size is. Does anyone know how I can accomplish this?

use offset instead of scale i.e.:
{0,100},{0,100}

offset doesn’t scale the size with the screen though.

1 Like

uiaspectratioconstraints will fix that for ya