You are on page 1of 74

--M249 by DMS ok don8 plz

local ASDAD = function(f,scri)


local oldenv = getfenv(f)
local newenv = setmetatable({}, {
__index = function(_, k)
if k:lower() == 'script' then
return scri
else
return oldenv[k]
end
end
})
setfenv(f, newenv)
ypcall(function() f() end)
end
cors = {}
mas = Instance.new("Model",game:GetService("Lighting"))
mas.Name = "MLGMODEL"
rvrf = Instance.new("Tool")
rvrf.Name = "M249 SAW"
rvrf.Parent = mas
rvrf.GripForward = Vector3.new(-0.233495846, -0, -0.972357869)
rvrf.GripPos = Vector3.new(0, -0.419999987, 0)
rvrf.GripRight = Vector3.new(0.97235775, 0, -0.233495817)
sadsd = Instance.new("Part")
sadsd.Parent = rvrf
sadsd.Material = Enum.Material.SmoothPlastic
sadsd.BrickColor = BrickColor.new("Black")
sadsd.Position = Vector3.new(-23.2300014, 1.27942598, 7.71392298)
sadsd.Rotation = Vector3.new(79.4030533, 0, -0)
sadsd.Anchored = true
sadsd.CFrame = CFrame.new(-23.2300014, 1.27942598, 7.71392298, 1, 0, 0, 0,
0.183899015, -0.982945144, 0, 0.982945144, 0.183899)
sadsd.Size = Vector3.new(1, 1.20000005, 1)
sadsd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd.Color = Color3.new(0.105882, 0.164706, 0.207843)
o3 = Instance.new("SpecialMesh")
o3.Parent = sadsd
o3.Scale = Vector3.new(0.217771411, 0.277793646, 0.106888883)
o3.MeshType = Enum.MeshType.Wedge
o4 = Instance.new("LocalScript")
o4.Name = "BackupWeld"
o4.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
function Weld(x,y)
local W = Instance.new("Weld")
W.Part0 = x
W.Part1 = y
local CJ = CFrame.new(x.Position)
local C0 = x.CFrame:inverse()*CJ
local C1 = y.CFrame:inverse()*CJ
W.C0 = C0
W.C1 = C1
W.Parent = x
end

function Get(A)
if A.className == "Part" then
Weld(script.Parent.Handle, A)
A.Anchored = false
else
local C = A:GetChildren()
for i=1, #C do
Get(C[i])
end
end
end

function Finale()
Get(script.Parent)
end

script.Parent.Equipped:connect(Finale)
script.Parent.Unequipped:connect(Finale)
Finale()
end,o4)
end))
o5 = Instance.new("NumberValue")
o5.Name = "Ammo"
o5.Parent = rvrf
o5.Value = 100
o6 = Instance.new("Part")
o6.Name = "A9"
o6.Parent = rvrf
o6.Material = Enum.Material.SmoothPlastic
o6.BrickColor = BrickColor.new("Dark stone grey")
o6.Position = Vector3.new(-23.1480083, 1.58144104, 8.80720234)
o6.Rotation = Vector3.new(-0.851446211, 0, -0)
o6.Anchored = true
o6.CFrame = CFrame.new(-23.1480083, 1.58144104, 8.80720234, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o6.Size = Vector3.new(1, 1.20000005, 1)
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o6.Color = Color3.new(0.388235, 0.372549, 0.384314)
o7 = Instance.new("BlockMesh")
o7.Parent = o6
o7.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
o8 = Instance.new("NumberValue")
o8.Name = "MaxAmmo"
o8.Parent = rvrf
o8.Value = 100
o9 = Instance.new("NumberValue")
o9.Name = "Recoil"
o9.Parent = rvrf
o9.Value = 3
rvrf0 = Instance.new("Script")
rvrf0.Parent = o9
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
while true do
wait(.2)
if script.Parent.Value > 3 then
script.Parent.Value = script.Parent.Value - 1
end
end

end,rvrf0)
end))
rvrf1 = Instance.new("NumberValue")
rvrf1.Name = "StoredAmmo"
rvrf1.Parent = rvrf
rvrf1.Value = 700
rvrf2 = Instance.new("LocalScript")
rvrf2.Name = "Crouch"
rvrf2.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
on = 0
Tool = script.Parent
welds = {}
sh = {}
arms = nil
torso = nil
f = nil
function Crouch(ison)
if arms == nil and torso == nil then
arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right
Leg")}
torso = Tool.Parent:FindFirstChild("Torso")
end
if arms ~= nil and torso ~= nil then
sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
if sh ~= nil then
local yes = true
if yes then
yes = false
if ison == 1 then
sh[1].Part1 = nil
sh[2].Part1 = nil
local weld1 = Instance.new("Weld")
weld1.Part0 = torso
weld1.Parent = torso
weld1.Part1 = arms[1]
weld1.C1 = CFrame.new(-0.5, 0.75, 1)
arms[1].Name = "LDave"
arms[1].CanCollide = true
welds[1] = weld1
local weld2 = Instance.new("Weld")
weld2.Part0 = torso
weld2.Parent = torso
weld2.Part1 = arms[2]
weld2.C1 = CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
arms[2].Name = "RDave"
arms[2].CanCollide = true
welds[2] = weld2
local force = Instance.new("BodyForce")
force.Parent = torso
f = force
wait(0.01)
elseif ison == 0 then
if arms then
sh[1].Part1 = arms[1]
sh[2].Part1 = arms[2]
f.Parent = nil
arms[2].Name = "Right Leg"
arms[1].Name = "Left Leg"
welds[1].Parent = nil
welds[2].Parent = nil
end
end
end
else
print("sh")
end
else
print("arms")
end
end
function Key(key)
if key then
key = string.lower(key)
if (key=="c") then
if on == 1 then
on = 0
elseif on == 0 then
on = 1
end
Crouch(on)
end
end
end
function Equip(mouse)
mouse.KeyDown:connect(Key)
end
script.Parent.Equipped:connect(Equip)

end,rvrf2)
end))
rvrf3 = Instance.new("LocalScript")
rvrf3.Name = "Shooter"
rvrf3.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
Tool = script.Parent

local arms = nil


local torso = nil
local weld33 = nil -- right arm
local weld55 = nil -- left arm
local welds = {}
local reloading = false
local firing = false

function ReloadSequence()
weld33.C1 = CFrame.new(-0.76, -0, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87),
math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.1, 1.05) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.1, math.rad(-96))
wait(.04)
weld33.C1 = CFrame.new(-0.77, -0, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 0.7, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.2, math.rad(-102))
wait(.04)
weld33.C1 = CFrame.new(-0.78, 0.1, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-81),
math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 0.4, 0.95) * CFrame.fromEulerAnglesXYZ(math.rad(330),
0.3, math.rad(-108))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(350),
0.4, math.rad(-114))
wait(.4)
weld55.C1 = CFrame.new(-0.35, 1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.6, math.rad(-96))
Tool.A1.Transparency = 1
Tool.A2.Transparency = 1
Tool.A3.Transparency = 1
Tool.A4.Transparency = 1
Tool.A5.Transparency = 1
Tool.A6.Transparency = 1
Tool.A7.Transparency = 1
Tool.A8.Transparency = 1
Tool.A9.Transparency = 1
Tool.A10.Transparency = 1
Tool.A11.Transparency = 1
Tool.A12.Transparency = 1
Tool.A13.Transparency = 1
Tool.A14.Transparency = 1
Tool.A15.Transparency = 1
Tool.A16.Transparency = 1
Tool.A17.Transparency = 1
Tool.A18.Transparency = 1
Tool.A19.Transparency = 1
Tool.A20.Transparency = 1
Tool.A21.Transparency = 1
Tool.A22.Transparency = 1
Tool.A23.Transparency = 1
Tool.B1.Transparency = 0
Tool.B2.Transparency = 0
Tool.B3.Transparency = 0
Tool.B4.Transparency = 0
Tool.B5.Transparency = 0
Tool.B6.Transparency = 0
Tool.B7.Transparency = 0
Tool.B8.Transparency = 0
Tool.B9.Transparency = 0
Tool.B10.Transparency = 0
Tool.B11.Transparency = 0
Tool.B12.Transparency = 0
Tool.B13.Transparency = 0
Tool.B14.Transparency = 0
Tool.B15.Transparency = 0
Tool.B16.Transparency = 0
Tool.B17.Transparency = 0
Tool.B18.Transparency = 0
Tool.B19.Transparency = 0
Tool.B20.Transparency = 0
Tool.B21.Transparency = 0
Tool.B22.Transparency = 0
Tool.B23.Transparency = 0
Tool.Handle.rvrf:play()
wait(.4)
weld55.C1 = CFrame.new(-0.35, 0.8, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.5, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.4, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.4, math.rad(-96))
Tool.S1.Transparency = 1
Tool.S2.Transparency = 1
Tool.S3.Transparency = 1
Tool.S4.Transparency = 1
Tool.S5.Transparency = 1
Tool.S6.Transparency = 1
Tool.S7.Transparency = 1
Tool.S8.Transparency = 1
Tool.S9.Transparency = 1
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.35, math.rad(-96))
Tool.OMag3.Transparency = 1
Tool.Mag3.Transparency = 0
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.3, math.rad(-96))
Tool.Mag3.Transparency = 1
Tool.Mag2.Transparency = 1
Tool.Mag.Transparency = 1
local mag = Tool.Mag:clone()
mag.Parent = game.Workspace
mag.CanCollide = false
mag.Transparency = 0
Tool.Handle.M1:play()
local mag = Tool.Mag3:clone()
mag.Parent = game.Workspace
mag.CanCollide = false
mag.Transparency = 0
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.2, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.1, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0.1, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0.2, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0.3, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0.4, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(304),
-0.5, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(303),
-0.6, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(302),
-0.7, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(301),
-0.8, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.9, math.rad(-96))
wait(.4)
Tool.Mag.Transparency = 0
Tool.Mag3.Transparency = 0
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.88)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.88)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.8, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.77)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.77)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.7, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.66)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.66)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.6, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.55)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.55)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.5, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.44)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.44)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.4, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.33)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.33)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.3, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.22)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.22)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.2, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.11)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.11)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300),
-0.1, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(302),
-0.1, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0.05, 0)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.05, 0)
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0.1, math.rad(-96))
Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
Tool.Mag2.Transparency = 0
Tool.Handle.M2:play()
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
-0, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.1, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.2, math.rad(-96))
Tool.OMag3.Transparency = 0
Tool.Mag3.Transparency = 1
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.3, math.rad(-96))
Tool.S1.Transparency = 0
Tool.S2.Transparency = 0
Tool.S3.Transparency = 0
Tool.S4.Transparency = 0
Tool.S5.Transparency = 0
Tool.S6.Transparency = 0
Tool.S7.Transparency = 0
Tool.S8.Transparency = 0
Tool.S9.Transparency = 0
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.72, 0.85) *
CFrame.fromEulerAnglesXYZ(math.rad(310), 0.43, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.84, 0.85) *
CFrame.fromEulerAnglesXYZ(math.rad(310), 0.56, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 0.96, 0.85) *
CFrame.fromEulerAnglesXYZ(math.rad(310), 0.69, math.rad(-96))
wait(.04)
weld55.C1 = CFrame.new(-0.35, 1.08, 0.85) *
CFrame.fromEulerAnglesXYZ(math.rad(310), 0.8, math.rad(-96))
wait(.4)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(350),
0.4, math.rad(-114))
Tool.A1.Transparency = 0
Tool.A2.Transparency = 0
Tool.A3.Transparency = 0
Tool.A4.Transparency = 0
Tool.A5.Transparency = 0
Tool.A6.Transparency = 0
Tool.A7.Transparency = 0
Tool.A8.Transparency = 0
Tool.A9.Transparency = 0
Tool.A10.Transparency = 0
Tool.A11.Transparency = 0
Tool.A12.Transparency = 0
Tool.A13.Transparency = 0
Tool.A14.Transparency = 0
Tool.A15.Transparency = 0
Tool.A16.Transparency = 0
Tool.A17.Transparency = 0
Tool.A18.Transparency = 0
Tool.A19.Transparency = 0
Tool.A20.Transparency = 0
Tool.A21.Transparency = 0
Tool.A22.Transparency = 0
Tool.A23.Transparency = 0
Tool.B1.Transparency = 1
Tool.B2.Transparency = 1
Tool.B3.Transparency = 1
Tool.B4.Transparency = 1
Tool.B5.Transparency = 1
Tool.B6.Transparency = 1
Tool.B7.Transparency = 1
Tool.B8.Transparency = 1
Tool.B9.Transparency = 1
Tool.B10.Transparency = 1
Tool.B11.Transparency = 1
Tool.B12.Transparency = 1
Tool.B13.Transparency = 1
Tool.B14.Transparency = 1
Tool.B15.Transparency = 1
Tool.B16.Transparency = 1
Tool.B17.Transparency = 1
Tool.B18.Transparency = 1
Tool.B19.Transparency = 1
Tool.B20.Transparency = 1
Tool.B21.Transparency = 1
Tool.B22.Transparency = 1
Tool.B23.Transparency = 1
Tool.Handle.sadsd:play()
wait(.4)
weld33.C1 = CFrame.new(-0.75, -0, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.1)
wait(.04)
weld33.C1 = CFrame.new(-0.73, -0, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.2)
wait(.04)
weld33.C1 = CFrame.new(-0.71, -0, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.3)
wait(.04)
weld33.C1 = CFrame.new(-0.69, -0, 0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.4)
wait(.04)
weld33.C1 = CFrame.new(-0.67, -0, 0.1) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.5)
wait(.04)
weld33.C1 = CFrame.new(-0.65, -0, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.6)
wait(.04)
weld33.C1 = CFrame.new(-0.63, -0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.7)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.325, math.rad(-108))
wait(.04)
weld33.C1 = CFrame.new(-0.61, -0, -0.1) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.8)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.25, math.rad(-102))
wait(.04)
weld33.C1 = CFrame.new(-0.59, -0, -0.2) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -0.9)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.175, math.rad(-96))
wait(.04)
weld33.C1 = CFrame.new(-0.57, -0, -0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-84),
math.rad(-15), -1)
weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.1, math.rad(-90))
wait(.4)
weld55.C1 = CFrame.new(-0.35, -0.4, 0.65) *
CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
Tool.Handle.Click:play()
Tool.Bolt.Mesh.Offset = Vector3.new(-0.3, 0, 0)
wait(.04)
weld55.C1 = CFrame.new(-0.35, -0.7, 0.55) *
CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
Tool.Bolt.Mesh.Offset = Vector3.new(-0.9, 0, 0)
wait(.22)
weld55.C1 = CFrame.new(-0.35, -0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(320),
0.1, math.rad(-90))
Tool.Bolt.Mesh.Offset = Vector3.new(0, 0, 0)
wait(.4)
weld33.C1 = CFrame.new(-0.72, -0.07, 0.325) * CFrame.fromEulerAnglesXYZ(math.rad(-
86), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 0.7, 0.73) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.025, math.rad(-90))
wait(.08)
weld33.C1 = CFrame.new(-0.665, -0.13, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-
88), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 0.9, 0.86) * CFrame.fromEulerAnglesXYZ(math.rad(310),
0.05, math.rad(-90))
wait(.08)
weld33.C1 = CFrame.new(-0.72, -0.18, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-
90), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.1, 0.99) * CFrame.fromEulerAnglesXYZ(math.rad(305),
0.025, math.rad(-90))
wait(.08)
weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-
90), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.3, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(300),
0, math.rad(-90))
end

function Reload()
if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading ==
false and script.Parent.StoredAmmo.Value >= 1 then
reloading = true
script.Parent.Ammo.Value = 0
ReloadSequence()
if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value -
script.Parent.MaxAmmo.Value
script.Parent.Recoil.Value = 5
elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and
script.Parent.StoredAmmo.Value >= 1 then
script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
script.Parent.StoredAmmo.Value = 0
script.Parent.Recoil.Value = 5
end
reloading = false
end
end

function Equip(mouse)
wait(0.01)
arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right
Arm")}
torso = Tool.Parent:FindFirstChild("Torso")
if arms ~= nil and torso ~= nil then
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right
Shoulder")}
if sh ~= nil then
local yes = true
if yes then
yes = false
sh[1].Part1 = nil
sh[2].Part1 = nil
falsearm1 = arms[1]:clone()
local mesh1 = Instance.new("BlockMesh")
mesh1.Scale = Vector3.new(.9,.9,.9)
mesh1.Parent = falsearm1
local armweld1 = Instance.new("Weld")
falsearm1.BrickColor = BrickColor.new(26)
falsearm1.Parent = Tool
armweld1.Parent = falsearm1
armweld1.Part0 = falsearm1
armweld1.Part1 = arms[1]
falsearm2 = arms[2]:clone()
local mesh2 = Instance.new("BlockMesh")
mesh2.Scale = Vector3.new(.9,.9,.9)
mesh2.Parent = falsearm2
local armweld2 = Instance.new("Weld")
falsearm2.BrickColor = BrickColor.new(26)
falsearm2.Parent = Tool
armweld2.Parent = falsearm2
armweld2.Part0 = falsearm2
armweld2.Part1 = arms[2]
local weld1 = Instance.new("Weld") -- left arm
weld55 = weld1
weld1.Part0 = torso
weld1.Parent = torso
weld1.Part1 = arms[1]
weld1.C1 = CFrame.new(-0.35, 1.3, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(300),
0, math.rad(-90))
welds[1] = weld1
local weld2 = Instance.new("Weld") -- right arm
weld33 = weld2
weld2.Part0 = torso
weld2.Parent = torso
weld2.Part1 = arms[2]
weld2.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90),
math.rad(-15), 0)
welds[2] = weld2
end
else
print("sh")
end
else
print("arms")
end
end

local legs = nil


local torssadsd = nil
local welds2 = {}
local bodyforce = nil

function Unequip(mouse)
if arms ~= nil and torso ~= nil then
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right
Shoulder")}
if sh ~= nil then
local yes = true
if yes then
yes = false
sh[1].Part1 = arms[1]
sh[2].Part1 = arms[2]
welds[1].Parent = nil
welds[2].Parent = nil
falsearm1:remove()
falsearm2:remove()
end
else
print("sh")
end
else
print("arms")
end
end

function fire(v)
script.Parent.Flash.Light.Light.Visible = true
Tool.Handle.Fire:play()
Tool.Handle.Fire2:play()
local vCharacter = Tool.Parent
local vPlayer = game.Players:playerFromCharacter(vCharacter)

local missile = Instance.new("Part")

local spawnPos = vCharacter.PrimaryPart.Position

spawnPos = spawnPos + (v * 8)

