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

How do i make music play after player respawns?

Asked by 3 years ago

I already have music stop when the player dies. I just need music to play after the player respawns.

1 answer

Log in to vote
0
Answered by 3 years ago

Ok, I got it already, paste this in your script

game.Workspace.Music:Pause() wait(death screen time in seconds) game.Workspace.Music:Play()

0
Note: Put "wait" and words after it down string. Armanjojom 0 — 3y
Ad

Answer this question