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
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