I need a script that plays a song that only the person who joined can hear on enter for a limited amount of seconds, then stop. But, I want it to play every time a person joins, so for instance I joined, it played, then stopped, but I can only hear it when it was playing, then when someone else joins, it plays the song for them too, but only so they can hear it?
Well i'm only a beginner but this is what I THINK
game.Players:PlayerAdded(function(plr) game.Workspace.MUSIC NAME:Play() end)
Make sure its local script