> 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-paid/safe-fun/english/configuration/config.md).

# Config

```lua
                                                                   --[[ ███████╗ █████╗ ███████╗███████╗    ███████╗██╗   ██╗███╗   ██╗
                                                                        ██╔════╝██╔══██╗██╔════╝██╔════╝    ██╔════╝██║   ██║████╗  ██║
                                                                        ███████╗███████║█████╗  █████╗      █████╗  ██║   ██║██╔██╗ ██║
                                                                        ╚════██║██╔══██║██╔══╝  ██╔══╝      ██╔══╝  ██║   ██║██║╚██╗██║
                                                                        ███████║██║  ██║██║     ███████╗    ██║     ╚██████╔╝██║ ╚████║
                                                                        ╚══════╝╚═╝  ╚═╝╚═╝     ╚══════╝    ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ]]--
                                                                                                                                    
Config = {}

Config.ActionsJoueurs = {
}

Config.ZoneSecuriter = {
    {
        Nom = "EXAMPLE",
        Coordonner = vec3(0000, 0000, 0000),
        Taille = {
            Largeur = 0, 
            Profondeur = 0,
            Hauteur = 0 
        },

        Rotation = 0,
        Debug = false,
    },
}
```
