Skip to main content

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

PropertyTypeDescription
chamHighlightThe cham instance of the ESP, parented to the object directly.
espBoxFrameThe Frame containing the visual elements of the ESP of Corner Boxes and Box Outline
tracerFrameA Frame visualised as a line to trace the object to the local Player's HumanoidRootPart.
healthbarCanvasGroupA 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

MethodArgumentsReturnsDescription
UpdateisPlayer? : booleannilUpdates the sizing, position and theme of the ESP Object.
DestroynilnilDestroys the ESP Object from further use.