Why Does the Npc Do this?

Why does this happen to the npc?

Local script:

local Npc = script.Npc:Clone()
Npc.Parent = workspace
Npc.Name = "NPC"

Npc.Humanoid:MoveTo(game.Workspace.Walk.Position)
Npc.Humanoid.MoveToFinished:Wait()
Npc.HumanoidRootPart.CFrame = NPC.HumanoidRootPart.CFrame=CFrame.lookAt(Npc.HumanoidRootPart.Position,game.Workspace.LookAt.Position)

This is Suppose to be Client sided

Are you talking about how they have no limbs cause if so that’s because there Welds broke this can happen by individually moving parts and not the whole model. If you want to fix you will have to re add the model

1 Like

Why is the Character not moving to the area tho?

Is the humanoidrootpart anchored?

Its not Anchored so no i don’t know my self