> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manually start panic button

> Trigger the panic button from your own code, without requiring the hotkey.

You can use this event to manually start the panic button, without requiring the player to press the hotkey at all — for example, from a radial menu.

<Note>
  The hotkey for the panic button can be disabled in the menu settings.
</Note>

```lua Event theme={null}
TriggerServerEvent("trackers_creator:panicButtonPressed")
```


## Related topics

- [Client](/trackers-creator/client/index.md)
- [Panic button pressed](/trackers-creator/server/panic-button-pressed.md)
- [Server](/trackers-creator/server/index.md)
- [Manually start drugs effects](/drugs-creator/client/manually-start-drugs-effects.md)
