> For the complete documentation index, see [llms.txt](https://qacam.qacentral.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qacam.qacentral.org/custom-kick-message.md).

# Custom kick message

It is possible to customize the kick message that will be shown to users if they don't meet the roles requirements.

By default the kick message is set to "No access".

To customize the kick message you will need to further edit the script created during the setup. Insert the following code before the `PlayerAdded` event:

{% code title="AccessManager" lineNumbers="true" fullWidth="false" %}

```lua
QACAM.configuration:SetAccessDeniedMessage("My custom message")
```

{% endcode %}
