# Shape.interactable

Returns the [Interactable](../Game-Script-Environment/Userdata/Interactable.md) of a shape, if one exists. Otherwise the function will return nil.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the [Interactable](../Game-Script-Environment/Userdata/Interactable.md) of a shape, if one exists. Otherwise the function will return nil.

**Returns:**

| Type | Description |
| --- | --- |
| [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable belonging to the shape. |
