GUI only becomes visible when you disable and re-enable it

I’ve got a pretty standard UI, enabled and with no abnormal properties or scripts causing this. For some reason, when I playtest the game (in both studio and on Roblox), the UI doesn’t show up unless I disable and re-enable it in the PlayerGui.

I’ve tried restarting studio, but it changed nothing. How do I resolve this? Is it a Roblox bug?

Can i see what the UI looks like in roblox studio normally without the play test?

1 Like

Is your UI mostly created by a script or are these just ScreenGui’s inside of StarterGui?

1 Like

Regular ScreenGuis in StarterGui, not touched by scripts. I have to disable/re-enable the gui when entering studio too, because it’s hidden until I do so.

is it possible for you to send a rbxm file containing the ScreenGui in question? it will make it easier for others and/or i to figure out what’s wrong, because we have no idea what’s in it right now.

1 Like

Nevermind, somehow the ScreenGui’s LayoutOrder got reset to 0, so it was displayed under another ScreenGui until disabled/re-enabled. I’m blind.