> For the complete documentation index, see [llms.txt](https://tgiann.gitbook.io/tgiann/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tgiann.gitbook.io/tgiann/scripts/tgiann-policejob/config-files/configmiranda.lua.md).

# configMiranda.lua

```lua
config.miranda = {
    active = true,            -- If true, the player will see Miranda rights message in their chat.
    commands = { "miranda" }, -- Commands to display Miranda rights. You can add multiple commands.
    chatColor = { 0, 0, 200 },
}

```
