# Interactable.releaseSeatInteractable

Triggers a release interaction on a [Interactable](../Game-Script-Environment/Userdata/Interactable.md) connected to the seat.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:releaseSeatInteractable( index )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
| `index` | integer | The index of the interactable to release. |

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if successful. |
