Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Esp = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/x114/RobloxScripts/main/OpenSourceEsp"))()
- -- Boxes --
- Esp.Box = false
- Esp.BoxColor = Color3.fromRGB(255,255,255)
- Esp.BoxOutline = true
- Esp.BoxOutlineColor = Color3.fromRGB(0,0,0)
- -- HealthBars --
- Esp.HealthBar = true
- Esp.HealthBarSide = "Left" -- Left,Bottom,Right
- -- Names --
- Esp.Names = true
- Esp.NamesColor = Color3.fromRGB(255,255,255)
- Esp.NamesOutline = true
- Esp.NamesFont = 2
- Esp.NamesSize = 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement