Roblox Wiki
Roblox Wiki
38,941
pages
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The Path class, added in version 158, inherits from Instance.

Properties

Status: PathStatus

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:Path/Status.
  • Category: Data.
  • Serialization: can save only.
  • Thread safety: read safe

Methods

CheckOcclusionAsync(start: int): int

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
startint
  • Thread safety: unsafe

ComputeAsync(start: Vector3, finish: Vector3): null

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
startVector3
finishVector3
  • Thread safety: unsafe

GetPointCoordinates(): Array

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:Path/GetPointCoordinates.
  • Thread safety: unsafe

GetWaypoints(): Array

This class member is missing documentation. Create or add to its subpage at Class:Path/GetWaypoints.
  • Thread safety: unsafe

Events

Blocked(blockedWaypointIdx: int)

Parameters
NameType
blockedWaypointIdxint
  • Thread safety: unsafe

Unblocked(unblockedWaypointIdx: int)

Parameters
NameType
unblockedWaypointIdxint
  • Thread safety: unsafe

External links[]