How do I make gui fit all platforms/screens?

The title explains my question very well. How would I do this? This is what I have:



1 Like

Use Scale to size the Ui rather than Offset.

You can do something more complicated involving AbsoluteSize and a little math (I think) but the easiest way is to just use Scale.

2 Likes

How would I scale it like you said??

Try out this video, it will explain how to accomplish this:

1 Like

Instead of using for example {0, 11} {0, 11} for squares, use something like {0.1, 0} {0.1, 0}
It basically scales to the percentage of each client’s screen, so instead of using pixels, it auto-scales to whatever device you’re using
Screenshot_3