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

Audio Script not working. Why?

Asked by
Kyokamii 133
10 years ago

Im making an AUDIO script, but apparently, it does not work. Why? Once Again, why?

No Ouput

Here's my script:

function onPlayerEntered(NewPlayer)

    script.Parent:Play()

end
game.Players.PlayerAdded:connect(onPlayerEntered)

Answer this question