BedWars ESP Script
-- BedWars ESP | blox.sh
-- Updated: July 2026
loadstring(game:HttpGet(
"https://blox.sh/raw/bedwars/esp-script.lua"
))()
How to use this script
.lua file).
What this script does
Enemy player highlights
See all enemy players through walls to track their movements and plan attacks.
Bed location markers
Easily locate enemy beds even when hidden behind blocks or terrain.
Item ESP
Spot valuable items like weapons and resources on the map to gain an advantage.
Distance display
Shows how far away enemies and beds are, helping you decide when to engage.
Customizable colors
Adjust ESP colors for enemies and beds to suit your preferences and improve visibility.
How it works
The BedWars ESP script overlays visual markers on enemy players and beds, letting you see them through walls and obstacles. It scans the game environment in real time to detect these objects and draws outlines or icons on your screen.
This script hooks into the game’s rendering system to display extra info that the standard game view hides. It updates dynamically as enemies move or beds get destroyed, keeping you informed for better team defense and offense.