How to Make Actor Follow Other Actor?

Ah, okay. You could perhaps use the “lookAt” method of NodePath to have the actor point towards the player-character, then move it with code similar to the code that you already have for player-movement–or you might try the AI functionality that @serega-kkz links to, above.