# Character.isSeated

Returns whether the character is currently seated.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:isSeated(  )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `character` | [Character](../Game-Script-Environment/Userdata/Character.md) | The character. |

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the character is seated. |
