Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Possible work around for issue with PathFindingService?

Asked by
Nickoakz 231 Moderation Voter
8 years ago

http://gyazo.com/55c0b25e68f1eed47307a9b8fc0a657a

PathFinderService seems to give up once the path finding seems to be too hard to calculate.

1 answer

Log in to vote
1
Answered by
4Bros 550 Moderation Voter
8 years ago

There is a max distance of 512 for the pathfindingservice, either make your path shorter or measure the distance of the two points until they are shorter than 512 and then call the method

Ad

Answer this question