~/docs/emote/configuration/3d-placement
emote docs›
Emote
3D Placement
-- 1 code block · 1 min read
Position your emote precisely in the world using an interactive 3D gizmo.
How to use
- Right-click an emote in the menu and select 3D Placement, or use the
/emote_3dcommand while an emote is playing - A clone of your character appears with the emote animation
- Use the gizmo controls to move and rotate the clone
- Confirm the position
- Your character walks to the spot and plays the emote
Requires the
object_gizmoresource to be installed and running.
Config
Config.Placement = {
Enabled = true,
Command = "emote_3d",
MaxDistance = 20.0, -- Max distance from player to place emote
}