Moving NPCs Help

I want to know how to do move a NPC/object, but I basically I want to know how to move a NPC. I really want learn.

This is a vague question – so here’s a vague answer.

Roblox’s Pathfinding service calculates and constructs a path for an NPC to follow to reach their destination. It’s useful for situations that require you to “move” and NPC/object. (If I’m interpreting correctly.)

1 Like

I saw it but not examples in the DeveloperHub.

Here’s another documentation page of them working out the gist of the code.

1 Like

It worked, but the NPC moves without walking, how I can put the walk animation?

Also, how I make a NPC sit? Is it possible?

NPC.Humanoid.Sit = true

a lot of charss

1 Like