local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt,false) mt.__namecall = newcclosure(function(self, ...) local args = {...} if getnamecallmethod() == 'FireServer' and self.Name == "Missed" then return end return old(self, unpack(args)) end)