Add a UIAspectRatioConstraint (this is a feature with AutoScale Lite) to your parent/container frame, and ensure both the size and position UDim2 values of your UI is set to scale.
Could you show us the properties of your UI?
I add a UIAspectRatioConstraint to the frame and made the position scale as well, now what happens is that the text and buttons are smaller than the frame itself. Should I do the same thing that I did to the frame to the buttons and text?
I figured it out, I had to select ScaleWithinParentSize for the buttons and FitWithinMaxSize for the frame.
But for one of my other frames, I did the same thing as this one, but it doesn’t work. The frame is supposed to take up the whole screen, but it still takes up half of it.
Here are its properties