How can i properly scale this GUI?

This is due to you using Scale.

I’d recommend having an invisible frame set to 1,0,1,0 so you can calculate the AbsoluteSize of a screen, and using offset to perform this instead.

1 Like

I use Scale, and it works perfectly fine. No AspectRatioConstraints, no IgnoreGuiInset
Studio


4s

1920x1080 Scale to Window

Real 1920x1080 (ignore the imssing buttons)

I know this post is marked as “Solved” but im still wondering how to do this as im still having issues with gui making on the same gui.

If you could provide a more in depth explanation or tutorial that would help greatly!