# Tool.updateMovementAnimation

Updates the currently set third person view movement animation for the tool.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
tool:updateMovementAnimation( time, weight? )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `tool` | [Tool](../Game-Script-Environment/Userdata/Tool.md) | The tool. |
| `time` | number | The time. |
| `weight` *(optional)* | number | The weight. (Defaults to -1.0) |
