PathStatus

The success of a Path generated by PathfindingService.

Items

NameValueSummary
Success0

Path found successfully.

ClosestNoPath1

Path doesn't exist, returns path to closest point.

Deprecated
ClosestOutOfRange2

Goal is out of MaxDistance range, returns path to closest point you can reach within MaxDistance.

Deprecated
FailStartNotEmpty3

Failed to compute path; the starting point is not empty.

Deprecated
FailFinishNotEmpty4

Failed to compute path; the finish point is not empty.

Deprecated
NoPath5

Path doesn't exist.

On this page