Looking for help with custom pathfinding

Hello, I wanted to use PathfindingService for my monster, but it was choppy, so i decided to make my custom:

  1. What do you want to achieve? Keep it simple and clear!
    I want to do my custom 3D pathfinding that is smooth!
  2. What is the issue? Include screenshots / videos if possible!
    No issues
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried looking in some posts, but nothing was what i needed

I hope you can help me! Have a great day!

Did you remember to :SetNetworkOwner(nil) on your NPC which normally fixes the choppy movement problem?

Yes but my monster is Moving to ServerStorange and then to workspace.

I don’t recommend making a custom pathfinding system as its a very ambitious project, I think you should be looking to fix the choppy side of the built in pathfinding system. If you want to make one desperately then be my guest, but pathfinding factors in a lot of variables.

But pathfinding service is choppy and setting network ownership will make error cuz my monster is moving from ServerStorage to workspace like in The Rake.

Sorry but i don’t see what you mean when you say your moving your “monster” from ServerStorage to workspace can you clarify :sweat_smile:

Like Monster is changing parent / being descendant of ServerStorage and after some time is parent / being descendant of workspace.

Why would this cause choppy pathfinding, there is no reason it should

This person may have the same problem as you have you checked it?

Ok i will check it out! I hope it will work!