Skip to main content

Add HP to player

Adds 20 HP to the player.

Example#

local player = CL.InteractCharacter.PlayerInstanceif player == nil then    returnend
player.attr:AddHp(20)

User Variables#

No user variables.

FAQ#

Can I also do this for mana?#

Yes you can! use AddMp() to add mana. More information can be found here.