hi guys, just wondering if there was a way to put a texture infront of the other with gui.drawtexture, both gui parts are from different scripts, i was wondering if it maybe z would choose which layer if you will they would be on. I remeber back in the days of using torque 2D you would use Z to bring forwards and backwards. thanks!
Assuming this is what you’re asking about,GUI.depth determines draw order between scripts, and code execution order determines draw order for controls within a single script.