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

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