Twilight Settings
The twilightSettings
data type describes a configuration for the Twilight Library to use.
It determines the color choices and enablement of different parts of the ESP.
Properties
Property | Type | Description |
---|---|---|
currentColors | twilightTheme | The twilightTheme that determines the current color choices of the ESP. |
⠀ | ||
healthBarEnabled | boolean | Whether the healthbars on objects with a Humanoid will be shown. |
healthBarTeamCheck | boolean | Whether the healthbar fills will be according to assigned Team Variant colors (Enemy, self, team). |
boxEnabled | boolean | Not to be confused with outlineBoxEnabled. Determines whether the Corner Boxes are enabled. |
boxTeamCheck | boolean | Not to be confused with outlineBoxTeamCheck. Determines whether the Corner Box Colors will be according to assigned Team Variant colors (Enemy, self, team). |
outlineBoxEnabled | boolean | Not to be confused with boxEnabled. Determines whether the Classic Square Boxes are enabled. |
outlineBoxTeamCheck | boolean | Not to be confused with boxTeamCheck. Determines whether the Classic Square Box Colors will be according to assigned Team Variant colors (Enemy, self, team). |
chamsEnabled | boolean | Whether Chams will be enabled if the NoAnticheat getgenv variable is true. |
chamsTeamCheck | boolean | Whether the Cham Fill Colors will be according to assigned Team Variant colors (Enemy, self, team). |
tracersEnabled | boolean | Whether the tracers from the objects to the local Player's HumanoidRootPart will be enabled. |
⠀ | ||
useTeamColor | boolean | If true, most currentColors will be overriden for Player ESPs bounded to players on teams, using the Team's color instead. |
limitDistance | number | If not nil, Distance Labels will not be shown over the provided amount of distance in meters. |
lowHealthAlert | boolean | Determines the changing of healthBar Fill colors based on the amount of Health left. |
showObjectNames | boolean | Determines whether Name Tags will be shown for Object ESPs. |