# Body.getAngularVelocity

Returns the angular velocity of a body.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
body:getAngularVelocity(  )
```

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

**Parameters:**

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

**Returns:**

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