so, I wanted to know how to make a stamina bar similar to genshin impact, the way how it appears beside the player.
hopefully this is the correct Category .
The stamina bar is the curved line that appears on the right side of the player.
so, I wanted to know how to make a stamina bar similar to genshin impact, the way how it appears beside the player.
hopefully this is the correct Category .
The stamina bar is the curved line that appears on the right side of the player.
idk a cleaner implementation, but I’d set that up using a bunch of 1 pixel tall frame instances by making them transparent/visible based on the current stamina level
and the background would be an imageLabel in a BillboardGui
it’s tough because roblox doesnt support ClipDescendants on rotating guiObjects well, and there isnt anything like “Hide guiObjects underneath this invisible guiObjects”
also, Art Design might be a better category than this