So I'm making a parkour horror game, and I wanted to add an ai capable of going as fast as the player and to punch him with pathfinding, etc..
But right now I'm kinda lost..
This is my first time making an ai with pathfinding and everything and idk if somebody could help me, because it's pretty damn hard ._.
So here's the killer AI module script (located in a folder named "AI" inside of servercriptservice), aswell as the pathfinding module (which is the child of the killer AI module script)