View difference between Paste ID: RtG4CMf1 and 1hSGkd1A
SHOW: | | - or go back to the newest paste.
1
--Roblox_Xploits
2
3
local s = Instance.new("Sound")
4
 
5
s.Name = "Sound"
6
s.SoundId = "http://www.roblox.com/asset/?id=410533850"
7-
s.SoundId = "http://www.roblox.com/asset/?id=470355404"
7+
8
s.Looped = true
9
s.archivable = false
10
 
11
s.Parent = game.Workspace
12
 
13
wait(3)
14
 
15
s:play()