for k, v in pairs(getgc(true)) do if pcall(function() return rawget(v, "indexInstance") end) and type(rawget(v, "indexInstance")) == "table" and (rawget(v, "indexInstance"))[1] == "kick" then setreadonly(v, false) v.tvk = { "kick", function() return game.Workspace:WaitForChild("") end } end end