local old; old = hookmetamethod(game,"__namecall", function(self,...) local method = getnamecallmethod() if method:lower("^kick") then return end return old(self,...) end)