GUITexture send to back or eqivalent

hi guys - sorry if this has been answered elsewhere but I couldn’t find it :slight_smile:

Does anyone know of a way to layer GUI text over a GUI texture? I have a graphic to act as a menu bar background, but my text seems to sit behind it rather than on top. Is there a way of setting the order so that the GUI text is on top?

Cheers!

You can order 2D items by setting their Z coordinates.

–Eric

A simple solution… too simple for 12:15am :sweat_smile:

Thanks again Eric!