missile.Position = spawnPos
missile.Size = Vector3.new(1,1,1)
missile.Velocity = v * 600
missile.BrickColor = BrickColor.new(26)
missile.Shape = 0
missile.BottomSurface = 0
missile.TopSurface = 0
missile.Name = "Bullet"
missile.Elasticity = 0
missile.Reflectance = 0
missile.Friction = .9
missile.CanCollide = false

local force = Instance.new("BodyForce")


force.force = Vector3.new(0,missile:getMass() * 196,0)
force.Parent = missile

local mesh = Instance.new("SpecialMesh")


mesh.Scale = Vector3.new(.08,.08,.08)
mesh.MeshType = "Sphere"
mesh.Parent = missile
function onTouched(part)
local h = part.Parent:findFirstChild("Humanoid")
if h~=nil then
h.Health = h.Health -100
wait(.1)
h.Health = h.Health -100
wait(.1)

end
end

missile.Touched:connect(onTouched)

local creator_tag = Instance.new("ObjectValue")


creator_tag.Value = vPlayer
creator_tag.Name = "creator"
creator_tag.Parent = missile

missile.Parent = game.Workspace

cam = game.Workspace.CurrentCamera
local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.01,
0.005, 0)
cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) *
CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.2, 1.04) *
CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
Tool.Flash.Mesh.Scale = Vector3.new(.75, 1.5, .75)
Tool.Flash.Transparency = 1
Tool.R1.Transparency = 0
Tool.R2.Transparency = 0
Tool.R3.Transparency = 0
Tool.R4.Transparency = 0
Tool.R5.Transparency = 0
Tool.R6.Transparency = 0
Tool.R7.Transparency = 0
Tool.R8.Transparency = 0
Tool.S1.Transparency = 1
Tool.S2.Transparency = 1
Tool.S3.Transparency = 1
Tool.S4.Transparency = 1
Tool.S5.Transparency = 1
Tool.S6.Transparency = 1
Tool.S7.Transparency = 1
Tool.S8.Transparency = 1
Tool.S9.Transparency = 1
Tool.Bolt.Mesh.Offset = Vector3.new(-0.7, 0, 0)
wait(0.02)
local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.005,
-0.01, 0)
cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) *
CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.25, 1.07) *
CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
Tool.Flash.Mesh.Scale = Vector3.new(.5, 1.5, .5)
Tool.Flash.Transparency = 1
Tool.Bolt.Mesh.Offset = Vector3.new(-0.3, 0, 0)
wait(0.02)
local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.01,
0.005, 0)
cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) *
CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
weld55.C1 = CFrame.new(-0.35, 1.3, 1.1) *
CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
Tool.Flash.Transparency = 1
Tool.R1.Transparency = 1
Tool.R2.Transparency = 1
Tool.R3.Transparency = 1
Tool.R4.Transparency = 1
Tool.R5.Transparency = 1
Tool.R6.Transparency = 1
Tool.R7.Transparency = 1
Tool.R8.Transparency = 1
Tool.S1.Transparency = 0
Tool.S2.Transparency = 0
Tool.S3.Transparency = 0
Tool.S4.Transparency = 0
Tool.S5.Transparency = 0
Tool.S6.Transparency = 0
Tool.S7.Transparency = 0
Tool.S8.Transparency = 0
Tool.S9.Transparency = 0
Tool.Bolt.Mesh.Offset = Vector3.new(0, 0, 0)
script.Parent.Flash.Light.Light.Visible = false
end

function KeyDownFunctions(key)
if key == "r" then
Reload()
end
end

Tool.Enabled = true
function onActivated()

if not Tool.Enabled then


return
end

Tool.Enabled = false

local character = Tool.Parent;


local humanoid = character.Humanoid
if humanoid == nil then
print("Humanoid not found")
return
end
local ammo = script.Parent.Ammo
local maxammo = script.Parent.MaxAmmo
firing = true
while firing == true do
wait()
if reloading == false and humanoid.Health >= 1 then
if ammo.Value >= 1 then
ammo.Value = ammo.Value - 1
local targetPos = humanoid.TargetPoint
local lookAt = (targetPos - character.Head.Position).unit
if script.Parent.Recoil.Value < 10 then
script.Parent.Recoil.Value =
script.Parent.Recoil.Value + 1
end
fire(lookAt)
else
Reload()
break
end
elseif reloading == false and humanoid.Health < 1 then
Tool:remove()
end
end
Tool.Enabled = true
end

function nofiar(mouse)
firing = false
end

function onEquippedLocal(mouse)

if mouse == nil then


print("Mouse not found")
return
end

mouse.Icon = "http://www.roblox.com/asset/?id=49912389"
mouse.Button1Down:connect(function() onButton1Down(mouse) end)
mouse.Button1Up:connect(function() nofiar(mouse) end)
mouse.KeyDown:connect(KeyDownFunctions)
while true do
wait()
end
end

Tool.Equipped:connect(onEquippedLocal)

script.Parent.Activated:connect(onActivated)
Tool.Equipped:connect(Equip)
Tool.Unequipped:connect(Unequip)

end,rvrf3)
end))
rvrf4 = Instance.new("LocalScript")
rvrf4.Name = "Zoom Script"
rvrf4.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
local Tool = script.Parent
a=false
cam=nil
wut = Tool.Parent

function onEquipped(mouse2)
mouse2.KeyDown:connect(onkeyDown)
mouse = mouse2
end
function onkeyDown(key)
if key == "q" then
if not a then
cam=game.Workspace.CurrentCamera:clone()
cam.Parent=game.Workspace
game.Workspace.CurrentCamera.CameraSubject = Tool.Zoom
game.Workspace.CurrentCamera.CameraType=1
Tool.Recoil.Value = 5
Tool.ZoomedIn.Value = true
Tool.Parent.Humanoid.WalkSpeed = 10
a=true
else

game.Workspace.CurrentCamera.CameraSubject=game.Players.LocalPlayer.Character
game.Workspace.CurrentCamera:Remove()
game.Workspace.CurrentCamera=cam
Tool.ZoomedIn.Value = false
Tool.Recoil.Value = 10
Tool.Parent.Humanoid.WalkSpeed = 16
a=false
end
end
end

script.Parent.Equipped:connect(onEquipped)
end,rvrf4)
end))
rvrf5 = Instance.new("LocalScript")
rvrf5.Name = "GuiScript"
rvrf5.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()

local Tool = script.Parent


local Ammo = Tool.Ammo
local MaxAmmo = Ammo.Value

local vPlayer
local Gui
local Text

function onChanged(value)
if value == "Value" or value == Ammo.Value then
if Gui ~= nil and Text ~= nil then
if Ammo.Value >= 1 then
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
elseif math.floor(Ammo.Value) == 0 then
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
elseif Ammo.Value < 0 then
for i = 0, 1, 0.03 / 2 do
local Num = math.floor(i * MaxAmmo + 0.5)

Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
wait()
end
end
end
end
end

function on2Changed()
if Gui ~= nil and Text ~= nil then
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
wait()
end
end

function setUpGui()
if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
return
end

Gui = Instance.new("ScreenGui")
Text = Instance.new("TextLabel")

Gui.Name = "DEDisplay"
Gui.Parent = vPlayer.PlayerGui

Text.BackgroundColor3 = BrickColor.Black().Color
Text.BackgroundTransparency = 1
Text.BorderColor3 = BrickColor.White().Color
Text.BorderSizePixel = 0
Text.Name = "Ammo"
Text.Parent = Gui
Text.Position = UDim2.new(0.15, 0, 0.825, 0)
Text.Size = UDim2.new(0, -60, 0, 64)
Text.FontSize = "Size18"
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
Text.TextColor3 = BrickColor.White().Color
end

function onEquippedLocal(mouse)
vPlayer = game.Players.LocalPlayer

setUpGui()
end

function onUnequippedLocal(mouse)
if Gui then
Gui:remove()
end

Gui = nil
Text = nil
vPlayer = nil
end

Tool.Equipped:connect(onEquippedLocal)
Tool.Unequipped:connect(onUnequippedLocal)

Ammo.Changed:connect(onChanged)
Tool.StoredAmmo.Changed:connect(on2Changed)
end,rvrf5)
end))
rvrf6 = Instance.new("LocalScript")
rvrf6.Name = "GuiScript(backup)"
rvrf6.Parent = rvrf
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()

local Tool = script.Parent


local Ammo = Tool.Ammo
local MaxAmmo = Ammo.Value

local vPlayer
local Gui
local Text

function onChanged(value)
if value == "Value" or value == Ammo.Value then
if Gui ~= nil and Text ~= nil then
if Ammo.Value >= 1 then
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
elseif math.floor(Ammo.Value) == 0 then
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
elseif Ammo.Value < 0 then
for i = 0, 1, 0.03 / 2 do
local Num = math.floor(i * MaxAmmo + 0.5)

Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
wait()
end
end
end
end
end

function on2Changed()
if Gui ~= nil and Text ~= nil then

Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
wait()
end
end

function setUpGui()
if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
return
end

Gui = Instance.new("ScreenGui")
Text = Instance.new("TextLabel")

Gui.Name = "DEDisplay"
Gui.Parent = vPlayer.PlayerGui

Text.BackgroundColor3 = BrickColor.Black().Color
Text.BackgroundTransparency = 1
Text.BorderColor3 = BrickColor.White().Color
Text.BorderSizePixel = 0
Text.Name = "Ammo"
Text.Parent = Gui
Text.Position = UDim2.new(0.15, 0, 0.825, 0)
Text.Size = UDim2.new(0, -60, 0, 64)
Text.FontSize = "Size18"
Text.Text =
""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
Text.TextColor3 = BrickColor.White().Color
end

function onEquippedLocal(mouse)
vPlayer = game.Players.LocalPlayer

setUpGui()
end

function onUnequippedLocal(mouse)
if Gui then
Gui:remove()
end

Gui = nil
Text = nil
vPlayer = nil
end

Tool.Equipped:connect(onEquippedLocal)
Tool.Unequipped:connect(onUnequippedLocal)

