Why my script npc moveto not working

this is my npc to want move to this part
;;;;;;
but its not move!
adadadaweq
script and model
OP
image

1 Like

Maybe try using the Position property of the parts instead of the parts themselves?

Not sure if that’d make any difference, this is kind of odd.

1 Like

ad1
same
image

1 Like

Is your NPC either being welded to something or is anchored?

1 Like

(First is the HumanoidRootPart unanchored?
(Make sure the parts are what you named it as well.


Okay I’ve made this just now. So maybe try

while true do
pos = game.Workspace.part1.Position
game.Workspace.NPCNAME.NPCNAME:MoveTo(pos)
wait(1)

try that

3 Likes

thank you!
this script made it working!
robloxapp-20200426-1501241.wmv (442.9 KB)

2 Likes