Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local npc = game:GetObjects("rbxassetid://11573989591")[1]
- npc.Parent = workspace
- npc.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- npc.Humanoid.WalkSpeed = 9
- game:GetService("RunService").RenderStepped:Connect(function()
- npc.Humanoid:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement