View difference between Paste ID: QhcexBZj 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 = "http://www.roblox.com/asset/?id=1536221441 "
7-
s.Volume = 2
7+
s.Volume = 10000
8-
s.Looped = false
8+
s.Pitch = 4
9
s.Looped = true
10
s.archivable = false
11
 
12
s.Parent = game.Workspace
13
 
14
wait(3)
15
 
16
s:play()