# Harvestable.setPoseWeight

Set the pose weight of the pose in the given index.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
harvestable:setPoseWeight( index, value )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `harvestable` | [Harvestable](../Game-Script-Environment/Userdata/Harvestable.md) | The harvestable. |
| `index` | integer | The index. |
| `value` | number | The pose weight. |
