_G.AFK = true local CanAFK = true if _G.Executed then CanAFK = false end _G.Executed = true local Toggle = Temp.Toggle({ Title = "Anti Afk", Callback = function(Value) _G.AFK = Value end, Enabled = _G.AFK }) local vu = game:GetService("VirtualUser") game:GetService("Pla...