How to make an NPC move into certain places

Ok so I’m trying to make a script that will make the NPC move, but it failed and ended up deleting the script. I also watched videos to see if I could solve the problem, but i couldn’t. If you have any solutions, reply below!

You can use the MoveTo() function to move the NPC to different places.
It takes in a Vector3 value, and it’ll move the NPC to where the Vector3 is.

Note that you need to call it on the NPC’s humanoid, and not the model itself.

Hope this helped!

1 Like