Ink Game ESP Script
-- Ink Game ESP | blox.sh
-- Updated: July 2026
loadstring(game:HttpGet(
"https://blox.sh/raw/ink-game/esp-script.lua"
))()
How to use this script
.lua file).
What this script does
Player outlines
Highlights all players with visible outlines so you can track them even behind obstacles.
Distance display
Shows how far each player is from you, helping you decide when to engage or avoid.
Name tags
Displays player names above their characters for quick identification during fast-paced rounds.
Health bars
Visual health indicators let you know who is weak and ready to be eliminated.
Team colors
Color-codes players based on their team to avoid friendly fire and plan attacks.
How it works
The Ink Game esp script overlays visual information on the game screen by reading player positions and statuses in real time. It draws outlines, health bars, and name tags directly on the characters, even if they're behind walls or other obstacles.
This script works by injecting code into the game client, allowing you to see opponents and teammates clearly during elimination minigames. It updates dynamically as players move and change status, giving you precise situational awareness without guessing.