# Interactable.setAnimProgress

Sets the progress on the animation with the given name.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:setAnimProgress( name, progress )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
| `name` | string | The name of the animation. |
| `progress` | number | The animation's progress between 0 and 1. |