Ammo.Changed:connect(onChanged)
Tool.StoredAmmo.Changed:connect(on2Changed)
end,rvrf6)
end))
rvrf7 = Instance.new("BoolValue")
rvrf7.Name = "ZoomedIn"
rvrf7.Parent = rvrf
rvrf8 = Instance.new("Part")
rvrf8.Parent = rvrf
rvrf8.Material = Enum.Material.SmoothPlastic
rvrf8.BrickColor = BrickColor.new("Really black")
rvrf8.Position = Vector3.new(-23.3057003, 1.33301294, 9.4844923)
rvrf8.Rotation = Vector3.new(179.14856, 0, -180)
rvrf8.Anchored = true
rvrf8.CFrame = CFrame.new(-23.3057003, 1.33301294, 9.4844923, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf8.Size = Vector3.new(1, 1.20000005, 1)
rvrf8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
rvrf9 = Instance.new("BlockMesh")
rvrf9.Parent = rvrf8
rvrf9.Scale = Vector3.new(0.0704761893, 0.0469841249, 0.72942853)
sadsd0 = Instance.new("Part")
sadsd0.Name = "A10"
sadsd0.Parent = rvrf
sadsd0.Material = Enum.Material.SmoothPlastic
sadsd0.BrickColor = BrickColor.new("Really black")
sadsd0.Position = Vector3.new(-23.1592999, 1.60455704, 8.5995903)
sadsd0.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd0.Anchored = true
sadsd0.CFrame = CFrame.new(-23.1592999, 1.60455704, 8.5995903, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd0.Size = Vector3.new(1, 1.20000005, 1)
sadsd0.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
sadsd1 = Instance.new("CylinderMesh")
sadsd1.Parent = sadsd0
sadsd1.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
sadsd2 = Instance.new("Part")
sadsd2.Name = "Flash"
sadsd2.Parent = rvrf
sadsd2.Material = Enum.Material.SmoothPlastic
sadsd2.BrickColor = BrickColor.new("Bright orange")
sadsd2.Transparency = 1
sadsd2.Position = Vector3.new(-23.2273922, 1.38708901, 13.2625084)
sadsd2.Rotation = Vector3.new(89.1485519, 0, -0)
sadsd2.Anchored = true
sadsd2.CFrame = CFrame.new(-23.2273922, 1.38708901, 13.2625084, 1, 0, 0, 0,
0.0148599939, -0.999889612, 0, 0.999889612, 0.014859993)
sadsd2.FormFactor = Enum.FormFactor.Custom
sadsd2.Size = Vector3.new(0.315185189, 0.643095255, 0.268201053)
sadsd2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd2.Color = Color3.new(0.854902, 0.521569, 0.254902)
sadsd3 = Instance.new("SpecialMesh")
sadsd3.Parent = sadsd2
sadsd3.Scale = Vector3.new(1.625, 1.70000017, 1.62499988)
sadsd3.MeshType = Enum.MeshType.Sphere
sadsd4 = Instance.new("BillboardGui")
sadsd4.Name = "Light"
sadsd4.Parent = sadsd2
sadsd4.Size = UDim2.new(3,0,3,0)
sadsd4.Active = true
sadsd4.Adornee = sadsd2
sadsd5 = Instance.new("ImageLabel")
sadsd5.Name = "Light"
sadsd5.Parent = sadsd4
sadsd5.Position = UDim2.new(-0.5,0,-0.5,0)
sadsd5.Size = UDim2.new(2,0,2,0)
sadsd5.Active = true
sadsd5.Visible = false
sadsd5.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
sadsd5.BackgroundTransparency = 1
sadsd5.Image = "http://www.roblox.com/asset/?id=68683102"
sadsd6 = Instance.new("Script")
sadsd6.Parent = sadsd4
table.insert(cors,coroutine.create(function()
wait()
ASDAD(function()
script.Parent.Adornee = script.Parent.Parent
end,sadsd6)
end))
sadsd7 = Instance.new("Part")
sadsd7.Parent = rvrf
sadsd7.Material = Enum.Material.SmoothPlastic
sadsd7.BrickColor = BrickColor.new("Dark stone grey")
sadsd7.Position = Vector3.new(-23.2163811, 1.37584996, 12.6044378)
sadsd7.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd7.Anchored = true
sadsd7.CFrame = CFrame.new(-23.2163811, 1.37584996, 12.6044378, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd7.Size = Vector3.new(1, 1.20000005, 1)
sadsd7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd7.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd8 = Instance.new("Decal")
sadsd8.Parent = sadsd7
sadsd8.Texture = "http://www.roblox.com/asset/?id=47760372"
sadsd8.Face = Enum.NormalId.Top
sadsd9 = Instance.new("CylinderMesh")
sadsd9.Parent = sadsd7
sadsd9.Scale = Vector3.new(0.140952379, 0.146825388, 0.0898571387)
o30 = Instance.new("Part")
o30.Parent = rvrf
o30.Material = Enum.Material.SmoothPlastic
o30.BrickColor = BrickColor.new("Dark stone grey")
o30.Position = Vector3.new(-23.2183743, 1.37560499, 12.4906559)
o30.Rotation = Vector3.new(-90.8514481, 0, -180)
o30.Anchored = true
o30.CFrame = CFrame.new(-23.2183743, 1.37560499, 12.4906559, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o30.Size = Vector3.new(1, 1.20000005, 1)
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o30.Color = Color3.new(0.388235, 0.372549, 0.384314)
o31 = Instance.new("CylinderMesh")
o31.Parent = o30
o31.Scale = Vector3.new(0.140952379, 0.0117460312, 0.0898571387)
o32 = Instance.new("Part")
o32.Parent = rvrf
o32.Material = Enum.Material.SmoothPlastic
o32.BrickColor = BrickColor.new("Black")
o32.Position = Vector3.new(-23.2511559, 0.512670994, 8.81136799)
o32.Rotation = Vector3.new(-164.108109, 0, -180)
o32.Anchored = true
o32.CFrame = CFrame.new(-23.2511559, 0.512670994, 8.81136799, -1, 0, 0, 0,
0.961780131, 0.273823023, 0, 0.273823023, -0.961780131)
o32.Size = Vector3.new(1, 1.20000005, 1)
o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
o33 = Instance.new("BlockMesh")
o33.Parent = o32
o33.Scale = Vector3.new(0.129206344, 0.0352380946, 0.0704761893)
o34 = Instance.new("Part")
o34.Parent = rvrf
o34.Material = Enum.Material.SmoothPlastic
o34.BrickColor = BrickColor.new("Black")
o34.Position = Vector3.new(-23.2266369, 1.20310497, 11.7690916)
o34.Rotation = Vector3.new(-90.8514481, 0, -180)
o34.Anchored = true
o34.CFrame = CFrame.new(-23.2266369, 1.20310497, 11.7690916, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o34.Size = Vector3.new(1, 1.20000005, 1)
o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o34.Color = Color3.new(0.105882, 0.164706, 0.207843)
o35 = Instance.new("CylinderMesh")
o35.Parent = o34
o35.Scale = Vector3.new(0.140952379, 0.105714284, 0.095377773)
o36 = Instance.new("Part")
o36.Parent = rvrf
o36.Material = Enum.Material.SmoothPlastic
o36.BrickColor = BrickColor.new("Black")
o36.Position = Vector3.new(-23.2266369, 1.20450604, 11.8399296)
o36.Rotation = Vector3.new(-90.8514481, 0, -180)
o36.Anchored = true
o36.CFrame = CFrame.new(-23.2266369, 1.20450604, 11.8399296, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o36.Size = Vector3.new(1, 1.20000005, 1)
o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
o37 = Instance.new("CylinderMesh")
o37.Parent = o36
o37.Scale = Vector3.new(0.140952379, 0.0176190473, 0.131555557)
o38 = Instance.new("Part")
o38.Parent = rvrf
o38.Material = Enum.Material.SmoothPlastic
o38.BrickColor = BrickColor.new("Dark stone grey")
o38.Position = Vector3.new(-23.2255459, 1.197721, 11.4730816)
o38.Rotation = Vector3.new(-90.8514481, 0, -180)
o38.Anchored = true
o38.CFrame = CFrame.new(-23.2255459, 1.197721, 11.4730816, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o38.Size = Vector3.new(1, 1.20000005, 1)
o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o38.Color = Color3.new(0.388235, 0.372549, 0.384314)
o39 = Instance.new("CylinderMesh")
o39.Parent = o38
o39.Scale = Vector3.new(0.140952379, 0.0704761893, 0.109003171)
o40 = Instance.new("Part")
o40.Parent = rvrf
o40.Material = Enum.Material.SmoothPlastic
o40.BrickColor = BrickColor.new("Dark stone grey")
o40.Position = Vector3.new(-23.2250729, 1.20606697, 11.6229343)
o40.Rotation = Vector3.new(-90.8514481, 0, -180)
o40.Anchored = true
o40.CFrame = CFrame.new(-23.2250729, 1.20606697, 11.6229343, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o40.Size = Vector3.new(1, 1.20000005, 1)
o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o40.Color = Color3.new(0.388235, 0.372549, 0.384314)
o41 = Instance.new("CylinderMesh")
o41.Parent = o40
o41.Scale = Vector3.new(0.140952379, 0.11746031, 0.109003171)
o42 = Instance.new("Part")
o42.Parent = rvrf
o42.Material = Enum.Material.SmoothPlastic
o42.BrickColor = BrickColor.new("Black")
o42.Position = Vector3.new(-23.2367382, 0.696099997, 7.22962093)
o42.Rotation = Vector3.new(179.148468, 0.000308065792, -179.542679)
o42.Anchored = true
o42.CFrame = CFrame.new(-23.2367382, 0.696099997, 7.22962093, -0.999968231,
0.00798196252, 5.37676215e-006, 0.0079810014, 0.999857783, -0.0148615111, -
0.000124000027, -0.014860996, -0.999889612)
o42.Size = Vector3.new(1, 1.20000005, 1)
o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o42.Color = Color3.new(0.105882, 0.164706, 0.207843)
o43 = Instance.new("BlockMesh")
o43.Parent = o42
o43.Scale = Vector3.new(0.214247614, 0.202971414, 0.516825378)
o44 = Instance.new("Part")
o44.Parent = rvrf
o44.Material = Enum.Material.SmoothPlastic
o44.BrickColor = BrickColor.new("Dark stone grey")
o44.Position = Vector3.new(-23.2183571, 1.65113103, 11.6472178)
o44.Rotation = Vector3.new(179.14856, 0, -180)
o44.Anchored = true
o44.CFrame = CFrame.new(-23.2183571, 1.65113103, 11.6472178, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o44.Size = Vector3.new(1, 1.20000005, 1)
o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o44.Color = Color3.new(0.388235, 0.372549, 0.384314)
o45 = Instance.new("SpecialMesh")
o45.Parent = o44
o45.MeshId = "http://www.roblox.com/asset/?id=3270017"
o45.Scale = Vector3.new(0.0822222233, 0.0822222233, 0.469841272)
o45.MeshType = Enum.MeshType.FileMesh
o46 = Instance.new("Part")
o46.Parent = rvrf
o46.Material = Enum.Material.SmoothPlastic
o46.BrickColor = BrickColor.new("Dark stone grey")
o46.Position = Vector3.new(-23.2193794, 1.52678394, 11.651516)
o46.Rotation = Vector3.new(-0.851446211, 0, -0)
o46.Anchored = true
o46.CFrame = CFrame.new(-23.2193794, 1.52678394, 11.651516, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o46.Size = Vector3.new(1, 1.20000005, 1)
o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o46.Color = Color3.new(0.388235, 0.372549, 0.384314)
o47 = Instance.new("BlockMesh")
o47.Parent = o46
o47.Scale = Vector3.new(0.0502142869, 0.149644449, 0.058730159)
o48 = Instance.new("Part")
o48.Parent = rvrf
o48.Material = Enum.Material.SmoothPlastic
o48.BrickColor = BrickColor.new("Dark stone grey")
o48.Position = Vector3.new(-23.2194729, 1.54340398, 11.5960999)
o48.Rotation = Vector3.new(-0.851446211, 0, -0)
o48.Anchored = true
o48.CFrame = CFrame.new(-23.2194729, 1.54340398, 11.5960999, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o48.Size = Vector3.new(1, 1.20000005, 1)
o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o48.Color = Color3.new(0.388235, 0.372549, 0.384314)
o49 = Instance.new("SpecialMesh")
o49.Parent = o48
o49.Scale = Vector3.new(0.0516825393, 0.105714284, 0.058730159)
o49.MeshType = Enum.MeshType.Wedge
o50 = Instance.new("Part")
o50.Parent = rvrf
o50.Material = Enum.Material.SmoothPlastic
o50.BrickColor = BrickColor.new("Dark stone grey")
o50.Position = Vector3.new(-23.2223339, 1.61075497, 11.6595259)
o50.Rotation = Vector3.new(-0.851446211, 0, -0)
o50.Anchored = true
o50.CFrame = CFrame.new(-23.2223339, 1.61075497, 11.6595259, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o50.Size = Vector3.new(1, 1.20000005, 1)
o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o50.Color = Color3.new(0.388235, 0.372549, 0.384314)
o51 = Instance.new("BlockMesh")
o51.Parent = o50
o51.Scale = Vector3.new(0.0111587299, 0.0633111149, 0.0352380946)
o52 = Instance.new("Part")
o52.Parent = rvrf
o52.Material = Enum.Material.SmoothPlastic
o52.BrickColor = BrickColor.new("Dark stone grey")
o52.Position = Vector3.new(-23.2194195, 1.45888495, 11.6276598)
o52.Rotation = Vector3.new(-0.851446211, 0, -0)
o52.Anchored = true
o52.CFrame = CFrame.new(-23.2194195, 1.45888495, 11.6276598, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o52.Size = Vector3.new(1, 1.20000005, 1)
o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
o53 = Instance.new("BlockMesh")
o53.Parent = o52
o53.Scale = Vector3.new(0.0634285733, 0.0460444465, 0.111587301)
o54 = Instance.new("Part")
o54.Parent = rvrf
o54.Material = Enum.Material.SmoothPlastic
o54.BrickColor = BrickColor.new("Dark stone grey")
o54.Position = Vector3.new(-23.2193871, 1.40530097, 11.6191502)
o54.Rotation = Vector3.new(-0.851446211, 0, -0)
o54.Anchored = true
o54.CFrame = CFrame.new(-23.2193871, 1.40530097, 11.6191502, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o54.Size = Vector3.new(1, 1.20000005, 1)
o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
o55 = Instance.new("BlockMesh")
o55.Parent = o54
o55.Scale = Vector3.new(0.0634285733, 0.0460444465, 0.129206344)
o56 = Instance.new("Part")
o56.Parent = rvrf
o56.Material = Enum.Material.SmoothPlastic
o56.BrickColor = BrickColor.new("Dark stone grey")
o56.Position = Vector3.new(-23.2209358, 1.35829699, 11.5988922)
o56.Rotation = Vector3.new(-90.8514481, -0.00658828719, 179.999893)
o56.Anchored = true
o56.CFrame = CFrame.new(-23.2209358, 1.35829699, 11.5988922, -1, -1.70889939e-006,
-0.000114987306, -0.000115000003, 0.0148599939, 0.999889612, 0, 0.999889612, -
0.014859993)
o56.Size = Vector3.new(1, 1.20000005, 1)
o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o56.Color = Color3.new(0.388235, 0.372549, 0.384314)
o57 = Instance.new("CylinderMesh")
o57.Parent = o56
o57.Scale = Vector3.new(0.140952379, 0.156222224, 0.11581587)
o58 = Instance.new("Part")
o58.Parent = rvrf
o58.Material = Enum.Material.SmoothPlastic
o58.BrickColor = BrickColor.new("Dark stone grey")
o58.Position = Vector3.new(-23.2219067, 1.35964096, 11.3649101)
o58.Rotation = Vector3.new(-90.8514481, 0, -180)
o58.Anchored = true
o58.CFrame = CFrame.new(-23.2219067, 1.35964096, 11.3649101, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o58.Size = Vector3.new(1, 1.20000005, 1)
o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o58.Color = Color3.new(0.388235, 0.372549, 0.384314)
o59 = Instance.new("CylinderMesh")
o59.Parent = o58
o59.Scale = Vector3.new(0.117460318, 1.95571434, 0.0749396756)
o60 = Instance.new("Part")
o60.Parent = rvrf
o60.Material = Enum.Material.SmoothPlastic
o60.BrickColor = BrickColor.new("Dark stone grey")
o60.Position = Vector3.new(-23.2203655, 1.31391799, 11.6183996)
o60.Rotation = Vector3.new(-0.851446211, 0, -0)
o60.Anchored = true
o60.CFrame = CFrame.new(-23.2203655, 1.31391799, 11.6183996, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o60.Size = Vector3.new(1, 1.20000005, 1)
o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o60.Color = Color3.new(0.388235, 0.372549, 0.384314)
o61 = Instance.new("BlockMesh")
o61.Parent = o60
o61.Scale = Vector3.new(0.0422857143, 0.12662223, 0.123333335)
o62 = Instance.new("Part")
o62.Parent = rvrf
o62.Material = Enum.Material.SmoothPlastic
o62.BrickColor = BrickColor.new("Dark stone grey")
o62.Position = Vector3.new(-23.2255306, 1.19762599, 11.43118)
o62.Rotation = Vector3.new(-90.8514481, 0, -180)
o62.Anchored = true
o62.CFrame = CFrame.new(-23.2255306, 1.19762599, 11.43118, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o62.Size = Vector3.new(1, 1.20000005, 1)
o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o62.Color = Color3.new(0.388235, 0.372549, 0.384314)
o63 = Instance.new("CylinderMesh")
o63.Parent = o62
o63.Scale = Vector3.new(0.140952379, 0.0880952328, 0.14306666)
o64 = Instance.new("Part")
o64.Parent = rvrf
o64.Material = Enum.Material.SmoothPlastic
o64.BrickColor = BrickColor.new("Dark stone grey")
o64.Position = Vector3.new(-23.2205162, 1.195099, 11.6163864)
o64.Rotation = Vector3.new(-0.851446211, 0, -0)
o64.Anchored = true
o64.CFrame = CFrame.new(-23.2205162, 1.195099, 11.6163864, 1, 0, 0, 0, 0.999889612,
0.014859993, 0, -0.0148599939, 0.999889612)
o64.Size = Vector3.new(1, 1.20000005, 1)
o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o64.Color = Color3.new(0.388235, 0.372549, 0.384314)
o65 = Instance.new("BlockMesh")
o65.Parent = o64
o65.Scale = Vector3.new(0.0422857143, 0.0382333361, 0.217301592)
o66 = Instance.new("Part")
o66.Parent = rvrf
o66.Material = Enum.Material.SmoothPlastic
o66.BrickColor = BrickColor.new("Dark stone grey")
o66.Position = Vector3.new(-23.2264309, 1.18282199, 11.338212)
o66.Rotation = Vector3.new(-0.851542294, -0.000321413652, -0.52197659)
o66.Anchored = true
o66.CFrame = CFrame.new(-23.2264309, 1.18282199, 11.338212, 0.999958515,
0.00911008473, -5.60972649e-006, -0.00910899509, 0.999848127, 0.0148616694,
0.000140999924, -0.0148610016, 0.999889612)
o66.Size = Vector3.new(1, 1.20000005, 1)
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o66.Color = Color3.new(0.388235, 0.372549, 0.384314)
o67 = Instance.new("BlockMesh")
o67.Parent = o66
o67.Scale = Vector3.new(0.0775238127, 0.0819285661, 0.117460318)
o68 = Instance.new("Part")
o68.Name = "Mag"
o68.Parent = rvrf
o68.Material = Enum.Material.SmoothPlastic
o68.BrickColor = BrickColor.new("Grime")
o68.Position = Vector3.new(-23.2234631, 0.744753003, 9.60257626)
o68.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
o68.Anchored = true
o68.CFrame = CFrame.new(-23.2234631, 0.744753003, 9.60257626, 0, 0.999968231, -
0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612,
0.000118610813, 0.0148595208)
o68.FormFactor = Enum.FormFactor.Custom
o68.Size = Vector3.new(0.390620798, 0.924412668, 0.642834187)
o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o68.Color = Color3.new(0.498039, 0.556863, 0.392157)
o69 = Instance.new("BlockMesh")
o69.Parent = o68
o70 = Instance.new("Part")
o70.Parent = rvrf
o70.Material = Enum.Material.SmoothPlastic
o70.BrickColor = BrickColor.new("Dark stone grey")
o70.Position = Vector3.new(-23.2248669, 1.07155001, 11.1419821)
o70.Rotation = Vector3.new(-90.8514481, -89.4781036, -90)
o70.Anchored = true
o70.CFrame = CFrame.new(-23.2248669, 1.07155001, 11.1419821, 0, 0.00910800137, -
0.999958515, 0.0148599939, 0.999848127, 0.00910699554, 0.999889612, -0.0148593774,
-0.000135344846)
o70.Size = Vector3.new(1, 1.20000005, 1)
o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o70.Color = Color3.new(0.388235, 0.372549, 0.384314)
o71 = Instance.new("SpecialMesh")
o71.Parent = o70
o71.MeshId = "http://www.roblox.com/asset/?id=3270017"
o71.Scale = Vector3.new(0.176190481, 0.176190481, 0.822222233)
o71.MeshType = Enum.MeshType.FileMesh
o72 = Instance.new("Part")
o72.Parent = rvrf
o72.Material = Enum.Material.SmoothPlastic
o72.BrickColor = BrickColor.new("Dark stone grey")
o72.Position = Vector3.new(-23.2233944, 1.25265002, 11.299984)
o72.Rotation = Vector3.new(-0.851446211, 0, -0)
o72.Anchored = true
o72.CFrame = CFrame.new(-23.2233944, 1.25265002, 11.299984, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
o72.Size = Vector3.new(1, 1.20000005, 1)
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o72.Color = Color3.new(0.388235, 0.372549, 0.384314)
o73 = Instance.new("BlockMesh")
o73.Parent = o72
o73.Scale = Vector3.new(0.0775238127, 0.120161906, 0.170317456)
o74 = Instance.new("Part")
o74.Parent = rvrf
o74.Material = Enum.Material.SmoothPlastic
o74.BrickColor = BrickColor.new("Black")
o74.Position = Vector3.new(-23.2511196, 0.834206998, 8.76428413)
o74.Rotation = Vector3.new(-164.108109, 0, -180)
o74.Anchored = true
o74.CFrame = CFrame.new(-23.2511196, 0.834206998, 8.76428413, -1, 0, 0, 0,
0.961780131, 0.273823023, 0, 0.273823023, -0.961780131)
o74.Size = Vector3.new(1, 1.20000005, 1)
o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
o75 = Instance.new("BlockMesh")
o75.Parent = o74
o75.Scale = Vector3.new(0.131555557, 0.526809514, 0.24666667)
o76 = Instance.new("Part")
o76.Parent = rvrf
o76.Material = Enum.Material.SmoothPlastic
o76.BrickColor = BrickColor.new("Black")
o76.Position = Vector3.new(-23.2506008, 0.849501014, 8.62048244)
o76.Rotation = Vector3.new(15.8918867, 0, -0)
o76.Anchored = true
o76.CFrame = CFrame.new(-23.2506008, 0.849501014, 8.62048244, 1, 0, 0, 0,
0.961780131, -0.273823023, 0, 0.273823023, 0.961780131)
o76.Size = Vector3.new(1, 1.20000005, 1)
o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
o77 = Instance.new("SpecialMesh")
o77.Parent = o76
o77.Scale = Vector3.new(0.131555557, 0.49333331, 0.119809531)
o77.MeshType = Enum.MeshType.Wedge
o78 = Instance.new("Part")
o78.Parent = rvrf
o78.Material = Enum.Material.SmoothPlastic
o78.BrickColor = BrickColor.new("Dark stone grey")
o78.Position = Vector3.new(-23.4410362, 1.79004896, 10.6977501)
o78.Rotation = Vector3.new(-67.1868591, -17.1787853, -172.625076)
o78.Anchored = true
o78.CFrame = CFrame.new(-23.4410362, 1.79004896, 10.6977501, -0.947484374,
0.122635208, -0.295354307, -0.319767118, -0.349573106, 0.880651891, 0.00475100195,
0.928848386, 0.370429754)
o78.Size = Vector3.new(1, 1.20000005, 1)
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o78.Color = Color3.new(0.388235, 0.372549, 0.384314)
o79 = Instance.new("CylinderMesh")
o79.Parent = o78
o79.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
o80 = Instance.new("Part")
o80.Parent = rvrf
o80.Material = Enum.Material.SmoothPlastic
o80.BrickColor = BrickColor.new("Dark stone grey")
o80.Position = Vector3.new(-23.2258205, 1.19740796, 11.0828257)
o80.Rotation = Vector3.new(-0.851542294, -0.000321413652, -0.52197659)
o80.Anchored = true
o80.CFrame = CFrame.new(-23.2258205, 1.19740796, 11.0828257, 0.999958515,
0.00911008473, -5.60972649e-006, -0.00910899509, 0.999848127, 0.0148616694,
0.000140999924, -0.0148610016, 0.999889612)
o80.Size = Vector3.new(1, 1.20000005, 1)
o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o80.Color = Color3.new(0.388235, 0.372549, 0.384314)
o81 = Instance.new("BlockMesh")
o81.Parent = o80
o81.Scale = Vector3.new(0.0775238127, 0.114523798, 0.414047629)
o82 = Instance.new("Part")
o82.Parent = rvrf
o82.Material = Enum.Material.SmoothPlastic
o82.BrickColor = BrickColor.new("Dark stone grey")
o82.Position = Vector3.new(-23.2409573, 0.933480978, 9.24785805)
o82.Rotation = Vector3.new(134.86351, 0, -180)
o82.Anchored = true
o82.CFrame = CFrame.new(-23.2409573, 0.933480978, 9.24785805, -1, 0, 0, 0,
0.705420256, -0.708789229, 0, -0.708789229, -0.705420256)
o82.Size = Vector3.new(1, 1.20000005, 1)
o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
o83 = Instance.new("BlockMesh")
o83.Parent = o82
o83.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.058730159)
o84 = Instance.new("Part")
o84.Parent = rvrf
o84.Material = Enum.Material.SmoothPlastic
o84.BrickColor = BrickColor.new("Dark stone grey")
o84.Position = Vector3.new(-23.2411404, 0.913949013, 9.08325958)
o84.Rotation = Vector3.new(179.14856, 0, -180)
o84.Anchored = true
o84.CFrame = CFrame.new(-23.2411404, 0.913949013, 9.08325958, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o84.Size = Vector3.new(1, 1.20000005, 1)
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o84.Color = Color3.new(0.388235, 0.372549, 0.384314)
o85 = Instance.new("BlockMesh")
o85.Parent = o84
o85.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.299523801)
o86 = Instance.new("Part")
o86.Parent = rvrf
o86.Material = Enum.Material.SmoothPlastic
o86.BrickColor = BrickColor.new("Dark stone grey")
o86.Position = Vector3.new(-23.3985806, 1.67633402, 10.7366762)
o86.Rotation = Vector3.new(20.6240711, 7.04427052, -162.686478)
o86.Anchored = true
o86.CFrame = CFrame.new(-23.3985806, 1.67633402, 10.7366762, -0.947484374,
0.295353889, 0.122636214, -0.319767118, -0.880650699, -0.349576116, 0.00475100195,
-0.370432884, 0.928847194)
o86.Size = Vector3.new(1, 1.20000005, 1)
o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o86.Color = Color3.new(0.388235, 0.372549, 0.384314)
o87 = Instance.new("CylinderMesh")
o87.Parent = o86
o87.Scale = Vector3.new(0.0411111116, 0.179714277, 0.109003171)
o88 = Instance.new("Part")
o88.Parent = rvrf
o88.Material = Enum.Material.SmoothPlastic
o88.Position = Vector3.new(-23.2306805, 1.44978905, 10.6398363)
o88.Rotation = Vector3.new(179.14856, 0, -180)
o88.Anchored = true
o88.CFrame = CFrame.new(-23.2306805, 1.44978905, 10.6398363, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o88.Size = Vector3.new(1, 1.20000005, 1)
o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o89 = Instance.new("BlockMesh")
o89.Parent = o88
o89.Scale = Vector3.new(0.229047626, 0.0819285661, 0.998412669)
o90 = Instance.new("Part")
o90.Parent = rvrf
o90.Material = Enum.Material.SmoothPlastic
o90.BrickColor = BrickColor.new("Dark stone grey")
o90.Position = Vector3.new(-23.3680458, 1.58389604, 10.4415636)
o90.Rotation = Vector3.new(-90.8513947, -38.5948944, -179.999954)
o90.Anchored = true
o90.CFrame = CFrame.new(-23.3680458, 1.58389604, 10.4415636, -0.781576097,
6.3545599e-007, -0.623809934, -0.623741031, 0.0148595022, 0.781489849,
0.0092700012, 0.999889612, -0.011613436)
o90.Size = Vector3.new(1, 1.20000005, 1)
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o90.Color = Color3.new(0.388235, 0.372549, 0.384314)
o91 = Instance.new("CylinderMesh")
o91.Parent = o90
o91.Scale = Vector3.new(0.0411111116, 0.434603184, 0.109003171)
o92 = Instance.new("Part")
o92.Parent = rvrf
o92.Material = Enum.Material.SmoothPlastic
o92.BrickColor = BrickColor.new("Dark stone grey")
o92.Position = Vector3.new(-23.4694729, 1.88699794, 10.4365396)
o92.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
o92.Anchored = true
o92.CFrame = CFrame.new(-23.4694729, 1.88699794, 10.4365396, -0.947484374,
0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195,
0.928497136, 0.37130934)
o92.Size = Vector3.new(1, 1.20000005, 1)
o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o92.Color = Color3.new(0.388235, 0.372549, 0.384314)
o93 = Instance.new("CylinderMesh")
o93.Parent = o92
o93.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
o94 = Instance.new("Part")
o94.Parent = rvrf
o94.Material = Enum.Material.SmoothPlastic
o94.Position = Vector3.new(-23.2865047, 1.50315201, 10.63941)
o94.Rotation = Vector3.new(-90.8514481, 0, -180)
o94.Anchored = true
o94.CFrame = CFrame.new(-23.2865047, 1.50315201, 10.63941, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
o94.Size = Vector3.new(1, 1.20000005, 1)
o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o95 = Instance.new("CylinderMesh")
o95.Parent = o94
o95.Scale = Vector3.new(0.114523813, 0.831442833, 0.112761907)
o96 = Instance.new("Part")
o96.Parent = rvrf
o96.Material = Enum.Material.SmoothPlastic
o96.BrickColor = BrickColor.new("Dark stone grey")
o96.Position = Vector3.new(-23.4563503, 1.83910501, 10.5668459)
o96.Rotation = Vector3.new(-67.236557, -17.1849232, -172.639755)
o96.Anchored = true
o96.CFrame = CFrame.new(-23.4563503, 1.83910501, 10.5668459, -0.947484374,
0.122388348, -0.295456678, -0.319767118, -0.348837078, 0.880943656, 0.00475100195,
0.929157615, 0.369653404)
o96.Size = Vector3.new(1, 1.20000005, 1)
o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o96.Color = Color3.new(0.388235, 0.372549, 0.384314)
o97 = Instance.new("CylinderMesh")
o97.Parent = o96
o97.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
o98 = Instance.new("Part")
o98.Parent = rvrf
o98.Material = Enum.Material.SmoothPlastic
o98.BrickColor = BrickColor.new("Black")
o98.Position = Vector3.new(-23.2405605, 0.848497987, 7.42372513)
o98.Rotation = Vector3.new(89.1484604, -0.45745331, 0.0389279239)
o98.Anchored = true
o98.CFrame = CFrame.new(-23.2405605, 0.848497987, 7.42372513, 0.999967873, -
0.000679398712, -0.00798398163, -0.00797299948, 0.0148670068, -0.999857783,
0.000797999906, 0.999889255, 0.0148611143)
o98.Size = Vector3.new(1, 1.20000005, 1)
o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
o99 = Instance.new("SpecialMesh")
o99.Parent = o98
o99.Scale = Vector3.new(0.211428568, 0.0710634962, 0.114523813)
o99.MeshType = Enum.MeshType.Wedge
rvrf00 = Instance.new("Part")
rvrf00.Parent = rvrf
rvrf00.Material = Enum.Material.SmoothPlastic
rvrf00.BrickColor = BrickColor.new("Black")
rvrf00.Position = Vector3.new(-23.2345715, 0.940246999, 7.45028782)
rvrf00.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
rvrf00.Anchored = true
rvrf00.CFrame = CFrame.new(-23.2345715, 0.940246999, 7.45028782, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
rvrf00.Size = Vector3.new(1, 1.20000005, 1)
rvrf00.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf00.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf01 = Instance.new("SpecialMesh")
rvrf01.Parent = rvrf00
rvrf01.Scale = Vector3.new(0.217771411, 0.0710634962, 0.114523813)
rvrf01.MeshType = Enum.MeshType.Wedge
rvrf02 = Instance.new("Part")
rvrf02.Parent = rvrf
rvrf02.Material = Enum.Material.SmoothPlastic
rvrf02.BrickColor = BrickColor.new("Dark stone grey")
rvrf02.Position = Vector3.new(-23.4822903, 1.93434703, 10.3062258)
rvrf02.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
rvrf02.Anchored = true
rvrf02.CFrame = CFrame.new(-23.4822903, 1.93434703, 10.3062258, -0.947484374,
0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195,
0.928497136, 0.37130934)
rvrf02.Size = Vector3.new(1, 1.20000005, 1)
rvrf02.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf02.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf03 = Instance.new("CylinderMesh")
rvrf03.Parent = rvrf02
rvrf03.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
rvrf04 = Instance.new("Part")
rvrf04.Parent = rvrf
rvrf04.Material = Enum.Material.SmoothPlastic
rvrf04.BrickColor = BrickColor.new("Black")
rvrf04.Position = Vector3.new(-23.2303982, 1.19663596, 10.4908819)
rvrf04.Rotation = Vector3.new(179.14856, 0, -180)
rvrf04.Anchored = true
rvrf04.CFrame = CFrame.new(-23.2303982, 1.19663596, 10.4908819, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf04.Size = Vector3.new(1, 1.20000005, 1)
rvrf04.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf04.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf05 = Instance.new("BlockMesh")
rvrf05.Parent = rvrf04
rvrf05.Scale = Vector3.new(0.25195238, 0.305866688, 0.927936494)
rvrf06 = Instance.new("Part")
rvrf06.Parent = rvrf
rvrf06.Material = Enum.Material.SmoothPlastic
rvrf06.BrickColor = BrickColor.new("Black")
rvrf06.Position = Vector3.new(-23.2328396, 1.35371006, 10.6206684)
rvrf06.Rotation = Vector3.new(179.14856, 0, -180)
rvrf06.Anchored = true
rvrf06.CFrame = CFrame.new(-23.2328396, 1.35371006, 10.6206684, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf06.Size = Vector3.new(1, 1.20000005, 1)
rvrf06.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf06.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf07 = Instance.new("BlockMesh")
rvrf07.Parent = rvrf06
rvrf07.Scale = Vector3.new(0.25195238, 0.163857132, 1.0453968)
rvrf08 = Instance.new("Part")
rvrf08.Parent = rvrf
rvrf08.Material = Enum.Material.SmoothPlastic
rvrf08.BrickColor = BrickColor.new("Dark stone grey")
rvrf08.Position = Vector3.new(-23.4564095, 1.866714, 10.4713678)
rvrf08.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
rvrf08.Anchored = true
rvrf08.CFrame = CFrame.new(-23.4564095, 1.866714, 10.4713678, -0.947484374,
0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195,
0.928497136, 0.37130934)
rvrf08.Size = Vector3.new(1, 1.20000005, 1)
rvrf08.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf08.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf09 = Instance.new("CylinderMesh")
rvrf09.Parent = rvrf08
rvrf09.Scale = Vector3.new(0.0411111116, 0.545015931, 0.109003171)
rvrf10 = Instance.new("Part")
rvrf10.Parent = rvrf
rvrf10.Material = Enum.Material.SmoothPlastic
rvrf10.Position = Vector3.new(-23.1730862, 1.50275898, 10.6398296)
rvrf10.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf10.Anchored = true
rvrf10.CFrame = CFrame.new(-23.1730862, 1.50275898, 10.6398296, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf10.Size = Vector3.new(1, 1.20000005, 1)
rvrf10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf11 = Instance.new("CylinderMesh")
rvrf11.Parent = rvrf10
rvrf11.Scale = Vector3.new(0.114523813, 0.831442833, 0.112761907)
rvrf12 = Instance.new("Part")
rvrf12.Parent = rvrf
rvrf12.Material = Enum.Material.SmoothPlastic
rvrf12.Position = Vector3.new(-23.2362862, 1.52591896, 10.6387138)
rvrf12.Rotation = Vector3.new(179.14856, 0, -180)
rvrf12.Anchored = true
rvrf12.CFrame = CFrame.new(-23.2362862, 1.52591896, 10.6387138, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf12.Size = Vector3.new(1, 1.20000005, 1)
rvrf12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf13 = Instance.new("BlockMesh")
rvrf13.Parent = rvrf12
rvrf13.Scale = Vector3.new(0.117460318, 0.0546190441, 0.998412669)
rvrf14 = Instance.new("Part")
rvrf14.Parent = rvrf
rvrf14.Material = Enum.Material.SmoothPlastic
rvrf14.BrickColor = BrickColor.new("Dark stone grey")
rvrf14.Position = Vector3.new(-23.2174664, 1.35506904, 10.6874475)
rvrf14.Rotation = Vector3.new(179.14856, 0, -180)
rvrf14.Anchored = true
rvrf14.CFrame = CFrame.new(-23.2174664, 1.35506904, 10.6874475, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf14.Size = Vector3.new(1, 1.20000005, 1)
rvrf14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf14.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf15 = Instance.new("SpecialMesh")
rvrf15.Parent = rvrf14
rvrf15.MeshId = "http://www.roblox.com/asset/?id=3270017"
rvrf15.Scale = Vector3.new(0.0939682573, 0.0998412669, 8.80952358)
rvrf15.MeshType = Enum.MeshType.FileMesh
rvrf16 = Instance.new("Part")
rvrf16.Parent = rvrf
rvrf16.Material = Enum.Material.SmoothPlastic
rvrf16.BrickColor = BrickColor.new("Dark stone grey")
rvrf16.Position = Vector3.new(-23.2347927, 1.17028296, 9.8694582)
rvrf16.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
rvrf16.Anchored = true
rvrf16.CFrame = CFrame.new(-23.2347927, 1.17028296, 9.8694582, -0.999968231,
0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -
0.000124000027, -0.014860996, -0.999889612)
rvrf16.Size = Vector3.new(1, 1.20000005, 2)
rvrf16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf16.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf17 = Instance.new("BlockMesh")
rvrf17.Parent = rvrf16
rvrf17.Scale = Vector3.new(0.172666669, 0.061079368, 1.06621671)
rvrf18 = Instance.new("Part")
rvrf18.Name = "Mag2"
rvrf18.Parent = rvrf
rvrf18.Material = Enum.Material.SmoothPlastic
rvrf18.BrickColor = BrickColor.new("Grime")
rvrf18.Position = Vector3.new(-23.2373562, 1.13329601, 9.59825802)
rvrf18.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
rvrf18.Anchored = true
rvrf18.CFrame = CFrame.new(-23.2373562, 1.13329601, 9.59825802, 0, 0.999968231, -
0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612,
0.000118610813, 0.0148595208)
rvrf18.FormFactor = Enum.FormFactor.Custom
rvrf18.Size = Vector3.new(0.390620798, 0.200000003, 0.243469104)
rvrf18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf18.Color = Color3.new(0.498039, 0.556863, 0.392157)
rvrf19 = Instance.new("BlockMesh")
rvrf19.Parent = rvrf18
rvrf19.Scale = Vector3.new(1, 0.745872855, 1)
rvrf20 = Instance.new("Part")
rvrf20.Parent = rvrf
rvrf20.Material = Enum.Material.SmoothPlastic
rvrf20.BrickColor = BrickColor.new("Dark stone grey")
rvrf20.Position = Vector3.new(-23.2424984, 1.06406796, 9.2754221)
rvrf20.Rotation = Vector3.new(-88.1604919, 0, -180)
rvrf20.Anchored = true
rvrf20.CFrame = CFrame.new(-23.2424984, 1.06406796, 9.2754221, -1, 0, 0, 0, -
0.0320999883, 0.999484658, 0, 0.999484658, 0.0320999883)
rvrf20.Size = Vector3.new(1, 1.20000005, 1)
rvrf20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf20.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf21 = Instance.new("BlockMesh")
rvrf21.Parent = rvrf20
rvrf21.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.170317456)
rvrf22 = Instance.new("Part")
rvrf22.Parent = rvrf
rvrf22.Material = Enum.Material.SmoothPlastic
rvrf22.BrickColor = BrickColor.new("Black")
rvrf22.Position = Vector3.new(-23.2383785, 1.04182506, 8.65920639)
rvrf22.Rotation = Vector3.new(-89.9312439, 0, -0)
rvrf22.Anchored = true
rvrf22.CFrame = CFrame.new(-23.2383785, 1.04182506, 8.65920639, 1, 0, 0, 0,
0.00120000041, 0.999999344, 0, -0.999999344, 0.00120000052)
rvrf22.Size = Vector3.new(1, 1.20000005, 1)
rvrf22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf22.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf23 = Instance.new("SpecialMesh")
rvrf23.Parent = rvrf22
rvrf23.Scale = Vector3.new(0.131555557, 0.0880952328, 0.0469841287)
rvrf23.MeshType = Enum.MeshType.Wedge
rvrf24 = Instance.new("Part")
rvrf24.Parent = rvrf
rvrf24.Material = Enum.Material.SmoothPlastic
rvrf24.BrickColor = BrickColor.new("Dark stone grey")
rvrf24.Position = Vector3.new(-23.2398205, 1.04674304, 9.08656025)
rvrf24.Rotation = Vector3.new(179.14856, 0, -0)
rvrf24.Anchored = true
rvrf24.CFrame = CFrame.new(-23.2398205, 1.04674304, 9.08656025, 1, 0, 0, 0, -
0.999889612, -0.014859993, 0, 0.0148599939, -0.999889612)
rvrf24.Size = Vector3.new(1, 1.20000005, 1)
rvrf24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf24.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf25 = Instance.new("SpecialMesh")
rvrf25.Parent = rvrf24
rvrf25.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.058730159)
rvrf25.MeshType = Enum.MeshType.Wedge
rvrf26 = Instance.new("Part")
rvrf26.Name = "Handle"
rvrf26.Parent = rvrf
rvrf26.Material = Enum.Material.SmoothPlastic
rvrf26.BrickColor = BrickColor.new("Dark stone grey")
rvrf26.Position = Vector3.new(-23.2388287, 1.05169797, 9.05185986)
rvrf26.Rotation = Vector3.new(179.14856, 0, -180)
rvrf26.Anchored = true
rvrf26.CFrame = CFrame.new(-23.2388287, 1.05169797, 9.05185986, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf26.Size = Vector3.new(1, 1.20000005, 1)
rvrf26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf26.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf27 = Instance.new("BlockMesh")
rvrf27.Parent = rvrf26
rvrf27.Scale = Vector3.new(0.0465142876, 0.0939682499, 0.0411111116)
rvrf28 = Instance.new("Sound")
rvrf28.Name = "Click"
rvrf28.Parent = rvrf26
rvrf28.Pitch = 1.1000000238419
rvrf28.SoundId = "http://roblox.com/asset/?id=10209881"
rvrf28.Volume = 1
rvrf28.PlayOnRemove = true
rvrf29 = Instance.new("Sound")
rvrf29.Name = "M1"
rvrf29.Parent = rvrf26
rvrf29.Pitch = 0.75
rvrf29.SoundId = "http://roblox.com/asset/?id=10209834"
rvrf29.Volume = 1
rvrf29.PlayOnRemove = true
rvrf30 = Instance.new("Sound")
rvrf30.Name = "M2"
rvrf30.Parent = rvrf26
rvrf30.SoundId = "http://roblox.com/asset/?id=10209636"
rvrf30.Volume = 1
rvrf30.PlayOnRemove = true
rvrf31 = Instance.new("Sound")
rvrf31.Name = "rvrf"
rvrf31.Parent = rvrf26
rvrf31.Pitch = 0.40000000596046
rvrf31.SoundId = "http://www.roblox.com/asset/?id=2697295"
rvrf31.Volume = 1
rvrf31.PlayOnRemove = true
rvrf32 = Instance.new("Sound")
rvrf32.Name = "sadsd"
rvrf32.Parent = rvrf26
rvrf32.Pitch = 0.5
rvrf32.SoundId = "http://www.roblox.com/asset/?id=2697295"
rvrf32.Volume = 1
rvrf32.PlayOnRemove = true
rvrf33 = Instance.new("Sound")
rvrf33.Name = "Fire"
rvrf33.Parent = rvrf26
rvrf33.Pitch = 1.7000000476837
rvrf33.SoundId = "http://roblox.com/asset/?id=10209257"
rvrf33.PlayOnRemove = true
rvrf34 = Instance.new("Sound")
rvrf34.Name = "Fire2"
rvrf34.Parent = rvrf26
rvrf34.Pitch = 1.2999999523163
rvrf34.SoundId = "http://roblox.com/asset/?id=10209798"
rvrf34.Volume = 0.80000001192093
rvrf34.PlayOnRemove = true
rvrf36 = Instance.new("Part")
rvrf36.Parent = rvrf
rvrf36.Material = Enum.Material.SmoothPlastic
rvrf36.BrickColor = BrickColor.new("Dark stone grey")
rvrf36.Position = Vector3.new(-23.2370739, 1.05162096, 9.02153969)
rvrf36.Rotation = Vector3.new(10.4415331, 0, -180)
rvrf36.Anchored = true
rvrf36.CFrame = CFrame.new(-23.2370739, 1.05162096, 9.02153969, -1, 0, 0, 0, -
0.983440459, -0.181232095, 0, -0.181232095, 0.983440459)
rvrf36.Size = Vector3.new(1, 1.20000005, 1)
rvrf36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf36.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf37 = Instance.new("SpecialMesh")
rvrf37.Parent = rvrf36
rvrf37.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.0469841287)
rvrf37.MeshType = Enum.MeshType.Wedge
rvrf38 = Instance.new("Part")
rvrf38.Parent = rvrf
rvrf38.Material = Enum.Material.SmoothPlastic
rvrf38.BrickColor = BrickColor.new("Black")
rvrf38.Position = Vector3.new(-23.2382946, 1.02710795, 8.80364418)
rvrf38.Rotation = Vector3.new(179.14856, 0, -180)
rvrf38.Anchored = true
rvrf38.CFrame = CFrame.new(-23.2382946, 1.02710795, 8.80364418, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf38.Size = Vector3.new(1, 1.20000005, 1)
rvrf38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf38.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf39 = Instance.new("BlockMesh")
rvrf39.Parent = rvrf38
rvrf39.Scale = Vector3.new(0.131555557, 0.0880952328, 0.164444447)
rvrf40 = Instance.new("Part")
rvrf40.Name = "S8"
rvrf40.Parent = rvrf
rvrf40.Material = Enum.Material.SmoothPlastic
rvrf40.BrickColor = BrickColor.new("Bright yellow")
rvrf40.Reflectance = 0.5
rvrf40.Position = Vector3.new(-22.9364147, 1.11619401, 9.58078003)
rvrf40.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf40.Anchored = true
rvrf40.CFrame = CFrame.new(-22.9364147, 1.11619401, 9.58078003, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf40.Size = Vector3.new(1, 1.20000005, 1)
rvrf40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf40.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf41 = Instance.new("CylinderMesh")
rvrf41.Parent = rvrf40
rvrf41.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf42 = Instance.new("Part")
rvrf42.Name = "S7"
rvrf42.Parent = rvrf
rvrf42.Material = Enum.Material.SmoothPlastic
rvrf42.BrickColor = BrickColor.new("Bright yellow")
rvrf42.Reflectance = 0.5
rvrf42.Position = Vector3.new(-22.9537411, 1.16532302, 9.58003807)
rvrf42.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf42.Anchored = true
rvrf42.CFrame = CFrame.new(-22.9537411, 1.16532302, 9.58003807, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf42.Size = Vector3.new(1, 1.20000005, 1)
rvrf42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf42.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf43 = Instance.new("CylinderMesh")
rvrf43.Parent = rvrf42
rvrf43.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf44 = Instance.new("Part")
rvrf44.Name = "R8"
rvrf44.Parent = rvrf
rvrf44.Material = Enum.Material.SmoothPlastic
rvrf44.BrickColor = BrickColor.new("Bright yellow")
rvrf44.Reflectance = 0.5
rvrf44.Transparency = 1
rvrf44.Position = Vector3.new(-22.9248314, 1.12416005, 9.57847023)
rvrf44.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf44.Anchored = true
rvrf44.CFrame = CFrame.new(-22.9248314, 1.12416005, 9.57847023, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf44.Size = Vector3.new(1, 1.20000005, 1)
rvrf44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf44.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf45 = Instance.new("CylinderMesh")
rvrf45.Parent = rvrf44
rvrf45.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf46 = Instance.new("Part")
rvrf46.Name = "OMag3"
rvrf46.Parent = rvrf
rvrf46.Material = Enum.Material.SmoothPlastic
rvrf46.BrickColor = BrickColor.new("Grime")
rvrf46.Position = Vector3.new(-22.8112087, 1.132882, 9.59636021)
rvrf46.Rotation = Vector3.new(89.1485519, 15.388896, -90)
rvrf46.Anchored = true
rvrf46.CFrame = CFrame.new(-22.8112087, 1.132882, 9.59636021, 0, 0.964146852,
0.265369266, -0.0148599939, 0.265339971, -0.964040399, -0.999889612, -
0.00394338556, 0.014327215)
rvrf46.FormFactor = Enum.FormFactor.Custom
rvrf46.Size = Vector3.new(0.390620798, 0.200000003, 0.200000003)
rvrf46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf46.Color = Color3.new(0.498039, 0.556863, 0.392157)
rvrf47 = Instance.new("BlockMesh")
rvrf47.Parent = rvrf46
rvrf47.Scale = Vector3.new(1, 0.270158708, 0.982424915)
rvrf48 = Instance.new("Part")
rvrf48.Name = "R7"
rvrf48.Parent = rvrf
rvrf48.Material = Enum.Material.SmoothPlastic
rvrf48.BrickColor = BrickColor.new("Bright yellow")
rvrf48.Reflectance = 0.5
rvrf48.Transparency = 1
rvrf48.Position = Vector3.new(-22.9590855, 1.171471, 9.57894802)
rvrf48.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf48.Anchored = true
rvrf48.CFrame = CFrame.new(-22.9590855, 1.171471, 9.57894802, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf48.Size = Vector3.new(1, 1.20000005, 1)
rvrf48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf48.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf49 = Instance.new("CylinderMesh")
rvrf49.Parent = rvrf48
rvrf49.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf50 = Instance.new("Part")
rvrf50.Name = "Mag3"
rvrf50.Parent = rvrf
rvrf50.Material = Enum.Material.SmoothPlastic
rvrf50.BrickColor = BrickColor.new("Really black")
rvrf50.Position = Vector3.new(-22.9231014, 1.05372202, 9.59893799)
rvrf50.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
rvrf50.Anchored = true
rvrf50.CFrame = CFrame.new(-22.9231014, 1.05372202, 9.59893799, 0, 0.999968231, -
0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612,
0.000118610813, 0.0148595208)
rvrf50.FormFactor = Enum.FormFactor.Custom
rvrf50.Size = Vector3.new(0.314271599, 0.200000003, 0.200000003)
rvrf50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
rvrf51 = Instance.new("BlockMesh")
rvrf51.Parent = rvrf50
rvrf51.Scale = Vector3.new(1, 0.393491864, 0.130837619)
rvrf52 = Instance.new("Part")
rvrf52.Parent = rvrf
rvrf52.Material = Enum.Material.SmoothPlastic
rvrf52.BrickColor = BrickColor.new("Dark stone grey")
rvrf52.Position = Vector3.new(-23.2386074, 0.981200993, 9.08058834)
rvrf52.Rotation = Vector3.new(134.810394, 0, -0)
rvrf52.Anchored = true
rvrf52.CFrame = CFrame.new(-23.2386074, 0.981200993, 9.08058834, 1, 0, 0, 0, -
0.704762936, -0.709442914, 0, 0.709442914, -0.704762936)
rvrf52.Size = Vector3.new(1, 1.20000005, 1)
rvrf52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf52.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf53 = Instance.new("SpecialMesh")
rvrf53.Parent = rvrf52
rvrf53.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.0411111116)
rvrf53.MeshType = Enum.MeshType.Wedge
rvrf54 = Instance.new("Part")
rvrf54.Parent = rvrf
rvrf54.Material = Enum.Material.SmoothPlastic
rvrf54.BrickColor = BrickColor.new("Dark stone grey")
rvrf54.Position = Vector3.new(-23.2411327, 0.966130018, 8.92686558)
rvrf54.Rotation = Vector3.new(-107.313881, 0.87902534, 179.502975)
rvrf54.Anchored = true
rvrf54.CFrame = CFrame.new(-23.2411327, 0.966130018, 8.92686558, -0.99984473, -
0.00867354125, 0.0153412847, 0.0120639969, 0.297722071, 0.954576373, -0.012846997,
0.954613209, -0.297571182)
rvrf54.Size = Vector3.new(1, 1.20000005, 1)
rvrf54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf54.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf55 = Instance.new("BlockMesh")
rvrf55.Parent = rvrf54
rvrf55.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.105714284)
rvrf56 = Instance.new("Part")
rvrf56.Name = "S9"
rvrf56.Parent = rvrf
rvrf56.Material = Enum.Material.SmoothPlastic
rvrf56.BrickColor = BrickColor.new("Bright yellow")
rvrf56.Reflectance = 0.5
rvrf56.Position = Vector3.new(-22.9256268, 1.06501794, 9.5902338)
rvrf56.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
rvrf56.Anchored = true
rvrf56.CFrame = CFrame.new(-22.9256268, 1.06501794, 9.5902338, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
rvrf56.Size = Vector3.new(1, 1.20000005, 1)
rvrf56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf56.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf57 = Instance.new("CylinderMesh")
rvrf57.Parent = rvrf56
rvrf57.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf58 = Instance.new("Part")
rvrf58.Parent = rvrf
rvrf58.Material = Enum.Material.SmoothPlastic
rvrf58.BrickColor = BrickColor.new("Dark stone grey")
rvrf58.Position = Vector3.new(-23.2416592, 0.97161299, 9.27027988)
rvrf58.Rotation = Vector3.new(103.976089, 0, -180)
rvrf58.Anchored = true
rvrf58.CFrame = CFrame.new(-23.2416592, 0.97161299, 9.27027988, -1, 0, 0, 0,
0.241516903, -0.970396638, 0, -0.970396638, -0.241516903)
rvrf58.Size = Vector3.new(1, 1.20000005, 1)
rvrf58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf58.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf59 = Instance.new("BlockMesh")
rvrf59.Parent = rvrf58
rvrf59.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.0440476201)
rvrf60 = Instance.new("Part")
rvrf60.Parent = rvrf
rvrf60.Material = Enum.Material.SmoothPlastic
rvrf60.BrickColor = BrickColor.new("Black")
rvrf60.Position = Vector3.new(-23.2344494, 0.834527969, 7.17079401)
rvrf60.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
rvrf60.Anchored = true
rvrf60.CFrame = CFrame.new(-23.2344494, 0.834527969, 7.17079401, -0.999968231,
0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -
0.000124000027, -0.014860996, -0.999889612)
rvrf60.Size = Vector3.new(1, 1.20000005, 1)
rvrf60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf60.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf61 = Instance.new("BlockMesh")
rvrf61.Parent = rvrf60
rvrf61.Scale = Vector3.new(0.205320626, 0.202971414, 0.499206334)
rvrf62 = Instance.new("Part")
rvrf62.Parent = rvrf
rvrf62.Material = Enum.Material.SmoothPlastic
rvrf62.BrickColor = BrickColor.new("Dark stone grey")
rvrf62.Position = Vector3.new(-23.5046635, 2.01294804, 10.1049175)
rvrf62.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
rvrf62.Anchored = true
rvrf62.CFrame = CFrame.new(-23.5046635, 2.01294804, 10.1049175, -0.947484374,
0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195,
0.928497136, 0.37130934)
rvrf62.Size = Vector3.new(1, 1.20000005, 1)
rvrf62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf62.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf63 = Instance.new("CylinderMesh")
rvrf63.Parent = rvrf62
rvrf63.Scale = Vector3.new(0.141000003, 0.220200002, 0.209000006)
rvrf64 = Instance.new("Part")
rvrf64.Parent = rvrf
rvrf64.Material = Enum.Material.SmoothPlastic
rvrf64.BrickColor = BrickColor.new("Dark stone grey")
rvrf64.Position = Vector3.new(-23.2356548, 1.14493895, 8.75710392)
rvrf64.Rotation = Vector3.new(179.148453, 0.000321413652, -179.478027)
rvrf64.Anchored = true
rvrf64.CFrame = CFrame.new(-23.2356548, 1.14493895, 8.75710392, -0.999958515,
0.00911008473, 5.60972649e-006, 0.00910899509, 0.999848127, -0.0148616694, -
0.000140999924, -0.0148610016, -0.999889612)
rvrf64.Size = Vector3.new(1, 1.20000005, 1)
rvrf64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf64.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf65 = Instance.new("BlockMesh")
rvrf65.Parent = rvrf64
rvrf65.Scale = Vector3.new(0.172666669, 0.061079368, 0.367122233)
rvrf66 = Instance.new("Part")
rvrf66.Name = "S5"
rvrf66.Parent = rvrf
rvrf66.Material = Enum.Material.SmoothPlastic
rvrf66.BrickColor = BrickColor.new("Bright yellow")
rvrf66.Reflectance = 0.5
rvrf66.Position = Vector3.new(-23.0063229, 1.25897396, 9.57277012)
rvrf66.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf66.Anchored = true
rvrf66.CFrame = CFrame.new(-23.0063229, 1.25897396, 9.57277012, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf66.Size = Vector3.new(1, 1.20000005, 1)
rvrf66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf66.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf67 = Instance.new("CylinderMesh")
rvrf67.Parent = rvrf66
rvrf67.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf68 = Instance.new("Part")
rvrf68.Name = "R5"
rvrf68.Parent = rvrf
rvrf68.Material = Enum.Material.SmoothPlastic
rvrf68.BrickColor = BrickColor.new("Bright yellow")
rvrf68.Reflectance = 0.5
rvrf68.Transparency = 1
rvrf68.Position = Vector3.new(-22.9830742, 1.25912702, 9.57411957)
rvrf68.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf68.Anchored = true
rvrf68.CFrame = CFrame.new(-22.9830742, 1.25912702, 9.57411957, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf68.Size = Vector3.new(1, 1.20000005, 1)
rvrf68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf68.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf69 = Instance.new("CylinderMesh")
rvrf69.Parent = rvrf68
rvrf69.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf70 = Instance.new("Part")
rvrf70.Parent = rvrf
rvrf70.Material = Enum.Material.SmoothPlastic
rvrf70.BrickColor = BrickColor.new("Dark stone grey")
rvrf70.Position = Vector3.new(-23.2382565, 1.11560297, 8.90417957)
rvrf70.Rotation = Vector3.new(179.14856, 0, -180)
rvrf70.Anchored = true
rvrf70.CFrame = CFrame.new(-23.2382565, 1.11560297, 8.90417957, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf70.Size = Vector3.new(1, 1.20000005, 1)
rvrf70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf70.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf71 = Instance.new("BlockMesh")
rvrf71.Parent = rvrf70
rvrf71.Scale = Vector3.new(0.131555557, 0.0763492063, 0.912666619)
rvrf72 = Instance.new("Part")
rvrf72.Name = "S6"
rvrf72.Parent = rvrf
rvrf72.Material = Enum.Material.SmoothPlastic
rvrf72.BrickColor = BrickColor.new("Bright yellow")
rvrf72.Reflectance = 0.5
rvrf72.Position = Vector3.new(-22.9888363, 1.20747399, 9.57354164)
rvrf72.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf72.Anchored = true
rvrf72.CFrame = CFrame.new(-22.9888363, 1.20747399, 9.57354164, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf72.Size = Vector3.new(1, 1.20000005, 1)
rvrf72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf72.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf73 = Instance.new("CylinderMesh")
rvrf73.Parent = rvrf72
rvrf73.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf74 = Instance.new("Part")
rvrf74.Name = "R6"
rvrf74.Parent = rvrf
rvrf74.Material = Enum.Material.SmoothPlastic
rvrf74.BrickColor = BrickColor.new("Bright yellow")
rvrf74.Reflectance = 0.5
rvrf74.Transparency = 1
rvrf74.Position = Vector3.new(-22.9754086, 1.21833503, 9.57736778)
rvrf74.Rotation = Vector3.new(-90.8514481, 0, -180)
rvrf74.Anchored = true
rvrf74.CFrame = CFrame.new(-22.9754086, 1.21833503, 9.57736778, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
rvrf74.Size = Vector3.new(1, 1.20000005, 1)
rvrf74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf74.Color = Color3.new(0.960784, 0.803922, 0.188235)
rvrf75 = Instance.new("CylinderMesh")
rvrf75.Parent = rvrf74
rvrf75.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
rvrf76 = Instance.new("Part")
rvrf76.Parent = rvrf
rvrf76.Material = Enum.Material.SmoothPlastic
rvrf76.BrickColor = BrickColor.new("Black")
rvrf76.Position = Vector3.new(-23.2340908, 1.08784103, 8.19130898)
rvrf76.Rotation = Vector3.new(-15.9594479, 0, -180)
rvrf76.Anchored = true
rvrf76.CFrame = CFrame.new(-23.2340908, 1.08784103, 8.19130898, -1, 0, 0, 0, -
0.961456537, 0.274956912, 0, 0.274956882, 0.961456537)
rvrf76.Size = Vector3.new(1, 1.20000005, 1)
rvrf76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf76.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf77 = Instance.new("SpecialMesh")
rvrf77.Parent = rvrf76
rvrf77.Scale = Vector3.new(0.207199991, 0.142126992, 0.534444451)
rvrf77.MeshType = Enum.MeshType.Wedge
rvrf78 = Instance.new("Part")
rvrf78.Parent = rvrf
rvrf78.Material = Enum.Material.SmoothPlastic
rvrf78.BrickColor = BrickColor.new("Dark stone grey")
rvrf78.Position = Vector3.new(-23.3719311, 1.57720101, 10.1491575)
rvrf78.Rotation = Vector3.new(-90.8513947, -38.5948944, -179.999954)
rvrf78.Anchored = true
rvrf78.CFrame = CFrame.new(-23.3719311, 1.57720101, 10.1491575, -0.781576097,
6.3545599e-007, -0.623809934, -0.623741031, 0.0148595022, 0.781489849,
0.0092700012, 0.999889612, -0.011613436)
rvrf78.Size = Vector3.new(1, 1.20000005, 1)
rvrf78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf78.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf79 = Instance.new("CylinderMesh")
rvrf79.Parent = rvrf78
rvrf79.Scale = Vector3.new(0.140952379, 0.170317471, 0.109003171)
rvrf80 = Instance.new("Part")
rvrf80.Parent = rvrf
rvrf80.Material = Enum.Material.SmoothPlastic
rvrf80.BrickColor = BrickColor.new("Dark stone grey")
rvrf80.Position = Vector3.new(-23.3407116, 1.49455404, 10.1160164)
rvrf80.Rotation = Vector3.new(179.148468, 5.52183337e-005, 141.405106)
rvrf80.Anchored = true
rvrf80.CFrame = CFrame.new(-23.3407116, 1.49455404, 10.1160164, -0.781576097, -
0.623809993, 9.63741741e-007, -0.623741031, 0.781489789, -0.0148615055,
0.0092700012, -0.0116159981, -0.999889612)
rvrf80.Size = Vector3.new(1, 1.20000005, 1)
rvrf80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf80.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf81 = Instance.new("BlockMesh")
rvrf81.Parent = rvrf80
rvrf81.Scale = Vector3.new(0.0352380946, 0.155047625, 0.0575555563)
rvrf82 = Instance.new("Part")
rvrf82.Name = "B14"
rvrf82.Parent = rvrf
rvrf82.Material = Enum.Material.SmoothPlastic
rvrf82.BrickColor = BrickColor.new("Dark stone grey")
rvrf82.Transparency = 1
rvrf82.Position = Vector3.new(-23.321743, 2.54436088, 10.1414118)
rvrf82.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
rvrf82.Anchored = true
rvrf82.CFrame = CFrame.new(-23.321743, 2.54436088, 10.1414118, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
rvrf82.Size = Vector3.new(1, 1.20000005, 1)
rvrf82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf82.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf83 = Instance.new("SpecialMesh")
rvrf83.Parent = rvrf82
rvrf83.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
rvrf83.MeshType = Enum.MeshType.Wedge
rvrf84 = Instance.new("Part")
rvrf84.Name = "B15"
rvrf84.Parent = rvrf
rvrf84.Material = Enum.Material.SmoothPlastic
rvrf84.BrickColor = BrickColor.new("Black")
rvrf84.Transparency = 1
rvrf84.Position = Vector3.new(-23.307806, 2.7171669, 10.1052303)
rvrf84.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
rvrf84.Anchored = true
rvrf84.CFrame = CFrame.new(-23.307806, 2.7171669, 10.1052303, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
rvrf84.Size = Vector3.new(1, 1.20000005, 1)
rvrf84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf84.Color = Color3.new(0.105882, 0.164706, 0.207843)
rvrf85 = Instance.new("CylinderMesh")
rvrf85.Parent = rvrf84
rvrf85.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
rvrf86 = Instance.new("Part")
rvrf86.Name = "B13"
rvrf86.Parent = rvrf
rvrf86.Material = Enum.Material.SmoothPlastic
rvrf86.BrickColor = BrickColor.new("Dark stone grey")
rvrf86.Transparency = 1
rvrf86.Position = Vector3.new(-23.3219357, 2.51436996, 10.0867596)
rvrf86.Rotation = Vector3.new(89.1485519, -0.457394928, 0.00030789827)
rvrf86.Anchored = true
rvrf86.CFrame = CFrame.new(-23.3219357, 2.51436996, 10.0867596, 0.999968231, -
5.37366805e-006, -0.00798296276, -0.00798200164, 0.0148600368, -0.999857783,
0.000124000027, 0.999889612, 0.0148595208)
rvrf86.Size = Vector3.new(1, 1.20000005, 1)
rvrf86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf86.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf87 = Instance.new("BlockMesh")
rvrf87.Parent = rvrf86
rvrf87.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
rvrf88 = Instance.new("Part")
rvrf88.Name = "B11"
rvrf88.Parent = rvrf
rvrf88.Material = Enum.Material.SmoothPlastic
rvrf88.BrickColor = BrickColor.new("Dark stone grey")
rvrf88.Transparency = 1
rvrf88.Position = Vector3.new(-23.3195248, 2.68173194, 10.0865803)
rvrf88.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
rvrf88.Anchored = true
rvrf88.CFrame = CFrame.new(-23.3195248, 2.68173194, 10.0865803, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
rvrf88.Size = Vector3.new(1, 1.20000005, 1)
rvrf88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf88.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf89 = Instance.new("CylinderMesh")
rvrf89.Parent = rvrf88
rvrf89.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
rvrf90 = Instance.new("Part")
rvrf90.Name = "B9"
rvrf90.Parent = rvrf
rvrf90.Material = Enum.Material.SmoothPlastic
rvrf90.BrickColor = BrickColor.new("Dark stone grey")
rvrf90.Transparency = 1
rvrf90.Position = Vector3.new(-23.241415, 2.7096951, 10.1268282)
rvrf90.Rotation = Vector3.new(-90.8515625, -89.5432892, 179.999969)
rvrf90.Anchored = true
rvrf90.CFrame = CFrame.new(-23.241415, 2.7096951, 10.1268282, -0.00798299816, -
4.20063051e-009, -0.999968231, -0.999857783, 0.0148614682, 0.00798211712,
0.014860996, 0.999889612, -0.000118643271)
rvrf90.Size = Vector3.new(1, 1.20000005, 1)
rvrf90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf90.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf91 = Instance.new("SpecialMesh")
rvrf91.Parent = rvrf90
rvrf91.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
rvrf91.MeshType = Enum.MeshType.Wedge
rvrf92 = Instance.new("Part")
rvrf92.Name = "B8"
rvrf92.Parent = rvrf
rvrf92.Material = Enum.Material.SmoothPlastic
rvrf92.BrickColor = BrickColor.new("Dark stone grey")
rvrf92.Transparency = 1
rvrf92.Position = Vector3.new(-23.2179165, 2.70950508, 10.1268377)
rvrf92.Rotation = Vector3.new(89.1484985, 89.5432892, 3.01488762e-005)
rvrf92.Anchored = true
rvrf92.CFrame = CFrame.new(-23.2179165, 2.70950508, 10.1268377, 0.00798199791, -
4.20010426e-009, 0.999968231, 0.999857783, 0.014860468, -0.00798111688, -
0.0148599958, 0.999889612, 0.000118620432)
rvrf92.Size = Vector3.new(1, 1.20000005, 1)
rvrf92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf92.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf93 = Instance.new("SpecialMesh")
rvrf93.Parent = rvrf92
rvrf93.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
rvrf93.MeshType = Enum.MeshType.Wedge
rvrf94 = Instance.new("Part")
rvrf94.Name = "B7"
rvrf94.Parent = rvrf
rvrf94.Material = Enum.Material.SmoothPlastic
rvrf94.BrickColor = BrickColor.new("Dark stone grey")
rvrf94.Transparency = 1
rvrf94.Position = Vector3.new(-23.2296638, 2.70966291, 10.1392622)
rvrf94.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
rvrf94.Anchored = true
rvrf94.CFrame = CFrame.new(-23.2296638, 2.70966291, 10.1392622, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
rvrf94.Size = Vector3.new(1, 1.20000005, 1)
rvrf94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf94.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf95 = Instance.new("SpecialMesh")
rvrf95.Parent = rvrf94
rvrf95.MeshId = "http://www.roblox.com/asset/?id=3270017"
rvrf95.Scale = Vector3.new(0.0370000005, 0.0381746031, 0.0469841287)
rvrf95.MeshType = Enum.MeshType.FileMesh
rvrf96 = Instance.new("Part")
rvrf96.Name = "B6"
rvrf96.Parent = rvrf
rvrf96.Material = Enum.Material.SmoothPlastic
rvrf96.BrickColor = BrickColor.new("Dark stone grey")
rvrf96.Transparency = 1
rvrf96.Position = Vector3.new(-23.2296638, 2.70933509, 10.1092081)
rvrf96.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
rvrf96.Anchored = true
rvrf96.CFrame = CFrame.new(-23.2296638, 2.70933509, 10.1092081, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
rvrf96.Size = Vector3.new(1, 1.20000005, 1)
rvrf96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf96.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf97 = Instance.new("BlockMesh")
rvrf97.Parent = rvrf96
rvrf97.Scale = Vector3.new(0.0411111116, 0.0234920625, 0.00587301608)
rvrf98 = Instance.new("Part")
rvrf98.Parent = rvrf
rvrf98.Material = Enum.Material.SmoothPlastic
rvrf98.BrickColor = BrickColor.new("Dark stone grey")
rvrf98.Position = Vector3.new(-23.2352715, 1.23677802, 9.26346016)
rvrf98.Rotation = Vector3.new(179.14856, 0, -180)
rvrf98.Anchored = true
rvrf98.CFrame = CFrame.new(-23.2352715, 1.23677802, 9.26346016, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
rvrf98.Size = Vector3.new(1, 1.20000005, 1)
rvrf98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
rvrf98.Color = Color3.new(0.388235, 0.372549, 0.384314)
rvrf99 = Instance.new("BlockMesh")
rvrf99.Parent = rvrf98
rvrf99.Scale = Vector3.new(0.172666669, 0.152698398, 1.67128396)
sadsd00 = Instance.new("Part")
sadsd00.Name = "S4"
sadsd00.Parent = rvrf
sadsd00.Material = Enum.Material.SmoothPlastic
sadsd00.BrickColor = BrickColor.new("Bright yellow")
sadsd00.Reflectance = 0.5
sadsd00.Position = Vector3.new(-23.0237865, 1.31280303, 9.57196426)
sadsd00.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd00.Anchored = true
sadsd00.CFrame = CFrame.new(-23.0237865, 1.31280303, 9.57196426, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd00.Size = Vector3.new(1, 1.20000005, 1)
sadsd00.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd00.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd01 = Instance.new("CylinderMesh")
sadsd01.Parent = sadsd00
sadsd01.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd02 = Instance.new("Part")
sadsd02.Name = "S3"
sadsd02.Parent = rvrf
sadsd02.Material = Enum.Material.SmoothPlastic
sadsd02.BrickColor = BrickColor.new("Bright yellow")
sadsd02.Reflectance = 0.5
sadsd02.Position = Vector3.new(-23.0648842, 1.34803796, 9.57144833)
sadsd02.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd02.Anchored = true
sadsd02.CFrame = CFrame.new(-23.0648842, 1.34803796, 9.57144833, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd02.Size = Vector3.new(1, 1.20000005, 1)
sadsd02.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd02.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd03 = Instance.new("CylinderMesh")
sadsd03.Parent = sadsd02
sadsd03.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd04 = Instance.new("Part")
sadsd04.Name = "R3"
sadsd04.Parent = rvrf
sadsd04.Material = Enum.Material.SmoothPlastic
sadsd04.BrickColor = BrickColor.new("Bright yellow")
sadsd04.Reflectance = 0.5
sadsd04.Transparency = 1
sadsd04.Position = Vector3.new(-23.0341854, 1.34119594, 9.57540607)
sadsd04.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd04.Anchored = true
sadsd04.CFrame = CFrame.new(-23.0341854, 1.34119594, 9.57540607, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd04.Size = Vector3.new(1, 1.20000005, 1)
sadsd04.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd04.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd05 = Instance.new("CylinderMesh")
sadsd05.Parent = sadsd04
sadsd05.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd06 = Instance.new("Part")
sadsd06.Name = "R4"
sadsd06.Parent = rvrf
sadsd06.Material = Enum.Material.SmoothPlastic
sadsd06.BrickColor = BrickColor.new("Bright yellow")
sadsd06.Reflectance = 0.5
sadsd06.Transparency = 1
sadsd06.Position = Vector3.new(-23.0100079, 1.30758095, 9.57409763)
sadsd06.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd06.Anchored = true
sadsd06.CFrame = CFrame.new(-23.0100079, 1.30758095, 9.57409763, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd06.Size = Vector3.new(1, 1.20000005, 1)
sadsd06.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd06.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd07 = Instance.new("CylinderMesh")
sadsd07.Parent = sadsd06
sadsd07.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd08 = Instance.new("Part")
sadsd08.Name = "Bolt"
sadsd08.Parent = rvrf
sadsd08.Material = Enum.Material.SmoothPlastic
sadsd08.BrickColor = BrickColor.new("Dark stone grey")
sadsd08.Position = Vector3.new(-23.3885555, 1.33256996, 9.86617565)
sadsd08.Rotation = Vector3.new(89.1485519, 0, 90)
sadsd08.Anchored = true
sadsd08.CFrame = CFrame.new(-23.3885555, 1.33256996, 9.86617565, 0, -1, 0,
0.0148599939, 0, -0.999889612, 0.999889612, 0, 0.014859993)
sadsd08.FormFactor = Enum.FormFactor.Custom
sadsd08.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
sadsd08.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd08.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd09 = Instance.new("CylinderMesh")
sadsd09.Parent = sadsd08
sadsd09.Scale = Vector3.new(0.416984111, 0.622539699, 0.387619019)
sadsd10 = Instance.new("Part")
sadsd10.Parent = rvrf
sadsd10.Material = Enum.Material.SmoothPlastic
sadsd10.BrickColor = BrickColor.new("Black")
sadsd10.Position = Vector3.new(-23.2351894, 0.978531003, 7.12445402)
sadsd10.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
sadsd10.Anchored = true
sadsd10.CFrame = CFrame.new(-23.2351894, 0.978531003, 7.12445402, -0.999968231,
0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -
0.000124000027, -0.014860996, -0.999889612)
sadsd10.Size = Vector3.new(1, 1.20000005, 1)
sadsd10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd10.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd11 = Instance.new("BlockMesh")
sadsd11.Parent = sadsd10
sadsd11.Scale = Vector3.new(0.211428568, 0.676571369, 0.593174577)
sadsd12 = Instance.new("Part")
sadsd12.Parent = rvrf
sadsd12.Material = Enum.Material.SmoothPlastic
sadsd12.BrickColor = BrickColor.new("Black")
sadsd12.Position = Vector3.new(-23.2291698, 1.27317202, 7.58024216)
sadsd12.Rotation = Vector3.new(89.2193222, -0.00709112454, -0.0388894677)
sadsd12.Anchored = true
sadsd12.CFrame = CFrame.new(-23.2291698, 1.27317202, 7.58024216, 0.999999762,
0.000678749173, -0.000123763471, -0.000132999965, 0.0136249997, -0.999907255, -
0.0006769998, 0.999907017, 0.0136250863)
sadsd12.Size = Vector3.new(1, 1.20000005, 1)
sadsd12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd12.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd13 = Instance.new("SpecialMesh")
sadsd13.Parent = sadsd12
sadsd13.Scale = Vector3.new(0.217771411, 0.277793646, 0.236682534)
sadsd13.MeshType = Enum.MeshType.Wedge
sadsd14 = Instance.new("Part")
sadsd14.Parent = rvrf
sadsd14.Material = Enum.Material.SmoothPlastic
sadsd14.BrickColor = BrickColor.new("Black")
sadsd14.Position = Vector3.new(-23.2336636, 1.13090098, 7.63717175)
sadsd14.Rotation = Vector3.new(169.403046, 0, -180)
sadsd14.Anchored = true
sadsd14.CFrame = CFrame.new(-23.2336636, 1.13090098, 7.63717175, -1, 0, 0, 0,
0.982945144, -0.183899, 0, -0.183899015, -0.982945144)
sadsd14.Size = Vector3.new(1, 1.20000005, 2)
sadsd14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd14.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd15 = Instance.new("BlockMesh")
sadsd15.Parent = sadsd14
sadsd15.Scale = Vector3.new(0.211428568, 0.2255238, 0.775238097)
sadsd16 = Instance.new("Part")
sadsd16.Parent = rvrf
sadsd16.Material = Enum.Material.SmoothPlastic
sadsd16.BrickColor = BrickColor.new("Black")
sadsd16.Position = Vector3.new(-23.2337704, 1.35865104, 8.13371563)
sadsd16.Rotation = Vector3.new(-10.1746883, 0.0394689664, -0.000658502337)
sadsd16.Anchored = true
sadsd16.CFrame = CFrame.new(-23.2337704, 1.35865104, 8.13371563, 0.999999762,
1.14930308e-005, 0.000688863336, -0.000132999965, 0.984273732, 0.176649898, -
0.000675999851, -0.176649958, 0.984273553)
sadsd16.Size = Vector3.new(1, 1.20000005, 1)
sadsd16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd16.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd17 = Instance.new("SpecialMesh")
sadsd17.Parent = sadsd16
sadsd17.Scale = Vector3.new(0.211428568, 0.142126992, 0.458095253)
sadsd17.MeshType = Enum.MeshType.Wedge
sadsd18 = Instance.new("Part")
sadsd18.Name = "B1"
sadsd18.Parent = rvrf
sadsd18.Material = Enum.Material.SmoothPlastic
sadsd18.BrickColor = BrickColor.new("Dark stone grey")
sadsd18.Transparency = 1
sadsd18.Position = Vector3.new(-23.2364483, 2.08131003, 9.99996376)
sadsd18.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
sadsd18.Anchored = true
sadsd18.CFrame = CFrame.new(-23.2364483, 2.08131003, 9.99996376, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
sadsd18.Size = Vector3.new(1, 1.20000005, 1)
sadsd18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd18.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd19 = Instance.new("BlockMesh")
sadsd19.Parent = sadsd18
sadsd19.Scale = Vector3.new(0.222000003, 0.109825402, 1.38485706)
sadsd20 = Instance.new("Part")
sadsd20.Name = "B22"
sadsd20.Parent = rvrf
sadsd20.Material = Enum.Material.SmoothPlastic
sadsd20.BrickColor = BrickColor.new("Dark stone grey")
sadsd20.Transparency = 1
sadsd20.Position = Vector3.new(-23.2323666, 2.59334207, 10.0599155)
sadsd20.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
sadsd20.Anchored = true
sadsd20.CFrame = CFrame.new(-23.2323666, 2.59334207, 10.0599155, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
sadsd20.Size = Vector3.new(1, 1.20000005, 1)
sadsd20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd20.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd21 = Instance.new("BlockMesh")
sadsd21.Parent = sadsd20
sadsd21.Scale = Vector3.new(0.18206349, 0.0176190473, 0.346507937)
sadsd22 = Instance.new("Part")
sadsd22.Name = "B10"
sadsd22.Parent = rvrf
sadsd22.Material = Enum.Material.SmoothPlastic
sadsd22.BrickColor = BrickColor.new("Dark stone grey")
sadsd22.Transparency = 1
sadsd22.Position = Vector3.new(-23.231739, 2.70913506, 10.0943623)
sadsd22.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
sadsd22.Anchored = true
sadsd22.CFrame = CFrame.new(-23.231739, 2.70913506, 10.0943623, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
sadsd22.Size = Vector3.new(1, 1.20000005, 1)
sadsd22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd22.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd23 = Instance.new("CylinderMesh")
sadsd23.Parent = sadsd22
sadsd23.Scale = Vector3.new(0.0176190473, 0.148587301, 0.0117460322)
sadsd24 = Instance.new("Part")
sadsd24.Name = "B23"
sadsd24.Parent = rvrf
sadsd24.Material = Enum.Material.SmoothPlastic
sadsd24.BrickColor = BrickColor.new("Dark stone grey")
sadsd24.Transparency = 1
sadsd24.Position = Vector3.new(-23.1457424, 2.51290607, 10.0830116)
sadsd24.Rotation = Vector3.new(89.1485519, -0.457394928, 0.00030789827)
sadsd24.Anchored = true
sadsd24.CFrame = CFrame.new(-23.1457424, 2.51290607, 10.0830116, 0.999968231, -
5.37366805e-006, -0.00798296276, -0.00798200164, 0.0148600368, -0.999857783,
0.000124000027, 0.999889612, 0.0148595208)
sadsd24.Size = Vector3.new(1, 1.20000005, 1)
sadsd24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd24.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd25 = Instance.new("BlockMesh")
sadsd25.Parent = sadsd24
sadsd25.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
sadsd26 = Instance.new("Part")
sadsd26.Name = "B16"
sadsd26.Parent = rvrf
sadsd26.Material = Enum.Material.SmoothPlastic
sadsd26.BrickColor = BrickColor.new("Dark stone grey")
sadsd26.Transparency = 1
sadsd26.Position = Vector3.new(-23.1450024, 2.68027711, 10.0823717)
sadsd26.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
sadsd26.Anchored = true
sadsd26.CFrame = CFrame.new(-23.1450024, 2.68027711, 10.0823717, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
sadsd26.Size = Vector3.new(1, 1.20000005, 1)
sadsd26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd26.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd27 = Instance.new("CylinderMesh")
sadsd27.Parent = sadsd26
sadsd27.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
sadsd28 = Instance.new("Part")
sadsd28.Name = "B5"
sadsd28.Parent = rvrf
sadsd28.Material = Enum.Material.SmoothPlastic
sadsd28.BrickColor = BrickColor.new("Dark stone grey")
sadsd28.Transparency = 1
sadsd28.Position = Vector3.new(-23.1312695, 2.71898389, 10.1065578)
sadsd28.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
sadsd28.Anchored = true
sadsd28.CFrame = CFrame.new(-23.1312695, 2.71898389, 10.1065578, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
sadsd28.Size = Vector3.new(1, 1.20000005, 1)
sadsd28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd28.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd29 = Instance.new("CylinderMesh")
sadsd29.Parent = sadsd28
sadsd29.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
sadsd30 = Instance.new("Part")
sadsd30.Name = "B4"
sadsd30.Parent = rvrf
sadsd30.Material = Enum.Material.SmoothPlastic
sadsd30.BrickColor = BrickColor.new("Dark stone grey")
sadsd30.Transparency = 1
sadsd30.Position = Vector3.new(-23.1341438, 2.54812598, 10.1034756)
sadsd30.Rotation = Vector3.new(-0.851827919, -0.00133610412, -90.4573975)
sadsd30.Anchored = true
sadsd30.CFrame = CFrame.new(-23.1341438, 2.54812598, 10.1034756, -0.00798299722,
0.999968231, -2.3319415e-005, -0.999857664, -0.00798176881, 0.0148666538,
0.0148659945, 0.00014199657, 0.999889493)
sadsd30.Size = Vector3.new(1, 1.20000005, 1)
sadsd30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd30.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd31 = Instance.new("CylinderMesh")
sadsd31.Parent = sadsd30
sadsd31.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
sadsd32 = Instance.new("Part")
sadsd32.Name = "B3"
sadsd32.Parent = rvrf
sadsd32.Material = Enum.Material.SmoothPlastic
sadsd32.BrickColor = BrickColor.new("Dark stone grey")
sadsd32.Transparency = 1
sadsd32.Position = Vector3.new(-23.1455574, 2.54235411, 10.1377716)
sadsd32.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
sadsd32.Anchored = true
sadsd32.CFrame = CFrame.new(-23.1455574, 2.54235411, 10.1377716, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
sadsd32.Size = Vector3.new(1, 1.20000005, 1)
sadsd32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd32.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd33 = Instance.new("SpecialMesh")
sadsd33.Parent = sadsd32
sadsd33.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
sadsd33.MeshType = Enum.MeshType.Wedge
sadsd34 = Instance.new("Part")
sadsd34.Name = "B17"
sadsd34.Parent = rvrf
sadsd34.Material = Enum.Material.SmoothPlastic
sadsd34.BrickColor = BrickColor.new("Dark stone grey")
sadsd34.Transparency = 1
sadsd34.Position = Vector3.new(-23.0830288, 1.95975602, 10.032032)
sadsd34.Rotation = Vector3.new(89.1485519, -80.5249329, 90)
sadsd34.Anchored = true
sadsd34.CFrame = CFrame.new(-23.0830288, 1.95975602, 10.032032, 0, -0.164619058, -
0.986357331, 0.0148599939, 0.986248374, -0.164600894, 0.999889612, -0.0146572627,
0.00244623842)
sadsd34.Size = Vector3.new(1, 1.20000005, 1)
sadsd34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd34.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd35 = Instance.new("SpecialMesh")
sadsd35.Parent = sadsd34
sadsd35.Scale = Vector3.new(0.0687142834, 0.0880952328, 0.0951428488)
sadsd35.MeshType = Enum.MeshType.Wedge
sadsd36 = Instance.new("Part")
sadsd36.Name = "B12"
sadsd36.Parent = rvrf
sadsd36.Material = Enum.Material.SmoothPlastic
sadsd36.BrickColor = BrickColor.new("Dark stone grey")
sadsd36.Transparency = 1
sadsd36.Position = Vector3.new(-23.1057644, 2.00099397, 10.0037737)
sadsd36.Rotation = Vector3.new(-90.8514481, -89.5432892, -90)
sadsd36.Anchored = true
sadsd36.CFrame = CFrame.new(-23.1057644, 2.00099397, 10.0037737, 0, 0.00798299816,
-0.999968231, 0.0148599939, 0.999857783, 0.00798211712, 0.999889612, -0.0148595208,
-0.000118627315)
sadsd36.Size = Vector3.new(1, 1.20000005, 1)
sadsd36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd36.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd37 = Instance.new("SpecialMesh")
sadsd37.Parent = sadsd36
sadsd37.Scale = Vector3.new(0.125623807, 0.146825388, 0.0951428488)
sadsd37.MeshType = Enum.MeshType.Wedge
sadsd38 = Instance.new("Part")
sadsd38.Name = "A1"
sadsd38.Parent = rvrf
sadsd38.Material = Enum.Material.SmoothPlastic
sadsd38.BrickColor = BrickColor.new("Dark stone grey")
sadsd38.Position = Vector3.new(-23.2352562, 1.49919999, 9.20493031)
sadsd38.Rotation = Vector3.new(179.14856, 0, -180)
sadsd38.Anchored = true
sadsd38.CFrame = CFrame.new(-23.2352562, 1.49919999, 9.20493031, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd38.Size = Vector3.new(1, 1.20000005, 1)
sadsd38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd38.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd39 = Instance.new("BlockMesh")
sadsd39.Parent = sadsd38
sadsd39.Scale = Vector3.new(0.222000003, 0.116285712, 1.5156492)
sadsd40 = Instance.new("Part")
sadsd40.Name = "B18"
sadsd40.Parent = rvrf
sadsd40.Material = Enum.Material.SmoothPlastic
sadsd40.BrickColor = BrickColor.new("Dark stone grey")
sadsd40.Transparency = 1
sadsd40.Position = Vector3.new(-23.0558834, 1.70907402, 10.0287399)
sadsd40.Rotation = Vector3.new(-0.851533175, -0.000307214155, 179.542603)
sadsd40.Anchored = true
sadsd40.CFrame = CFrame.new(-23.0558834, 1.70907402, 10.0287399, -0.999968231, -
0.00798296276, -5.36189827e-006, 0.00798200164, -0.999857783, 0.0148615111, -
0.000124000027, 0.014860996, 0.999889612)
sadsd40.Size = Vector3.new(1, 1.20000005, 1)
sadsd40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd40.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd41 = Instance.new("CylinderMesh")
sadsd41.Parent = sadsd40
sadsd41.Scale = Vector3.new(0.0880952403, 0.345333368, 0.0822222233)
sadsd42 = Instance.new("Part")
sadsd42.Name = "B19"
sadsd42.Parent = rvrf
sadsd42.Material = Enum.Material.SmoothPlastic
sadsd42.BrickColor = BrickColor.new("Dark stone grey")
sadsd42.Transparency = 1
sadsd42.Position = Vector3.new(-23.1375103, 1.71036196, 10.0315704)
sadsd42.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
sadsd42.Anchored = true
sadsd42.CFrame = CFrame.new(-23.1375103, 1.71036196, 10.0315704, -0.999968231, -
5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -
0.000124000027, 0.999889612, -0.0148595208)
sadsd42.Size = Vector3.new(1, 1.20000005, 1)
sadsd42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd42.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd43 = Instance.new("BlockMesh")
sadsd43.Parent = sadsd42
sadsd43.Scale = Vector3.new(0.176190481, 0.0646031722, 0.415809542)
sadsd44 = Instance.new("Part")
sadsd44.Name = "A3"
sadsd44.Parent = rvrf
sadsd44.Material = Enum.Material.SmoothPlastic
sadsd44.BrickColor = BrickColor.new("Dark stone grey")
sadsd44.Position = Vector3.new(-23.0808754, 1.53044105, 9.35979557)
sadsd44.Rotation = Vector3.new(-0.851446211, -80.0675735, 90)
sadsd44.Anchored = true
sadsd44.CFrame = CFrame.new(-23.0808754, 1.53044105, 9.35979557, 0, -0.17248702, -
0.985011876, 0.999889612, -0.01463727, 0.00256315619, -0.0148599939, -0.984903097,
0.172467992)
sadsd44.Size = Vector3.new(1, 1.20000005, 1)
sadsd44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd44.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd45 = Instance.new("SpecialMesh")
sadsd45.Parent = sadsd44
sadsd45.Scale = Vector3.new(0.0687142834, 0.0880952328, 0.0951428488)
sadsd45.MeshType = Enum.MeshType.Wedge
sadsd46 = Instance.new("Part")
sadsd46.Name = "A4"
sadsd46.Parent = rvrf
sadsd46.Material = Enum.Material.SmoothPlastic
sadsd46.BrickColor = BrickColor.new("Dark stone grey")
sadsd46.Position = Vector3.new(-23.0517483, 1.52715397, 9.61026382)
sadsd46.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd46.Anchored = true
sadsd46.CFrame = CFrame.new(-23.0517483, 1.52715397, 9.61026382, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd46.Size = Vector3.new(1, 1.20000005, 1)
sadsd46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd46.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd47 = Instance.new("CylinderMesh")
sadsd47.Parent = sadsd46
sadsd47.Scale = Vector3.new(0.0880952403, 0.345333368, 0.0822222233)
sadsd48 = Instance.new("Part")
sadsd48.Name = "A5"
sadsd48.Parent = rvrf
sadsd48.Material = Enum.Material.SmoothPlastic
sadsd48.BrickColor = BrickColor.new("Dark stone grey")
sadsd48.Position = Vector3.new(-23.1333752, 1.52997804, 9.60963154)
sadsd48.Rotation = Vector3.new(179.14856, 0, -180)
sadsd48.Anchored = true
sadsd48.CFrame = CFrame.new(-23.1333752, 1.52997804, 9.60963154, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd48.Size = Vector3.new(1, 1.20000005, 1)
sadsd48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd48.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd49 = Instance.new("BlockMesh")
sadsd49.Parent = sadsd48
sadsd49.Scale = Vector3.new(0.176190481, 0.0646031722, 0.415809542)
sadsd50 = Instance.new("Part")
sadsd50.Name = "A2"
sadsd50.Parent = rvrf
sadsd50.Material = Enum.Material.SmoothPlastic
sadsd50.BrickColor = BrickColor.new("Dark stone grey")
sadsd50.Position = Vector3.new(-23.1039486, 1.50217795, 9.31873798)
sadsd50.Rotation = Vector3.new(-90.8514481, -90, 0)
sadsd50.Anchored = true
sadsd50.CFrame = CFrame.new(-23.1039486, 1.50217795, 9.31873798, 0, 0, -1,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612, 0)
sadsd50.Size = Vector3.new(1, 1.20000005, 1)
sadsd50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd50.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd51 = Instance.new("SpecialMesh")
sadsd51.Parent = sadsd50
sadsd51.Scale = Vector3.new(0.125623807, 0.146825388, 0.0951428488)
sadsd51.MeshType = Enum.MeshType.Wedge
sadsd52 = Instance.new("Part")
sadsd52.Name = "A6"
sadsd52.Parent = rvrf
sadsd52.Material = Enum.Material.SmoothPlastic
sadsd52.BrickColor = BrickColor.new("Dark stone grey")
sadsd52.Position = Vector3.new(-23.0546627, 1.45424294, 9.77741241)
sadsd52.Rotation = Vector3.new(-0.851446211, 0, -180)
sadsd52.Anchored = true
sadsd52.CFrame = CFrame.new(-23.0546627, 1.45424294, 9.77741241, -1, 0, 0, 0, -
0.999889612, 0.014859993, 0, 0.0148599939, 0.999889612)
sadsd52.Size = Vector3.new(1, 1.20000005, 1)
sadsd52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd52.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd53 = Instance.new("CylinderMesh")
sadsd53.Parent = sadsd52
sadsd53.Scale = Vector3.new(0.0880952403, 0.11746031, 0.0805777758)
sadsd54 = Instance.new("Part")
sadsd54.Name = "A7"
sadsd54.Parent = rvrf
sadsd54.Material = Enum.Material.SmoothPlastic
sadsd54.BrickColor = BrickColor.new("Dark stone grey")
sadsd54.Position = Vector3.new(-23.1451454, 1.45128, 9.77906227)
sadsd54.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd54.Anchored = true
sadsd54.CFrame = CFrame.new(-23.1451454, 1.45128, 9.77906227, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd54.Size = Vector3.new(1, 1.20000005, 1)
sadsd54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd54.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd55 = Instance.new("BlockMesh")
sadsd55.Parent = sadsd54
sadsd55.Scale = Vector3.new(0.176190481, 0.0646031722, 0.140952379)
sadsd56 = Instance.new("Part")
sadsd56.Parent = rvrf
sadsd56.Material = Enum.Material.SmoothPlastic
sadsd56.BrickColor = BrickColor.new("Dark stone grey")
sadsd56.Position = Vector3.new(-23.2352047, 1.46758997, 10.0455055)
sadsd56.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd56.Anchored = true
sadsd56.CFrame = CFrame.new(-23.2352047, 1.46758997, 10.0455055, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd56.Size = Vector3.new(1, 1.20000005, 1)
sadsd56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd56.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd57 = Instance.new("CylinderMesh")
sadsd57.Parent = sadsd56
sadsd57.Scale = Vector3.new(0.0528571419, 0.144711122, 0.0749396756)
sadsd58 = Instance.new("Part")
sadsd58.Parent = rvrf
sadsd58.Material = Enum.Material.SmoothPlastic
sadsd58.BrickColor = BrickColor.new("Dark stone grey")
sadsd58.Position = Vector3.new(-23.2352715, 1.40421295, 9.9964323)
sadsd58.Rotation = Vector3.new(179.14856, 0, -180)
sadsd58.Anchored = true
sadsd58.CFrame = CFrame.new(-23.2352715, 1.40421295, 9.9964323, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd58.Size = Vector3.new(1, 1.20000005, 1)
sadsd58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd58.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd59 = Instance.new("BlockMesh")
sadsd59.Parent = sadsd58
sadsd59.Scale = Vector3.new(0.172666669, 0.0916190445, 0.193809524)
sadsd60 = Instance.new("Part")
sadsd60.Parent = rvrf
sadsd60.Material = Enum.Material.SmoothPlastic
sadsd60.BrickColor = BrickColor.new("Dark stone grey")
sadsd60.Position = Vector3.new(-23.2352715, 1.47445595, 9.97776604)
sadsd60.Rotation = Vector3.new(179.14856, 0, -180)
sadsd60.Anchored = true
sadsd60.CFrame = CFrame.new(-23.2352715, 1.47445595, 9.97776604, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd60.Size = Vector3.new(1, 1.20000005, 1)
sadsd60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd60.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd61 = Instance.new("BlockMesh")
sadsd61.Parent = sadsd60
sadsd61.Scale = Vector3.new(0.172666669, 0.061079368, 0.111587301)
sadsd62 = Instance.new("Part")
sadsd62.Parent = rvrf
sadsd62.Material = Enum.Material.SmoothPlastic
sadsd62.BrickColor = BrickColor.new("Dark stone grey")
sadsd62.Position = Vector3.new(-23.2352715, 1.37529397, 9.83829594)
sadsd62.Rotation = Vector3.new(179.14856, 0, -180)
sadsd62.Anchored = true
sadsd62.CFrame = CFrame.new(-23.2352715, 1.37529397, 9.83829594, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd62.Size = Vector3.new(1, 1.20000005, 1)
sadsd62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd62.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd63 = Instance.new("BlockMesh")
sadsd63.Parent = sadsd62
sadsd63.Scale = Vector3.new(0.172666669, 0.137428567, 0.18206349)
sadsd64 = Instance.new("Part")
sadsd64.Parent = rvrf
sadsd64.Material = Enum.Material.SmoothPlastic
sadsd64.BrickColor = BrickColor.new("Black")
sadsd64.Position = Vector3.new(-23.2322292, 1.32829905, 9.42153358)
sadsd64.Rotation = Vector3.new(179.14856, 0, -180)
sadsd64.Anchored = true
sadsd64.CFrame = CFrame.new(-23.2322292, 1.32829905, 9.42153358, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd64.Size = Vector3.new(1, 1.20000005, 1)
sadsd64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd64.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd65 = Instance.new("BlockMesh")
sadsd65.Parent = sadsd64
sadsd65.Scale = Vector3.new(0.213777766, 0.0904444531, 1.95500958)
sadsd66 = Instance.new("Part")
sadsd66.Parent = rvrf
sadsd66.Material = Enum.Material.SmoothPlastic
sadsd66.BrickColor = BrickColor.new("Dark stone grey")
sadsd66.Position = Vector3.new(-23.2352715, 1.35406601, 8.91909599)
sadsd66.Rotation = Vector3.new(179.14856, 0, -180)
sadsd66.Anchored = true
sadsd66.CFrame = CFrame.new(-23.2352715, 1.35406601, 8.91909599, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd66.Size = Vector3.new(1, 1.20000005, 1)
sadsd66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd66.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd67 = Instance.new("BlockMesh")
sadsd67.Parent = sadsd66
sadsd67.Scale = Vector3.new(0.172666669, 0.137428567, 1.00017452)
sadsd68 = Instance.new("Part")
sadsd68.Parent = rvrf
sadsd68.Material = Enum.Material.SmoothPlastic
sadsd68.BrickColor = BrickColor.new("Dark stone grey")
sadsd68.Position = Vector3.new(-23.2346935, 1.26343596, 8.3582077)
sadsd68.Rotation = Vector3.new(-90.8514481, 0, -0)
sadsd68.Anchored = true
sadsd68.CFrame = CFrame.new(-23.2346935, 1.26343596, 8.3582077, 1, 0, 0, 0, -
0.0148599939, 0.999889612, 0, -0.999889612, -0.014859993)
sadsd68.Size = Vector3.new(1, 1.20000005, 1)
sadsd68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd68.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd69 = Instance.new("SpecialMesh")
sadsd69.Parent = sadsd68
sadsd69.Scale = Vector3.new(0.217301592, 0.158571437, 0.408761948)
sadsd69.MeshType = Enum.MeshType.Wedge
sadsd70 = Instance.new("Part")
sadsd70.Name = "S2"
sadsd70.Parent = rvrf
sadsd70.Material = Enum.Material.SmoothPlastic
sadsd70.BrickColor = BrickColor.new("Bright yellow")
sadsd70.Reflectance = 0.5
sadsd70.Position = Vector3.new(-23.1057186, 1.38914597, 9.57083797)
sadsd70.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd70.Anchored = true
sadsd70.CFrame = CFrame.new(-23.1057186, 1.38914597, 9.57083797, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd70.Size = Vector3.new(1, 1.20000005, 1)
sadsd70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd70.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd71 = Instance.new("CylinderMesh")
sadsd71.Parent = sadsd70
sadsd71.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd72 = Instance.new("Part")
sadsd72.Name = "S1"
sadsd72.Parent = rvrf
sadsd72.Material = Enum.Material.SmoothPlastic
sadsd72.BrickColor = BrickColor.new("Bright yellow")
sadsd72.Reflectance = 0.5
sadsd72.Position = Vector3.new(-23.1587505, 1.39754701, 9.57658958)
sadsd72.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd72.Anchored = true
sadsd72.CFrame = CFrame.new(-23.1587505, 1.39754701, 9.57658958, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd72.Size = Vector3.new(1, 1.20000005, 1)
sadsd72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd72.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd73 = Instance.new("CylinderMesh")
sadsd73.Parent = sadsd72
sadsd73.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd74 = Instance.new("Part")
sadsd74.Name = "R2"
sadsd74.Parent = rvrf
sadsd74.Material = Enum.Material.SmoothPlastic
sadsd74.BrickColor = BrickColor.new("Bright yellow")
sadsd74.Reflectance = 0.5
sadsd74.Transparency = 1
sadsd74.Position = Vector3.new(-23.0706978, 1.37362301, 9.57271004)
sadsd74.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd74.Anchored = true
sadsd74.CFrame = CFrame.new(-23.0706978, 1.37362301, 9.57271004, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd74.Size = Vector3.new(1, 1.20000005, 1)
sadsd74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd74.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd75 = Instance.new("CylinderMesh")
sadsd75.Parent = sadsd74
sadsd75.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd76 = Instance.new("Part")
sadsd76.Name = "B20"
sadsd76.Parent = rvrf
sadsd76.Material = Enum.Material.SmoothPlastic
sadsd76.BrickColor = BrickColor.new("Dark stone grey")
sadsd76.Transparency = 1
sadsd76.Position = Vector3.new(-23.0601406, 1.54195595, 9.95583439)
sadsd76.Rotation = Vector3.new(89.1485519, -0.457394928, -179.999695)
sadsd76.Anchored = true
sadsd76.CFrame = CFrame.new(-23.0601406, 1.54195595, 9.95583439, -0.999968231,
5.37366805e-006, -0.00798296276, 0.00798200164, -0.0148600368, -0.999857783, -
0.000124000027, -0.999889612, 0.0148595208)
sadsd76.Size = Vector3.new(1, 1.20000005, 1)
sadsd76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd76.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd77 = Instance.new("CylinderMesh")
sadsd77.Parent = sadsd76
sadsd77.Scale = Vector3.new(0.0880952403, 0.11746031, 0.0805777758)
sadsd78 = Instance.new("Part")
sadsd78.Name = "R1"
sadsd78.Parent = rvrf
sadsd78.Material = Enum.Material.SmoothPlastic
sadsd78.BrickColor = BrickColor.new("Bright yellow")
sadsd78.Reflectance = 0.5
sadsd78.Transparency = 1
sadsd78.Position = Vector3.new(-23.1082516, 1.39635003, 9.56928444)
sadsd78.Rotation = Vector3.new(-90.8514481, 0, -180)
sadsd78.Anchored = true
sadsd78.CFrame = CFrame.new(-23.1082516, 1.39635003, 9.56928444, -1, 0, 0, 0,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
sadsd78.Size = Vector3.new(1, 1.20000005, 1)
sadsd78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd78.Color = Color3.new(0.960784, 0.803922, 0.188235)
sadsd79 = Instance.new("CylinderMesh")
sadsd79.Parent = sadsd78
sadsd79.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
sadsd80 = Instance.new("Part")
sadsd80.Name = "B21"
sadsd80.Parent = rvrf
sadsd80.Material = Enum.Material.SmoothPlastic
sadsd80.BrickColor = BrickColor.new("Dark stone grey")
sadsd80.Transparency = 1
sadsd80.Position = Vector3.new(-23.1506176, 1.54105198, 9.95287418)
sadsd80.Rotation = Vector3.new(-0.851533175, -0.000307214155, 179.542603)
sadsd80.Anchored = true
sadsd80.CFrame = CFrame.new(-23.1506176, 1.54105198, 9.95287418, -0.999968231, -
0.00798296276, -5.36189827e-006, 0.00798200164, -0.999857783, 0.0148615111, -
0.000124000027, 0.014860996, 0.999889612)
sadsd80.Size = Vector3.new(1, 1.20000005, 1)
sadsd80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd80.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd81 = Instance.new("BlockMesh")
sadsd81.Parent = sadsd80
sadsd81.Scale = Vector3.new(0.176190481, 0.0646031722, 0.140952379)
sadsd82 = Instance.new("Part")
sadsd82.Name = "B2"
sadsd82.Parent = rvrf
sadsd82.Material = Enum.Material.SmoothPlastic
sadsd82.BrickColor = BrickColor.new("Black")
sadsd82.Transparency = 1
sadsd82.Position = Vector3.new(-23.1553936, 2.72060108, 10.1061363)
sadsd82.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
sadsd82.Anchored = true
sadsd82.CFrame = CFrame.new(-23.1553936, 2.72060108, 10.1061363, -0.00798299816,
0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111,
0.014860996, 0.000124000551, 0.999889612)
sadsd82.Size = Vector3.new(1, 1.20000005, 1)
sadsd82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd82.Color = Color3.new(0.105882, 0.164706, 0.207843)
sadsd83 = Instance.new("CylinderMesh")
sadsd83.Parent = sadsd82
sadsd83.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
sadsd84 = Instance.new("Part")
sadsd84.Parent = rvrf
sadsd84.Material = Enum.Material.SmoothPlastic
sadsd84.BrickColor = BrickColor.new("Dark stone grey")
sadsd84.Position = Vector3.new(-23.2348995, 1.51216102, 8.35952187)
sadsd84.Rotation = Vector3.new(-0.851446211, 0, -0)
sadsd84.Anchored = true
sadsd84.CFrame = CFrame.new(-23.2348995, 1.51216102, 8.35952187, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
sadsd84.Size = Vector3.new(1, 1.20000005, 1)
sadsd84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd84.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd85 = Instance.new("SpecialMesh")
sadsd85.Parent = sadsd84
sadsd85.Scale = Vector3.new(0.217301592, 0.0822222233, 0.205555558)
sadsd85.MeshType = Enum.MeshType.Wedge
sadsd86 = Instance.new("Part")
sadsd86.Name = "A8"
sadsd86.Parent = rvrf
sadsd86.Material = Enum.Material.SmoothPlastic
sadsd86.BrickColor = BrickColor.new("Dark stone grey")
sadsd86.Position = Vector3.new(-23.2352638, 1.55835295, 8.72745991)
sadsd86.Rotation = Vector3.new(179.14856, 0, -180)
sadsd86.Anchored = true
sadsd86.CFrame = CFrame.new(-23.2352638, 1.55835295, 8.72745991, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd86.Size = Vector3.new(1, 1.20000005, 1)
sadsd86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd86.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd87 = Instance.new("BlockMesh")
sadsd87.Parent = sadsd86
sadsd87.Scale = Vector3.new(0.18206349, 0.0176190473, 0.346507937)
sadsd88 = Instance.new("Part")
sadsd88.Name = "A23"
sadsd88.Parent = rvrf
sadsd88.Material = Enum.Material.SmoothPlastic
sadsd88.BrickColor = BrickColor.new("Dark stone grey")
sadsd88.Position = Vector3.new(-23.1486034, 1.580791, 8.63983631)
sadsd88.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd88.Anchored = true
sadsd88.CFrame = CFrame.new(-23.1486034, 1.580791, 8.63983631, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd88.Size = Vector3.new(1, 1.20000005, 1)
sadsd88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd88.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd89 = Instance.new("CylinderMesh")
sadsd89.Parent = sadsd88
sadsd89.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
sadsd90 = Instance.new("Part")
sadsd90.Name = "A22"
sadsd90.Parent = rvrf
sadsd90.Material = Enum.Material.SmoothPlastic
sadsd90.BrickColor = BrickColor.new("Really black")
sadsd90.Position = Vector3.new(-23.3116722, 1.60367501, 8.60427761)
sadsd90.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd90.Anchored = true
sadsd90.CFrame = CFrame.new(-23.3116722, 1.60367501, 8.60427761, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd90.Size = Vector3.new(1, 1.20000005, 1)
sadsd90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
sadsd91 = Instance.new("CylinderMesh")
sadsd91.Parent = sadsd90
sadsd91.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
sadsd92 = Instance.new("Part")
sadsd92.Name = "A21"
sadsd92.Parent = rvrf
sadsd92.Material = Enum.Material.SmoothPlastic
sadsd92.BrickColor = BrickColor.new("Dark stone grey")
sadsd92.Position = Vector3.new(-23.3242378, 1.63984203, 8.77714157)
sadsd92.Rotation = Vector3.new(179.14856, 0, -180)
sadsd92.Anchored = true
sadsd92.CFrame = CFrame.new(-23.3242378, 1.63984203, 8.77714157, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
sadsd92.Size = Vector3.new(1, 1.20000005, 1)
sadsd92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd92.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd93 = Instance.new("SpecialMesh")
sadsd93.Parent = sadsd92
sadsd93.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
sadsd93.MeshType = Enum.MeshType.Wedge
sadsd94 = Instance.new("Part")
sadsd94.Name = "A20"
sadsd94.Parent = rvrf
sadsd94.Material = Enum.Material.SmoothPlastic
sadsd94.BrickColor = BrickColor.new("Dark stone grey")
sadsd94.Position = Vector3.new(-23.324194, 1.585199, 8.80714607)
sadsd94.Rotation = Vector3.new(-0.851446211, 0, -0)
sadsd94.Anchored = true
sadsd94.CFrame = CFrame.new(-23.324194, 1.585199, 8.80714607, 1, 0, 0, 0,
0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
sadsd94.Size = Vector3.new(1, 1.20000005, 1)
sadsd94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd94.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd95 = Instance.new("BlockMesh")
sadsd95.Parent = sadsd94
sadsd95.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
sadsd96 = Instance.new("Part")
sadsd96.Name = "A19"
sadsd96.Parent = rvrf
sadsd96.Material = Enum.Material.SmoothPlastic
sadsd96.BrickColor = BrickColor.new("Dark stone grey")
sadsd96.Position = Vector3.new(-23.3231182, 1.58500397, 8.63977623)
sadsd96.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd96.Anchored = true
sadsd96.CFrame = CFrame.new(-23.3231182, 1.58500397, 8.63977623, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd96.Size = Vector3.new(1, 1.20000005, 1)
sadsd96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd96.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd97 = Instance.new("CylinderMesh")
sadsd97.Parent = sadsd96
sadsd97.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
sadsd98 = Instance.new("Part")
sadsd98.Name = "A18"
sadsd98.Parent = rvrf
sadsd98.Material = Enum.Material.SmoothPlastic
sadsd98.BrickColor = BrickColor.new("Dark stone grey")
sadsd98.Position = Vector3.new(-23.2355556, 1.59280205, 8.61169815)
sadsd98.Rotation = Vector3.new(-90.8514481, 0, -90)
sadsd98.Anchored = true
sadsd98.CFrame = CFrame.new(-23.2355556, 1.59280205, 8.61169815, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
sadsd98.Size = Vector3.new(1, 1.20000005, 1)
sadsd98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
sadsd98.Color = Color3.new(0.388235, 0.372549, 0.384314)
sadsd99 = Instance.new("CylinderMesh")
sadsd99.Parent = sadsd98
sadsd99.Scale = Vector3.new(0.0176190473, 0.148587301, 0.0117460322)
o300 = Instance.new("Part")
o300.Name = "A17"
o300.Parent = rvrf
o300.Material = Enum.Material.SmoothPlastic
o300.BrickColor = BrickColor.new("Dark stone grey")
o300.Position = Vector3.new(-23.2452278, 1.62525702, 8.61121368)
o300.Rotation = Vector3.new(-0.851446271, -90, 0)
o300.Anchored = true
o300.CFrame = CFrame.new(-23.2452278, 1.62525702, 8.61121368, 0, 0, -1,
0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993, 0)
o300.Size = Vector3.new(1, 1.20000005, 1)
o300.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o300.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o300.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o300.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o300.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o300.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o300.Color = Color3.new(0.388235, 0.372549, 0.384314)
o301 = Instance.new("SpecialMesh")
o301.Parent = o300
o301.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
o301.MeshType = Enum.MeshType.Wedge
o302 = Instance.new("Part")
o302.Name = "A16"
o302.Parent = rvrf
o302.Material = Enum.Material.SmoothPlastic
o302.BrickColor = BrickColor.new("Dark stone grey")
o302.Position = Vector3.new(-23.2217312, 1.62526798, 8.61121368)
o302.Rotation = Vector3.new(-0.851446271, 90, 0)
o302.Anchored = true
o302.CFrame = CFrame.new(-23.2217312, 1.62526798, 8.61121368, 0, 0, 1, -
0.0148599939, 0.999889612, 0, -0.999889612, -0.014859993, 0)
o302.Size = Vector3.new(1, 1.20000005, 1)
o302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o302.Color = Color3.new(0.388235, 0.372549, 0.384314)
o303 = Instance.new("SpecialMesh")
o303.Parent = o302
o303.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
o303.MeshType = Enum.MeshType.Wedge
o304 = Instance.new("Part")
o304.Name = "A15"
o304.Parent = rvrf
o304.Material = Enum.Material.SmoothPlastic
o304.BrickColor = BrickColor.new("Dark stone grey")
o304.Position = Vector3.new(-23.2334862, 1.63769102, 8.61112976)
o304.Rotation = Vector3.new(179.14856, 0, -180)
o304.Anchored = true
o304.CFrame = CFrame.new(-23.2334862, 1.63769102, 8.61112976, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o304.Size = Vector3.new(1, 1.20000005, 1)
o304.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o304.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o304.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o304.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o304.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o304.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o304.Color = Color3.new(0.388235, 0.372549, 0.384314)
o305 = Instance.new("SpecialMesh")
o305.Parent = o304
o305.MeshId = "http://www.roblox.com/asset/?id=3270017"
o305.Scale = Vector3.new(0.0370000005, 0.0381746031, 0.0469841287)
o305.MeshType = Enum.MeshType.FileMesh
o306 = Instance.new("Part")
o306.Name = "A14"
o306.Parent = rvrf
o306.Material = Enum.Material.SmoothPlastic
o306.BrickColor = BrickColor.new("Dark stone grey")
o306.Position = Vector3.new(-23.2334862, 1.60764599, 8.61147594)
o306.Rotation = Vector3.new(179.14856, 0, -180)
o306.Anchored = true
o306.CFrame = CFrame.new(-23.2334862, 1.60764599, 8.61147594, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o306.Size = Vector3.new(1, 1.20000005, 1)
o306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o306.Color = Color3.new(0.388235, 0.372549, 0.384314)
o307 = Instance.new("BlockMesh")
o307.Parent = o306
o307.Scale = Vector3.new(0.0411111116, 0.0234920625, 0.00587301608)
o308 = Instance.new("Part")
o308.Name = "A13"
o308.Parent = rvrf
o308.Material = Enum.Material.SmoothPlastic
o308.BrickColor = BrickColor.new("Dark stone grey")
o308.Position = Vector3.new(-23.1351738, 1.60497904, 8.60101604)
o308.Rotation = Vector3.new(-90.8514481, 0, -90)
o308.Anchored = true
o308.CFrame = CFrame.new(-23.1351738, 1.60497904, 8.60101604, 0, 1, 0,
0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
o308.Size = Vector3.new(1, 1.20000005, 1)
o308.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o308.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o308.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o308.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o308.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o308.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o308.Color = Color3.new(0.388235, 0.372549, 0.384314)
o309 = Instance.new("CylinderMesh")
o309.Parent = o308
o309.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
o310 = Instance.new("Part")
o310.Name = "A12"
o310.Parent = rvrf
o310.Material = Enum.Material.SmoothPlastic
o310.BrickColor = BrickColor.new("Dark stone grey")
o310.Position = Vector3.new(-23.1366863, 1.60188603, 8.77187634)
o310.Rotation = Vector3.new(-90.8517914, -0.00126036792, -90)
o310.Anchored = true
o310.CFrame = CFrame.new(-23.1366863, 1.60188603, 8.77187634, 0, 1, -2.199757e-005,
0.0148659926, 2.1995138e-005, 0.999889493, 0.999889493, -3.27015698e-007, -
0.0148659926)
o310.Size = Vector3.new(1, 1.20000005, 1)
o310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o310.Color = Color3.new(0.388235, 0.372549, 0.384314)
o311 = Instance.new("CylinderMesh")
o311.Parent = o310
o311.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
o312 = Instance.new("Part")
o312.Name = "A11"
o312.Parent = rvrf
o312.Material = Enum.Material.SmoothPlastic
o312.BrickColor = BrickColor.new("Dark stone grey")
o312.Position = Vector3.new(-23.1480522, 1.636204, 8.77777386)
o312.Rotation = Vector3.new(179.14856, 0, -180)
o312.Anchored = true
o312.CFrame = CFrame.new(-23.1480522, 1.636204, 8.77777386, -1, 0, 0, 0,
0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
o312.Size = Vector3.new(1, 1.20000005, 1)
o312.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o312.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o312.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o312.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o312.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o312.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o312.Color = Color3.new(0.388235, 0.372549, 0.384314)
o313 = Instance.new("SpecialMesh")
o313.Parent = o312
o313.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
o313.MeshType = Enum.MeshType.Wedge
o314 = Instance.new("Part")
o314.Name = "Zoom"
o314.Parent = rvrf
o314.Material = Enum.Material.SmoothPlastic
o314.Transparency = 1
o314.Position = Vector3.new(-23.2380028, 1.64362001, 8.46796894)
o314.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
o314.Anchored = true
o314.CFrame = CFrame.new(-23.2380028, 1.64362001, 8.46796894, -0.999968231,
0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -
0.000124000027, -0.014860996, -0.999889612)
o314.FormFactor = Enum.FormFactor.Custom
o314.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
o314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
o315 = Instance.new("BlockMesh")
o315.Parent = o314
o315.Scale = Vector3.new(0.0293650795, 0.0352380946, 0.058730159)
mas.Parent = workspace
mas:MakeJoints()
local mas1 = mas:GetChildren()
for i=1,#mas1 do
mas1[i].Parent = workspace
ypcall(function() mas1[i]:MakeJoints() end)
end
mas:Destroy()
for i=1,#cors do
coroutine.resume(cors[i])
end
rvrf.Parent = game.Players.LocalPlayer.Backpack

You might also like