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

I dont understand what is wrong with this please help? [closed]

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

for some reason this script throws an error when it looks correct

while wait (0.1) do local a = script.Parent.BillboardGui:Clone() a.Parent = script.Parent.Parent.Chracter.Head a.Enabled = true end

Error:

Chracter is not a valid member of Player Script 'Players.Player.PlayerGui.LocalScript', Line 3 Stack End

Please help

Locked by BlueTaslem

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 9 years ago

You spelt Character wrong.

0
thanks Scripter79 0 — 9y
Ad