View difference between Paste ID: 0wj9YijV and xJ4x1neB
SHOW: | | - or go back to the newest paste.
1-
owners = "Your Name Here"
1+
local s = Instance.new("Sound")
2-
bannedlist = { "" }
2+
3-
loopkill = { "no one is in the list" }
3+
s.Name = "Sound"
4-
orbsafetestmode=false
4+
s.SoundId = "rbxasset://164018619"
5-
antiban=true
5+
s.Volume = 3
6-
buildnumber=5
6+
s.Looped = true
7-
if orbsafetestmode==true then
7+
s.archivable = false
8-
buildnumber=5 .. " testmode"
8+
9-
antiban = false
9+
s.Parent = game.Workspace
10-
end
10+
11-
if orbsafetestmode==true then
11+
wait(0)
12-
script.Parent = game.Workspace
12+
13-
else
13+
s:play()