Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a script where a NPC will walk to a certain destination?

Asked by 10 years ago

What the question is explaining, How can I get an NPC to go to a certain destination, like, make the NPC walk around like a normal player?

1 answer

Log in to vote
0
Answered by 10 years ago

You do this

game.Workspace.NPC.Humanoid:MoveTo(Vector3.new(Vector3PositionHere))
0
Hope I helped! fireboltofdeath 635 — 10y
0
Oh and if you want it to do a walking animation I do not know. fireboltofdeath 635 — 10y
1
Wow, thanks man! TheeDeathCaster 2368 — 10y
0
You're welcome! fireboltofdeath 635 — 10y
Ad

Answer this question