ESP Object
The Root Instance of the ESP for any thing processed by the library.
Contains the actual visual components along the updating and destruction methods.
The class is not intended for manual interaction, and should only be interacted with by the library.
To Interact with this, view the PlayerESP or ObjectESP.
Summary
Class Name : espObject
Properties
Property | Type | Description |
---|---|---|
cham | Highlight | The cham instance of the ESP, parented to the object directly. |
espBox | Frame | The Frame containing the visual elements of the ESP of Corner Boxes and Box Outline |
tracer | Frame | A Frame visualised as a line to trace the object to the local Player's HumanoidRootPart. |
healthbar | CanvasGroup | A non-interactable slider which value represents the Object's health if a humanoid is present. Please note it will not work on games that use custom health systems like arsenal. |
Methods
Method | Arguments | Returns | Description |
---|---|---|---|
Update | isPlayer? : boolean | nil | Updates the sizing, position and theme of the ESP Object. |
Destroy | nil | nil | Destroys the ESP Object from further use. |