yeah,
you see the arrows?
they point at the parent gui
i need to make it on top
but i cant
yeah help
yeah,
you see the arrows?
they point at the parent gui
i need to make it on top
but i cant
yeah help
Use clip descendants if you want it to always be on top. Or use the layering options.
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.
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.