Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Making an Npc Follow the Local Player?

Asked by 3 years ago
Edited 3 years ago

Goal: Getting an npc to follow the local player while still being able to animate the npc.

I've been using

:MoveTo(target)

To get my humanoid to walk to the player, But the humanoid doesn't seem to want to move. My Humanoid is R15 and is unanchored. I've Looked on many post but all of them either use :FindNearestPlayer (Which I tried to edit to little success). Any other ways to get the NPC to follow the local player? Thanks in advance.

Answer this question