Gui moves down at runtime

The Gui in studio looks like this:


But when I start the game, the UI gets offset or scaled.

Is there any way to fix this from happening?

resize the gui elements by Scale instead, not Offset.

But if you want it to be a square,
use UIAspectRatioConstraint instance

In the main screen GUI, turn on ‘Ignoreguilnset’

Screenshot 2023-12-28 110103

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.