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?