#Why does intvalue not work when changed
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I want it to work where if changed then the text will changed and go down like a health bar on a part, but it does not.
local frame = script.Parent
local measure = frame.Measure
local label = frame.LabelText
local Health = script.Parent.Parent.Parent.Health
label.Text = Health.Value .. "/" .. Health.Value
measure.Size = UDim2.new()