Are there any ways to make a MultiColoured Status Bar?

Let’s say that I’m making a Bee Bossfight, and I want to make a Status Bar alternates between the colours Brown and Yellow, with 20 parts of length of the healthbar being yellow and the next 20 segments being brown, all until it finishes. Is that possible and how would that be done?

2 Likes
If you meant for the status bar to be yellow when health is more than 50% then brown when to its lower than 50%

Updating color depending on value

If you meant for the status bar to be both yellow and brown at the same in a certain pattern
  • I don’t think the extension offers that, so you’ll either have to edit the extension code or make your own status bar. I have this demo game showcasing making your own status bar.
  1. Initial creation of status bar

  2. Rendering bar + Swerve effect

I hope this helps answer your question! :grinning:

I’ll definitely keep this in mind for future bosses that I make. It might be a bit too late now because I don’t feel like reworking the entire healthbar, but this is still a very good guide!

1 Like

Yeah it can be daunting doing it from the ground up! The customization is worth it though :grin:
Glad I was able to help :pray: