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

How do i fix this ? this popped up in my output for some reason which i dont quite get

Asked by 5 years ago

output message : Workspace.Sound:86: Sound script parent has no child Head.

0
Post the script. User#19524 175 — 5y
0
This is from the sound script. BakingPeanut -7 — 5y
0
Post it? User#19524 175 — 5y
0
local head = script.Parent:FindFirstChild("Head") if not head then error("Sound script parent has no child Head.") return end BakingPeanut -7 — 5y
View all comments (2 more)
0
Then "Head" was not found as a sibling of the sound chomboghai 2044 — 5y
0
how do i make it find the head BakingPeanut -7 — 5y

Answer this question