How to make GUI fit on all devices

I’m almost done with creating an inflight entertainment system, but there’s one thing. I used AutoScale Lite (Clicked on scale for both position and size) but when I test it on mobile it doesn’t fit. I also tried UI Tools, but that didn’t work either. Can anyone help?

1 Like

oops, sorry, didn’t see the “tried UI plugins” there, my apologies…

Might be because I did it for the whole ScreenGui. Is there any way I can fix that?

Is easy, only scale in Properties and you find Size option, there instead of using OffSet to change size, put all OffSet to 0 and change the size using Scale option (is a little hard to see how to use in start, but for example, the size scale 1, is the size of screnn, the size scale 0.5 is the size of middle screen, so allways use a size of 0.1 to 1 and never above 1)

Make the same to Position, Position need to be in Scale instead of OffSet

I don’t know, I always use AutoScale Lite to fix the scaling on my GUIs but I don’t know how to fix that, I’m really sorry.

Scale doesn’t solve the problem.

If the device has a different aspect-ratio, or if it is in portrait, the UI objects will become squished even if it uses scale.