Hey guys Im currently trying to replace all my draw_text functions with TEXT elements because of the performance boost. However, is there a way to render the text later? Im using this to show the playernames of my players over the head and the text elemnts are lagging always behind 1 frame. Doesnt look very nice. I also tried proc_mode = PROC_EARLY/PROC_LATE but this doesnt fix the position lag. Does anyone have an idea? Thanks in advance