How can I make UI not be so small on small devices

Hello! How can I make the UI be bigger for Mobile? It is really small compared to how it is on other Platforms, and I just noticed that. How can I fix this?

Thanks! Any help will be appreciated! :grinning_face_with_smiling_eyes:

You can use a plugin for scaling! (Works for all devices no matter the resolution). This means that it’ll change the size of the GUI depending on the devices resolution.

Link:
[Plugin] AutoScale Lite for GUIs - Scale your UI

(There are other plugins out there if you dislike this one, or prefer another one)

1 Like

I’m not having an issue with scaling, I’m having an issue where it’s too small on mobile. And I already use that plugin and it’s fabulous, but that’s not really what I am asking at all.

Maybe remove the UIAspectRatioConstraint. I use autoscale and I don’t use UIAspectRatioConstraint and still get good scaling

1 Like

Alright, I will make sure to do that soon once I’m back at home! I think that would work since UIAspectRatio does scale really small sometimes, so I will definitely have to try this!

1 Like