# Effect.getWorldPosition

Gets the current world position

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
effect:getWorldPosition(  )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `effect` | [Effect](../Game-Script-Environment/Userdata/Effect.md) | The effect. |

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The world position. |
