Hi, well in my game I am making a Menu but I have been having a big problem and that is that all the Guis are very badly adapted for all the devices I have tried to see the tutorial and plugins but nothing works, even on my PC they look bad while the I am adding they look good but when testing they are all messed up some Tips or solutions for this?
Try the following:
-
Change all “offset” values under position and size in Gui objects (e.g. text label, buttons, frames) to “0” and use “scale” property instead.
-
Ensure that your TextLabels have TextWrapped set to true, and TextScaled is set to true
-
If you have images in your gui, try playing around with SizeConstraint and ScaleType properties, it may help the situation.
-
You can also try AutoScale Lite - Roblox and see if it makes any difference
Ok so the first time I tried it and it looked better on the devices but it was very difficult to move and the guis got a little weird and about the plugin I tried that but it doesn’t work
Try using an UIAspectRatioConstraint, and adjust it to your liking as it helps to fit on other devices.
I tried but everything gets messed up…