Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.Made by --Nothing2Ua--
- 2.
- 3.LOCAL SCRIPT - GO TO LINE 8 AND PUT THE MUSIC ID WHERE IT SAYS "IDHERE"
- 4.
- 5.local s = Instance.new("Sound")
- 6.
- 7.s.Name = "Sound"
- 8.s.SoundId = "http://www.roblox.com/asset/?id=467262772"
- 9.s.Volume = 2
- 10.s.Looped = true
- 11.s.archivable = false
- 12.
- 13.s.Parent = game.Workspace
- 14.
- 15.wait(1)
- 16.
- 17.s:play()
Add Comment
Please, Sign In to add comment