Hello. I am trying to make a tutorial ScreenGui. However, when I test the game, the position of the UIs change.
These are the UIs when editing the game.
i think this is because roblox pushes guis to leave some space for the topbar
you can disable that by going on the screengui’s properties and enabling IgnoreGuiInset
The X of the TextLabel has been changed (Check AbsolutePosition of TextLabel), you can use UIListLayout to make it that the button is always after the TextLabel.