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)