#I need to add a shield system for my health system.
1 messages · Page 1 of 1 (latest)
let’s assume you’re using the HUD element as health, if you want shield, use the secondary HUD bar, how to tell it to take damage is check if the shield has a value greater than 0, if yes, damage the shield, if no, it means you have no shield and should take HP Damage instead
Thanks for the help. It’s working