Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Sound = Instance.new("Sound")
- local Id = "" --ENTER THE SOUND ID HERE
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = true -- CHANGE TO FALSE IF YOU DON'T WANT IT TO LOOP
- Sound.Volume = 1 -- CHANGE THE VOLUME OF THE MUSIC DEFAULT(1)
- print("SOUND HAS BEEN LOADED INTO GAME | THANK YOU FOR USING THIS SCRIPT")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement