Interactable.connect

Connects two interactables. Similar to using the Connect Tool.

Kind: Function

Environments: Game

Game

interactable:connect( child )

Open the full Game reference

Availability: Server only

Parameters:

Name Type Description
parent Interactable The sender of a connection.
child Interactable The receiver of a connection.

Returns:

Type Description
boolean Returns true if the connection attempt was successful.