How can I change the rotation of an entity without tween?

Hello forum. I would like to be able to rotate an entity to a certain position (using keyboard maybe) but without using tween in between :thinking:

I would use something like this: Smooth LookAt (like RotateTowards in Unity)

That will allow you to do it without using tween and you can stop/start the rotation on keypress etc