# Character.getTumblingWorldRotation

Returns the world rotation of the characters tumbling shape.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Quat](../Game-Script-Environment/Userdata/Quat.md) | The tumbling shape's world rotation. |
