I'm trying to make a npc move from position to position but I can't figure out how to do so
Heres my script
while true do script.Parent.Humanoid:MoveTo(part.Position, part) wait(5) script.Parent.Humanoid:MoveTo(part.Position, part) end
which word **Part* is the variable?
Well that could be any variable, its better to change the part's name or do something like this
local Part1 = game.Workspace.Part