# Sandbox.PlayerController.BodyBox

```csharp
BBox BodyBox(float scale = 1, float heightScale = 1)
```

Return an aabb representing the body

### Parameters

- `scale` (`float`), default `1`
- `heightScale` (`float`), default `1`

### Returns

`BBox`

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
