Advertisement
Sungmingamerpro13

MoveNPC

Jan 1st, 2023
1,415
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 1
  1. function MoveNPC(NPCName, Location)
  2.     local NPC = game.Workspace:FindFirstChild("Hammam")
  3.     NPC.Humanoid:MoveTo(Location.Position)
  4.     NPC.Humanoid.MoveToFinished:Wait()
  5. end
Tags: Roblox NPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement