- Home /
Position Gui Text Universally
Hello my current problem is that when I position my gui text on the editor I can get it to where I want although after building it will be in very different positions. Is there a setting where I can set it up to look the same as it does in my editor on all devices. Thanks so much.
Comment
Best Answer
Answer by allenallenallen · Jan 04, 2016 at 03:41 AM
Well, what did you put the GUI? Where's the anchor? GUI will always be relative to the anchor points. You can't have it look the same on all devices because not all of them have the same screen resolution and size.
You can only have the GUI be at the same relative place. For example, always centered, always top left corner or always 50 pixels left of the center right side. Feel free to code the position logic.