# Interactable.connectToJoint

Connects interactable with joint.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:connectToJoint( child )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Interactable.md#connecttojoint)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `parent` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The sender of a connection. |
| `child` | [Joint](../Game-Script-Environment/Userdata/Joint.md) | The receiver of a connection. |
