ADVERTISEMENTREMOVE ADS

Flee the facility script

Universal script
2 years ago
Script preview thumbnail
Script Preview
Key System
Key System
xc
xcray23

Description

Esp all players and its good for file the facility because you can esp where beast is

Features:

  • Esp
ADVERTISEMENTREMOVE ADS
34 Lines • 1.18 KiB
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS