for _, v in pairs(getgc(true)) do if type(v) == "table" and rawget(v, "BaseDamage") and type(v.BaseDamage) == "table" then local newBaseDamage = {math.huge} -- don't be mad about the math.huge btw I just killed the inf health dummy lol v.BaseDamage = newBaseDamage end end