Configuration
Learn more how to configure Exe 6.
Configuration
module has all the configurations you need to adjust your Exe 6 experience.
Access Configuration Module
ReplicatedStorage
> EXE6_STORAGE
> modules
> Configuration

Exploration
Let's explore each category of the Configuration
module.
Announcement

Audits

This determines what to log to Activities and Webhook. Threshold
is the property that determines how many to load at once in the Activities page.
ChatLogs

You can turn off the Chat History feature of Exe 6 by setting the Enabled
property to false
. Threshold
is the property that determines how many to load at once in the Chat History.
Interface

You can change the KeyCode
to open Exe 6 by changing the AccessKeycode
to whatever key you would like. Theme
determines the accent color of the panel.
PlayerManagement

MaxWS
defines the maximum value a Team Member can set in terms of Walk Speed.
MaxJump
defines the maximum Jump value.
CanKill
allows a Team Member to set their health to 0, instantly killing the recipient.
PredefinedReasons

These are the reasons you can quickly access from the Ban, Kick, and Warn menus. You can add more reasons that are relevant to your game.
Spectate

In Exe 6, there's a feature that indicates the player who is currently being spectated. You can toggle that feature with this setting.

You can completely disable TeamConnect
feature in Exe 6 by changing the Enabled
property to false
.
Feel free to explore the Configuration
module by yourself because we didn't cover the simpler properties.
Last updated