of     1   

Molagbal45
#223906401Saturday, August 19, 2017 4:57 AM GMT

I'm trying to make a script where when a round starts, music starts playing. Sadly, I am terrible at scripting and I don't know what to do.
Hzace
#223906510Saturday, August 19, 2017 5:00 AM GMT

Sound:Play Wait(3) Sound:Stop
yin_yang
#223906586Saturday, August 19, 2017 5:03 AM GMT

simply Play() the music when the function for starting the round fires
Molagbal45
#223906685Saturday, August 19, 2017 5:06 AM GMT

Do I just put in the script?
Molagbal45
#223906738Saturday, August 19, 2017 5:07 AM GMT

And how do I do that?
supernavo
#223907407Saturday, August 19, 2017 5:27 AM GMT

So lets say you have a Sound instance in your workspace that will play your music. I'm assuming you have a script that begins the round. So after the part where it has started the round put game.Workspace.Sound:Play() (replace the word sound with whatever the name of the sound instance is)
Molagbal45
#223908745Saturday, August 19, 2017 6:11 AM GMT

ok thx i got it all working now

    of     1