SHOW:
|
|
- or go back to the newest paste.
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=IDHERE" |
8 | + | s.SoundId = "http://www.roblox.com/asset/?id=154664102" |
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() |