# Character.setTumbling

Sets whether the character is tumbling.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Server only

**Parameters:**

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