www.roblox-scripter.com

Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

Script – Mountfall

Thank you for using our website
Your script:

				
					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