How to make a armor that increase Player's Max Health

so i want create Armor that increase Player’s Max Health

so after player click armor it will increase Player’s max health and the Armor will equipped

-- add the armor's bonus to the current MaxHP
Humanoid.MaxHealth += ArmorHealthBonus

what exactly are you asking for?

im asking how to make script that increase Player’s Max Health

then the Player get Armor and Max Health 500

do you currently have a way to equip armor

1 Like

yes using ClickDetector


well in this line i’m assuming your armor has a ArmorHealthBonus value
you could just add this line to your equip script
and if you don’t have a ArmorHealthBonus value then you could just replace it with a number

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.