The title explains my question very well. How would I do this? This is what I have:
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??
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