# Character.getTumblingLinearVelocity

Returns the linear velocity of the characters tumbling shape.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The tumbling shape's linear velocity. |
