I had an idea to pre-made a gui for phone and pc and when player joins detect on which device they are on and then give a gui for them, but maybe i can fix this somehow?
First, use the scale for sizing (decimal numbers representing percentages of the parent UI). They’re the first and third numbers:
{x, 0, y, 0}
Then, use UIAspectRatioConstraints to keep the same aspect ratio and prevent them from stretching out and looking too different. I’ve learned that these work with the cell size property of UIGridLayous.