![[OPEN SOURCE] anti env logger (25ms/threaded confirmed) - Roblox Script](https://rbxscripts.net/wp-content/uploads/2026/01/697ac55d2e336f2b3b01ce46_1769653597247_WKEPKCNevP_0.webp.webp)
Credits: alyssa
DISCLAIMER: this anti env logger will also detect executors with redirected output as env loggers, so ensure to have a notice in your script to tell your user to turn off their redirected output/custom terminal setting on their executor
local RandomMessage = `[{math.random()}]`
local Passed = false
game:GetService("LogService").MessageOut:Connect(function(Message, MessageType)
if Message == RandomMessage and MessageType == Enum.MessageType.MessageOutput then
Passed = true
end
end)
print(RandomMessage)
repeat
task.wait()
until Passed
-- code past here only runs in normal executors
print("this only runs when not in an env logger")
local a = game:GetService("HttpService") -- for testing, if this shows up in an env logger then this is patchedComments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Universal game.
This script may require a payment or subscription. Please check the script's description for more details.
Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.
Yes, this script is designed to be compatible with mobile executors.





