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

how do i make a model move like walk?

Asked by 5 years ago

how do i make a model move like walk? but with a script

0
You mean an NPC? mixgingengerina10 223 — 5y
0
yeah helleric -3 — 5y

1 answer

Log in to vote
0
Answered by
aazkao 787 Moderation Voter
5 years ago

Here, you will have do some reading: https://www.robloxdev.com/articles/Making-a-Patrolling-NPC-in-Roblox

0
thx again helleric -3 — 5y
0
Or you can just do game.Workspace.NPCNAME.Humanoid.WalkToPoint(math.random(10)) mixgingengerina10 223 — 5y
0
That is impossible, WalkToPoint is a property that :MoveTo function uses, you will still need to use MoveTo function in the article i posted aazkao 787 — 5y
0
Also WalkToPoint is Vector3, but you only put 1 value in there, so it wont work even if WalkToPoint function exists aazkao 787 — 5y
Ad

Answer this question