local old; old = hookfunction(Instance.new("RemoteEvent").FireServer, function(remote, ...) if tostring(remote) == "playerRequest_damageEntity" then local args = {...}; if args[3] == "monster" then return; end; end; return old(remote, ...) end)