I’m making a leaderboard and want it to be positioned right under the little menu toggle in the top right. In studio, it looks like this;
In an actual game, it looks like this;
I am using scale for everything, along with a UI constraint for mostly every frame. I also have IgnoreGuiInset enabled. What can be causing the frame to shift that dramatically?
It’s because of the resolution of the different screens (I think), a plugin like AutoScale (Lite) would help with this.
There are also AutoScale Plus and Nightly versions that cost robux.
If you aren’t already, you should really use the AnchorPoint property. As your frame is meant to be aligned to the right side of the screen, you should set the X value of AnchorPoint to 1.