Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MAKE A SCRIPT IN WORKSPACE AND PUT THE CODE BELOW IN!
- --Made by lceyDex
- local sound = Instance.new("Sound")
- sound.Name = "Sound"
- sound.SoundId = "http://www.roblox.com/asset/?id=1234567890" --Replace 1234567890 with your sound ID
- sound.Volume = 1.5
- sound.Pitch = 1
- sound.Looped = true
- sound.archivable = false
- sound.Parent = game.Workspace
- wait(0)
- sound:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement