this is my npc to want move to this part
but its not move!
script and model
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
same
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