NPCs are moving very slowly (it seems like they're stuck)

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I would like to fix a bug that only occurs in one place in my game.

  2. What is the issue? Include enough details if possible!
    NPCs seems like they’re stuck and they move around very slowly.
    VIDEO:


    What it’s supposed to look like:

  3. What solutions have you thought of so far?
    I have tried replacing all of the NPCs with tested and working ones, to no luck.

Any help is appreciated thank you

1 Like

definetly need more information on this one,

are the npcs made with humanoids?
do they move by following pathfindingservice?

1 Like

and what is their network ownership? Have you debugged the script with print statements of what they are doing, where they are getting stuck? Have you turned on pathfinding debugging so you can see the lines of where they can get to…