General Settings
ESPSettings
ESPSettings
The name for the ESP setting.
The object instance that will be used for ESP.
Optional object instance for text display in ESP.
Determines if the ESP is visible.
The main color for the ESP elements.
Maximum distance at which the ESP will be displayed.
Offset for the ESP’s position in studs.
Size of the text in ESP if applicable.
The type of ESP adornment. Types:
Text, SphereAdornment, CylinderAdornment, Adornment, SelectionBox, Highlight.Thickness of the ESP element.
Transparency of the ESP element.
SelectionBox
SelectionBox
These settings are only for the
SelectionBox ESPType.The surface color of the ESP adornment.
Highlight
Highlight
These settings are only for the
Highlight ESPType.The fill color of the ESP adornment.
The outline color of the ESP adornment.
The transparency of the ESP’s fill.
The transparency of the ESP’s outline.
All
Adornment Types use already existing Color and Transparency setting, no need to add them again to the settings table.Tracer
Tracer
Enables or disables the tracer.
The color of the tracer line.
Thickness of the tracer line.
Transparency of the tracer line.
Starting position for the tracer line. Types:
Top, Bottom, Center, Mouse.Arrow
Arrow
Event triggered upon destruction of the ESP.
Function executed when the ESP is destroyed.
Function executed before updating all of the ESP elements (after the distance check).
The
ESP table is passed as an argument to the function.Function executed after updating all of the ESP elements.
The
ESP table is passed as an argument to the function.General
ESP:Clear
ESP:Destroy
ESP:Add
Response
All ESP Functions have a same return value.Deleted
Deleted
Indicates if the ESP element is deleted.
Destroy
Destroy
This function deletes the ESP element.
Show
Show
This function makes the ESP element visible.
Hide
Hide
This function makes the ESP element invisible.
ToggleVisibility
ToggleVisibility
Toggles the visibility of the ESP element.
Updating current ESP
To change any of the setting for the current ESP, edit theCurrentSettings table:
Not every setting can be updated.