Angle between velocity and forward vector of AI is Getting Always zero?

even though enemyAI is moving away from player and facing the player but still angle between its forward vector and velocity direction is always resulting zero…Also when enemyStops angle becomes 90 degree?

well its working now when instead of forward vector i took direction vector from enemy to player…but forward vector should have done the job…idk why it didn’t…

Could you show your setup? I feel you must have gotten something wrong in there.