Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a gui always appear on top of other guis?

Asked by 4 years ago
Edited 4 years ago

I feel like this should be common knowledge, but I can't figure out how to make a gui/frame always appear on top of other guis. I know that the guis in the core gui directory do this automatically, but I don't think you can mess with that on the server side. Please correct me if I'm wrong.

EDIT: I read through my question, and just to clear up any confusion, I'm talking about separate screen guis, not frames inside of one specific screen gui. Also if this question already exists, please link it to me, but just to be clear, I DID try to find this on the web but had no luck.

0
I think in the screengui there is a DisplayOrder property, the highest one displays first I think. AmazingLeobreaker66 3 — 4y
0
Try using "Zindex" awesomemode14 68 — 4y
0
What @AmazingLeobreaker66 said, there is a property called DisplayOrder in ScreenGui objects. Go ahead and make the GUI you want to always be in front a huge number. BlackOrange3343 2676 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

If I understand your question, DisplayOrder should be what you're looking for. It's in the properties tab of a screen gui. It is the same as ZIndex but for screenguis. :)

0
Sorry for taking so long to see your message, I've been caught up with school. I'll go try it out. Humanagon 5 — 4y
1
It worked, thanks! Humanagon 5 — 4y
Ad

Answer this question