ADVERTISEMENTREMOVE ADS
Description
Esp all player it's good because you know who's beast
Features:
- Esp
ADVERTISEMENTREMOVE ADS
34 Lines • 1.18 KiB
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
local w = library:CreateWindow("esp all") -- Creates the window
local b = w:CreateFolder("main") -- Creates the folder(U will put here your buttons,etc)
b:Label("main",{
TextSize = 25; -- Self Explaining
TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
})
b:Button("esp all",function()
-- ESP Function
function ESP()
for i, v in pairs(game.Players:GetPlayers()) do
if v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
-- Create Box
local Box = Instance.new("BoxHandleAdornment")
Box.Size = v.Character.HumanoidRootPart.Size + Vector3.new(0.1, 0.1, 0.1)
Box.Color3 = Color3.new(0, 0, 0)
Box.AlwaysOnTop = true
Box.ZIndex = 5
Box.Adornee = v.Character.HumanoidRootPart
Box.Parent = v.Character.HumanoidRootPart
end
end
end
-- Call ESP Function
ESP()
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS








Comments