I’m trying to make a health bar using multiple progress bars to represent the amount of health. How can I link the progress bars so that when one of the bars reaches 0, the next one is affected?
There’s usually no need to link anything per se. You have a health pool. Work out the percentages of how much health each bar has. If you have 3 bars and 450 max health, and 137 hp left. The first bar has 91% and the last 2 are empty.