Sound wont play from remote event

serverscript:

script.Parent.handsign2.OnServerEvent:Connect(function(player)
	script.HandSign:Play()
end)

Local script:

script.handsign2:FireServer()

Why does this never work…

where are these scripts and the sound may need parented to a block or model/object