Advertisement
JagTiger

Esp Mod Roblox

May 28th, 2022
15,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. getgenv().enabled = true --Toggle on/off
  2. getgenv().filluseteamcolor = false --Toggle fill color using player team color on/off
  3. getgenv().outlineuseteamcolor = false --Toggle outline color using player team color on/off
  4. getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color
  5. getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color
  6. getgenv().filltrans = 0 --Change fill transparency
  7. getgenv().outlinetrans = 0 --Change outline transparency
  8.  
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement