I’m currently debugging why my GPS system is not able to calculate a usable path w/PathfindingService and have been cross referencing documentation with what I’m experiencing.
The issue I’m reporting is up-to-date API returning a deprecated Enum, this shouldn’t be happening.
The following screenshot is an output displaying the range between my character & target, as well as the outputted Status enum.
Are you perhaps using the “SupportPartialPath” parameter? The status was recently re-implemented with this feature however the EnumItem wasn’t un-marked as deprecated.