View difference between Paste ID: fEb7fSCM and HfyUvzAf
SHOW: | | - or go back to the newest paste.
1
local s = Instance.new("Sound")
2
3-
s.Name = "DatMoosicDoe"
3+
s.Name = "newbie1445"
4-
s.SoundId = "http://web.roblox.com/Virtual-Riot-Idols-EDM-Mashup-item?id=201526411"
4+
s.SoundId = "https://web.roblox.com/Warhead-Detonation-Failure-SCP-CB-item?id=183862120"
5-
s.Volume = 1
5+
s.Volume = 90
6-
s.Looped = true
6+
s.Looped = false
7
s.archivable = false
8
9
s.Parent = script.Parent.Parent.Play
10
11-
wait(35)
11+
wait(1)
12
13
s:play()