Color or Die ESP Script
-- Color or Die ESP | blox.sh
-- Updated: July 2026
loadstring(game:HttpGet(
"https://blox.sh/raw/color-or-die/esp-script.lua"
))()
How to use this script
.lua file).
What this script does
Player highlights
Shows all players through walls with colored boxes to track teammates and enemies easily.
Item locations
Marks important puzzle items and clues on your screen for quick finding.
Distance display
Shows how far away other players and items are, helping you plan your moves.
Custom colors
Allows you to change ESP colors for players and items to suit your preference.
Visibility toggle
Easily turn ESP on or off depending on your gameplay needs.
How it works
The Color or Die ESP script scans the game environment to detect players and interactive puzzle items, overlaying visual markers on your screen even when they’re behind walls or obstacles. This helps you maintain situational awareness in tense co-op horror scenarios.
Once injected, the script hooks into the game’s rendering process to draw boxes and labels over key objects and players, updating in real time as the game state changes. You can customize what elements are highlighted and adjust colors to reduce distraction.