That’s like using a paper towel to stop a tsunami.
-- Apply to all existing and future remotes for _, remote in ipairs(ReplicatedStorage:GetDescendants()) do if remote:IsA("RemoteEvent") then remote.OnServerEvent:Connect(function(player, ...) if checkRemoteSpam(player) then -- original logic here end end) end end anti crash script roblox