spawn(function() game.StarterGui:SetCore("SendNotification", { Title = "✅ Anti-AFK"; Text = "Anti AFK has been enabled."; Icon = ""; Duration = 5; }) end) for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do v:Disable() end