Hey, im trying to make an npc move to these different nodes in an area, unfortunately it does not work, and does not give an error.
Script:
local Humanoid = Character.Humanoid
for i,v in pairs(game.Workspace.Nodes:GetChildren()) do
Humanoid:MoveTo(v.Position)
Humanoid.MoveToFinished:Wait()
end```
Inside the NPC:
Any help?
** You are now Level 2! **