# 3D Placement

Position your emote precisely in the world using an interactive 3D gizmo.

***

### How to use

1. **Right-click** an emote in the menu and select **3D Placement**, or use the `/emote_3d` command while an emote is playing
2. A **clone** of your character appears with the emote animation
3. Use the **gizmo controls** to move and rotate the clone
4. **Confirm** the position
5. Your character walks to the spot and plays the emote

{% hint style="warning" %}
Requires the `object_gizmo` resource to be installed and running.
{% endhint %}

***

### Config

```lua
Config.Placement = {
    Enabled = true,
    Command = "emote_3d",
    MaxDistance = 20.0,    -- Max distance from player to place emote
}
```
