# Joint.getMultiShapeJoints

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
joint:getMultiShapeJoints(  )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `joint` | [Joint](../Game-Script-Environment/Userdata/Joint.md) | A Join that is part of a multishape |

**Returns:**

| Type | Description |
| --- | --- |
| table | A table of joints contained in the multishape (returns nil if joint wasn't a multishape) |
