View difference between Paste ID: c6taNQw6 and AHaE9KY1
SHOW: | | - or go back to the newest paste.
1
[Roblox]
2
3
---made by donovandude01
4
5
s=Instance.new("Sound", script)
6
7
while true do
8
s.Volume=1
9
s.Pitch=1
10
s.Looped=true
11-
s.SoundId="http://www.roblox.com/asset/?ld=soundid"
11+
s.SoundId="http://www.roblox.com/asset/?ld=2300911662"
12
s:Play()
13
end