So I was making a npc system and the npc’s aren’t moving, it’s just standing at the spawn.
Here’s the code of how I move the npc.
humanoid:MoveTo(base.Position - offset)
humanoid.MoveToFinished:Wait()
How would I fix this?
So I was making a npc system and the npc’s aren’t moving, it’s just standing at the spawn.
Here’s the code of how I move the npc.
humanoid:MoveTo(base.Position - offset)
humanoid.MoveToFinished:Wait()
How would I fix this?
It looks like there is insufficient details to determine the issue.
Figured out that it was because of anchoring, thanks!