How do i make the parent gui always on top

yeah,
image
you see the arrows?
they point at the parent gui

i need to make it on top
but i cant

yeah help

1 Like

Use clip descendants if you want it to always be on top. Or use the layering options.

image
still the same
also wdym by layeirng options

You can change the Z Index property in each frame to layer the frames in a certain order.

frames with zindex 1 stays on top, right?

You can set the z index to any number and which ever one has the highest number set, will be the one on the top layer.

1 Like

the parent is “zindex 999999999”
the frame is “zindex 6”

the frame still stays on top

Simply create another frame to put the background frame on, and put the other UI elements in the same hierarchy. Parent UI always stay behind.

1 Like