I cant seem to hear this sound even after many tries + i dont think its working how it should
script V
while wait(0.05)do local gethp=script.Parent.Humanoid.Health if gethp > gethp then local hurt= Instance.new("Sound",script.Parent.Head) hurt.SoundId="rbxassetid://209527158" script.Parent.Head.Died.SoundId=("rbxassetid://209527158") hurt:Play() end end
Can you show me what to do and fix it?
The sound will play, but you won't hear it because it isn't in the physical world. If you want everyone to hear it, parent the sound to workspace, but if you want only one person to hear it, parent it to PlayerGui.
If this helped you please remember to accept :)