A* Pathfinding NPC

Made this a* pathfinding system in about 2 or 3 weeks after some research, what do you guys think about it? And do you have feedback? Its still not finalized it and its not optimized at all but the script activity varies from 3 - 5%.

2 Likes

I don’t know what you mean by A* Pathfinding when it just looks like regualar pathfindingservice, but it looks alright

Seems already better than Roblox’s pathfinding service. You might want to look into scaling and optimizing this system before you deploy it. Custom pathfinding systems can be hard on the server .

You should fix the jumping twice at 0:05 in the video. Other than that, you should improve performance and it should be good.