GUIs not adjusting properly


https://gyazo.com/365e79d3bbfd460e3fbfdb7333d2cc92 – what happens on other devices

why is this happening?
(i put it in scripting support because it may require a script, not that i’m asking for one to be given, i would like to know how i could adjust the GUI to fit like this on the screens of other devices)

You need to scale the ui using scale instead of offset.
There’s a plugin that can convert it automatically: https://www.roblox.com/library/1496745047/AutoScale-Lite
image

didn’t know that, will try it out!

just used it, assuming that the constraint button is what does the trick. however, the text just get further away from each-other than the original position, do i also do the scale thing with the position or is this a different issue?

No, do not use the constraint button. That makes it have the same size ratio on all devices. What you wanted to use is the unit conversion button.

1 Like