Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PathStatus

The success of a Path generated by PathfindingService.

Items 6

HistoryNameValueDescription
158Success0

Path found successfully.

598NoPath5

Path doesn't exist.

598ClosestNoPath1

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

598ClosestOutOfRange2

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

598FailStartNotEmpty3

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

598FailFinishNotEmpty4

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

Description

The success of a Path generated by PathfindingService.

History 16

Settings