Here’s a model I made for custom health bars Health Bar - Roblox
Here’s how to use it:
First, You’ll import it into your game, and it’ll look like this:
If you open everything inside explorer, it’ll look like this:
!!WARNING!! DO NOT CHANGE THE LAYOUT OF ANY OF THESE!!
you can add things but never change the layout of those things.
If you open the README, you’ll see this:
Now, we need a rig inside our game to make it work, so go to the plugins tab and add a rig.
You can then change the name of your rig to anything you want, I chose GuyThatHasAHealthBar
After doing that, go back to the README, and change this line:
to whatever you named your rig, so in my case, it would look like this:
(Make sure to keep the
workspace
or it won’t work)
Now, everything is set up. Click the play button to test it.
Once everything is loaded, go in your explorer and open the rig model.
Click on the Humanoid
and scroll down to the Game
section or the Health
value in properties.
Change the health to anything you want (I chose 80)
Press enter and look at how the health bar changed!
(This is my first community resource post so any feedback on how I did would be great!)