Quick actions

cmd+k|ctrl+k

Navigation

Languages

Anti Error

Snippet info

Language

Lua

Visibility

public

Author

shashlik

Created

2025-10-27T21:43:45.797113Z

Updated

2025-10-27T21:43:45.797113Z

for _,c in getconnections(game:GetService("LogService").MessageOut) do c:Disconnect() end for _,c in getconnections(game:GetService("ScriptContext").Error) do c:Disconnect() end
INFO