of     1   

deshea9
#225686171Thursday, September 28, 2017 1:36 AM GMT

music = game.Workspace.WindmillMusic.Sound script.Parent.Touched:connect(function(hit) local p = game.Players:GetPlayerFromCharacter(hit.Parent) if p and hit.Parent:findFirstChild("Humanoid") then do music:Play() end end end)
casperfox
#225686434Thursday, September 28, 2017 1:43 AM GMT

It should be FindFirstChild not ############### ### need a captial # ## "Find"
deshea9
#225687791Thursday, September 28, 2017 2:16 AM GMT

Nevermind I'm DUMB! I had the volume turned to low on the sound...

    of     1