Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Guis Appear Too Small on Mobile Devices How Can I Fix This?

Asked by 3 years ago

This is probably not the appropriate place to get some help with this issue, but I'm having some issues regarding sizing my GUI buttons. I'm aware of the size numbers being on scale rather than offset; however, my issue is that whenever I test for mobile: the buttons and frames appear too small, ultimately making it hard to play. I was considering making different layouts for pc and mobile players, however, some people have said that it's not a good practice as it takes longer to get the job done; moreover, it ultimately causes "memory redundancy." I've tried using anchor point, constraints, and plugins to resolve my issue, however, none have been successful. If anyone could give me some suggestions or advice as to what I can do, I'd greatly appreciate it!

"Average Laptop": https://i.gyazo.com/57e78fa8e2b40dc91072c0cb9fbaaf08.jpg

"iPhone X": https://gyazo.com/a970fbd9ffb16847801fe035cb8a8c3b

0
If the screen size in pixels is below a set amount, just adjust the scale to a value that suites the size. Hacreey 49 — 3y
0
At times, sizing Offset can mess up the sizing, try to have 0 offset and go with scale only. RazzyPlayz 497 — 3y

Answer this question