AI Orient Movement to Rotation

I am trying to create boss AI, which is a blob-esq slow moving character. Essentially what I’m trying to execute is that when the player is moving around the boss, for the boss to move with its rotation when it’s trying to face the player. I’ve tried “Orient Rotation to Movement” and that works to an extent, but definitely not the result I’m looking for, the boss still moves towards the player while rotating, rather than the result I want which is to circle around in order to face the player.

Basically, limit the AI’s movement to its rotation

(Top down perspective)

114015-rotationresult.png

Thanks in advance!

Hey, unfortunately i can’t provide a solution since i haven’t found the answer my self. I was told that multiplying the right boss vector with the -1 if the player moves right and the opposite would work! Still now solution on this. Have you figured it out?