# Tool.getCameraWeights

Get the current weights for the tool's local camera settings.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
tool:getCameraWeights(  )
```

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

**Availability:** Client only

**Returns:**

| Type | Description |
| --- | --- |
| \{number, number\} | The third-person weight and the first-person weight |
