Config

You can check out default config

cfg.Debug       = false
cfg.Interaction = { -- default settings if you not provide any of the options
    Key = "E",
    Label = "Example Text",
    Duration = 2000,
    Distance = 10.0,
    ScrollUp = "TOP",
    ScrollDown = "DOWN",
    OverwriteSettings = false
}

Last updated