#How do I make my health bar gui include a percentage number?

11 messages · Page 1 of 1 (latest)

grim lava
#

I'm new to roblox studio so I just watched some youtube videos and haven't got much practice, I want to add a percentage number to my health bar gui but I dunno how.

cold crest
#
local text = tostring(hum.Health / hum.MaxHealth * 100).. '%'
textlabel.Text = text
grim lava
#

o

#

ty

strong sigil
#

Mmm

#

Ima use to 😃

shut dome
#

Not wrong, but like... To the millionths

cold crest