Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Nothing2Ua--
- LOCAL SCRIPT - GO TO LINE 8 AND PUT THE MUSIC ID WHERE IT SAYS "IDHERE"
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=154664102"
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement