Help fixing what GUI is on top!

How do I make the admin panel GUI on top I tried zindex then remembered that’s for that specific screenGUI parent?

2 Likes

In the ScreenGui, set the ZIndexBehavior to Global.

Its default to that already… limitttttttt

In the individual objects, you can change the ZIndex so they’re higher than others.

Tried that,… but I just fixed it by changing the displayOrder in the screenGUI