Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Model1 = Instance.new("Model")
- Part2 = Instance.new("Part")
- Model3 = Instance.new("Model")
- ClickDetector4 = Instance.new("ClickDetector")
- Script5 = Instance.new("Script")
- Script6 = Instance.new("Script")
- Sound7 = Instance.new("Sound")
- Script8 = Instance.new("Script")
- Sound9 = Instance.new("Sound")
- Script10 = Instance.new("Script")
- Part11 = Instance.new("Part")
- Model12 = Instance.new("Model")
- Part13 = Instance.new("Part")
- Script14 = Instance.new("Script")
- BodyVelocity15 = Instance.new("BodyVelocity")
- Part16 = Instance.new("Part")
- Part17 = Instance.new("Part")
- Part18 = Instance.new("Part")
- Part19 = Instance.new("Part")
- Part20 = Instance.new("Part")
- Part21 = Instance.new("Part")
- Part22 = Instance.new("Part")
- ParticleEmitter23 = Instance.new("ParticleEmitter")
- Script24 = Instance.new("Script")
- Script25 = Instance.new("Script")
- Part26 = Instance.new("Part")
- Part27 = Instance.new("Part")
- Part28 = Instance.new("Part")
- Part29 = Instance.new("Part")
- Part30 = Instance.new("Part")
- Part31 = Instance.new("Part")
- Part32 = Instance.new("Part")
- Part33 = Instance.new("Part")
- Part34 = Instance.new("Part")
- Part35 = Instance.new("Part")
- Part36 = Instance.new("Part")
- Part37 = Instance.new("Part")
- Part38 = Instance.new("Part")
- Part39 = Instance.new("Part")
- Part40 = Instance.new("Part")
- Part41 = Instance.new("Part")
- Part42 = Instance.new("Part")
- Part43 = Instance.new("Part")
- Part44 = Instance.new("Part")
- Part45 = Instance.new("Part")
- Part46 = Instance.new("Part")
- Part47 = Instance.new("Part")
- Part48 = Instance.new("Part")
- Part49 = Instance.new("Part")
- Part50 = Instance.new("Part")
- Part51 = Instance.new("Part")
- Part52 = Instance.new("Part")
- Part53 = Instance.new("Part")
- Part54 = Instance.new("Part")
- Part55 = Instance.new("Part")
- Part56 = Instance.new("Part")
- Part57 = Instance.new("Part")
- Part58 = Instance.new("Part")
- Part59 = Instance.new("Part")
- Part60 = Instance.new("Part")
- Part61 = Instance.new("Part")
- Part62 = Instance.new("Part")
- Part63 = Instance.new("Part")
- Part64 = Instance.new("Part")
- Part65 = Instance.new("Part")
- Part66 = Instance.new("Part")
- Part67 = Instance.new("Part")
- Part68 = Instance.new("Part")
- Part69 = Instance.new("Part")
- Part70 = Instance.new("Part")
- Part71 = Instance.new("Part")
- Part72 = Instance.new("Part")
- Part73 = Instance.new("Part")
- Part74 = Instance.new("Part")
- Part75 = Instance.new("Part")
- Part76 = Instance.new("Part")
- Part77 = Instance.new("Part")
- Part78 = Instance.new("Part")
- Part79 = Instance.new("Part")
- Part80 = Instance.new("Part")
- Part81 = Instance.new("Part")
- Part82 = Instance.new("Part")
- Part83 = Instance.new("Part")
- Part84 = Instance.new("Part")
- Part85 = Instance.new("Part")
- Part86 = Instance.new("Part")
- Part87 = Instance.new("Part")
- Part88 = Instance.new("Part")
- Part89 = Instance.new("Part")
- Part90 = Instance.new("Part")
- Part91 = Instance.new("Part")
- Part92 = Instance.new("Part")
- Part93 = Instance.new("Part")
- Part94 = Instance.new("Part")
- Part95 = Instance.new("Part")
- Model0.Name = "Scripted dark matter core"
- Model0.Parent = mas
- Model1.Name = "ButtonDoor"
- Model1.Parent = Model0
- Part2.Name = "Door"
- Part2.Parent = Model1
- Part2.BrickColor = BrickColor.new("Dark stone grey")
- Part2.Transparency = 1
- Part2.Rotation = Vector3.new(0, 90, 0)
- Part2.Anchored = true
- Part2.Size = Vector3.new(3.60000896, 0.100000001, 3.60000038)
- Part2.CFrame = CFrame.new(-7.57999992, 167.964676, -18.7000008, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
- Part2.Position = Vector3.new(-7.57999992, 167.964676, -18.7000008)
- Part2.Orientation = Vector3.new(0, 90, 0)
- Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
- Model3.Name = "Button"
- Model3.Parent = Model1
- ClickDetector4.Parent = mas
- Script5.Parent = mas
- table.insert(cors,sandbox(Script5,function()
- function onClicked(playerWhoClicked)
- script.Parent.Transparency=1
- --Put commands here
- wait(.1)
- script.Parent.Transparency=0
- --If you want the command to activate after the
- --button is pressed, put the commands here instead.
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end))
- Script6.Name = "Play"
- Script6.Parent = mas
- table.insert(cors,sandbox(Script6,function()
- Brick = script.Parent
- Music = Brick.Music
- function onClicked()
- Music:Play()
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end))
- Sound7.Parent = mas
- Sound7.SoundId = "rbxassetid://582374365"
- Script8.Parent = mas
- table.insert(cors,sandbox(Script8,function()
- function myfunction()
- script.Parent.Parent.laser.Transparency = 0 --As you can see, I typed script(that is the script.), And 2 times Parent. That means: the Parent
- script.Parent.Parent.laser.CanCollide = false
- script.Parent.Parent.Door.Transparency = 0
- script.Parent.Parent.Door.CanCollide = false
- end
- script.Parent.ClickDetector.MouseClick:connect(myfunction)
- end))
- Sound9.Name = "Music"
- Sound9.Parent = mas
- Sound9.SoundId = "rbxassetid://154488672"
- Sound9.Volume = 1
- Script10.Name = "Play"
- Script10.Parent = mas
- table.insert(cors,sandbox(Script10,function()
- Brick = script.Parent
- Sound = Brick.Sound
- function onClicked()
- Sound:Play()
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end))
- Part11.Name = "laser"
- Part11.Parent = Model1
- Part11.Material = Enum.Material.Neon
- Part11.BrickColor = BrickColor.new("Bright red")
- Part11.Transparency = 1
- Part11.Rotation = Vector3.new(-180, 0, -90)
- Part11.Anchored = true
- Part11.CanCollide = false
- Part11.Shape = Enum.PartType.Cylinder
- Part11.Size = Vector3.new(333.800385, 3.10000062, 3)
- Part11.CFrame = CFrame.new(-7.57999611, 167.964615, -18.6999969, 0, 0.999996901, 0, 0.999995828, 0, 0, 0, 0, -0.999994874)
- Part11.BottomSurface = Enum.SurfaceType.Smooth
- Part11.TopSurface = Enum.SurfaceType.Smooth
- Part11.Color = Color3.new(0.768628, 0.156863, 0.109804)
- Part11.Position = Vector3.new(-7.57999611, 167.964615, -18.6999969)
- Part11.Orientation = Vector3.new(0, 180, 90)
- Part11.Color = Color3.new(0.768628, 0.156863, 0.109804)
- Model12.Name = "Dark Matter Core"
- Model12.Parent = Model0
- Part13.Name = "Center"
- Part13.Parent = Model12
- Part13.Material = Enum.Material.Metal
- Part13.Anchored = true
- Part13.Shape = Enum.PartType.Ball
- Part13.Size = Vector3.new(120, 120, 120)
- Part13.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part13.BottomSurface = Enum.SurfaceType.Smooth
- Part13.TopSurface = Enum.SurfaceType.Smooth
- Part13.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Script14.Name = "WELDER"
- Script14.Parent = Part13
- table.insert(cors,sandbox(Script14,function()
- local PARTS = script.Parent.Parent:GetChildren()
- for p = 1, #PARTS do
- local CFrameGRN1 = script.Parent.CFrame:inverse()
- local CFrameGRN2 = PARTS[p].CFrame:inverse()
- local Welds = Instance.new("Weld",script.Parent)
- Welds.Part0 = script.Parent
- Welds.Part1 = PARTS[p]
- wait(0.001)
- Welds.C0 = CFrameGRN1
- Welds.C1 = CFrameGRN2
- end
- for t = 1, #PARTS do
- PARTS[t].Anchored = false
- end
- end))
- BodyVelocity15.Name = "BodyForce"
- BodyVelocity15.Parent = Part13
- BodyVelocity15.Velocity = Vector3.new(0, 10, 0)
- BodyVelocity15.P = 1247
- BodyVelocity15.velocity = Vector3.new(0, 10, 0)
- Part16.Parent = Model12
- Part16.Material = Enum.Material.Metal
- Part16.BrickColor = BrickColor.new("Smoky grey")
- Part16.Rotation = Vector3.new(-180, 0, -180)
- Part16.Anchored = true
- Part16.Shape = Enum.PartType.Cylinder
- Part16.Size = Vector3.new(8, 122, 122)
- Part16.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Part16.BottomSurface = Enum.SurfaceType.Smooth
- Part16.TopSurface = Enum.SurfaceType.Smooth
- Part16.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part16.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part16.Orientation = Vector3.new(0, 180, 0)
- Part16.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part17.Parent = Model12
- Part17.Material = Enum.Material.Metal
- Part17.BrickColor = BrickColor.new("Smoky grey")
- Part17.Rotation = Vector3.new(180, 0, 90)
- Part17.Anchored = true
- Part17.Shape = Enum.PartType.Cylinder
- Part17.Size = Vector3.new(8, 122, 122)
- Part17.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part17.BottomSurface = Enum.SurfaceType.Smooth
- Part17.TopSurface = Enum.SurfaceType.Smooth
- Part17.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part17.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part17.Orientation = Vector3.new(0, -180, -90)
- Part17.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part18.Parent = Model12
- Part18.Material = Enum.Material.Metal
- Part18.BrickColor = BrickColor.new("Smoky grey")
- Part18.Rotation = Vector3.new(-115, 0, 90)
- Part18.Anchored = true
- Part18.Shape = Enum.PartType.Cylinder
- Part18.Size = Vector3.new(0.0999960825, 5, 5)
- Part18.CFrame = CFrame.new(-7.579988, 49.2397842, -94.2407761, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part18.BottomSurface = Enum.SurfaceType.Smooth
- Part18.TopSurface = Enum.SurfaceType.Smooth
- Part18.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part18.Position = Vector3.new(-7.579988, 49.2397842, -94.2407761)
- Part18.Orientation = Vector3.new(-65, 180, -90)
- Part18.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part19.Parent = Model12
- Part19.Material = Enum.Material.Metal
- Part19.BrickColor = BrickColor.new("Smoky grey")
- Part19.Rotation = Vector3.new(-115, 0, 90)
- Part19.Anchored = true
- Part19.Shape = Enum.PartType.Cylinder
- Part19.Size = Vector3.new(2.99999619, 30, 30)
- Part19.CFrame = CFrame.new(-7.579988, 54.628109, -82.6853714, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part19.BottomSurface = Enum.SurfaceType.Smooth
- Part19.TopSurface = Enum.SurfaceType.Smooth
- Part19.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part19.Position = Vector3.new(-7.579988, 54.628109, -82.6853714)
- Part19.Orientation = Vector3.new(-65, 180, -90)
- Part19.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part20.Parent = Model12
- Part20.Material = Enum.Material.Metal
- Part20.BrickColor = BrickColor.new("Smoky grey")
- Part20.Rotation = Vector3.new(-65, 0, 90)
- Part20.Anchored = true
- Part20.Shape = Enum.PartType.Cylinder
- Part20.Size = Vector3.new(2.99999619, 30, 30)
- Part20.CFrame = CFrame.new(-7.579988, 54.6282043, 45.2852821, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part20.BottomSurface = Enum.SurfaceType.Smooth
- Part20.TopSurface = Enum.SurfaceType.Smooth
- Part20.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part20.Position = Vector3.new(-7.579988, 54.6282043, 45.2852821)
- Part20.Orientation = Vector3.new(-65, 0, 90)
- Part20.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part21.Parent = Model12
- Part21.Material = Enum.Material.Metal
- Part21.Rotation = Vector3.new(-65, 0, 90)
- Part21.Anchored = true
- Part21.Shape = Enum.PartType.Cylinder
- Part21.Size = Vector3.new(7.99998713, 29, 29)
- Part21.CFrame = CFrame.new(-7.579988, 111.977249, -77.7006607, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part21.BottomSurface = Enum.SurfaceType.Smooth
- Part21.TopSurface = Enum.SurfaceType.Smooth
- Part21.Position = Vector3.new(-7.579988, 111.977249, -77.7006607)
- Part21.Orientation = Vector3.new(-65, 0, 90)
- Part22.Name = "Core"
- Part22.Parent = Model12
- Part22.Material = Enum.Material.Neon
- Part22.BrickColor = BrickColor.new("Really black")
- Part22.Anchored = true
- Part22.Shape = Enum.PartType.Ball
- Part22.Size = Vector3.new(5, 5, 5)
- Part22.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part22.BottomSurface = Enum.SurfaceType.Smooth
- Part22.TopSurface = Enum.SurfaceType.Smooth
- Part22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part22.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ParticleEmitter23.Name = "Fire"
- ParticleEmitter23.Parent = Part22
- ParticleEmitter23.Transparency = NumberSequence.new(0,0.54374998807907,0.73749995231628,0,0.72500002384186,0.45625001192093,0.63749998807907,0,0.52499997615814,0)
- ParticleEmitter23.Rotation = NumberRange.new(8.8999996185303, 8.8999996185303)
- ParticleEmitter23.Size = NumberSequence.new(30,30)
- ParticleEmitter23.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(0.364706, 0, 0))
- ParticleEmitter23.Enabled = false
- ParticleEmitter23.LightEmission = 0.86000001430511
- ParticleEmitter23.Texture = "http://www.roblox.com/asset/?id=248625108"
- ParticleEmitter23.Acceleration = Vector3.new(16, 12, 12)
- ParticleEmitter23.Lifetime = NumberRange.new(5, 5)
- ParticleEmitter23.Rate = 170
- ParticleEmitter23.RotSpeed = NumberRange.new(9, 10)
- ParticleEmitter23.Speed = NumberRange.new(40, 40)
- ParticleEmitter23.VelocitySpread = 56
- ParticleEmitter23.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(0.364706, 0, 0))
- Script24.Name = "SmokeStart"
- Script24.Parent = Part22
- table.insert(cors,sandbox(Script24,function()
- while true do
- wait(1)
- if game.Workspace.Temp.Current.Value > 2000 then
- script.Parent.Parent.Core.Fire.Enabled = true
- end
- end
- end))
- Script25.Name = "SmokeStop"
- Script25.Parent = Part22
- table.insert(cors,sandbox(Script25,function()
- while true do
- wait(1)
- if game.Workspace.Temp.Current.Value < 1999 then
- script.Parent.Parent.Core.Fire.Enabled = false
- end
- end
- end))
- Part26.Parent = Model12
- Part26.Material = Enum.Material.Metal
- Part26.BrickColor = BrickColor.new("Smoky grey")
- Part26.Rotation = Vector3.new(-115, 0, 90)
- Part26.Anchored = true
- Part26.Shape = Enum.PartType.Cylinder
- Part26.Size = Vector3.new(5.99999523, 30, 30)
- Part26.CFrame = CFrame.new(-7.579988, 109.019043, 33.9564323, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part26.BottomSurface = Enum.SurfaceType.Smooth
- Part26.TopSurface = Enum.SurfaceType.Smooth
- Part26.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part26.Position = Vector3.new(-7.579988, 109.019043, 33.9564323)
- Part26.Orientation = Vector3.new(-65, 180, -90)
- Part26.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part27.Parent = Model12
- Part27.Material = Enum.Material.Metal
- Part27.Rotation = Vector3.new(-65, 0, 90)
- Part27.Anchored = true
- Part27.Shape = Enum.PartType.Cylinder
- Part27.Size = Vector3.new(7.99998713, 29, 29)
- Part27.CFrame = CFrame.new(-7.579988, 56.9525337, 40.3006668, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part27.BottomSurface = Enum.SurfaceType.Smooth
- Part27.TopSurface = Enum.SurfaceType.Smooth
- Part27.Position = Vector3.new(-7.579988, 56.9525337, 40.3006668)
- Part27.Orientation = Vector3.new(-65, 0, 90)
- Part28.Name = "LaserPort"
- Part28.Parent = Model12
- Part28.Material = Enum.Material.Metal
- Part28.BrickColor = BrickColor.new("Really black")
- Part28.Rotation = Vector3.new(-65, 0, 90)
- Part28.Anchored = true
- Part28.Shape = Enum.PartType.Cylinder
- Part28.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part28.CFrame = CFrame.new(-7.579988, 49.2186089, 56.8859901, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part28.BottomSurface = Enum.SurfaceType.Smooth
- Part28.TopSurface = Enum.SurfaceType.Smooth
- Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part28.Position = Vector3.new(-7.579988, 49.2186089, 56.8859901)
- Part28.Orientation = Vector3.new(-65, 0, 90)
- Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part29.Parent = Model12
- Part29.Material = Enum.Material.Metal
- Part29.BrickColor = BrickColor.new("Smoky grey")
- Part29.Rotation = Vector3.new(-115, 0, 90)
- Part29.Anchored = true
- Part29.Shape = Enum.PartType.Cylinder
- Part29.Size = Vector3.new(0.0999960825, 5, 5)
- Part29.CFrame = CFrame.new(-7.579988, 119.690231, 56.8407516, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part29.BottomSurface = Enum.SurfaceType.Smooth
- Part29.TopSurface = Enum.SurfaceType.Smooth
- Part29.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part29.Position = Vector3.new(-7.579988, 119.690231, 56.8407516)
- Part29.Orientation = Vector3.new(-65, 180, -90)
- Part29.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part30.Parent = Model12
- Part30.Material = Enum.Material.Metal
- Part30.Rotation = Vector3.new(-65, 0, 90)
- Part30.Anchored = true
- Part30.Shape = Enum.PartType.Cylinder
- Part30.Size = Vector3.new(8.39999294, 25, 25)
- Part30.CFrame = CFrame.new(-7.579988, 52.2191963, 50.4513931, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part30.BottomSurface = Enum.SurfaceType.Smooth
- Part30.TopSurface = Enum.SurfaceType.Smooth
- Part30.Position = Vector3.new(-7.579988, 52.2191963, 50.4513931)
- Part30.Orientation = Vector3.new(-65, 0, 90)
- Part31.Parent = Model12
- Part31.Material = Enum.Material.Metal
- Part31.BrickColor = BrickColor.new("Smoky grey")
- Part31.Rotation = Vector3.new(-65, 0, 90)
- Part31.Anchored = true
- Part31.Shape = Enum.PartType.Cylinder
- Part31.Size = Vector3.new(5.99999523, 30, 30)
- Part31.CFrame = CFrame.new(-7.579988, 59.9109077, 33.9564323, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part31.BottomSurface = Enum.SurfaceType.Smooth
- Part31.TopSurface = Enum.SurfaceType.Smooth
- Part31.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part31.Position = Vector3.new(-7.579988, 59.9109077, 33.9564323)
- Part31.Orientation = Vector3.new(-65, 0, 90)
- Part31.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part32.Parent = Model12
- Part32.Material = Enum.Material.Metal
- Part32.BrickColor = BrickColor.new("Smoky grey")
- Part32.Rotation = Vector3.new(-115, 0, 90)
- Part32.Anchored = true
- Part32.Shape = Enum.PartType.Cylinder
- Part32.Size = Vector3.new(2.99999619, 30, 30)
- Part32.CFrame = CFrame.new(-7.579988, 114.301651, 45.2852821, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part32.BottomSurface = Enum.SurfaceType.Smooth
- Part32.TopSurface = Enum.SurfaceType.Smooth
- Part32.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part32.Position = Vector3.new(-7.579988, 114.301651, 45.2852821)
- Part32.Orientation = Vector3.new(-65, 180, -90)
- Part32.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part33.Parent = Model12
- Part33.Material = Enum.Material.Metal
- Part33.BrickColor = BrickColor.new("Smoky grey")
- Part33.Rotation = Vector3.new(0, 45, 0)
- Part33.Anchored = true
- Part33.Shape = Enum.PartType.Cylinder
- Part33.Size = Vector3.new(8, 122, 122)
- Part33.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829)
- Part33.BottomSurface = Enum.SurfaceType.Smooth
- Part33.TopSurface = Enum.SurfaceType.Smooth
- Part33.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part33.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part33.Orientation = Vector3.new(0, 45, 0)
- Part33.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part34.Parent = Model12
- Part34.Material = Enum.Material.Metal
- Part34.BrickColor = BrickColor.new("Smoky grey")
- Part34.Rotation = Vector3.new(-115, 0, 90)
- Part34.Anchored = true
- Part34.Shape = Enum.PartType.Cylinder
- Part34.Size = Vector3.new(2.99999619, 26, 26)
- Part34.CFrame = CFrame.new(-7.579988, 49.8947639, -92.8359909, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part34.BottomSurface = Enum.SurfaceType.Smooth
- Part34.TopSurface = Enum.SurfaceType.Smooth
- Part34.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part34.Position = Vector3.new(-7.579988, 49.8947639, -92.8359909)
- Part34.Orientation = Vector3.new(-65, 180, -90)
- Part34.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part35.Name = "LaserPort"
- Part35.Parent = Model12
- Part35.Material = Enum.Material.Metal
- Part35.BrickColor = BrickColor.new("Really black")
- Part35.Rotation = Vector3.new(-115, 0, 90)
- Part35.Anchored = true
- Part35.Shape = Enum.PartType.Cylinder
- Part35.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part35.CFrame = CFrame.new(-7.579988, 49.2185593, -94.2860947, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part35.BottomSurface = Enum.SurfaceType.Smooth
- Part35.TopSurface = Enum.SurfaceType.Smooth
- Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part35.Position = Vector3.new(-7.579988, 49.2185593, -94.2860947)
- Part35.Orientation = Vector3.new(-65, 180, -90)
- Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part36.Parent = Model12
- Part36.Material = Enum.Material.Metal
- Part36.BrickColor = BrickColor.new("Smoky grey")
- Part36.Rotation = Vector3.new(-65, 0, 90)
- Part36.Anchored = true
- Part36.Shape = Enum.PartType.Cylinder
- Part36.Size = Vector3.new(0.0999960825, 5, 5)
- Part36.CFrame = CFrame.new(-7.579988, 49.2397842, 56.8407326, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part36.BottomSurface = Enum.SurfaceType.Smooth
- Part36.TopSurface = Enum.SurfaceType.Smooth
- Part36.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part36.Position = Vector3.new(-7.579988, 49.2397842, 56.8407326)
- Part36.Orientation = Vector3.new(-65, 0, 90)
- Part36.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part37.Name = "LaserPort"
- Part37.Parent = Model12
- Part37.Material = Enum.Material.Metal
- Part37.BrickColor = BrickColor.new("Really black")
- Part37.Rotation = Vector3.new(-115, 0, 90)
- Part37.Anchored = true
- Part37.Shape = Enum.PartType.Cylinder
- Part37.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part37.CFrame = CFrame.new(-7.579988, 119.711159, 56.8860283, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part37.BottomSurface = Enum.SurfaceType.Smooth
- Part37.TopSurface = Enum.SurfaceType.Smooth
- Part37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part37.Position = Vector3.new(-7.579988, 119.711159, 56.8860283)
- Part37.Orientation = Vector3.new(-65, 180, -90)
- Part37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part38.Parent = Model12
- Part38.Material = Enum.Material.Metal
- Part38.BrickColor = BrickColor.new("Smoky grey")
- Part38.Rotation = Vector3.new(0, -90, 0)
- Part38.Anchored = true
- Part38.Shape = Enum.PartType.Cylinder
- Part38.Size = Vector3.new(8, 122, 122)
- Part38.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Part38.BottomSurface = Enum.SurfaceType.Smooth
- Part38.TopSurface = Enum.SurfaceType.Smooth
- Part38.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part38.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part38.Orientation = Vector3.new(0, -90, 0)
- Part38.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part39.Parent = Model12
- Part39.Material = Enum.Material.Metal
- Part39.Rotation = Vector3.new(-115, 0, 90)
- Part39.Anchored = true
- Part39.Shape = Enum.PartType.Cylinder
- Part39.Size = Vector3.new(7.99998713, 29, 29)
- Part39.CFrame = CFrame.new(-7.579988, 111.977249, 40.3006668, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part39.BottomSurface = Enum.SurfaceType.Smooth
- Part39.TopSurface = Enum.SurfaceType.Smooth
- Part39.Position = Vector3.new(-7.579988, 111.977249, 40.3006668)
- Part39.Orientation = Vector3.new(-65, 180, -90)
- Part40.Parent = Model12
- Part40.Material = Enum.Material.Metal
- Part40.BrickColor = BrickColor.new("Smoky grey")
- Part40.Rotation = Vector3.new(-65, 0, 90)
- Part40.Anchored = true
- Part40.Shape = Enum.PartType.Cylinder
- Part40.Size = Vector3.new(2.99999619, 26, 26)
- Part40.CFrame = CFrame.new(-7.579988, 49.8948212, 55.4359055, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part40.BottomSurface = Enum.SurfaceType.Smooth
- Part40.TopSurface = Enum.SurfaceType.Smooth
- Part40.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part40.Position = Vector3.new(-7.579988, 49.8948212, 55.4359055)
- Part40.Orientation = Vector3.new(-65, 0, 90)
- Part40.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part41.Parent = Model12
- Part41.Material = Enum.Material.Metal
- Part41.Rotation = Vector3.new(-115, 0, 90)
- Part41.Anchored = true
- Part41.Shape = Enum.PartType.Cylinder
- Part41.Size = Vector3.new(8.39999294, 25, 25)
- Part41.CFrame = CFrame.new(-7.579988, 52.2191963, -87.8513412, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part41.BottomSurface = Enum.SurfaceType.Smooth
- Part41.TopSurface = Enum.SurfaceType.Smooth
- Part41.Position = Vector3.new(-7.579988, 52.2191963, -87.8513412)
- Part41.Orientation = Vector3.new(-65, 180, -90)
- Part42.Parent = Model12
- Part42.Material = Enum.Material.Metal
- Part42.BrickColor = BrickColor.new("Smoky grey")
- Part42.Rotation = Vector3.new(-115, 0, 90)
- Part42.Anchored = true
- Part42.Shape = Enum.PartType.Cylinder
- Part42.Size = Vector3.new(5.99999523, 30, 30)
- Part42.CFrame = CFrame.new(-7.579988, 59.9108467, -71.3564987, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part42.BottomSurface = Enum.SurfaceType.Smooth
- Part42.TopSurface = Enum.SurfaceType.Smooth
- Part42.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part42.Position = Vector3.new(-7.579988, 59.9108467, -71.3564987)
- Part42.Orientation = Vector3.new(-65, 180, -90)
- Part42.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part43.Parent = Model12
- Part43.Material = Enum.Material.Metal
- Part43.BrickColor = BrickColor.new("Smoky grey")
- Part43.Rotation = Vector3.new(-180, 45, -180)
- Part43.Anchored = true
- Part43.Shape = Enum.PartType.Cylinder
- Part43.Size = Vector3.new(8, 122, 122)
- Part43.CFrame = CFrame.new(-7.579988, 84.4649506, -18.6999931, -0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, -0.707106829)
- Part43.BottomSurface = Enum.SurfaceType.Smooth
- Part43.TopSurface = Enum.SurfaceType.Smooth
- Part43.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part43.Position = Vector3.new(-7.579988, 84.4649506, -18.6999931)
- Part43.Orientation = Vector3.new(0, 135, 0)
- Part43.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part44.Parent = Model12
- Part44.Material = Enum.Material.Metal
- Part44.BrickColor = BrickColor.new("Smoky grey")
- Part44.Rotation = Vector3.new(-65, 0, 90)
- Part44.Anchored = true
- Part44.Shape = Enum.PartType.Cylinder
- Part44.Size = Vector3.new(2.99999619, 26, 26)
- Part44.CFrame = CFrame.new(-7.579988, 119.035141, -92.8359756, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part44.BottomSurface = Enum.SurfaceType.Smooth
- Part44.TopSurface = Enum.SurfaceType.Smooth
- Part44.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part44.Position = Vector3.new(-7.579988, 119.035141, -92.8359756)
- Part44.Orientation = Vector3.new(-65, 0, 90)
- Part44.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part45.Parent = Model12
- Part45.Material = Enum.Material.Metal
- Part45.Rotation = Vector3.new(-115, 0, 90)
- Part45.Anchored = true
- Part45.Shape = Enum.PartType.Cylinder
- Part45.Size = Vector3.new(7.99998713, 29, 29)
- Part45.CFrame = CFrame.new(-7.579988, 56.9525337, -77.7006683, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part45.BottomSurface = Enum.SurfaceType.Smooth
- Part45.TopSurface = Enum.SurfaceType.Smooth
- Part45.Position = Vector3.new(-7.579988, 56.9525337, -77.7006683)
- Part45.Orientation = Vector3.new(-65, 180, -90)
- Part46.Parent = Model12
- Part46.Material = Enum.Material.Metal
- Part46.BrickColor = BrickColor.new("Smoky grey")
- Part46.Rotation = Vector3.new(-115, 0, 90)
- Part46.Anchored = true
- Part46.Shape = Enum.PartType.Cylinder
- Part46.Size = Vector3.new(2.99999619, 26, 26)
- Part46.CFrame = CFrame.new(-7.579988, 119.035072, 55.4358902, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part46.BottomSurface = Enum.SurfaceType.Smooth
- Part46.TopSurface = Enum.SurfaceType.Smooth
- Part46.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part46.Position = Vector3.new(-7.579988, 119.035072, 55.4358902)
- Part46.Orientation = Vector3.new(-65, 180, -90)
- Part46.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part47.Parent = Model12
- Part47.Material = Enum.Material.Metal
- Part47.Rotation = Vector3.new(-115, 0, 90)
- Part47.Anchored = true
- Part47.Shape = Enum.PartType.Cylinder
- Part47.Size = Vector3.new(8.39999294, 25, 25)
- Part47.CFrame = CFrame.new(-7.579988, 116.710617, 50.4513931, 0, -1, 0, -0.422617942, 0, 0.906307876, -0.906307876, 0, -0.422617942)
- Part47.BottomSurface = Enum.SurfaceType.Smooth
- Part47.TopSurface = Enum.SurfaceType.Smooth
- Part47.Position = Vector3.new(-7.579988, 116.710617, 50.4513931)
- Part47.Orientation = Vector3.new(-65, 180, -90)
- Part48.Parent = Model12
- Part48.Material = Enum.Material.Metal
- Part48.BrickColor = BrickColor.new("Smoky grey")
- Part48.Rotation = Vector3.new(-65, 0, 90)
- Part48.Anchored = true
- Part48.Shape = Enum.PartType.Cylinder
- Part48.Size = Vector3.new(0.0999960825, 5, 5)
- Part48.CFrame = CFrame.new(-7.579988, 119.690231, -94.2407608, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part48.BottomSurface = Enum.SurfaceType.Smooth
- Part48.TopSurface = Enum.SurfaceType.Smooth
- Part48.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part48.Position = Vector3.new(-7.579988, 119.690231, -94.2407608)
- Part48.Orientation = Vector3.new(-65, 0, 90)
- Part48.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part49.Parent = Model12
- Part49.Material = Enum.Material.Metal
- Part49.Rotation = Vector3.new(-90, -25, 0)
- Part49.Anchored = true
- Part49.Shape = Enum.PartType.Cylinder
- Part49.Size = Vector3.new(7.99998713, 29, 29)
- Part49.CFrame = CFrame.new(51.420681, 111.977249, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part49.BottomSurface = Enum.SurfaceType.Smooth
- Part49.TopSurface = Enum.SurfaceType.Smooth
- Part49.Position = Vector3.new(51.420681, 111.977249, -18.6999931)
- Part49.Orientation = Vector3.new(-65, -90, 90)
- Part50.Parent = Model12
- Part50.Material = Enum.Material.Metal
- Part50.Rotation = Vector3.new(-90, 25, 0)
- Part50.Anchored = true
- Part50.Shape = Enum.PartType.Cylinder
- Part50.Size = Vector3.new(8.39999294, 25, 25)
- Part50.CFrame = CFrame.new(-76.7313461, 116.710617, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.Position = Vector3.new(-76.7313461, 116.710617, -18.6999931)
- Part50.Orientation = Vector3.new(-65, 90, -90)
- Part51.Parent = Model12
- Part51.Material = Enum.Material.Metal
- Part51.Rotation = Vector3.new(-90, 25, 0)
- Part51.Anchored = true
- Part51.Shape = Enum.PartType.Cylinder
- Part51.Size = Vector3.new(7.99998713, 29, 29)
- Part51.CFrame = CFrame.new(51.4207115, 56.9525337, -18.6999779, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part51.BottomSurface = Enum.SurfaceType.Smooth
- Part51.TopSurface = Enum.SurfaceType.Smooth
- Part51.Position = Vector3.new(51.4207115, 56.9525337, -18.6999779)
- Part51.Orientation = Vector3.new(-65, 90, -90)
- Part52.Parent = Model12
- Part52.Material = Enum.Material.Metal
- Part52.BrickColor = BrickColor.new("Smoky grey")
- Part52.Rotation = Vector3.new(-90, 25, 0)
- Part52.Anchored = true
- Part52.Shape = Enum.PartType.Cylinder
- Part52.Size = Vector3.new(0.0999960825, 5, 5)
- Part52.CFrame = CFrame.new(67.9608154, 49.2397842, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part52.BottomSurface = Enum.SurfaceType.Smooth
- Part52.TopSurface = Enum.SurfaceType.Smooth
- Part52.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part52.Position = Vector3.new(67.9608154, 49.2397842, -18.6999931)
- Part52.Orientation = Vector3.new(-65, 90, -90)
- Part52.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part53.Parent = Model12
- Part53.Material = Enum.Material.Metal
- Part53.BrickColor = BrickColor.new("Smoky grey")
- Part53.Rotation = Vector3.new(-90, 25, 0)
- Part53.Anchored = true
- Part53.Shape = Enum.PartType.Cylinder
- Part53.Size = Vector3.new(5.99999523, 30, 30)
- Part53.CFrame = CFrame.new(-60.2363777, 109.019043, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part53.BottomSurface = Enum.SurfaceType.Smooth
- Part53.TopSurface = Enum.SurfaceType.Smooth
- Part53.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part53.Position = Vector3.new(-60.2363777, 109.019043, -18.6999931)
- Part53.Orientation = Vector3.new(-65, 90, -90)
- Part53.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part54.Parent = Model12
- Part54.Material = Enum.Material.Metal
- Part54.Rotation = Vector3.new(-90, 25, 0)
- Part54.Anchored = true
- Part54.Shape = Enum.PartType.Cylinder
- Part54.Size = Vector3.new(7.99998713, 29, 29)
- Part54.CFrame = CFrame.new(-66.5806122, 111.977249, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part54.BottomSurface = Enum.SurfaceType.Smooth
- Part54.TopSurface = Enum.SurfaceType.Smooth
- Part54.Position = Vector3.new(-66.5806122, 111.977249, -18.6999931)
- Part54.Orientation = Vector3.new(-65, 90, -90)
- Part55.Parent = Model12
- Part55.Material = Enum.Material.Metal
- Part55.BrickColor = BrickColor.new("Smoky grey")
- Part55.Rotation = Vector3.new(-90, 25, 0)
- Part55.Anchored = true
- Part55.Shape = Enum.PartType.Cylinder
- Part55.Size = Vector3.new(2.99999619, 26, 26)
- Part55.CFrame = CFrame.new(66.5559998, 49.8947639, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part55.BottomSurface = Enum.SurfaceType.Smooth
- Part55.TopSurface = Enum.SurfaceType.Smooth
- Part55.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part55.Position = Vector3.new(66.5559998, 49.8947639, -18.6999931)
- Part55.Orientation = Vector3.new(-65, 90, -90)
- Part55.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part56.Parent = Model12
- Part56.Material = Enum.Material.Metal
- Part56.Rotation = Vector3.new(-90, 25, 0)
- Part56.Anchored = true
- Part56.Shape = Enum.PartType.Cylinder
- Part56.Size = Vector3.new(8.39999294, 25, 25)
- Part56.CFrame = CFrame.new(61.5713463, 52.2192383, -18.6999779, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part56.BottomSurface = Enum.SurfaceType.Smooth
- Part56.TopSurface = Enum.SurfaceType.Smooth
- Part56.Position = Vector3.new(61.5713463, 52.2192383, -18.6999779)
- Part56.Orientation = Vector3.new(-65, 90, -90)
- Part57.Parent = Model12
- Part57.Material = Enum.Material.Metal
- Part57.BrickColor = BrickColor.new("Smoky grey")
- Part57.Rotation = Vector3.new(-90, 25, 0)
- Part57.Anchored = true
- Part57.Shape = Enum.PartType.Cylinder
- Part57.Size = Vector3.new(2.99999619, 30, 30)
- Part57.CFrame = CFrame.new(56.4053917, 54.628109, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part57.BottomSurface = Enum.SurfaceType.Smooth
- Part57.TopSurface = Enum.SurfaceType.Smooth
- Part57.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part57.Position = Vector3.new(56.4053917, 54.628109, -18.6999931)
- Part57.Orientation = Vector3.new(-65, 90, -90)
- Part57.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part58.Parent = Model12
- Part58.Material = Enum.Material.Metal
- Part58.Rotation = Vector3.new(-90, -25, 0)
- Part58.Anchored = true
- Part58.Shape = Enum.PartType.Cylinder
- Part58.Size = Vector3.new(7.99998713, 29, 29)
- Part58.CFrame = CFrame.new(-66.5806122, 56.9525337, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part58.BottomSurface = Enum.SurfaceType.Smooth
- Part58.TopSurface = Enum.SurfaceType.Smooth
- Part58.Position = Vector3.new(-66.5806122, 56.9525337, -18.6999931)
- Part58.Orientation = Vector3.new(-65, -90, 90)
- Part59.Parent = Model12
- Part59.Material = Enum.Material.Metal
- Part59.BrickColor = BrickColor.new("Smoky grey")
- Part59.Rotation = Vector3.new(-65, 0, 90)
- Part59.Anchored = true
- Part59.Shape = Enum.PartType.Cylinder
- Part59.Size = Vector3.new(2.99999619, 30, 30)
- Part59.CFrame = CFrame.new(-7.579988, 114.301689, -82.6853714, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part59.BottomSurface = Enum.SurfaceType.Smooth
- Part59.TopSurface = Enum.SurfaceType.Smooth
- Part59.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part59.Position = Vector3.new(-7.579988, 114.301689, -82.6853714)
- Part59.Orientation = Vector3.new(-65, 0, 90)
- Part59.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part60.Parent = Model12
- Part60.Material = Enum.Material.Metal
- Part60.BrickColor = BrickColor.new("Smoky grey")
- Part60.Rotation = Vector3.new(-65, 0, 90)
- Part60.Anchored = true
- Part60.Shape = Enum.PartType.Cylinder
- Part60.Size = Vector3.new(5.99999523, 30, 30)
- Part60.CFrame = CFrame.new(-7.579988, 109.019043, -71.3564987, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part60.BottomSurface = Enum.SurfaceType.Smooth
- Part60.TopSurface = Enum.SurfaceType.Smooth
- Part60.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part60.Position = Vector3.new(-7.579988, 109.019043, -71.3564987)
- Part60.Orientation = Vector3.new(-65, 0, 90)
- Part60.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part61.Parent = Model12
- Part61.Material = Enum.Material.Metal
- Part61.BrickColor = BrickColor.new("Smoky grey")
- Part61.Rotation = Vector3.new(-90, -25, 0)
- Part61.Anchored = true
- Part61.Shape = Enum.PartType.Cylinder
- Part61.Size = Vector3.new(5.99999523, 30, 30)
- Part61.CFrame = CFrame.new(-60.2363777, 59.9108467, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part61.BottomSurface = Enum.SurfaceType.Smooth
- Part61.TopSurface = Enum.SurfaceType.Smooth
- Part61.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part61.Position = Vector3.new(-60.2363777, 59.9108467, -18.6999931)
- Part61.Orientation = Vector3.new(-65, -90, 90)
- Part61.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part62.Parent = Model12
- Part62.Material = Enum.Material.Metal
- Part62.BrickColor = BrickColor.new("Smoky grey")
- Part62.Rotation = Vector3.new(-90, 25, 0)
- Part62.Anchored = true
- Part62.Shape = Enum.PartType.Cylinder
- Part62.Size = Vector3.new(0.0999960825, 5, 5)
- Part62.CFrame = CFrame.new(-83.1206741, 119.690231, -18.6999779, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part62.BottomSurface = Enum.SurfaceType.Smooth
- Part62.TopSurface = Enum.SurfaceType.Smooth
- Part62.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part62.Position = Vector3.new(-83.1206741, 119.690231, -18.6999779)
- Part62.Orientation = Vector3.new(-65, 90, -90)
- Part62.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part63.Name = "LaserPort"
- Part63.Parent = Model12
- Part63.Material = Enum.Material.Metal
- Part63.BrickColor = BrickColor.new("Really black")
- Part63.Rotation = Vector3.new(-90, 25, 0)
- Part63.Anchored = true
- Part63.Shape = Enum.PartType.Cylinder
- Part63.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part63.CFrame = CFrame.new(68.0061035, 49.2185593, -18.6999779, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part63.BottomSurface = Enum.SurfaceType.Smooth
- Part63.TopSurface = Enum.SurfaceType.Smooth
- Part63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part63.Position = Vector3.new(68.0061035, 49.2185593, -18.6999779)
- Part63.Orientation = Vector3.new(-65, 90, -90)
- Part63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part64.Name = "LaserPort"
- Part64.Parent = Model12
- Part64.Material = Enum.Material.Metal
- Part64.BrickColor = BrickColor.new("Really black")
- Part64.Rotation = Vector3.new(-90, -25, 0)
- Part64.Anchored = true
- Part64.Shape = Enum.PartType.Cylinder
- Part64.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part64.CFrame = CFrame.new(-83.1659622, 49.2186089, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part64.BottomSurface = Enum.SurfaceType.Smooth
- Part64.TopSurface = Enum.SurfaceType.Smooth
- Part64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part64.Position = Vector3.new(-83.1659622, 49.2186089, -18.6999931)
- Part64.Orientation = Vector3.new(-65, -90, 90)
- Part64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part65.Parent = Model12
- Part65.Material = Enum.Material.Metal
- Part65.BrickColor = BrickColor.new("Smoky grey")
- Part65.Rotation = Vector3.new(-90, -25, 0)
- Part65.Anchored = true
- Part65.Shape = Enum.PartType.Cylinder
- Part65.Size = Vector3.new(2.99999619, 30, 30)
- Part65.CFrame = CFrame.new(-71.5652466, 54.6282043, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part65.BottomSurface = Enum.SurfaceType.Smooth
- Part65.TopSurface = Enum.SurfaceType.Smooth
- Part65.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part65.Position = Vector3.new(-71.5652466, 54.6282043, -18.6999931)
- Part65.Orientation = Vector3.new(-65, -90, 90)
- Part65.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part66.Parent = Model12
- Part66.Material = Enum.Material.Metal
- Part66.Rotation = Vector3.new(-65, 0, 90)
- Part66.Anchored = true
- Part66.Shape = Enum.PartType.Cylinder
- Part66.Size = Vector3.new(8.39999294, 25, 25)
- Part66.CFrame = CFrame.new(-7.579988, 116.710617, -87.851326, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part66.BottomSurface = Enum.SurfaceType.Smooth
- Part66.TopSurface = Enum.SurfaceType.Smooth
- Part66.Position = Vector3.new(-7.579988, 116.710617, -87.851326)
- Part66.Orientation = Vector3.new(-65, 0, 90)
- Part67.Parent = Model12
- Part67.Material = Enum.Material.Metal
- Part67.BrickColor = BrickColor.new("Smoky grey")
- Part67.Rotation = Vector3.new(-90, 25, 0)
- Part67.Anchored = true
- Part67.Shape = Enum.PartType.Cylinder
- Part67.Size = Vector3.new(2.99999619, 30, 30)
- Part67.CFrame = CFrame.new(-71.5652466, 114.301651, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part67.BottomSurface = Enum.SurfaceType.Smooth
- Part67.TopSurface = Enum.SurfaceType.Smooth
- Part67.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part67.Position = Vector3.new(-71.5652466, 114.301651, -18.6999931)
- Part67.Orientation = Vector3.new(-65, 90, -90)
- Part67.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part68.Name = "LaserPort"
- Part68.Parent = Model12
- Part68.Material = Enum.Material.Metal
- Part68.BrickColor = BrickColor.new("Really black")
- Part68.Rotation = Vector3.new(-65, 0, 90)
- Part68.Anchored = true
- Part68.Shape = Enum.PartType.Cylinder
- Part68.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part68.CFrame = CFrame.new(-7.579988, 119.711205, -94.2860947, 0, -1, 0, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942)
- Part68.BottomSurface = Enum.SurfaceType.Smooth
- Part68.TopSurface = Enum.SurfaceType.Smooth
- Part68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part68.Position = Vector3.new(-7.579988, 119.711205, -94.2860947)
- Part68.Orientation = Vector3.new(-65, 0, 90)
- Part68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part69.Parent = Model12
- Part69.Material = Enum.Material.Metal
- Part69.Rotation = Vector3.new(-90, -25, 0)
- Part69.Anchored = true
- Part69.Shape = Enum.PartType.Cylinder
- Part69.Size = Vector3.new(8.39999294, 25, 25)
- Part69.CFrame = CFrame.new(-76.7313461, 52.2191963, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part69.BottomSurface = Enum.SurfaceType.Smooth
- Part69.TopSurface = Enum.SurfaceType.Smooth
- Part69.Position = Vector3.new(-76.7313461, 52.2191963, -18.6999931)
- Part69.Orientation = Vector3.new(-65, -90, 90)
- Part70.Parent = Model12
- Part70.Material = Enum.Material.Metal
- Part70.BrickColor = BrickColor.new("Smoky grey")
- Part70.Rotation = Vector3.new(-90, 25, 0)
- Part70.Anchored = true
- Part70.Shape = Enum.PartType.Cylinder
- Part70.Size = Vector3.new(2.99999619, 26, 26)
- Part70.CFrame = CFrame.new(-81.7158661, 119.035072, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part70.BottomSurface = Enum.SurfaceType.Smooth
- Part70.TopSurface = Enum.SurfaceType.Smooth
- Part70.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part70.Position = Vector3.new(-81.7158661, 119.035072, -18.6999931)
- Part70.Orientation = Vector3.new(-65, 90, -90)
- Part70.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part71.Parent = Model12
- Part71.Material = Enum.Material.Metal
- Part71.BrickColor = BrickColor.new("Smoky grey")
- Part71.Rotation = Vector3.new(-90, 25, 0)
- Part71.Anchored = true
- Part71.Shape = Enum.PartType.Cylinder
- Part71.Size = Vector3.new(5.99999523, 30, 30)
- Part71.CFrame = CFrame.new(45.0765343, 59.9108467, -18.6999931, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part71.BottomSurface = Enum.SurfaceType.Smooth
- Part71.TopSurface = Enum.SurfaceType.Smooth
- Part71.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part71.Position = Vector3.new(45.0765343, 59.9108467, -18.6999931)
- Part71.Orientation = Vector3.new(-65, 90, -90)
- Part71.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part72.Parent = Model12
- Part72.Material = Enum.Material.Metal
- Part72.BrickColor = BrickColor.new("Smoky grey")
- Part72.Rotation = Vector3.new(-90, -25, 0)
- Part72.Anchored = true
- Part72.Shape = Enum.PartType.Cylinder
- Part72.Size = Vector3.new(2.99999619, 26, 26)
- Part72.CFrame = CFrame.new(-81.7158661, 49.8948212, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part72.BottomSurface = Enum.SurfaceType.Smooth
- Part72.TopSurface = Enum.SurfaceType.Smooth
- Part72.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part72.Position = Vector3.new(-81.7158661, 49.8948212, -18.6999931)
- Part72.Orientation = Vector3.new(-65, -90, 90)
- Part72.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part73.Parent = Model12
- Part73.Material = Enum.Material.Metal
- Part73.BrickColor = BrickColor.new("Smoky grey")
- Part73.Rotation = Vector3.new(-90, -25, 0)
- Part73.Anchored = true
- Part73.Shape = Enum.PartType.Cylinder
- Part73.Size = Vector3.new(0.0999960825, 5, 5)
- Part73.CFrame = CFrame.new(-83.120697, 49.2397842, -18.6999779, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part73.BottomSurface = Enum.SurfaceType.Smooth
- Part73.TopSurface = Enum.SurfaceType.Smooth
- Part73.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part73.Position = Vector3.new(-83.120697, 49.2397842, -18.6999779)
- Part73.Orientation = Vector3.new(-65, -90, 90)
- Part73.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part74.Name = "LaserPort"
- Part74.Parent = Model12
- Part74.Material = Enum.Material.Metal
- Part74.BrickColor = BrickColor.new("Really black")
- Part74.Rotation = Vector3.new(-90, 25, 0)
- Part74.Anchored = true
- Part74.Shape = Enum.PartType.Cylinder
- Part74.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part74.CFrame = CFrame.new(-83.1659622, 119.711159, -18.6999779, 0.906307876, 0, 0.422617942, -0.422617942, 0, 0.906307876, 0, -1, 0)
- Part74.BottomSurface = Enum.SurfaceType.Smooth
- Part74.TopSurface = Enum.SurfaceType.Smooth
- Part74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part74.Position = Vector3.new(-83.1659622, 119.711159, -18.6999779)
- Part74.Orientation = Vector3.new(-65, 90, -90)
- Part74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part75.Parent = Model12
- Part75.Material = Enum.Material.Metal
- Part75.BrickColor = BrickColor.new("Smoky grey")
- Part75.Rotation = Vector3.new(-90, -25, 0)
- Part75.Anchored = true
- Part75.Shape = Enum.PartType.Cylinder
- Part75.Size = Vector3.new(2.99999619, 26, 26)
- Part75.CFrame = CFrame.new(66.5559998, 119.035141, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part75.BottomSurface = Enum.SurfaceType.Smooth
- Part75.TopSurface = Enum.SurfaceType.Smooth
- Part75.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part75.Position = Vector3.new(66.5559998, 119.035141, -18.6999931)
- Part75.Orientation = Vector3.new(-65, -90, 90)
- Part75.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part76.Parent = Model12
- Part76.Material = Enum.Material.Metal
- Part76.BrickColor = BrickColor.new("Smoky grey")
- Part76.Rotation = Vector3.new(-90, -25, 0)
- Part76.Anchored = true
- Part76.Shape = Enum.PartType.Cylinder
- Part76.Size = Vector3.new(0.0999960825, 5, 5)
- Part76.CFrame = CFrame.new(67.9607849, 119.690231, -18.6999779, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part76.BottomSurface = Enum.SurfaceType.Smooth
- Part76.TopSurface = Enum.SurfaceType.Smooth
- Part76.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part76.Position = Vector3.new(67.9607849, 119.690231, -18.6999779)
- Part76.Orientation = Vector3.new(-65, -90, 90)
- Part76.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part77.Parent = Model12
- Part77.Material = Enum.Material.Metal
- Part77.BrickColor = BrickColor.new("Smoky grey")
- Part77.Rotation = Vector3.new(180, 0, 90)
- Part77.Anchored = true
- Part77.Shape = Enum.PartType.Cylinder
- Part77.Size = Vector3.new(2.99999619, 26, 26)
- Part77.CFrame = CFrame.new(-7.579988, 2.66501594, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part77.BottomSurface = Enum.SurfaceType.Smooth
- Part77.TopSurface = Enum.SurfaceType.Smooth
- Part77.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part77.Position = Vector3.new(-7.579988, 2.66501594, -18.6999931)
- Part77.Orientation = Vector3.new(0, -180, -90)
- Part77.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part78.Parent = Model12
- Part78.Material = Enum.Material.Metal
- Part78.Rotation = Vector3.new(180, 0, 90)
- Part78.Anchored = true
- Part78.Shape = Enum.PartType.Cylinder
- Part78.Size = Vector3.new(7.99998713, 29, 29)
- Part78.CFrame = CFrame.new(-7.579988, 19.3649273, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part78.BottomSurface = Enum.SurfaceType.Smooth
- Part78.TopSurface = Enum.SurfaceType.Smooth
- Part78.Position = Vector3.new(-7.579988, 19.3649273, -18.6999931)
- Part78.Orientation = Vector3.new(0, -180, -90)
- Part79.Parent = Model12
- Part79.Material = Enum.Material.Metal
- Part79.BrickColor = BrickColor.new("Smoky grey")
- Part79.Rotation = Vector3.new(-90, -25, 0)
- Part79.Anchored = true
- Part79.Shape = Enum.PartType.Cylinder
- Part79.Size = Vector3.new(2.99999619, 30, 30)
- Part79.CFrame = CFrame.new(56.4053917, 114.301689, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part79.BottomSurface = Enum.SurfaceType.Smooth
- Part79.TopSurface = Enum.SurfaceType.Smooth
- Part79.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part79.Position = Vector3.new(56.4053917, 114.301689, -18.6999931)
- Part79.Orientation = Vector3.new(-65, -90, 90)
- Part79.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part80.Parent = Model12
- Part80.Material = Enum.Material.Metal
- Part80.BrickColor = BrickColor.new("Smoky grey")
- Part80.Rotation = Vector3.new(-90, -25, 0)
- Part80.Anchored = true
- Part80.Shape = Enum.PartType.Cylinder
- Part80.Size = Vector3.new(5.99999523, 30, 30)
- Part80.CFrame = CFrame.new(45.0765343, 109.019043, -18.6999931, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part80.BottomSurface = Enum.SurfaceType.Smooth
- Part80.TopSurface = Enum.SurfaceType.Smooth
- Part80.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part80.Position = Vector3.new(45.0765343, 109.019043, -18.6999931)
- Part80.Orientation = Vector3.new(-65, -90, 90)
- Part80.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part81.Parent = Model12
- Part81.Material = Enum.Material.Metal
- Part81.BrickColor = BrickColor.new("Smoky grey")
- Part81.Rotation = Vector3.new(180, 0, 90)
- Part81.Anchored = true
- Part81.Shape = Enum.PartType.Cylinder
- Part81.Size = Vector3.new(0.0999960825, 4, 4)
- Part81.CFrame = CFrame.new(-7.579988, 167.814636, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part81.BottomSurface = Enum.SurfaceType.Smooth
- Part81.TopSurface = Enum.SurfaceType.Smooth
- Part81.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part81.Position = Vector3.new(-7.579988, 167.814636, -18.6999931)
- Part81.Orientation = Vector3.new(0, -180, -90)
- Part81.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part82.Parent = Model12
- Part82.Material = Enum.Material.Metal
- Part82.BrickColor = BrickColor.new("Smoky grey")
- Part82.Rotation = Vector3.new(180, 0, 90)
- Part82.Anchored = true
- Part82.Shape = Enum.PartType.Cylinder
- Part82.Size = Vector3.new(2.99999619, 30, 30)
- Part82.CFrame = CFrame.new(-7.579988, 13.8649979, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part82.BottomSurface = Enum.SurfaceType.Smooth
- Part82.TopSurface = Enum.SurfaceType.Smooth
- Part82.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part82.Position = Vector3.new(-7.579988, 13.8649979, -18.6999931)
- Part82.Orientation = Vector3.new(0, -180, -90)
- Part82.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part83.Parent = Model12
- Part83.Material = Enum.Material.Metal
- Part83.BrickColor = BrickColor.new("Smoky grey")
- Part83.Rotation = Vector3.new(180, 0, 90)
- Part83.Anchored = true
- Part83.Shape = Enum.PartType.Cylinder
- Part83.Size = Vector3.new(0.0999960825, 4, 4)
- Part83.CFrame = CFrame.new(-7.579988, 1.11501706, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part83.BottomSurface = Enum.SurfaceType.Smooth
- Part83.TopSurface = Enum.SurfaceType.Smooth
- Part83.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part83.Position = Vector3.new(-7.579988, 1.11501706, -18.6999931)
- Part83.Orientation = Vector3.new(0, -180, -90)
- Part83.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part84.Name = "LaserPort"
- Part84.Parent = Model12
- Part84.Material = Enum.Material.Metal
- Part84.BrickColor = BrickColor.new("Really black")
- Part84.Rotation = Vector3.new(180, 0, 90)
- Part84.Anchored = true
- Part84.Shape = Enum.PartType.Cylinder
- Part84.Size = Vector3.new(0.0500000045, 3.79999995, 3.79999995)
- Part84.CFrame = CFrame.new(-7.579988, 167.864838, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part84.BottomSurface = Enum.SurfaceType.Smooth
- Part84.TopSurface = Enum.SurfaceType.Smooth
- Part84.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part84.Position = Vector3.new(-7.579988, 167.864838, -18.6999931)
- Part84.Orientation = Vector3.new(0, -180, -90)
- Part84.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part85.Parent = Model12
- Part85.Material = Enum.Material.Metal
- Part85.BrickColor = BrickColor.new("Smoky grey")
- Part85.Rotation = Vector3.new(180, 0, 90)
- Part85.Anchored = true
- Part85.Shape = Enum.PartType.Cylinder
- Part85.Size = Vector3.new(5.99999523, 30, 30)
- Part85.CFrame = CFrame.new(-7.579988, 142.564713, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part85.BottomSurface = Enum.SurfaceType.Smooth
- Part85.TopSurface = Enum.SurfaceType.Smooth
- Part85.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part85.Position = Vector3.new(-7.579988, 142.564713, -18.6999931)
- Part85.Orientation = Vector3.new(0, -180, -90)
- Part85.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part86.Name = "LaserPort"
- Part86.Parent = Model12
- Part86.Material = Enum.Material.Metal
- Part86.BrickColor = BrickColor.new("Really black")
- Part86.Rotation = Vector3.new(180, 0, 90)
- Part86.Anchored = true
- Part86.Shape = Enum.PartType.Cylinder
- Part86.Size = Vector3.new(0.0500000045, 3.79999995, 3.79999995)
- Part86.CFrame = CFrame.new(-7.579988, 1.06501305, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part86.BottomSurface = Enum.SurfaceType.Smooth
- Part86.TopSurface = Enum.SurfaceType.Smooth
- Part86.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part86.Position = Vector3.new(-7.579988, 1.06501305, -18.6999931)
- Part86.Orientation = Vector3.new(0, -180, -90)
- Part86.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part87.Parent = Model12
- Part87.Material = Enum.Material.Metal
- Part87.BrickColor = BrickColor.new("Smoky grey")
- Part87.Rotation = Vector3.new(180, 0, 90)
- Part87.Anchored = true
- Part87.Shape = Enum.PartType.Cylinder
- Part87.Size = Vector3.new(2.99999619, 30, 30)
- Part87.CFrame = CFrame.new(-7.579988, 155.064667, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part87.BottomSurface = Enum.SurfaceType.Smooth
- Part87.TopSurface = Enum.SurfaceType.Smooth
- Part87.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part87.Position = Vector3.new(-7.579988, 155.064667, -18.6999931)
- Part87.Orientation = Vector3.new(0, -180, -90)
- Part87.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part88.Parent = Model12
- Part88.Material = Enum.Material.Metal
- Part88.Rotation = Vector3.new(180, 0, 90)
- Part88.Anchored = true
- Part88.Shape = Enum.PartType.Cylinder
- Part88.Size = Vector3.new(8.39999294, 25, 25)
- Part88.CFrame = CFrame.new(-7.579988, 8.16500759, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part88.BottomSurface = Enum.SurfaceType.Smooth
- Part88.TopSurface = Enum.SurfaceType.Smooth
- Part88.Position = Vector3.new(-7.579988, 8.16500759, -18.6999931)
- Part88.Orientation = Vector3.new(0, -180, -90)
- Part89.Parent = Model12
- Part89.Material = Enum.Material.Metal
- Part89.Rotation = Vector3.new(180, 0, 90)
- Part89.Anchored = true
- Part89.Shape = Enum.PartType.Cylinder
- Part89.Size = Vector3.new(7.99998713, 29, 29)
- Part89.CFrame = CFrame.new(-7.579988, 149.564713, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part89.BottomSurface = Enum.SurfaceType.Smooth
- Part89.TopSurface = Enum.SurfaceType.Smooth
- Part89.Position = Vector3.new(-7.579988, 149.564713, -18.6999931)
- Part89.Orientation = Vector3.new(0, -180, -90)
- Part90.Parent = Model12
- Part90.Material = Enum.Material.Metal
- Part90.Rotation = Vector3.new(180, 0, 90)
- Part90.Anchored = true
- Part90.Shape = Enum.PartType.Cylinder
- Part90.Size = Vector3.new(8.39999294, 25, 25)
- Part90.CFrame = CFrame.new(-7.579988, 160.764969, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part90.BottomSurface = Enum.SurfaceType.Smooth
- Part90.TopSurface = Enum.SurfaceType.Smooth
- Part90.Position = Vector3.new(-7.579988, 160.764969, -18.6999931)
- Part90.Orientation = Vector3.new(0, -180, -90)
- Part91.Parent = Model12
- Part91.Material = Enum.Material.Metal
- Part91.Rotation = Vector3.new(-90, -25, 0)
- Part91.Anchored = true
- Part91.Shape = Enum.PartType.Cylinder
- Part91.Size = Vector3.new(8.39999294, 25, 25)
- Part91.CFrame = CFrame.new(61.5713463, 116.710617, -18.6999779, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part91.BottomSurface = Enum.SurfaceType.Smooth
- Part91.TopSurface = Enum.SurfaceType.Smooth
- Part91.Position = Vector3.new(61.5713463, 116.710617, -18.6999779)
- Part91.Orientation = Vector3.new(-65, -90, 90)
- Part92.Parent = Model12
- Part92.Material = Enum.Material.Metal
- Part92.BrickColor = BrickColor.new("Smoky grey")
- Part92.Rotation = Vector3.new(180, 0, 90)
- Part92.Anchored = true
- Part92.Shape = Enum.PartType.Cylinder
- Part92.Size = Vector3.new(2.99999619, 26, 26)
- Part92.CFrame = CFrame.new(-7.579988, 166.264648, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part92.BottomSurface = Enum.SurfaceType.Smooth
- Part92.TopSurface = Enum.SurfaceType.Smooth
- Part92.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part92.Position = Vector3.new(-7.579988, 166.264648, -18.6999931)
- Part92.Orientation = Vector3.new(0, -180, -90)
- Part92.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part93.Name = "LaserPort"
- Part93.Parent = Model12
- Part93.Material = Enum.Material.Metal
- Part93.BrickColor = BrickColor.new("Really black")
- Part93.Rotation = Vector3.new(-90, -25, 0)
- Part93.Anchored = true
- Part93.Shape = Enum.PartType.Cylinder
- Part93.Size = Vector3.new(0.0500000045, 4.80000019, 4.80000019)
- Part93.CFrame = CFrame.new(68.0061035, 119.711205, -18.6999779, 0.906307876, 0, -0.422617942, 0.422617942, 0, 0.906307876, 0, -1, 0)
- Part93.BottomSurface = Enum.SurfaceType.Smooth
- Part93.TopSurface = Enum.SurfaceType.Smooth
- Part93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part93.Position = Vector3.new(68.0061035, 119.711205, -18.6999779)
- Part93.Orientation = Vector3.new(-65, -90, 90)
- Part93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part94.Parent = Model12
- Part94.Material = Enum.Material.Metal
- Part94.BrickColor = BrickColor.new("Smoky grey")
- Part94.Rotation = Vector3.new(180, 0, 90)
- Part94.Anchored = true
- Part94.Shape = Enum.PartType.Cylinder
- Part94.Size = Vector3.new(5.99999523, 30, 30)
- Part94.CFrame = CFrame.new(-7.579988, 26.3649139, -18.6999931, 0, -1, -0, -1, 0, -0, 0, 0, -1)
- Part94.BottomSurface = Enum.SurfaceType.Smooth
- Part94.TopSurface = Enum.SurfaceType.Smooth
- Part94.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part94.Position = Vector3.new(-7.579988, 26.3649139, -18.6999931)
- Part94.Orientation = Vector3.new(0, -180, -90)
- Part94.Color = Color3.new(0.356863, 0.364706, 0.411765)
- Part95.Name = "StopLevel"
- Part95.Parent = Model0
- Part95.Transparency = 1
- Part95.Anchored = true
- Part95.Size = Vector3.new(4.00000048, 0.0999999121, 4.00000286)
- Part95.CFrame = CFrame.new(-7.57999611, 334.866425, -18.6999989, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part95.BottomSurface = Enum.SurfaceType.Smooth
- Part95.TopSurface = Enum.SurfaceType.Smooth
- Part95.Position = Vector3.new(-7.57999611, 334.866425, -18.6999989)
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement