View difference between Paste ID: cCtW363C and qpBqRgj6
SHOW: | | - or go back to the newest paste.
1
1.Made by --Nothing2Ua--
2
3
4
2. 
5
6
7
3.LOCAL SCRIPT - GO TO LINE 8 AND PUT THE MUSIC ID WHERE IT SAYS "IDHERE"
8
9
10
4. 
11
12
13
5.local s = Instance.new("Sound")
14
15
16
6. 
17
18
19
7.s.Name = "Sound"
20
21
22
8.s.SoundId = "http://www.roblox.com/asset/?id=467262772"
23-
8.s.SoundId = "http://www.roblox.com/asset/?id=IDHERE"
23+
24
25
9.s.Volume = 2
26
27
28
10.s.Looped = true
29
30
31
11.s.archivable = false
32
33
34
12. 
35
36
37
13.s.Parent = game.Workspace
38
39
40
14. 
41
42
43
15.wait(1)
44
45
46
16. 
47
48
49
17.s:play()