> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/login-fun/english/configuration/id-discord.md).

# Id Discord

#### **Discord Verification**

The `Config.Id_Discord` parameter links the script to your GoComedyFun Store Discord server\
The script will only work if the player (buyer) is a member of the configured Discord server

***

#### **Configuration Example**

```lua
Config.Id_Discord = "xxxxxxxxxxxxxxxx"
```

***

#### **How to Get Your Discord Server ID**

1. **Enable Developer Mode in Discord**
   * Open Discord
   * Go to **User Settings > Advanced**
   * Enable **Developer Mode**
2. **Copy the Discord Server ID**
   * Right-click on your server icon (in the left server list)
   * Click **Copy Server ID**
   * You’ll get your server’s unique ID (a long number)
3. **Paste the ID in the Script Config**
   * Replace `xxxxxxxxxxxxxxxx` with your actual server ID:

     ```lua
     Config.Id_Discord = "123456789012345678"
     ```

***

#### **Important**

* If the player **is a member** of your Discord → script access is **granted** ✅
* If the player **is not in the server** or has **left it** → access is **blocked** ❌
