Another ScreenGui with DisplayOrder -999 appears above currently editing Screen GUI with DisplayOrder 0

I’m editing some UI and have a full screen black UI that overlays the entire screen as a backdrop to my other screenGUIs. The backdrop is set to DisplayOrder -99 and the one I’m editing is set to DisplayOrder 0.

When I click the UI I’m trying to edit, I’m somehow still selecting the backdrop UI despite this never happening before. I’m not sure if I did something wrong but I wanted to report it anyways

Backdrop ScreenGUI settings:
image

UI I’m editing settings:
image

Issue GIF:
https://gyazo.com/a586579aba17d5638067c68e94fac4b7
https://gyazo.com/fc9a4cec23b9da7b36334c6489eb1582

2 Likes

Thanks for the report! We’ll follow up when we have an update for you.

1 Like

Are you sure you are intending to set the DisplayOrder property rather than the ZIndex property?

2 Likes

They are two separate ScreenGUIs so yes it would be DisplayOrder. If they were under the same ScreenGUI I would use ZIndex.

Thanks for pointing this out btw! But I actually didn’t mention this, but I also actually did set the black background thing to ZIndex of -99 just in case and that didn’t do anything either. Just seems to be a studio bug at the moment