matthewdean / proxy.lua

Control access to objects in pure Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loop

matthewdean opened this issue · comments

while true do
    pcall(function() while true do end end)
end

game:GetService("ScriptContext"):SetTimeout(30) is called server-side, so this type of script will get killed eventually. This is acceptable.