Skip to main content

Player ESP with every component

This example demonstrates a complete player ESP setup with all available components.
player_esp_full.lua

Simple Player ESP

A minimal player ESP setup with just highlights and tracers.
player_esp_simple.lua

Part ESP with 2D Boxes

Track specific parts in the workspace with 2D bounding boxes.
part_esp.lua

3D Box ESP for Models

Use 3D bounding boxes to visualize model boundaries.
model_esp_3d.lua

Dynamic ESP (using Callbacks)

Use callbacks to dynamically update ESP properties.
dynamic_esp.lua

Rainbow ESP

Enable rainbow mode for animated color effects.
rainbow_esp.lua

Skeleton ESP

This example shows how to enable skeleton visualization for players.
skeleton_esp.lua