Hello I’m trying to make a pathfinding system that works on a grid and has obstacles, I’ve when researching found methods like heap and Breadth and a*, but I have no idea how to code this.
I’d also like to mention that the ai cant go diagonal, I really either need a code example or a simple explanation on how to use thanks
(trying not to use roblox pathfinding due to its inconsistencies)