I want to have a GUI that renders on top of all other GUI objects. How do I know the order, and how do I make sure one of them is always on top?
I want to have a GUI that renders on top of all other GUI objects. How do I know the order, and how do I make sure one of them is always on top?
Check out gui.set_render_order():