You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? I would like to make a build mode that works on ALL screens (You can get the build mode from my last post)
What is the issue? Even though I am using the scale, not offset: It still doesn’t work…
Here is what it is supposed to look like
What it looks like on different devices:
What solutions have you tried so far? I tried converting myself instead of using a plugin. Same result…
The plugin I use:
Autoscale Lite
The scale (On the triangle)
Thanks for helping me
1 Like
Elady17
(Green)
September 15, 2021, 10:42pm
#2
yeah I have had the same problem when i was making UI, i still dont know how to fix it
1 Like
Contain all the different uis into a frame and position the frame at the corner
2 Likes
joshuared
(joshuared)
September 15, 2021, 11:15pm
#5
Try changing the SizeConstraint of your GUI to either RelativeYY or Relative XX. This should help if your goal is to prevent the GUI from stretching on various screen sizes.
Alternatively, you could add a script that adjusts the scale of the GUI based on the device’s resolution.
6 Likes
Same. I just updated my game and the Guis all went back to origanal. I play on xbox and can barely see the words.
1 Like
Thanks! This worked very well!
You deserve an heart also <3