I’m busy making a game very similar to “it Steals” Awesome game check it out, anyways I need my NPC to move fast and smartly, So I’m using pathfinding. The only issue is the NPC seems to jump from side to side constantly when enabled, I thought this was a rig issue so I changed the rig, then I thought it was my script so I tried using SimplePath Module but not avail I then lastly copy and pasted the script off Roblox’s Developer page. Still nothing. I tried using MoveTo() and it worked alot better, is there anyway I can stop this weird side to side movement?
Using the MoveTo()
Using the pathfinding:
if I could get help it would be greatly appreciated