Roblox 2013 Health Bar style Stamina Bar

I’ve seen that in many retro games, as something evil will happen, there is a stamina bar like 2013 style health bar (video attached), I already know where I can find a health bar like that, but how can I make or find a similar stamina bar?

2 Likes

Get your health bar and colour it blue

Or you can…

  1. Make a frame
  2. Make another frame and put it under that frame
  3. Set the Y Anchor point of that child frame to 0.5 (you can skip this)
  4. Set the position of that child frame to 0, 0, 0.5, 0 (or 0, 0, 0, 0 if you skipped the 3rd step)
  5. Set the size of that child frame to 0.5, 0, 1, 0 (x scale doesn’t really matter, I just made it 0.5 so you can still see the child frame for the next two steps)
  6. Insert a UICorner in that child frame and play with it until you get it right
  7. Insert a UIGradient in that child frame and play with it until you get it right (I suggest you make it black and white instead and put the colour to the parent frame. It’ll be easier to adjust in the future + easier to tween)