Is this an error? If so please tell me or give me a solution It will really help me!
local h = script.Parent.Humanoid local n = script.Parent while true do n.Name = "Lv. 1 Thief HP: "..h.Health.."/"..h.MaxHealth.."." wait(.001) end