Something like this screenshot.
First time replying on devforum lol.
I think the best way to get that kind of stamina bar you need a part right beneath the player(make it transparent and set CanCollide to false), then add a surface gui on top(set the Face to top), afterwards add an image label which would serve as a loading bar outline(box), and then add the actual bar. Make that it uses the “Tile” mode on scale type. Set it to how much you need(every stud is 100 pixels)
Now scripting
Add a local script, which would move it beneath the player`s feet, make the size of Y(or X preferably) wired to the stamina, best if its in range of 0 and 1 so it wont break. Put it into a loop and you should be done!
hope this helps
Also, let me add images for more help
The red one is the bar
The Exclamation sign and the black is the outline
in the first one size is (1, 0; 1, 0)
in the second size is (1, 0; 0.5, 0)
Can you please provide the images you used for this example?
Sure, ill remove the exclamation mark though
P.S i made it pixalated, on accident, still should work
Ill drop the uh place with the thing
RoundStaminaBar.rbxl (51.4 KB)