I am creating a game, and I am fairly new to pathfinding and animating, but I wanna combine the two to make an NPC walk to different points, such as your character, and a part.
Easiest way would be to have a script construe the best path to his destination, and use the intrinsic :MoveTo() ability of the Humanoid to get it to walk there.