GUI Elements Pop Down

How come certain UI elements “pop down” when you press play solo or play online, but not while on studio editing mode?

What is the reason for this?

1 Like

There is no topbar in studio edit mode

If you want ui elements to be in the position of the top bar, set the position.Y.Offset to -36.

1 Like

I would suggest using GuiService:GetGuiInset() in case the offset changes. It’s worth future proofing.

We will be adding a way for you to bypass the inset in the future, without needing a script or hardcoding the value. Stay-tuned!

1 Like