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

How to make path finding?

Asked by 10 years ago

I'm making an AI and I can't seem to figure out where to start for path finding, Can anyone help?

1 answer

Log in to vote
0
Answered by 10 years ago

You can start by creating an array which contains positions: npc_points = { Vector3.new(1, 2, 3), Vector3.new(4, 2, 3) } And then make a for loop that passes the positions of the npc =)

0
Thanks a lot, allesandro BowtiesAreCool001 0 — 10y
0
No problem =) alessandro112 161 — 10y
Ad

Answer this question