How would I make a GUI appear in front of all others?

So I have a GUI that gives instructions to the player. I want this GUI to appear in front of all others. Usually I would juts use ZIndex but these are completely different Screen GUIs

Note: I put this in scripting support because it seems to technical to be put in Art Design Support

1 Like

You could give the ScreenGui that needs to be shown on top a high DisplayOrder

1 Like