I am looking for a plugin that can help me make an NPC go from one point to another
i cant find a good one so i need your help finding a good one
1 Like
I don’t know any good plugin for the task but there are other useful tools you can use that are already built in into Roblox Studio, you can use the Humanoid:MoveTo() function to make your NPC move places or you can use game:GetService(“PathfindingService”) for finding paths in complex maps.
Isn’t the pathfinding AI super dumb?
1 Like
It’s alright I guess… I would use it