# Character.setAllowTumbleAnimations

Enables or disables event animations.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

When set to false no animations can play while tumble is active, and when set to true the animations will play while tumbling.

**Parameters:**

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