# Harvestable.setPosition

Set the world coordinates of a harvestable. Can only be used on kinematic harvestables.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
harvestable:setPosition( position )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `harvestable` | [Harvestable](../Game-Script-Environment/Userdata/Harvestable.md) | The harvestable. |
| `position` | [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The position. |
