How to get a gui to fit perfectly on all devices

I want to be able to fit GUI on all devices, I have practically tried everything from using a GUI aspect ratio constraint even from the autoscale plugin but the GUI is still so off on different devices.

My Device (4k Monitor):


1080p Monitor:

Sure its the same proportion but the size and position are way off, and I am using a UIAspectRatio Constraint with all the properties on scale using the autoscale plugin

I’ve tried everything so anything can help, Thanks.

This tutorial may help:

2 Likes

This is the plugin I was talking about, I used it and yet it still didn’t scale right.

1 Like

Sorry, it turns out it was because the anchor point of the GUI needs to be (0.5,0.5).

2 Likes

Yep it says that in the tutorial as well.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.