I made AI that follows a part. What’s the catch? It uses the A* pathfinding algorithm instead of Roblox’s default pathfinding service. Ported the algorithm code from this site.
That being said, it’s grid-based and is intended for static/flat maps. I am seriously surprised I got this working.