View difference between Paste ID: i1YEw8fc and FCsTALry
SHOW: | | - or go back to the newest paste.
1
--Made by Auma
2
 
3
local s = Instance.new("Sound")
4
 
5
s.Name = "Sound"
6-
s.SoundId = "http://www.roblox.com/asset/?id=261303790"
6+
s.SoundId = "http://www.roblox.com/asset/?id=396873260"
7
s.Volume = 2
8
s.Looped = true
9
s.archivable = false
10
s.Parent = game.Workspace
11-
s.Pitch = 7
11+
s.PlaybackSpeed = 0.25
12
 
13
wait(3)
14
 
15
s:play()