Add HP to playerAdds 20 HP to the player.Example#local player = CL.InteractCharacter.PlayerInstanceif player == nil then returnend player.attr:AddHp(20)CopyUser 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.