-- link - single quote
'https://assetdelivery.roblox.com/v1/asset?id=1818'
-- link - double quote
"https://assetdelivery.roblox.com/v1/asset?id=1818"
-- xml
https://assetdelivery.roblox.com/v1/asset?id=1818
-- link - single quote, w/ space
'https://assetdelivery.roblox.com/v1/asset?id=1818 '
-- link - double quote, w/ space
"https://assetdelivery.roblox.com/v1/asset?id=1818 "
-- xml, w/ space
https://assetdelivery.roblox.com/v1/asset?id=1818
--just the link. no spaces.
https://assetdelivery.roblox.com/v1/asset?id=1818
--a variation of a roblox link
http://www.roblox.com/asset/?version=1&id=1818
--another variation of a roblox link
http://www.roblox.com/asset/?version=1&id=1818
--another possible variation
http://www.roblox.com/asset/?id=1818&version=1
--another one
http://www.roblox.com/asset/?id=1818&version=1
--quotation link
"http://www.roblox.com/asset/?id=[ID]"
-- script snippet
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id="..images[m])
l.Image = "http://www.roblox.com/asset/?id="..images[m]
--spooking out snippet
{"Boing", "http://novetus.me/asset?id=12222124", 2.509},--2
--menderman snippet
backq2.Name = "Backq2"
backq2.formFactor = "Plate"
backq2.Size = Vector3.new(1,0.4,1)
local mesh7 = Instance.new("SpecialMesh")
mesh7.MeshId = "http://novetus.me/asset?id=17659272"
mesh7.TextureId = "http://novetus.me/asset?id=17659268"
mesh7.Scale = Vector3.new(1,1.5,2.5)
mesh7.Parent = char.Backq2
local w9 = Instance.new("Weld")
w9.Parent = torso
w9.Part0 = w9.Parent
w9.Part1 = backq2
w9.C1 = CFrame.fromEulerAnglesXYZ(0,0,-1.6) +Vector3.new(1.2,-1.2,-1.2)
--snippet from survive the spheres
Badges = {[0] = 30058718, [100] = 29890585, [200] = 29918752, [400] = 30057939}
Playing = {}
Tutorial = {"http://www.roblox.com/asset/?id=30093873", "http://www.roblox.com/asset/?id=30093900", "http://www.roblox.com/asset/?id=30093954", "http://www.roblox.com/asset/?id=30094010", "http://www.roblox.com/asset/?id=30094028", "http://www.roblox.com/asset/?id=30094049"}
BallName = "bawlz"
Base = workspace.Base
CountDownTime = 15
Siz = 8
Size = Vector3.new(Siz, Siz, Siz)
Multiplier = 1
SuckSpeed = 1.5
SuckSoundId = "http://www.roblox.com/asset/?id=10722059"
TickSoundId = "rbxasset://sounds\\clickfast.wav"
PingSoundId = "http://www.roblox.com/asset/?id=13114759"
HorrorSoundId = "http://www.roblox.com/asset/?id=2767085"
LostSoundId = "http://www.roblox.com/asset/?id=13378571"
WonSoundId = "http://www.roblox.com/asset/?id=15632562"
EatTime = 2
BallMass = 15000
copyrate = 15
Powerups = {}
Lobby = script.Parent.Lobby
VipId = 28197859