Skip to main content
IgnoreCharacter
boolean
default:"false"
If true, the ESP will use calculations from the Camera instead of the Character RootPart.
Rainbow
boolean
default:"false"
If true, the rainbow effect will be enabled.
Billboards
boolean
default:"true"
If true, the billboards will be enabled.
Distance
boolean
default:"true"
If true, the distance text in billboards will be enabled.
Highlighters
boolean
default:"true"
If true, the highlighters will be enabled.
Tracers
boolean
default:"true"
If true, the tracer will be enabled.
Arrows
boolean
default:"true"
If true, the arrow will be enabled.
Font
Enum.Font
default:"Enum.Font.RobotoCondensed"
The font used for the text in the billboards.
To change any of the setting in the ESPLibrary.GlobalConfig table, use the following function:
ESPLibrary.GlobalConfig.< Setting Here > = < Value Here >
Example:
ESPLibrary.GlobalConfig.Rainbow = true