How to make NPC moves in a fixed path or direction

Hello devs, how do I make a NPC moves in a fixed path/direction?

Example:

Any help will be appreciated.

1 Like

Check this out

The path generated using this service is random.

then create some parts for the npc to follow, put them in a folder, then loop through them with a for loop to generate paths

1 Like