Hey there 🙂 I can't figure out how can I make this
rotate_object_local(Vector3(0, 1, 0), deg_to_rad(-90));
smooth.
I tried multiple solutions with lerp or tweens, but I cannot make it work because only this rotate_object_local() works in object-local coordinate.
Any ideas how to do tween or lerp in object-local coordinates?
Thanks a lot!