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

HELP FAST! : Music [ On-Enter Reply Help ]?

Asked by
Vividex 162
10 years ago

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?

0
Hmm. I think a method would be to put it in the Character as they joined. Best tag for this is "Algorithms". I have to post this as a comment because of the flood check on my answer box :c Maxomega3 106 — 10y
0
I'm an amateur, I don't know how to do that qq @Maxomega3 Vividex 162 — 10y

1 answer

Log in to vote
-1
Answered by 10 years ago

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

0
Everyone will be able to hear it. Nickoakz 231 — 10y
Ad

Answer this question