Interactable.disconnect
Disconnects two interactables. Similar to using the Connect Tool.
Kind: Function
Environments: Game
Game
interactable:disconnect( child )
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 disconnect attempt was successful. |