Follow The Closest Player Script -
: Best for open fields. The NPC simply walks straight toward the player.
: It calculates the distance (magnitude) between itself and each player's HumanoidRootPart . Follow the closest Player Script
: The NPC uses Humanoid:MoveTo() or the PathfindingService to navigate toward that target's current position. : Best for open fields