I need help trying to prevent this:
I don’t want the UI to position depending on the screen size.
It only happens if you resize the screen on the top or the left.
I need help trying to prevent this:
I don’t want the UI to position depending on the screen size.
It only happens if you resize the screen on the top or the left.
well it’s actually not being positioned since you’re using offset it’s staying a certain amount of pixels away from the walls
use scale instead {0.1, 0}, {0.1, 0}
edit: actually i think i misunderstood what you were trying to do