anti kick only works on some games
stop get script from v3rm
dude am dont have v3rm account
This is not unversial it's for da hood but ok
and an antikick (locally) would look like this: local OldNameCall = nil OldNameCall = hookmetamethod(game,"__namecall",function(Self,...) if not checkcaller() and Self == game.Players.LocalPlayer and getnamecallmethod() == "Kick" then return end return OldNameCall(Self,...) end)