Is there any way of adding pathParams to PathFindingService:FindPathASync()?

So im trying to use findpathasync on one of my nps because i noticed that it works better than using path:ComputeASync()

however, i’ve noticed that i cant use params therefore my agent gets stuck, and i cant find a way to fix that (pics below)problem

2 Likes

The function only receives 2 parameters which are expected to be satisfied by Vector3 values, an attempt at passing some other value type will result in an error.

1 Like