--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] while task.wait() do game.ReplicatedStorage.UpdateDamageKey:InvokeServer(1); for i,v in pairs(workspace.Baddies:GetChildren()) do pcall(function() v.Humanoid.Damage:FireServer({["Knifed"] = true, ["BodyPart"] = v.HumanoidRootPart, ["Damage"] = 9999999999999999999}, 1) end) end end