I have just recently started learning the pathfinding service, and I have learned how to make a dummy move towards the player, as well as run in a random direction. I have not been able to find out how to make the dummy move directly away from the player, which is something I am interested in using.
Is this possible? Preferably the dummy would move in the easiest immediate direction to run away (say the opposite direction of where the player enters the radius) but having them move in the direction that the player is facing would work too.
If anyone can help it would be greatly appreciated, thank you!
(I am only at an introduction level to CFrame as well, if that’s relevant for calculating movement direction.)