View difference between Paste ID: vvn9ZxQ8 and PP3CGSaK
SHOW: | | - or go back to the newest paste.
1
--Made by commag
2
 
3
local s = Instance.new("Sound")
4
 
5
s.Name = "Sound"
6-
s.SoundId = "http://www.roblox.com/asset/?id=243372213"
6+
s.SoundId = "https://www.roblox.com/library/387471091/The-Chainsmokers-Dont-Let-Me-Down-300-sales"
7-
s.Volume = 2
7+
s.Volume = 3
8-
s.Looped = false
8+
s.Looped = true
9
s.archivable = false
10
 
11
s.Parent = game.Workspace
12
 
13
wait(3)
14
 
15
s:play()