🛠️Configration

On this page, you can access information about all features running in the interface and in the background, so you can easily configure the script.

Config = {
    SettingsCommand = 'minigamesettings',
    MaxWrongAttempt = 3,
    Alerts = {
        Enable = true,
        Success = {"Menu_Accept", "Phone_SoundSet_Default"},
        Fail = {"CHECKPOINT_MISSED", "HUD_MINI_GAME_SOUNDSET"}
    }
}

Last updated