Skip to content

llAdjustDamage

function ll.AdjustDamage(Number: number, Damage: number)

Changes the amount of damage to be delivered by this damage event.

Parameters
Number (number)
Damage event index to modify.
Damage (number)
New damage amount to apply on this event.

Add example usage here showing SLua/Luau syntax with ll.AdjustDamage().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.