Roblox Wiki
Advertisement
Roblox Wiki

A PathWaypoint is a data type that can only be returned by the GetWaypoints methods of the Path light iconPath dark iconPath object. This data type serves as a position upon a path.

Properties[]

Action: PathWaypointAction []

Determines the type of action that should occur here. Most of the time, this is Walk, but sometimes it might be Jump, in which case an object following the path should jump in order to move forward.

Position: Vector3 []

The position in space this point is located at.

Referenced by[]

The PathWaypoint data type is not referenced by any members in the API.


Advertisement