# ToggleBodycam

***

### 📌 Description

Toggles the bodycam state (on/off) for the current player. Useful for law enforcement RP to simulate body camera activation/deactivation.

### ✅ Usage

```lua
RegisterCommand("bodycam", function()
    exports['kartik-mdt']:ToggleBodycam()
end, false)
```
