# Effect.setOffsetRotation

Offsets the orientation of the effect relatively to the host.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

> **Note:**
> Does not work if the effect was created without a host.

**Parameters:**

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