> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/scripting/events/emit.md).

# Emit

Triggers local event with formatted name.

{% hint style="info" %}
**Side:** Shared · **Category:** Events · **API:** `LT.Events.Emit`
{% endhint %}

## Example

```lua
local emit = LT.Events.Emit
-- Client example:
emit('event', 'arg1', 'arg2')
```

## Parameters

| Name   | Required | Description |
| ------ | -------- | ----------- |
| `name` | Yes      | Event name  |
