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
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