Quote: I want to rotate an entity 360º around the Y-axis
Doing this will result in exactly the same position as before..?! Or are you trying to rotate it slowly? Then a loop with a "my->tilt += time_step; wait(1);" inside will do the trick.
Always learn from history, to be sure you make the same mistakes again...