> For the complete documentation index, see [llms.txt](https://docs.badger.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.badger.store/fivem-discord-scripts/discordpedperms.md).

# DiscordPedPerms

**Version 1.0**&#x20;

### Badger's Discord Community

[![Developer Discord](https://discordapp.com/api/guilds/597445834153525298/widget.png?style=banner4)](https://discord.com/invite/WjB5VFz)

## **What is it?**

Another discord script, yes, you're all welcome!

This one restricts peds to certain discord groups much like my other scripts

![](https://i.gyazo.com/871c59810a40bff4bedacee0759bdd9f.gif)

Forgive my typing mistakes in the gif please... Thanks

You must set up IllusiveTea's discord\_perms script for this to work properly. --> <https://forum.cfx.re/t/discord-roles-for-permissions-im-creative-i-know/233805>

{% embed url="<https://youtu.be/sjbFzkII2T0>" %}

## **How it works**

Find the following within your server.lua and replace the 1s in here with discord role IDs:

```
roleList = {
1, -- Trusted Civ (1)
1, -- Donator (2)
1, -- Personal (3)
}
```

responds to it's respective number within the other list (which will be located in the client.lua):

```
restrictedPeds = {
{}, -- Trusted Civ (1)
{}, -- Donator (2)
{
"mickeymouse",
"deadpool",
"kermit",
"blackpanther",
}, -- Personal (3)
}
```

Therefore blackpanther, deadpool, and kermit would be restricted to be used by the roleList group 'Personal'

It's quite simple :)

## **Download**

&#x20;[DiscordPedPerms](https://github.com/TheWolfBadger/DiscordPedPerms)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.badger.store/fivem-discord-scripts/discordpedperms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
