Advertisement
koreanhackerman

simple esp roblox script

Feb 10th, 2023
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local Esp = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/x114/RobloxScripts/main/OpenSourceEsp"))()
  2. -- Boxes --
  3. Esp.Box = false
  4. Esp.BoxColor = Color3.fromRGB(255,255,255)
  5. Esp.BoxOutline = true
  6. Esp.BoxOutlineColor = Color3.fromRGB(0,0,0)
  7. -- HealthBars --
  8. Esp.HealthBar = true
  9. Esp.HealthBarSide = "Left" -- Left,Bottom,Right
  10. -- Names --
  11. Esp.Names = true
  12. Esp.NamesColor = Color3.fromRGB(255,255,255)
  13. Esp.NamesOutline = true
  14. Esp.NamesFont = 2
  15. Esp.NamesSize = 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement