Advertisement
RobloxScripTTPoster

(Doors) (Annoying NPC) Script (Will be made better)

Nov 17th, 2022 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local npc = game:GetObjects("rbxassetid://11573989591")[1]
  2. npc.Parent = workspace
  3. npc.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4. npc.Humanoid.WalkSpeed = 9
  5.  
  6.  
  7. game:GetService("RunService").RenderStepped:Connect(function()
  8. npc.Humanoid:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement