Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Load name error?

Asked by 9 years ago

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

0
Well what does the output read. Why are you asking if it's an error if you haven't even tested it!! You can do better!!! LateralLace 297 — 9y
0
Does the script print an error in output or Dev Console. M39a9am3R 3210 — 9y
0
Its a output problem ImmortalChamps -2 — 9y
0
What does it read? LateralLace 297 — 9y
0
"Lv 1 thief is not a valid member of Head" ImmortalChamps -2 — 9y

Answer this question