This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type
EmptyCutoff float

Functions

YieldFunctions

Returns YieldFunction History
Instance FindPathAsync ( Vector3 start, Vector3 finish ) (+0.309)
Instance ComputeRawPathAsync ( Vector3 start, Vector3 finish, float maxDistance )
Instance ComputeSmoothPathAsync ( Vector3 start, Vector3 finish, float maxDistance ) (+0.171)
  • 1 yieldfunction inherited from Instance

Events

Property Descriptions

float PathfindingService.EmptyCutoff

Deprecated: This member is deprecated.

YieldFunction Descriptions

InstancePathfindingService.FindPathAsync ( Vector3 start, Vector3 finish )

Version History:(+0.309)

InstancePathfindingService.ComputeRawPathAsync ( Vector3 start, Vector3 finish, float maxDistance )

Deprecated: This member is deprecated.

InstancePathfindingService.ComputeSmoothPathAsync ( Vector3 start, Vector3 finish, float maxDistance )

Version History:(+0.171)

Deprecated: This member is deprecated.

Inherits: