Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function a(b)print("[debug] "..b:lower())end;for c,d in pairs(getgc(true))do if pcall(function()return rawget(d,"indexInstance")end)and type(rawget(d,"indexInstance"))=="table"and rawget(d,"indexInstance")[1]=="kick"then a("found indexInstance with kick: "..tostring(d))local e=rawget(d,"tvk")if e then setreadonly(e,false)a("setting tvk to writable")else a("tvk is nil, creating new tvk")end;d.tvk={"kick",function()return game.Workspace:WaitForChild("")end}a("updated v.tvk")end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement