> For the complete documentation index, see [llms.txt](https://tg-dev.gitbook.io/tg-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-dev.gitbook.io/tg-dev-docs/tg-dailydispatch/exports/client.md).

# Client

### Opening The Menu From Another Script

You can open the Daily Dispatch UI from another resource with the export or event below.

Client-side, opens the menu for the current player:

```lua
exports['tg-dailydispatch']:OpenMenu()
```

```lua
TriggerEvent('tg-dailydispatch:openMenu')
```
