Gui is too small on bigger monitors, but if I make it larger, it can't be seen on the smaller screens

This is the problem. This looks fine on my laptop, but on a large monitor, the gui is way too small. Is there a way to have it scale up automatically?

You could use UISizeConstraint so that the GUI size won’t change when viewed on another device, it would just probably make it a little bit small but not too small.

The UISizeConstraint ensures a GuiObject does not become larger or smaller than the UISizeConstraint.MaxSize and UISizeConstraint.MinSize. (It’s basically math.clamp)

1 Like

Hello :wave:
I would recommend using AutoScale Lite as it can help scale your UI with both Scale and Offset. This is a great tool to use. Instructions on how to use this can be found here

3 Likes