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

How do I resize GUIs depending on the Mobile device screen size?

Asked by 8 years ago

I'm experienced with the ROBLOX Studio and porting it to PC's. Not for Mobile, so to sum things up. I need some explaination and help. Not all, just some.

How will I resize the GUI according to the Mobile-device screen-size? Do I do getScreenSize?

It's hard, because when I try to make a GUI that is from the PC version. On Mobile, half of the screen is taken, and zoomed in.

0
I'm unclear on the subject, but yes, it's something like that. I think you can also check the operating system of a user, but I think there's restrictions now. GullibleChapV2 155 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

Scale is used to get the size of the screen, and distribute size of the object to fit the screen dimentions.

Scale works for both PC and Ios, Offset shouldnt be used.

Ad

Answer this question