# Tool.getTpBoneRot

Returns the world rotations for a bone in the third person view animation skeleton.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `tool` | [Tool](../Game-Script-Environment/Userdata/Tool.md) | The tool. |
| `jointName` | string | The joint name. |

**Returns:**

| Type | Description |
| --- | --- |
| [Quat](../Game-Script-Environment/Userdata/Quat.md) | The joint rotation. |
