Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().enabled = true --Toggle on/off
- getgenv().filluseteamcolor = false --Toggle fill color using player team color on/off
- getgenv().outlineuseteamcolor = false --Toggle outline color using player team color on/off
- getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color
- getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color
- getgenv().filltrans = 0 --Change fill transparency
- getgenv().outlinetrans = 0 --Change outline transparency
- loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement