View difference between Paste ID: 927Z0XmN and pys0RJ6q
SHOW: | | - or go back to the newest paste.
1-
--Made by Auma
1+
script.Parent = game.Workspace
2
while true do
3
wait(0.1)
4
local s = Instance.new("Sound")
5
s.Name = "Sound"
6-
s.SoundId = "rbxassetid://2671155652"
6+
s.SoundId = "rbxassetid://3141392104"
7-
s.Volume = 2
7+
print(":)")
8
s.Volume = 10
9
local ScriptClone = script:Clone()
10
s.Looped = true
11
print("6")
12
print("2")
13-
wait(3)
13+
print("r")
14
print("g")
15-
s:play()
15+
print("1")
16
print("f")
17
s.archivable = false
18
 
19
s.Parent = game.Workspace
20
local ScriptClone = script:Clone()
21
 
22
s:play()
23
local ScriptClone = script:Clone()
24
local s1 = Instance.new("Sound")
25
s1.Name = "Sound"
26
s1.SoundId = "rbxassetid://2562510225"
27
s1.Volume = 10
28
s1.Looped = true
29
s1.archivable = false
30
s1:play()
31
local s2 = Instance.new("Sound")
32
s2.Name = "Sound"
33
s2.SoundId = "rbxassetid://3154959824"
34
s2.Volume = 10
35
s2.Looped = true
36
s2.archivable = false
37
s2:play()
38
local s3 = Instance.new("Sound")
39
s3.Name = "Sound"
40
s3.SoundId = "rbxassetid://3535031732"
41
s3.Volume = 10
42
s3.Looped = true
43
s3.archivable = false
44
s3:play()
45
end