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

# utility_weapons:BreathOver

Triggered when the player hold breath until he runs out

<Accordion title="Example" className="w-full">
  ```lua theme={null}
  AddEventHandler("utility_weapons:BreathOver", function()
      print("Player ran out of breath!")
  end)
  ```
</Accordion>
