All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the ROBLOX – UNIVERSAL FULLY CUSTOMIZABLE HIGHLIGHT ESP SCRIPT

The ROBLOX – UNIVERSAL FULLY CUSTOMIZABLE HIGHLIGHT ESP SCRIPT code is below. Copy & inject it into the game. Enjoy!

Features:

- FULLY CUSTOM HIGHLIGHT ESP

- DEV NOTES:
should work on most games, if you use it in your script credit me, hopefully, nobody already released this before.

Created by hountor haziste
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"))()