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

Is there any way to make GUIs appear smaller on mobile?

Asked by 4 years ago

Stupid question, of course. GUIs are big on computer but small on mobile, I am looking for the solution because searching it up is quite unhelpful.

Thanks, Azure.

0
If you use the scaling part of the gui sizing, it should scale to that size on other devices and screens. UDim2.new(X Scale, X Offset, Y Scale, Y Offset) killerbrenden 1537 — 4y
0
Scale goes 0 through 1. Offset goes from 0 to the # of pixels on a person's screen. killerbrenden 1537 — 4y
0
Scale is recommended over Offset, as Offset doesn't scale with different screen sizes, but Scale does. killerbrenden 1537 — 4y
0
Is there a certain method to use offset and scaling? Dev_Azure -5 — 4y
0
I'm not sure if this is what you're looking for, but it helped me a lot! https://www.youtube.com/watch?v=53Xhim0HUU4#action=share AntiWorldliness 868 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

You can change the size manually or automatically. using it manually will take some time but if you want to do it automatically download this plugin https://web.roblox.com/library/1496745047/AutoScale-GUI It will scale the gui automatically for all device.

Ad

Answer this question