PathfindingLink
Show Deprecated
Beta Feature This class is currently a part of the PathfindingLink beta feature. Eligible developers must enable the feature within Studio and functionality may change.
The code block below constructs a PathfindingLink:
local link = Instance.new("PathfindingLink", myModel)link.Attachment0 = … -- starting point of the linklink.Attachment1 = … -- end point of the linklink.Bidirectional = falselink.Label = "Boat"
Summary
Properties
The originating attachment of the link.
The landing attachment of the link.
Enables a path to traverse a link in both directions. The default value is true.
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Events inherited from Instance
Properties
Attachment0
The originating attachment of the link.
Attachment1
The landing attachment of the link.
IsBidirectional
Enables a path to traverse a link in both directions. The default value is true.
Label
A classifying string to add additional information about the link. This Label is included in the waypoint generated by this link.
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Events inherited from Instance