of     1   

XxPinkJewelXx
#188996278Thursday, May 12, 2016 6:17 AM GMT

How do I add sound for the whole place, like battle music. How do I do that?
xxBadrii
#188997177Thursday, May 12, 2016 7:15 AM GMT

https://www.youtube.com/watch?v=_y-kkQOvTUo Not made by me.
dans59
#188997436Thursday, May 12, 2016 7:37 AM GMT

well im bored so i will help u out 1. create a new script (not local script) 2. wait() Name = "Music" Id = "SoundId" Looped = true [[if u dont want it to loop change it to false]] local Music = Instance.new("Sound", game.Workspace) Music.SoundId = ("rbxassetid://"..Id) [[put ur music id here, not the full link]] Music.Volume = 1 Music.Pitch = 1 Music.Looped = Looped wait() Music:Play() never tested it, so idk if it will work, but it should gl
dans59
#188997472Thursday, May 12, 2016 7:41 AM GMT

o u can also do Music:Stop() if u want
ralleybrodey
#189002654Thursday, May 12, 2016 1:37 PM GMT

Well, you can do it even more simple: Create a script with a sound inside it, Add the Sound's details (Such as The ID, Loopable, and volume), open the script, Write "script.Sound:Play()". It should work if you follow the steps.

    of     1