# Commands

{% hint style="info" %}
You can find commands in `no-polaroid/config/client/commands.lua`.

You can change or completely remove this commands.
{% endhint %}

## Default Commands

***

```lua
RegisterCommand("cams", function()
    TriggerEvent("no-spy:devicemanager:menu", "cam")
end)

RegisterCommand("sensors", function()
    TriggerEvent("no-spy:devicemanager:menu", "motionsensor")
end)

RegisterCommand("devices", function()
    TriggerEvent("no-spy:devicemanager:menu")
end)

```
