I’m trying to make it where no matter your fov, the menu stays on the left or right side of your screen. Here’s what I’m talking about:
I tried doing it myself but it didn’t really work:
I’m trying to make it where no matter your fov, the menu stays on the left or right side of your screen. Here’s what I’m talking about:
Maybe try playing around the the X values in the position. You could try playing around with the scale.
Ok I figured it out, it was because in the UIAspectRatioConstraint I was using, I just needed to set a property and that fixed it. Thanks for your guys help anyways!
It is really simple.
ScreenGui
to StarterGui
and put whatever you want.Then add UIPageLayout
to the ScreenGui
, not TextLabel
Set the properties as shown below;
It’ll always parent the width of the text to left side of screen.