Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mt = getrawmetatable(game)
- local oldmt = mt.index
- make_writeable(mt)
- mt.index = function(t,i)
- if i == "Kick" then
- return nil
- end
- return oldmt(t,i)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement