Zombie A.I path finding help

HI, is there a way to make a zombie ai script ( Path finding ). I know that i’m asking for a lot, but if there are and tuts avialible please tell me about them. Also if u can tell me ho to get started with learning JavaScript, please tell me ( as i only know to very basics) . :slight_smile:

I am making my own pathfinding using very easy to understand algorithms, as a new programmer I can tell you it is easy but not optimised. It is easy on calculations imo though. It uses waypoin
ts and charactercontroller to avoid obstacles. I suggest this way as using navmeshes and A* require some thinking and seems to hurt performance as they are more accurate. Having few points and setting them in a path array seems cost efficient.

I GOT NUTHIN :frowning: