Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ShadowDance~
- By makhail07
- credit to nebula for getting this cancer scythe model that took like,
- 2hrs to actually make it work
- __- -__
- --_M_--
- -Discord: Superthumb#2958
- Also come join our discord server ;) https://discord.gg/fhhzeNq
- --]]
- Player=game:GetService("Players").LocalPlayer
- Character=Player.Character
- PlayerGui=Player.PlayerGui
- Backpack=Player.Backpack
- Torso=Character.Torso
- if Torso == nil then
- print'Disable R15'
- end
- Head=Character.Head
- Humanoid=Character.Humanoid
- m=Instance.new('Model',Character)
- LeftArm=Character["Left Arm"]
- LeftLeg=Character["Left Leg"] RightArm=Character["Right Arm"]
- RightLeg=Character["Right Leg"]
- LS=Torso["Left Shoulder"]
- LH=Torso["Left Hip"]
- RS=Torso["Right Shoulder"]
- RH=Torso["Right Hip"]
- Face = Head.face
- Neck=Torso.Neck
- it=Instance.new
- attacktype=1
- vt=Vector3.new
- cf=CFrame.new
- euler=CFrame.fromEulerAnglesXYZ
- angles=CFrame.Angles
- cloaked=false
- necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
- LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
- RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
- RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
- RootPart=Character.HumanoidRootPart
- RootJoint=RootPart.RootJoint
- RootCF=euler(-1.57,0,3.14)
- attack = false
- attackdebounce = false
- deb=false
- equipped=true
- hand=false
- MMouse=nil
- combo=0
- mana=0
- trispeed=.2
- attackmode=false
- local idle=0
- local Anim="Idle"
- local gun=false
- local shoot=false
- local sine = 0
- local change = 1
- player=nil
- mouse=Player:GetMouse()
- --save shoulders
- RSH, LSH=nil, nil
- --welds
- RW, LW=Instance.new("Weld"), Instance.new("Weld")
- RW.Name="Right Shoulder" LW.Name="Left Shoulder"
- LH=Torso["Left Hip"]
- RH=Torso["Right Hip"]
- TorsoColor=Torso.BrickColor
- function NoOutline(Part)
- Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
- end
- player=Player
- ch=Character
- RSH=ch.Torso["Right Shoulder"]
- LSH=ch.Torso["Left Shoulder"]
- --
- RSH.Parent=nil
- LSH.Parent=nil
- --
- RW.Name="Right Shoulder"
- RW.Part0=ch.Torso
- RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
- RW.C1=cf(0, 0.5, 0)
- RW.Part1=ch["Right Arm"]
- RW.Parent=ch.Torso
- --
- LW.Name="Left Shoulder"
- LW.Part0=ch.Torso
- LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
- LW.C1=cf(0, 0.5, 0)
- LW.Part1=ch["Left Arm"]
- LW.Parent=ch.Torso
- Player=game:GetService('Players').LocalPlayer
- Character=Player.Character
- mouse=Player:GetMouse()
- m=Instance.new('Model',Character)
- local function weldBetween(a, b)
- local weldd = Instance.new("ManualWeld")
- weldd.Part0 = a
- weldd.Part1 = b
- weldd.C0 = CFrame.new()
- weldd.C1 = b.CFrame:inverse() * a.CFrame
- weldd.Parent = a
- return weldd
- end
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "Heartbeat"
- script:WaitForChild("Heartbeat")
- frame = 1 / 60
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- CFuncs = {
- ["Part"] = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- nooutline(Part)
- return Part
- end;
- };
- ["Mesh"] = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- ["Mesh"] = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- ["Weld"] = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end;
- };
- ["Sound"] = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Create("Sound"){
- Volume = vol,
- Pitch = pit or 1,
- SoundId = id,
- Parent = par or workspace,
- }
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, 6)
- end))
- end;
- };
- ["ParticleEmitter"] = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local fp = Create("ParticleEmitter"){
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread,
- }
- return fp
- end;
- };
- CreateTemplate = {
- };
- }
- Effects = {}
- function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChildOfClass("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
- warn'No R15 allowed'
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- if insta == true then
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- h.Health = h.Health - Damage
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Torso.BrickColor.Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Torso.BrickColor.Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- swait()
- Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Create("ObjectValue"){
- Name = "creator",
- Value = Player,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CFuncs.Part.Create(workspace, "Metal", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- Font = "SciFi",
- TextColor3 = Color,
- TextScaled = true,
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Torso")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if mag <= Magnitude and c.Name ~= Player.Name then
- Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
- end
- end
- end
- end
- end
- New = function(Object, Parent, Name, Data)
- local Object = Instance.new(Object)
- for Index, Value in pairs(Data or {}) do
- Object[Index] = Value
- end
- Object.Parent = Parent
- Object.Name = Name
- return Object
- end
- weld = function(parent, part0, part1, c0, c1)
- local weld = Instance.new("Weld")
- weld.Parent = parent
- weld.Part0 = part0
- weld.Part1 = part1
- weld.C0 = c0
- weld.C1 = c1
- return weld
- end
- nooutline = function(part)
- part.TopSurface = 10
- end
- part = function(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
- local fp = it("Part")
- fp.formFactor = formfactor
- fp.Parent = parent
- fp.Reflectance = reflectance
- fp.Transparency = transparency
- fp.CanCollide = false
- fp.Locked = true
- fp.BrickColor = BrickColor.new(tostring(brickcolor))
- fp.Name = name
- fp.Size = size
- fp.Position = Character.Torso.Position
- nooutline(fp)
- fp.Material = material
- fp:BreakJoints()
- return fp
- end
- --[[
- Thanks for using Build-To-Lua by jarredbcv.
- ]]--
- Model = New("Model",Character,"Model",{})
- Handle = New("Part",Model,"Handle",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-14.2738152, 3.38569403, -23.5519943, 0.784339964, 0.138659388, 0.604624271, -0.59088558, 0.463701963, 0.660150647, -0.188814953, -0.875053227, 0.445638299),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5358067, 2.60266113, -22.1917057, 0.13882415, -0.784215629, 0.604753435, 0.463760853, 0.591050625, 0.659975111, -0.87500608, 0.188833266, 0.445743829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.13882415, 0.463760853, -0.87500608, -0.784215629, 0.591050625, 0.188833266, 0.604753435, 0.659975111, 0.445743829),C1 = CFrame.new(0.000326156616, -1.5898037, -0.0691432953, 0.784342229, -0.590890825, -0.188826293, 0.138670176, 0.463708043, -0.875068903, 0.604630411, 0.660168827, 0.445644796),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.7338457, 2.15061641, -21.356842, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0455474854, -2.5574646, -0.115261078, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2573395, 3.04788756, -23.2807274, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.161305428, -0.391742706, -0.0921630859, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1457148, 3.16957927, -23.1985893, 0.138613969, 0.784350634, -0.604620636, 0.463844717, -0.590832293, -0.660098076, -0.874984741, -0.188936874, -0.44572106),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614953, 0.463855177, -0.874999583, 0.784356177, -0.590830743, -0.188955992, -0.604624867, -0.660119236, -0.44572565),C1 = CFrame.new(0.161439896, -0.391710281, 0.0922737122, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4521904, 2.6939292, -22.130127, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(0.000350952148, -1.58977318, 0.0691108704, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2319508, 3.43138146, -23.5211868, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(2.19345093e-05, 3.24249268e-05, 0.0692043304, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5531845, 2.01446033, -21.4002953, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.184813499, -2.55752182, -0.115280151, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4700747, 2.29229522, -21.9244671, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.184811592, -1.95846558, -0.115203857, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2072229, 3.25837255, -23.6088161, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.138195038, -8.20159912e-05, -0.0691146851, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.7147646, 2.21471405, -21.4778042, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0456142426, -2.41924286, -0.115314484, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5753736, 2.36673641, -21.3751583, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0454959869, -2.41924095, 0.115074158, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1236124, 3.34978223, -23.5472546, 0.138613969, 0.784350634, -0.604620636, 0.463844717, -0.590832293, -0.660098076, -0.874984741, -0.188936874, -0.44572106),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614953, 0.463855177, -0.874999583, 0.784356177, -0.590830743, -0.188955992, -0.604624867, -0.660119236, -0.44572565),C1 = CFrame.new(0.13813591, 3.05175781e-05, 0.0692214966, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5115299, 2.58055162, -21.7783508, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0456256866, -1.95841026, 0.115150452, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6508627, 2.42854404, -21.8809967, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0457057953, -1.95839691, -0.115192413, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6642971, 2.05672669, -21.0796585, -0.138656184, -0.604612768, 0.784349322, -0.463653922, -0.660185039, -0.590884984, 0.875079393, -0.445602953, -0.188777894),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138657168, -0.463664323, 0.875094056, -0.604617, -0.660206199, -0.445607573, 0.784354806, -0.590883434, -0.188797012),C1 = CFrame.new(0.0121393204, -2.83391571, -0.0116672516, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6859207, 2.31096935, -21.6592312, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0456066132, -2.21184349, -0.115180969, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6504459, 2.07197523, -21.0693359, 0.138792038, 0.604626596, 0.784314632, 0.463757426, 0.660069883, -0.590932548, -0.87500298, 0.445755035, -0.1887732),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138793007, 0.463767827, -0.875017762, 0.604630768, 0.660090983, 0.445759565, 0.784320116, -0.590930939, -0.188792318),C1 = CFrame.new(0.0120439529, -2.83395767, 0.0113754272, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2932739, 3.52030063, -23.9314117, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0231523514, 0.391742706, -0.0919876099, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5054388, 2.17473173, -21.7027493, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.184673309, -2.21190834, -0.115390778, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5685244, 1.94065547, -21.0376549, -0.272191077, -0.604763448, -0.748437822, 0.697199583, -0.660004437, 0.279770017, -0.663180232, -0.445666105, 0.60127908),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.272192985, 0.697207808, -0.663183451, -0.60476768, -0.660025537, -0.445670664, -0.748443067, 0.27976346, 0.601303041),C1 = CFrame.new(0.147912025, -2.91121483, -0.0116691589, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.7340918, 1.99551535, -20.894146, -0.138656184, -0.604612768, 0.784349322, -0.463653922, -0.660185039, -0.590884984, 0.875079393, -0.445602953, -0.188777894),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138657168, -0.463664323, 0.875094056, -0.604617, -0.660206199, -0.445607573, 0.784354806, -0.590883434, -0.188797012),C1 = CFrame.new(-0.0414657593, -3.03431892, -0.0116043091, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5341024, 2.07848501, -21.5212917, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.184797287, -2.41930389, -0.1153965, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.398655474, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.7159929, 1.860587, -20.6671638, -0.0690012872, 0.604647279, 0.793490052, 0.600927114, 0.660064518, -0.450738996, -0.796303391, 0.44573465, -0.408882201),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0690017864, 0.60093677, -0.796312571, 0.604651511, 0.660085678, 0.44573921, 0.793495595, -0.450734794, -0.408904463),C1 = CFrame.new(0.00959587097, -3.29300499, 0.0114154816, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6919937, 1.77206385, -20.594511, 0.604881644, -0.336887419, 0.721533895, 0.659969032, -0.294886798, -0.690975308, 0.44555822, 0.89415133, 0.0439793691),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.829572201, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604885817, 0.659990132, 0.44556278, -0.336889744, -0.294897258, 0.894170523, 0.721538961, -0.69097656, 0.0439647548),C1 = CFrame.new(0.0670080185, -3.39430428, -0.000137329102, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4138565, 2.16658306, -21.2976303, 0.138613969, 0.784350634, -0.604620636, 0.463844717, -0.590832293, -0.660098076, -0.874984741, -0.188936874, -0.44572106),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614953, 0.463855177, -0.874999583, 0.784356177, -0.590830743, -0.188955992, -0.604624867, -0.660119236, -0.44572565),C1 = CFrame.new(0.184818268, -2.55749893, 0.11514473, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5943956, 2.30260849, -21.2542515, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0453548431, -2.55741882, 0.115118027, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.396351129, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.729908, 1.84602022, -20.6784248, 0.0691040158, -0.604598463, 0.793518364, -0.600811541, -0.660189629, -0.450709909, 0.796381652, -0.44561556, -0.408859402),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0691045076, -0.600821197, 0.796390891, -0.604602695, -0.660210788, -0.445620149, 0.793523908, -0.450705707, -0.408881664),C1 = CFrame.new(0.00941562653, -3.29183578, -0.0116329193, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4273424, 2.52091742, -22.2177811, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.138625145, -1.58984947, -0.0691490173, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5544243, 1.95588303, -21.0274448, 0.271746695, 0.604820788, -0.748553038, -0.697183967, 0.659881651, 0.280098021, 0.663378835, 0.445769966, 0.600983143),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.271748573, -0.697192252, 0.663382053, 0.604825079, 0.659902811, 0.445774555, -0.748558223, 0.280091465, 0.601007044),C1 = CFrame.new(0.14804554, -2.91113281, 0.0114593506, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5739069, 1.98857296, -21.1013031, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.12739563, -2.8340435, -0.0116539001, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5466509, 2.46294165, -21.556612, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0455493927, -2.21185875, 0.115089417, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3438578, 2.61227489, -22.1562119, 0.138613969, 0.784350634, -0.604620636, 0.463844717, -0.590832293, -0.660098076, -0.874984741, -0.188936874, -0.44572106),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614953, 0.463855177, -0.874999583, 0.784356177, -0.590830743, -0.188955992, -0.604624867, -0.660119236, -0.44572565),C1 = CFrame.new(0.138496399, -1.58978653, 0.0690803528, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0209112, 6.96166372, -28.3153534, -0.283547223, -0.757085264, 0.588565171, -0.426404029, -0.450179338, -0.784526944, 0.85891819, -0.473427385, -0.19516407),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.28354916, -0.42641595, 0.858934999, -0.757090569, -0.450199068, -0.473428726, 0.588569283, -0.784531832, -0.195181936),C1 = CFrame.new(-1.01516151, 5.86164284, 0.390926361, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.27666, 6.63661003, -28.969759, -0.500113487, -0.363493413, 0.785967767, -0.290202737, -0.784769893, -0.547615826, 0.815858662, -0.501962543, 0.287004262),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.500116944, -0.290215641, 0.815878749, -0.363495946, -0.784789503, -0.501972497, 0.785973251, -0.547613442, 0.286994278),C1 = CFrame.new(-0.900107384, 6.24810219, -0.26994133, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.2312498, 6.62993908, -28.9460964, -0.363324314, 0.398672283, 0.84204638, -0.784824193, 0.35602048, -0.507212639, -0.501999855, -0.845143259, 0.183553696),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.363326818, -0.784843802, -0.502009809, 0.398675054, 0.356032997, -0.845161974, 0.842052281, -0.507208705, 0.183541298),C1 = CFrame.new(-0.865015984, 6.23060036, -0.236343384, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9703875, 6.62104607, -28.8072071, -0.423807025, -0.60472095, 0.674304307, -0.206930429, -0.660114169, -0.72207582, 0.881773114, -0.445561409, 0.154641837),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.423809975, -0.206940651, 0.881794035, -0.604725122, -0.660135269, -0.445565909, 0.674309015, -0.722078323, 0.154629707),C1 = CFrame.new(-0.681383133, 6.14111328, -0.0225906372, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1488018, 3.41117692, -23.9662228, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.16121769, 0.391637802, -0.0921897888, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.9248552, 6.60337448, -28.7909908, -0.604605258, 0.336970985, 0.721726596, -0.659965754, 0.295344114, -0.690783143, -0.445937991, -0.89396888, 0.0438384898),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.60460943, -0.659986913, -0.445942581, 0.336973339, 0.295354575, -0.893988073, 0.721731663, -0.690784276, 0.0438238382),C1 = CFrame.new(-0.638290405, 6.12504196, 0.000499725342, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4017448, 3.15692759, -23.2458782, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-0.0229701996, -0.391700745, -0.0919589996, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8936396, 7.07604599, -28.6278172, -0.426192373, -0.757086456, 0.495142728, -0.20878543, -0.450221747, -0.868143559, 0.880184889, -0.473385125, 0.0338261798),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.426195323, -0.208795726, 0.880205691, -0.757091761, -0.450241506, -0.473386496, 0.495146215, -0.868151426, 0.033813294),C1 = CFrame.new(-0.923919678, 6.20576477, 0.404144287, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.7497263, 6.64153576, -29.0849094, -0.604626536, 0.512143672, 0.610017836, -0.660161436, 0.106241874, -0.743548214, -0.445619464, -0.852277994, 0.273876816),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604630768, -0.660182536, -0.445623994, 0.512147248, 0.106251642, -0.852300346, 0.610022068, -0.743552089, 0.273867637),C1 = CFrame.new(-0.467975616, 6.42422867, 0.000597000122, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.789587, 6.66098785, -29.1114235, -0.583862841, -0.604714513, 0.541673958, -0.0130405966, -0.660116434, -0.751026332, 0.811721206, -0.445566624, 0.377547413),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.583866954, -0.0130498409, 0.811744511, -0.604718745, -0.660137594, -0.445571184, 0.541677713, -0.751031399, 0.377541065),C1 = CFrame.new(-0.505726814, 6.45092392, -0.0224781036, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3997211, 6.5445838, -28.6449585, 0.279727727, 0.363203168, 0.888719261, 0.422275037, 0.784762204, -0.453647912, -0.862204313, 0.502184391, 0.0661645979),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.279729694, 0.422286898, -0.862221122, 0.363205701, 0.784781873, 0.502194345, 0.88872546, -0.453642279, 0.0661497787),C1 = CFrame.new(-1.00358582, 5.90413475, -0.260354996, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3156214, 3.34019637, -23.5827637, 0.138779476, -0.784227371, 0.604742765, 0.463775158, 0.591021061, 0.659978151, -0.874995589, 0.188858822, 0.4457331),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785529, -0.875010252, -0.784232795, 0.591019511, 0.18887794, 0.604746997, 0.659999251, 0.44573772),C1 = CFrame.new(-9.53674316e-05, 3.05175781e-05, -0.069026947, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0934925, 6.77422905, -28.0211582, -0.121459737, -0.757111251, 0.641884804, -0.614998162, -0.450166285, -0.647373021, 0.779096067, -0.473398119, -0.410933495),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.121460587, -0.615011036, 0.77910769, -0.757116556, -0.450186074, -0.47339949, 0.641889334, -0.64737469, -0.410955131),C1 = CFrame.new(-1.01689053, 5.5072155, 0.354408264, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0606146, 6.54448318, -28.4679298, 0.23506546, 0.604593575, 0.761049867, 0.386858493, 0.660081863, -0.643891931, -0.89165324, 0.445781797, -0.0787145719),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.235067099, 0.386869013, -0.891670227, 0.604597807, 0.660103023, 0.445786387, 0.761055171, -0.643891573, -0.078731671),C1 = CFrame.new(-0.770979881, 5.7961998, 0.0235080719, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1818962, 3.64183784, -23.8493328, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.023109436, 0.391721725, 0.0921707153, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.0463734, 6.75559711, -28.0303688, -0.75715667, 0.0411481038, 0.651925504, -0.449848652, 0.69075954, -0.566084504, -0.473627359, -0.721891522, -0.504492402),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.757161975, -0.449868411, -0.47362873, 0.041148372, 0.690772533, -0.721900344, 0.651929975, -0.566084504, -0.50451529),C1 = CFrame.new(-0.967184067, 5.51316833, 0.366493225, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.3667011, 6.50619793, -28.6547642, -0.363279492, 0.16721499, 0.916544199, -0.78473556, 0.475323439, -0.397771299, -0.502170742, -0.863753617, -0.0414399356),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.363282055, -0.78475523, -0.502180755, 0.167216122, 0.475334525, -0.863768518, 0.916550517, -0.397764266, -0.0414567702),C1 = CFrame.new(-0.95315361, 5.89949417, -0.270101547, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4162569, 6.50824928, -28.6680431, -0.27953881, -0.363386989, 0.888703585, -0.422176778, -0.784781814, -0.4537054, 0.862313628, -0.502020776, 0.0659799203),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.279540718, -0.42218861, 0.862330437, -0.363389492, -0.784801424, -0.50203079, 0.888709843, -0.453699797, 0.0659650564),C1 = CFrame.new(-0.990726471, 5.90519333, -0.304628372, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4566164, 6.37406206, -28.3373299, 0.0403865315, 0.363243878, 0.930810928, 0.525309086, 0.784698606, -0.329033315, -0.849933982, 0.502254307, -0.159109294),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0403867923, 0.52531904, -0.84994638, 0.363246411, 0.784718215, 0.502264321, 0.930817366, -0.329024851, -0.159127995),C1 = CFrame.new(-1.00554276, 5.54796982, -0.270236969, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0372429, 3.53292847, -23.8840828, 0.138613969, 0.784350634, -0.604620636, 0.463844717, -0.590832293, -0.660098076, -0.874984741, -0.188936874, -0.44572106),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614953, 0.463855177, -0.874999583, 0.784356177, -0.590830743, -0.188955992, -0.604624867, -0.660119236, -0.44572565),C1 = CFrame.new(0.16126442, 0.391687393, 0.0922470093, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8589115, 7.0969429, -28.6060753, 0.426311344, 0.757075071, 0.495057762, 0.208943143, 0.450044811, -0.868197441, -0.880089819, 0.473571777, 0.0336873606),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.426314294, 0.208953455, -0.880110681, 0.757080317, 0.45006457, 0.473573118, 0.495061278, -0.868205309, 0.0336744189),C1 = CFrame.new(-0.913134575, 6.20124435, 0.448627472, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0587034, 6.79501009, -27.9994297, 0.121756703, 0.757079959, 0.641865551, 0.615042686, 0.449988782, -0.647454262, -0.779014647, 0.473617017, -0.410835862),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.121757552, 0.615055561, -0.77902627, 0.757085264, 0.450008571, 0.473618358, 0.641870022, -0.647455871, -0.410857499),C1 = CFrame.new(-1.00598717, 5.50266075, 0.398845673, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.290309, 3.27846217, -23.1638298, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0228738785, -0.391689301, 0.0922203064, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7617569, 6.69134426, -29.091011, 0.584021926, 0.604563713, 0.54167068, 0.0130961109, 0.660173893, -0.750974894, -0.811605871, 0.445686042, 0.377654344),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.584025979, 0.0131053478, -0.811629176, 0.604567945, 0.660195053, 0.445690602, 0.541674495, -0.7509799, 0.377647996),C1 = CFrame.new(-0.505691528, 6.4509964, 0.0234870911, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.4221325, 6.34169388, -28.3574963, -0.363530755, -0.0757658184, 0.928488553, -0.78465122, 0.562118471, -0.261361182, -0.502120852, -0.82356286, -0.263783574),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.363533229, -0.78467077, -0.502130866, -0.0757663772, 0.562127352, -0.823572874, 0.928495049, -0.261351496, -0.263803661),C1 = CFrame.new(-0.955560684, 5.5553894, -0.279743195, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4733362, 6.33795071, -28.3604012, -0.0401254818, -0.363332987, 0.930787444, -0.525124848, -0.784830391, -0.32901293, 0.850060105, -0.501983941, -0.159288764),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0401257537, -0.525134861, 0.850072563, -0.36333549, -0.784850001, -0.501993895, 0.930793881, -0.329004407, -0.159307435),C1 = CFrame.new(-0.992961884, 5.54909515, -0.314468384, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0884409, 6.5140152, -28.4885082, -0.23493275, -0.604623616, 0.761066973, -0.386718392, -0.660182714, -0.643872678, 0.891748965, -0.445591927, -0.0787053481),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.234934375, -0.386728913, 0.891766012, -0.604627788, -0.660203815, -0.445596457, 0.761072338, -0.64387238, -0.0787224695),C1 = CFrame.new(-0.770915985, 5.79622078, -0.0226020813, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.9761124, 6.93646097, -28.3147945, -0.757109702, 0.208495542, 0.61911279, -0.449878067, 0.520731986, -0.725542665, -0.473674655, -0.827846766, -0.300441265),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.757114947, -0.449897796, -0.473675996, 0.208496973, 0.520744503, -0.827861249, 0.619117081, -0.725546122, -0.300461084),C1 = CFrame.new(-0.965236664, 5.85567856, 0.40162468, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9861832, 6.9824667, -28.293541, 0.283742636, 0.757069111, 0.588491678, 0.42655164, 0.449975759, -0.784563422, -0.858780265, 0.473646581, -0.195238754),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.283744603, 0.42656365, -0.858797133, 0.757074416, 0.449995518, 0.473647952, 0.588495791, -0.784568369, -0.195256636),C1 = CFrame.new(-1.0043335, 5.85701752, 0.435379028, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9424973, 6.6513567, -28.7866554, 0.423971474, 0.604608774, 0.674301505, 0.207104951, 0.660056949, -0.722078145, -0.88165307, 0.445798159, 0.154643863),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.423974425, 0.207115188, -0.881673992, 0.604613006, 0.660078108, 0.445802748, 0.674306154, -0.722080529, 0.154631704),C1 = CFrame.new(-0.68129921, 6.14105225, 0.0234413147, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2598791, 6.67278147, -28.9465637, 0.500226438, 0.363252759, 0.786006987, 0.290422738, 0.784753561, -0.547522426, -0.815710902, 0.50216198, 0.287074625),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.500229895, 0.290435672, -0.815731049, 0.363255322, 0.784773111, 0.502171993, 0.786012471, -0.547520041, 0.287064672),C1 = CFrame.new(-0.912698746, 6.24690628, -0.225578308, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.8528652, 7.04688454, -28.6166039, -0.757158995, 0.361517161, 0.544060469, -0.449892402, 0.315209955, -0.835586011, -0.473582298, -0.877442658, -0.0760067403),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.75716424, -0.449912071, -0.473583609, 0.361519635, 0.315221161, -0.877461791, 0.544064224, -0.835592508, -0.0760221407),C1 = CFrame.new(-0.876825333, 6.18808365, 0.414543152, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0121841, 6.12481117, -27.9118462, -0.362847596, 0.604673505, 0.709011734, 0.726473868, 0.660046339, -0.19115153, -0.583579063, 0.445726067, -0.678768456),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.362850159, 0.726481259, -0.583579361, 0.604677737, 0.660067499, 0.445730656, 0.709016681, -0.191143975, -0.678792596),C1 = CFrame.new(-0.590021133, 5.12168884, 0.0235481262, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1171417, 6.33426094, -28.1831646, 0.0691040158, -0.604598463, 0.793518364, -0.600811541, -0.660189629, -0.450709909, 0.796381652, -0.44561556, -0.408859402),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0691045076, -0.600821197, 0.796390891, -0.604602695, -0.660210788, -0.445620149, 0.793523908, -0.450705707, -0.408881664),C1 = CFrame.new(-0.74487114, 5.44168472, -0.0225505829, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0400753, 6.09434223, -27.9325523, 0.362727433, -0.604661226, 0.709083676, -0.726400197, -0.660081148, -0.191311225, 0.583745539, -0.445691139, -0.678648293),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.362729996, -0.726407528, 0.583745778, -0.604665458, -0.660102308, -0.445695728, 0.709088624, -0.1913037, -0.678672433),C1 = CFrame.new(-0.589982986, 5.12181282, -0.0226593018, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.230437338),CFrame = CFrame.new(-13.9383259, 6.2881813, -28.3059406, -0.604602277, 0.13868095, 0.784353077, -0.66003114, 0.463952929, -0.59082222, -0.445845127, -0.874916971, -0.188958809),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 1),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604606509, -0.660052299, -0.445849717, 0.138681918, 0.46396333, -0.874931693, 0.784358561, -0.590820611, -0.188977912),C1 = CFrame.new(-0.554204941, 5.55255508, 0.000431060791, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6810293, 6.18607998, -28.5036983, -0.604602277, 0.13868095, 0.784353077, -0.66003114, 0.463952929, -0.59082222, -0.445845127, -0.874916971, -0.188958809),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604606509, -0.660052299, -0.445849717, 0.138681918, 0.46396333, -0.874931693, 0.784358561, -0.590820611, -0.188977912),C1 = CFrame.new(-0.254720688, 5.71394539, 0.000465393066, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.829572082, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.2967138, 6.0248394, -28.6830502, 0.764023066, 0.604730725, 0.224846035, -0.322900414, 0.660097241, -0.678211868, -0.558545947, 0.445573032, 0.699609876),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.76402837, -0.322894394, -0.55856961, 0.604734957, 0.660118401, 0.445577621, 0.224847585, -0.67822051, 0.699614644),C1 = CFrame.new(0.175859451, 5.84942055, 0.046459198, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.5837011, 6.05792093, -28.1876431, -0.138749465, 0.604797602, -0.784190357, -0.463831544, 0.65991956, 0.591042161, 0.874970436, 0.445745438, 0.188946322),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138750404, -0.463841945, 0.874985158, 0.604801834, 0.65994072, 0.445750028, -0.78419584, 0.591040611, 0.18896541),C1 = CFrame.new(-0.162336349, 5.39143944, 0.11555481, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.812562, 5.90729666, -27.5977383, 0.757014096, 0.432110548, 0.490098238, 0.450231016, -0.888549864, 0.0879519135, 0.473492026, 0.154090285, -0.867193341),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.757019401, 0.450250775, 0.473493397, 0.432113528, -0.888559103, 0.154080406, 0.490101635, 0.0879610628, -0.867215812),C1 = CFrame.new(-0.364234924, 4.77363777, 0.140628815, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.4752426, 5.97627544, -28.2137585, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(-0.0240917206, 5.39147377, 0.115592957, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9307938, 6.16483116, -28.1332417, 0.604503274, -0.138485864, 0.784463823, 0.660219848, -0.463876069, -0.590671778, 0.445700228, 0.874988616, -0.188969031),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.691311955),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604507446, 0.660240948, 0.445704758, -0.138486817, -0.46388647, 0.875003338, 0.784469366, -0.590670228, -0.188988164),C1 = CFrame.new(-0.508022308, 5.34527397, 0.000514984131, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.841423, 6.0189085, -28.0384197, 0.604503274, -0.138485864, 0.784463823, 0.660219848, -0.463876069, -0.590671778, 0.445700228, 0.874988616, -0.188969031),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.92174685, 0.691311955),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604507446, 0.660240948, 0.445704758, -0.138486817, -0.46388647, 0.875003338, 0.784469366, -0.590670228, -0.188988164),C1 = CFrame.new(-0.369606018, 5.20702362, 0.000473022461, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3067789, 5.95653534, -28.6713715, -0.604872823, 0.784165502, -0.13856259, -0.659985423, -0.59104687, -0.463731617, -0.445545763, -0.189034954, 0.875052869),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604877055, -0.660006583, -0.445550352, 0.784170926, -0.59104532, -0.189054042, -0.138563558, -0.463742048, 0.875067651),C1 = CFrame.new(0.206120491, 5.80613327, 0.000484466553, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8513212, 5.85927582, -27.7369804, -0.533922076, 0.604676664, 0.59099853, 0.751211524, 0.660025954, 0.00333443377, -0.388073832, 0.445751727, -0.806639373),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.533925831, 0.75121671, -0.388067752, 0.604680955, 0.660047114, 0.445756316, 0.591002643, 0.00334362872, -0.806662679),C1 = CFrame.new(-0.33996582, 4.86784363, 0.0234375, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.254324, 5.91163826, -27.8526878, 0.620728254, -0.363437802, 0.694690943, -0.605776191, -0.784808218, 0.13067396, 0.497723818, -0.501942694, -0.707310021),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.620732605, -0.605777442, 0.497719675, -0.363440335, -0.784827888, -0.501952708, 0.69469583, 0.130686998, -0.707332075),C1 = CFrame.new(-0.665149689, 4.93748856, -0.237228394, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.559824, 6.14707088, -28.6104374, 0.604796886, -0.784183204, -0.138793036, 0.659933388, 0.591073036, -0.463772386, 0.445725799, 0.18887949, 0.874994695),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.92174685, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604801118, 0.659954548, 0.445730388, -0.784188628, 0.591071486, 0.188898608, -0.138794005, -0.463782817, 0.875009537),C1 = CFrame.new(-0.116447449, 5.80607033, 0.000429153442, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7704172, 5.88670444, -27.9392605, -0.604834974, -0.784188151, 0.138599142, -0.659861624, 0.590972126, 0.464003295, -0.445780575, 0.189174697, -0.874903083),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604839206, -0.659882784, -0.445785135, -0.784193635, 0.590970516, 0.189193815, 0.138600096, 0.464013726, -0.874917865),C1 = CFrame.new(-0.254518509, 5.06879425, 0.000316619873, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.4158449, 5.87901497, -28.1503944, -0.784324169, 0.604623497, 0.138751894, 0.590875506, 0.659999907, 0.463929415, 0.188911945, 0.445862651, -0.874918044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784329712, 0.590873957, 0.188931048, 0.604627669, 0.660021067, 0.44586724, 0.138752863, 0.463939875, -0.874932826),C1 = CFrame.new(0.0680017471, 5.29916, 0.115535736, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-13.2785797, 5.94809866, -28.6973381, -0.604820788, 0.748398602, 0.272171527, -0.660013855, -0.279880494, -0.697146177, -0.445574284, -0.601276577, 0.663244247),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.60482502, -0.660035014, -0.445578814, 0.748403788, -0.279873997, -0.601300478, 0.272173434, -0.697154462, 0.663247526),C1 = CFrame.new(0.238126755, 5.82885361, 0.000392913818, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.829572082, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3522511, 5.96399546, -28.7240734, -0.763998747, -0.60474354, 0.224893674, 0.322909176, -0.660123765, -0.678181887, 0.558573961, -0.445516318, 0.699623764),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.764004111, 0.322903156, 0.558597624, -0.604747772, -0.660144925, -0.445520908, 0.224895284, -0.67819047, 0.699628413),C1 = CFrame.new(0.175998688, 5.84940338, -0.0455703735, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.42239, 6.13189459, -28.0753765, 0.313516736, -0.363389522, 0.877292216, -0.610384285, -0.78482604, -0.106973827, 0.727408469, -0.501949787, -0.46785301),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.313518941, -0.610390365, 0.727412939, -0.363392055, -0.78484565, -0.501959801, 0.877298295, -0.106962174, -0.467874974),C1 = CFrame.new(-0.88506794, 5.21118927, -0.292678833, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7841005, 6.21132565, -28.4012852, -0.604602277, 0.13868095, 0.784353077, -0.66003114, 0.463952929, -0.59082222, -0.445845127, -0.874916971, -0.188958809),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.691311955),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604606509, -0.660052299, -0.445849717, 0.138681918, 0.46396333, -0.874931693, 0.784358561, -0.590820611, -0.188977912),C1 = CFrame.new(-0.369821548, 5.62173843, 0.000452041626, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2376041, 5.94772482, -27.8294334, -0.620765388, 0.363265097, 0.694748104, 0.605916142, 0.784627378, 0.131110206, -0.497507066, 0.502350211, -0.707173109),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.620769799, 0.605917335, -0.497502893, 0.36326763, 0.784647048, 0.502360225, 0.694752932, 0.131123334, -0.707195222),C1 = CFrame.new(-0.677750587, 4.93619156, -0.192932129, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.9929571, 6.09970284, -27.9526863, 0.604518175, 0.272155523, 0.748648822, 0.660219729, -0.697002232, -0.279753715, 0.445679903, 0.6634022, -0.601023972),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604522407, 0.660240889, 0.445684463, 0.272157431, -0.697010458, 0.663405478, 0.748654068, -0.279747128, -0.601047873),C1 = CFrame.new(-0.552392006, 5.14845085, 0.000396728516, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0896177, 6.36471272, -28.1626492, -0.0690012872, 0.604647279, 0.793490052, 0.600927114, 0.660064518, -0.450738996, -0.796303391, 0.44573465, -0.408882201),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0690017864, 0.60093677, -0.796312571, 0.604651511, 0.660085678, 0.44573921, 0.793495595, -0.450734794, -0.408904463),C1 = CFrame.new(-0.74515152, 5.44166946, 0.0233383179, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4056072, 6.16805172, -28.0521851, -0.313303679, 0.363257825, 0.87742269, 0.610547543, 0.78471148, -0.106882647, -0.727363229, 0.502224088, -0.467628837),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.313305885, 0.610553563, -0.727367699, 0.363260359, 0.78473109, 0.502234042, 0.87742883, -0.106870979, -0.467650801),C1 = CFrame.new(-0.897649765, 5.20998764, -0.248325348, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0563345, 6.53532028, -27.7564697, -0.129151508, 0.757147312, 0.640338898, 0.813657999, 0.449999392, -0.368002176, -0.566795528, 0.473499238, -0.674169421),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.129152417, 0.813670516, -0.566798091, 0.757152617, 0.450019121, 0.47350058, 0.640343368, -0.367998868, -0.674193799),C1 = CFrame.new(-0.896558762, 5.16995811, 0.337108612, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3901739, 5.96461248, -28.3116512, 0.78427875, 0.604716897, -0.138601243, -0.5909428, 0.660112858, -0.463682979, -0.18889007, 0.445568591, 0.875072658),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784284234, -0.59094125, -0.188909158, 0.604721129, 0.660134017, 0.445573181, -0.138602227, -0.46369338, 0.87508744),C1 = CFrame.new(0.0680084229, 5.48352623, 0.115703583, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3710899, 6.02870131, -28.4326515, -0.784324169, 0.604623497, 0.138751894, 0.590875506, 0.659999907, 0.463929415, 0.188911945, 0.445862651, -0.874918044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784329712, 0.590873957, 0.188931048, 0.604627669, 0.660021067, 0.44586724, 0.138752863, 0.463939875, -0.874932826),C1 = CFrame.new(0.0679559708, 5.62177658, 0.115629196, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0116701, 6.26496792, -28.1720123, 0.604503274, -0.138485864, 0.784463823, 0.660219848, -0.463876069, -0.590671778, 0.445700228, 0.874988616, -0.188969031),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604507446, 0.660240948, 0.445704758, -0.138486817, -0.46388647, 0.875003338, 0.784469366, -0.590670228, -0.188988164),C1 = CFrame.new(-0.623306274, 5.41442108, 0.000444412231, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.0391264, 6.50013304, -28.4831047, -0.604602277, 0.13868095, 0.784353077, -0.66003114, 0.463952929, -0.59082222, -0.445845127, -0.874916971, -0.188958809),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604606509, -0.660052299, -0.445849717, 0.138681918, 0.46396333, -0.874931693, 0.784358561, -0.590820611, -0.188977912),C1 = CFrame.new(-0.725053787, 5.79189491, 0.000457763672, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-14.2130146, 5.93480015, -27.8729496, 0.363081753, 0.529806614, 0.766461253, 0.784827054, -0.617252409, 0.0548658371, 0.502170742, 0.581634581, -0.639913023),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.363084316, 0.784846723, 0.502180755, 0.529810309, -0.617255211, 0.581633151, 0.766466558, 0.0548786335, -0.639935493),C1 = CFrame.new(-0.642609596, 4.97168922, -0.205989838, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0913029, 6.51458883, -27.7783813, 0.129162505, -0.757106066, 0.640385509, -0.813497186, -0.450162739, -0.368157983, 0.567023635, -0.473409951, -0.674040079),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.129163414, -0.813509762, 0.567026317, -0.757111371, -0.450182438, -0.473411292, 0.640389919, -0.368154645, -0.674064517),C1 = CFrame.new(-0.907598495, 5.17466927, 0.292514801, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6353569, 5.59396458, -27.6371803, -0.668732822, 0.604602993, 0.432710052, 0.724725604, 0.660010993, 0.197794795, -0.166022047, 0.445874333, -0.879542887),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.668737471, 0.724728227, -0.166010141, 0.604607165, 0.660032094, 0.445878893, 0.432713032, 0.197805002, -0.879563928),C1 = CFrame.new(-0.0326499939, 4.68743134, 0.0233383179, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6146355, 5.82425547, -28.3163567, -0.138656184, -0.604612768, 0.784349322, -0.463653922, -0.660185039, -0.590884984, 0.875079393, -0.445602953, -0.188777894),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138657168, -0.463664323, 0.875094056, -0.604617, -0.660206199, -0.445607573, 0.784354806, -0.590883434, -0.188797012),C1 = CFrame.new(-0.0242214203, 5.3914299, -0.114772797, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0029068, 5.70359182, -27.7094193, 0.779414952, -0.363384128, 0.510343373, -0.551257133, -0.784838319, 0.283034801, 0.297703773, -0.501934528, -0.8120327),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.779420495, -0.551254988, 0.297694057, -0.363386631, -0.784857929, -0.501944482, 0.510346889, 0.283047736, -0.812053025),C1 = CFrame.new(-0.372073174, 4.75050926, -0.158714294, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.4349871, 5.81497478, -28.0294266, 0.78427875, 0.604716897, -0.138601243, -0.5909428, 0.660112858, -0.463682979, -0.18889007, 0.445568591, 0.875072658),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784284234, -0.59094125, -0.188909158, 0.604721129, 0.660134017, 0.445573181, -0.138602227, -0.46369338, 0.87508744),C1 = CFrame.new(0.067984581, 5.16095161, 0.115592957, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.81567, 5.90973377, -27.5463734, -0.489503711, 0.757041395, 0.432736158, 0.870831072, 0.449984014, 0.197818011, -0.0449817106, 0.473683089, -0.879524827),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.489507079, 0.870839059, -0.0449690633, 0.7570467, 0.450003743, 0.47368446, 0.432739168, 0.197828203, -0.879545867),C1 = CFrame.new(-0.377812386, 4.72938728, 0.163249969, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.322612256),CFrame = CFrame.new(-13.6800938, 5.59616661, -27.6313534, -0.604834974, -0.784188151, 0.138599142, -0.659861624, 0.590972126, 0.464003295, -0.445780575, 0.189174697, -0.874903083),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604839206, -0.659882784, -0.445785135, -0.784193635, 0.590970516, 0.189193815, 0.138600096, 0.464013726, -0.874917865),C1 = CFrame.new(-0.0701408386, 4.67714882, 0.000339508057, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8506403, 5.88909817, -27.5682335, 0.489485681, -0.757141471, 0.432581514, -0.870830715, -0.450119793, 0.197510555, 0.0451839045, -0.473394215, -0.879670024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.489489138, -0.870838642, 0.0451712571, -0.757146716, -0.450139523, -0.473395586, 0.432584554, 0.197520703, -0.879691005),C1 = CFrame.new(-0.38891983, 4.73409843, 0.118740082, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.9601078, 6.21342468, -27.6527309, 0.757025003, 0.290607035, 0.5851897, 0.450232446, -0.881050229, -0.144933045, 0.47347334, 0.373202384, -0.797813237),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.757030249, 0.450252205, 0.473474681, 0.290609032, -0.881061494, 0.373198569, 0.585193753, -0.144926593, -0.797837496),C1 = CFrame.new(-0.650466919, 4.94325447, 0.229011536, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3615217, 5.63367224, -28.3772869, -0.138656184, -0.604612768, 0.784349322, -0.463653922, -0.660185039, -0.590884984, 0.875079393, -0.445602953, -0.188777894),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138657168, -0.463664323, 0.875094056, -0.604617, -0.660206199, -0.445607573, 0.784354806, -0.590883434, -0.188797012),C1 = CFrame.new(0.298427582, 5.39147568, -0.114706039, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.510354, 5.87666321, -28.535326, 0.784310997, -0.604689479, 0.13853915, -0.590887189, -0.660143673, 0.463709861, -0.188930228, -0.445560157, -0.875068247),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.78431648, -0.590885699, -0.188949361, -0.604693711, -0.660164833, -0.445564777, 0.138540134, 0.463720262, -0.87508297),C1 = CFrame.new(0.0679531097, 5.62181091, -0.114706039, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.5550547, 5.72692966, -28.2531166, 0.784310997, -0.604689479, 0.13853915, -0.590887189, -0.660143673, 0.463709861, -0.188930228, -0.445560157, -0.875068247),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.78431648, -0.590885699, -0.188949361, -0.604693711, -0.660164833, -0.445564777, 0.138540134, 0.463720262, -0.87508297),C1 = CFrame.new(0.0680770874, 5.29922104, -0.114818573, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7230873, 5.90580845, -28.2901974, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(-0.162414551, 5.39131546, -0.114849091, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.1749287, 5.80483818, -28.6255493, -0.604872823, 0.784165502, -0.13856259, -0.659985423, -0.59104687, -0.463731617, -0.445545763, -0.189034954, 0.875052869),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604877055, -0.660006583, -0.445550352, 0.784170926, -0.59104532, -0.189054042, -0.138563558, -0.463742048, 0.875067651),C1 = CFrame.new(0.390520096, 5.713974, 0.000478744507, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.5742588, 5.66290617, -28.1321316, -0.784288228, -0.604740441, -0.138444692, 0.590874493, -0.660105586, -0.463780403, 0.189064205, -0.445547462, 0.875045657),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784293711, 0.590872943, 0.189083338, -0.604744673, -0.660126746, -0.445552021, -0.138445646, -0.463790834, 0.875060499),C1 = CFrame.new(0.0679998398, 5.16099739, -0.114780426, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.4701023, 5.71517897, -28.3511639, 0.138463199, -0.604802489, -0.784237266, 0.463958591, -0.659961164, 0.59089601, -0.874948502, -0.445677489, 0.189208522),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464153, 0.463968962, -0.874963224, -0.604806662, -0.659982264, -0.445681989, -0.784242749, 0.590894461, 0.189227641),C1 = CFrame.new(0.160167694, 5.39135361, -0.114906311, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6873522, 5.55800772, -27.6185703, -0.884947419, 0.363349974, 0.291257411, 0.459244013, 0.784589708, 0.416507304, -0.0771961957, 0.502347827, -0.861191332),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.884953618, 0.459238619, -0.0771815404, 0.363352507, 0.784609318, 0.502357781, 0.291259408, 0.416519225, -0.86120832),C1 = CFrame.new(-0.0557003021, 4.64726067, -0.0235443115, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7038889, 5.52184153, -27.6417923, 0.88494128, -0.36339125, 0.291224897, -0.459223539, -0.784839988, 0.416057974, 0.0773896798, -0.501926661, -0.861419439),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.884947419, -0.459218055, 0.0773750618, -0.363393724, -0.784859598, -0.501936674, 0.291226923, 0.416069895, -0.861436427),C1 = CFrame.new(-0.0429153442, 4.64851761, -0.0677680969, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6631889, 5.56353664, -27.6576538, 0.668709993, -0.604670703, 0.432650506, -0.724695385, -0.660150945, 0.197437897, 0.166245714, -0.44557488, -0.879652381),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.668714643, -0.724697948, 0.166233867, -0.604674935, -0.660172105, -0.445579439, 0.432653517, 0.197448045, -0.879673362),C1 = CFrame.new(-0.0326347351, 4.68737602, -0.0227012634, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.6284037, 5.58678055, -27.6876297, 0.604504585, 0.60993135, 0.512390435, 0.660250187, -0.743496001, 0.106055483, 0.44565323, 0.274210781, -0.852152824),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604508817, 0.660271287, 0.44565782, 0.609935641, -0.743499815, 0.274201602, 0.512393951, 0.106065303, -0.852175176),C1 = CFrame.new(-0.0134248734, 4.72921181, 0.000316619873, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.622901, 5.61124706, -27.5710754, -0.584789157, 0.757014513, 0.291438907, 0.790018737, 0.449968755, 0.416368723, 0.184045643, 0.473740518, -0.861196876),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.58479327, 0.790023804, 0.18406333, 0.757019818, 0.449988514, 0.473741889, 0.291440934, 0.416380644, -0.861213923),C1 = CFrame.new(-0.0455760956, 4.63932419, 0.0717391968, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.6260204, 5.61899376, -27.6219997, 0.757022917, 0.544160962, 0.361650646, 0.450114876, -0.83555311, 0.314979643, 0.473588288, -0.0756489336, -0.877470434),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.757028222, 0.450134635, 0.473589629, 0.544164777, -0.835559547, -0.0756643191, 0.361653149, 0.314990819, -0.877489507),C1 = CFrame.new(-0.0429840088, 4.68704796, 0.0522727966, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.6809511, 5.55845213, -27.6697845, 0.363133967, 0.841981053, 0.398983568, 0.784832954, -0.507205606, 0.356011242, 0.502123892, 0.183872625, -0.845000267),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.36313647, 0.784852564, 0.502133846, 0.841986895, -0.507201672, 0.183860242, 0.39898631, 0.356023729, -0.845018983),C1 = CFrame.new(-0.0412712097, 4.69317055, -0.0422039032, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6577511, 5.59045219, -27.5929222, 0.584741235, -0.757132411, 0.291229308, -0.790078461, -0.450114071, 0.416098416, -0.183942005, -0.473414242, -0.861398399),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.584745288, -0.790083528, -0.183959678, -0.757137656, -0.450133771, -0.473415554, 0.291231334, 0.416110337, -0.861415446),C1 = CFrame.new(-0.0564975739, 4.64396667, 0.0272026062, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8790283, 5.828794, -27.7576103, 0.533913791, -0.604691267, 0.590991318, -0.751112282, -0.660140336, 0.00310091046, 0.388277769, -0.445562929, -0.806645572),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.533917487, -0.751117408, 0.388271719, -0.604695499, -0.660161436, -0.445567459, 0.590995491, 0.00311008468, -0.806668937),C1 = CFrame.new(-0.339791298, 4.86791801, -0.0226325989, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9862471, 5.73973656, -27.6863022, -0.779430449, 0.363251567, 0.510414124, 0.551337719, 0.784614444, 0.283498406, -0.297514081, 0.502380371, -0.811826587),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.779435933, 0.551335573, -0.297504365, 0.36325407, 0.784634054, 0.502390325, 0.5104177, 0.28351137, -0.811846793),C1 = CFrame.new(-0.384729385, 4.7493515, -0.114477158, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.9698343, 5.73389816, -27.7348328, 0.363164455, 0.710074544, 0.60323447, 0.784798384, -0.582084537, 0.212681979, 0.5021559, 0.396195889, -0.768655419),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.363166988, 0.784817994, 0.502165914, 0.710079491, -0.582083941, 0.396188736, 0.603238702, 0.212695077, -0.768676698),C1 = CFrame.new(-0.359241486, 4.79138947, -0.1300354, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0032549, 6.20590496, -27.6254101, 0.3607786, -0.757144988, 0.544569969, -0.892284572, -0.450099438, -0.0346856266, 0.271386176, -0.473408014, -0.837972164),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.360781133, -0.892294943, 0.271379381, -0.757150233, -0.450119138, -0.473409325, 0.544573784, -0.0346778333, -0.837995768),C1 = CFrame.new(-0.685025215, 4.90987587, 0.210134506, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3307753, 5.86737967, -28.2485313, -0.138749465, 0.604797602, -0.784190357, -0.463831544, 0.65991956, 0.591042161, 0.874970436, 0.445745438, 0.188946322),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138750404, -0.463841945, 0.874985158, 0.604801834, 0.65994072, 0.445750028, -0.78419584, 0.591040611, 0.18896541),C1 = CFrame.new(0.160132408, 5.39144135, 0.11555481, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.368698746, 0.200000003),CFrame = CFrame.new(-13.8371649, 5.84310675, -27.7839241, 0.604482174, 0.456626803, 0.652747691, 0.660173595, -0.745710969, -0.0897237062, 0.445797324, 0.485178322, -0.752216637),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604486346, 0.660194695, 0.445801884, 0.456629992, -0.745717168, 0.485175222, 0.652752221, -0.0897152275, -0.752240598),C1 = CFrame.new(-0.310443878, 4.90338707, 0.000402450562, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7172365, 5.76819038, -27.8356667, -0.604834974, -0.784188151, 0.138599142, -0.659861624, 0.590972126, 0.464003295, -0.445780575, 0.189174697, -0.874903083),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.921749294),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604839206, -0.659882784, -0.445785135, -0.784193635, 0.590970516, 0.189193815, 0.138600096, 0.464013726, -0.874917865),C1 = CFrame.new(-0.162340164, 4.93055916, 0.000396728516, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.2223167, 5.78565121, -28.2746239, 0.138871953, 0.604605019, 0.784317136, 0.46372956, 0.660069525, -0.590954661, -0.875005066, 0.445784569, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872921, 0.463739932, -0.875019789, 0.604609251, 0.660090685, 0.445789158, 0.784322619, -0.590953052, -0.188712761),C1 = CFrame.new(0.29842186, 5.39141655, 0.115549088, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.529501, 5.81245327, -28.4143867, -0.784288228, -0.604740441, -0.138444692, 0.590874493, -0.660105586, -0.463780403, 0.189064205, -0.445547462, 0.875045657),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784293711, 0.590872943, 0.189083338, -0.604744673, -0.660126746, -0.445552021, -0.138445646, -0.463790834, 0.875060499),C1 = CFrame.new(0.0680389404, 5.48354912, -0.114776611, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.330184, 4.21818066, -28.8818092, 0.640591145, -0.604700208, 0.473251343, -0.735559404, -0.660131037, 0.152130723, 0.220430374, -0.445564538, -0.867666781),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.640595675, -0.735562682, 0.220419854, -0.60470444, -0.660152197, -0.445569068, 0.473254621, 0.152140751, -0.867688477),C1 = CFrame.new(2.82337713, 5.45829964, -0.0458145142, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.2470798, 5.04108906, -28.8568592, 0.791452527, -0.60464865, 0.0893826336, -0.560771227, -0.660118759, 0.499743164, -0.243151963, -0.445652664, -0.861529946),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.791457951, -0.560768962, -0.24317193, -0.604652882, -0.660139859, -0.445657194, 0.0893832371, 0.499753475, -0.861543536),C1 = CFrame.new(1.61325026, 5.69090462, -0.0458106995, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.1274576, 5.31581211, -29.2192822, 0.774060726, 0.604751229, -0.187329069, -0.618786514, 0.660084784, -0.425858736, -0.133870646, 0.445563614, 0.885163665),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.774066091, -0.61878562, -0.133888811, 0.604755461, 0.660105944, 0.445568204, -0.18733035, -0.425869167, 0.88517952),C1 = CFrame.new(1.61318111, 6.15203667, 0.04637146, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.6574593, 5.38392353, -28.6007614, -0.787674904, 0.604633629, -0.11820519, 0.412408501, 0.659991205, 0.627929211, 0.457670152, 0.445861787, -0.769225776),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.787680387, 0.412403673, 0.457692951, 0.604637861, 0.660012305, 0.445866376, -0.118206024, 0.627938628, -0.769233644),C1 = CFrame.new(1.04043102, 5.56886292, 0.0465240479, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.7130594, 5.32302046, -28.641861, 0.787622571, -0.604635417, -0.118544631, -0.412289917, -0.660136759, 0.627854168, -0.457867205, -0.445643812, -0.769234836),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.787627995, -0.41228506, -0.457889974, -0.604639649, -0.660157919, -0.445648402, -0.118545488, 0.627863586, -0.769242764),C1 = CFrame.new(1.04056978, 5.56887627, -0.0456180573, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-10.8270445, 3.73584199, -28.7467003, -0.604925692, 0.456468076, -0.652447701, -0.659873188, -0.745949626, 0.0899497792, -0.445640355, 0.484960705, 0.752449751),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604929924, -0.659894288, -0.445644885, 0.456471264, -0.745955884, 0.484957635, -0.65245223, 0.0899413005, 0.752473712),C1 = CFrame.new(3.47750998, 5.1861763, 0.000179290771, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9684057, 6.22671032, -27.603653, -0.360798717, 0.757096171, 0.544624388, 0.892338037, 0.450011492, -0.0344513655, -0.271183699, 0.473569483, -0.837946475),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.36080122, 0.892348349, -0.271176964, 0.757101476, 0.450031221, 0.473570824, 0.544628203, -0.0344435722, -0.837970078),C1 = CFrame.new(-0.674093246, 4.90531731, 0.254636765, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.15218353, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.6875677, 3.61692715, -28.6562405, 0.414846569, 0.604779184, -0.679801881, -0.738716066, 0.660039485, 0.136421829, 0.531215966, 0.445592791, 0.720568955),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.41484946, -0.738722801, 0.531214356, 0.604783416, 0.660060644, 0.44559738, -0.67980659, 0.136413783, 0.720593035),C1 = CFrame.new(3.64009237, 5.07121658, 0.0463199615, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.1912975, 5.10190916, -28.8158779, -0.791414857, 0.604623318, 0.0898854062, 0.560961545, 0.659942329, 0.499762535, 0.24283497, 0.445948213, -0.861466408),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.791420341, 0.560959339, 0.242854938, 0.60462755, 0.659963429, 0.445952773, 0.0898860246, 0.499772847, -0.861479938),C1 = CFrame.new(1.6133256, 5.69098091, 0.046333313, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.7272491, 4.70648432, -28.9630795, 0.60453701, 0.721735477, 0.337074131, 0.66019094, -0.690747261, 0.294924557, 0.44569701, 0.0442561731, -0.894068539),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604541242, 0.6602121, 0.445701569, 0.721740484, -0.690748453, 0.0442415439, 0.337076455, 0.294935048, -0.894087732),C1 = CFrame.new(2.23875141, 5.70078468, 0.000259399414, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.1417933, 5.49948788, -28.3218842, 0.730107844, -0.604624331, -0.318367869, -0.235669345, -0.66010499, 0.713221967, -0.641379476, -0.445705891, -0.624453008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.73011297, -0.235662252, -0.641403556, -0.604628563, -0.66012615, -0.44571045, -0.318370163, 0.713229835, -0.624454737),C1 = CFrame.new(0.539596558, 5.31124115, -0.0457458496, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.6890774, 5.38151646, -28.6577415, 0.604548454, 0.793580055, -0.0688319728, 0.660120726, -0.450785011, 0.600830853, 0.445785493, -0.408656627, -0.796390593),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604552627, 0.660141885, 0.445790052, 0.793585658, -0.450780809, -0.408678889, -0.0688324496, 0.600840509, -0.796399891),C1 = CFrame.new(1.02781343, 5.61322403, 0.000423431396, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.15218353, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.847333, 3.57035804, -28.577507, 0.49628979, -0.604721248, 0.622892261, -0.749895453, -0.660104692, -0.0433930606, 0.437430143, -0.445575058, -0.781076729),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.496293306, -0.749901235, 0.437425643, -0.60472542, -0.660125792, -0.445579588, 0.622896552, -0.0433842242, -0.781100392),C1 = CFrame.new(3.52743053, 4.95856667, -0.0459365845, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.373307467, 0.200000003),CFrame = CFrame.new(-10.558075, 3.38469768, -28.3949394, 0.604482174, 0.456626803, 0.652747691, 0.660173595, -0.745710969, -0.0897237062, 0.445797324, 0.485178322, -0.752216637),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.0460873395, 1, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604486346, 0.660194695, 0.445801884, 0.456629992, -0.745717168, 0.485175222, 0.652752221, -0.0897152275, -0.752240598),C1 = CFrame.new(3.82953882, 4.75282669, 0.0877494812, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.15218353, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.7915554, 3.63128424, -28.5364113, -0.496369392, 0.604687035, 0.622861922, 0.749975443, 0.66003108, -0.0431280434, -0.437202722, 0.445730269, -0.781115413),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.496372879, 0.749981225, -0.437198132, 0.604691267, 0.66005224, 0.445734859, 0.622866273, -0.0431191698, -0.781139195),C1 = CFrame.new(3.52741766, 4.95859146, 0.0463256836, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.6341467, 4.7882309, -29.210207, -0.604877591, 0.721551776, -0.336856395, -0.659923017, -0.690963984, -0.295016497, -0.445631862, 0.043866124, 0.894120276),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604881763, -0.659944117, -0.445636421, 0.721556783, -0.690965176, 0.0438515134, -0.33685872, -0.295026988, 0.894139469),C1 = CFrame.new(2.31013918, 5.96786118, 0.000387191772, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.3524981, 5.50660419, -27.9428978, 0.604528069, 0.784399927, 0.138739571, 0.66015476, -0.590823054, 0.463775754, 0.445762664, -0.188761458, -0.875001431),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.691311955),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604532301, 0.66017592, 0.445767254, 0.78440541, -0.590821505, -0.188780561, 0.13874054, 0.463786215, -0.875016212),C1 = CFrame.new(0.298560143, 4.95367622, 0.000448226929, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.368699729),CFrame = CFrame.new(-13.4598875, 5.44342327, -27.7037201, 0.604528069, 0.784399927, 0.138739571, 0.66015476, -0.590823054, 0.463775754, 0.445762664, -0.188761458, -0.875001431),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604532301, 0.66017592, 0.445767254, 0.78440541, -0.590821505, -0.188780561, 0.13874054, 0.463786215, -0.875016212),C1 = CFrame.new(0.206497192, 4.70018387, 0.000394821167, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-10.8870325, 3.74402022, -28.6773338, 0.604482174, 0.456626803, 0.652747691, 0.660173595, -0.745710969, -0.0897237062, 0.445797324, 0.485178322, -0.752216637),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604486346, 0.660194695, 0.445801884, 0.456629992, -0.745717168, 0.485175222, 0.652752221, -0.0897152275, -0.752240598),C1 = CFrame.new(3.41252708, 5.12094688, 0.000221252441, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.15218353, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.7433481, 3.55603957, -28.6971703, -0.415022373, -0.604818821, -0.679659367, 0.738797307, -0.659992993, 0.136206672, -0.530965507, -0.445608169, 0.720744073),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.415025264, 0.738804102, -0.530963898, -0.604822993, -0.660014093, -0.445612729, -0.679664135, 0.136198625, 0.720768154),C1 = CFrame.new(3.6400485, 5.071064, -0.0458450317, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.2745285, 4.27908421, -28.840847, -0.640708566, 0.604582548, 0.4732427, 0.735537529, 0.660061061, 0.152539864, -0.220162079, 0.445827812, -0.867599666),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.640713036, 0.735540748, -0.220151559, 0.60458672, 0.660082161, 0.445832342, 0.473245949, 0.152549893, -0.867621362),C1 = CFrame.new(2.82330704, 5.45841408, 0.0462989807, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.5942402, 4.83565807, -29.2313213, 0.699201882, 0.604778051, -0.381243259, -0.707930803, 0.660060823, -0.251232743, 0.0997195542, 0.445562661, 0.889658809),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.699206769, -0.707932651, 0.0997061357, 0.604782283, 0.660081983, 0.44556725, -0.381245881, -0.251243114, 0.889678895),C1 = CFrame.new(2.31740189, 6.01386452, 0.0464172363, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.230436713, 0.200000003),CFrame = CFrame.new(-13.1697388, 5.52593708, -28.2196407, -0.604896188, -0.138614193, -0.784138322, -0.659888446, -0.46384871, 0.59106344, -0.445657849, 0.874982655, 0.189096019),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.60490036, -0.659909546, -0.445662409, -0.138615176, -0.463859171, 0.874997437, -0.784143746, 0.591061831, 0.189115107),C1 = CFrame.new(0.48274231, 5.23015976, 0.000383377075, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.373307467, 0.200000003),CFrame = CFrame.new(-10.5430613, 3.38269234, -28.4123135, -0.604925692, 0.456468076, -0.652447701, -0.659873188, -0.745949626, 0.0899497792, -0.445640355, 0.484960705, 0.752449751),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.0460873395, 1, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604929924, -0.659894288, -0.445644885, 0.456471264, -0.745955884, 0.484957635, -0.65245223, 0.0899413005, 0.752473712),C1 = CFrame.new(3.84578085, 4.76918221, 0.0877609253, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.1793985, 4.267241, -29.0557556, -0.604922533, 0.609737098, -0.512128413, -0.659871697, -0.743822098, -0.106124029, -0.445646644, 0.273758262, 0.852301896),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604926825, -0.659892857, -0.445651203, 0.60974133, -0.743825912, 0.273749053, -0.512131989, -0.106133811, 0.852324188),C1 = CFrame.new(2.94550323, 5.65417862, 0.000225067139, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.2642584, 5.50545692, -28.0611305, -0.604896188, -0.138614193, -0.784138322, -0.659888446, -0.46384871, 0.59106344, -0.445657849, 0.874982655, 0.189096019),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.60490036, -0.659909546, -0.445662409, -0.138615176, -0.463859171, 0.874997437, -0.784143746, 0.591061831, 0.189115107),C1 = CFrame.new(0.390774727, 5.06884384, 0.000352859497, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.50696075, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.0019169, 5.53307343, -28.3548126, -0.730233312, 0.604665339, -0.318002224, 0.23578456, 0.659897804, 0.713375688, 0.641194344, 0.445957154, -0.624463856),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.730238378, 0.235777467, 0.641218424, 0.604669571, 0.659918904, 0.445961714, -0.318004459, 0.713383496, -0.624465585),C1 = CFrame.new(0.635681152, 5.37503052, 0.0463256836, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.7185202, 4.72673512, -28.9013939, -0.74129647, 0.604629219, 0.291357726, 0.671065688, 0.659970522, 0.337748826, 0.0119097885, 0.445898682, -0.89498347),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.741301596, 0.671066225, 0.0119255865, 0.604633391, 0.659991622, 0.445903212, 0.291359782, 0.337759376, -0.895001769),C1 = CFrame.new(2.22198296, 5.65740585, 0.0463962555, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.2111988, 5.09170198, -28.8771496, 0.604544163, 0.784293413, 0.139271066, 0.660500765, -0.591301739, 0.462672085, 0.445228368, -0.187702596, -0.875501215),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604548335, 0.660521865, 0.445232898, 0.784298897, -0.591300189, -0.187721685, 0.139272034, 0.462682486, -0.875515938),C1 = CFrame.new(1.6153183, 5.73710632, 0.000255584717, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.2738581, 4.24770784, -28.8986626, 0.604504585, 0.60993135, 0.512390435, 0.660250187, -0.743496001, 0.106055483, 0.44565323, 0.274210781, -0.852152824),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604508817, 0.660271287, 0.44565782, 0.609935641, -0.743499815, 0.274201602, 0.512393951, 0.106065303, -0.852175176),C1 = CFrame.new(2.85329103, 5.4945507, 0.000225067139, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.460873425, 0.200000003),CFrame = CFrame.new(-13.0243778, 5.52386808, -28.4137383, 0.604588211, 0.748699486, -0.271860957, 0.660084426, -0.279942334, 0.697054684, 0.445785552, -0.600873113, -0.663467944),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.604592383, 0.660105586, 0.445790082, 0.748704731, -0.279935807, -0.600897074, -0.271862894, 0.69706291, -0.663471162),C1 = CFrame.new(0.634630203, 5.41921043, 0.000408172607, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.7744846, 4.66595793, -28.9424191, 0.741295338, -0.604715645, 0.2911807, -0.671068311, -0.660128176, 0.337434918, -0.0118201012, -0.445547611, -0.895159483),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.741300583, -0.671068907, -0.0118359132, -0.604719877, -0.660149336, -0.44555217, 0.291182727, 0.337445498, -0.895177722),C1 = CFrame.new(2.22174788, 5.65736198, -0.0458488464, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.1325321, 4.3084693, -29.0769043, 0.576659262, 0.604750037, -0.549297392, -0.748871982, 0.660010576, -0.0595070682, 0.326571077, 0.445675164, 0.833479464),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.576663315, -0.748876452, 0.326563299, 0.604754269, 0.660031736, 0.445679754, -0.549301207, -0.0595166236, 0.833502293),C1 = CFrame.new(2.96189404, 5.69830132, 0.0463562012, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.1883116, 4.24763441, -29.1179695, -0.576774776, -0.604835689, -0.549081802, 0.748854995, -0.660026073, -0.0595503077, -0.326406002, -0.445536256, 0.833618402),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.576778829, 0.748859465, -0.326398224, -0.604839861, -0.660047174, -0.445540786, -0.549085617, -0.0595598556, 0.833641231),C1 = CFrame.new(2.9618454, 5.69829178, -0.0458335876, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.6498985, 4.77483273, -29.2723904, -0.699235559, -0.604832947, -0.381094575, 0.707919717, -0.660047829, -0.251298487, -0.0995629206, -0.445507735, 0.889703989),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.699240386, 0.707921565, -0.0995495021, -0.60483712, -0.660068929, -0.445512265, -0.381097257, -0.251308888, 0.889724016),C1 = CFrame.new(2.31744337, 6.01387978, -0.0456943512, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.183238, 5.25500631, -29.2602005, -0.774058104, -0.604819357, -0.187119052, 0.61874193, -0.660072982, -0.425941974, 0.134090871, -0.445488662, 0.885168076),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.774063528, 0.618741035, 0.13410902, -0.604823589, -0.660094142, -0.445493251, -0.187120348, -0.425952435, 0.88518393),C1 = CFrame.new(1.61308718, 6.15191269, -0.0457344055, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.6958046, 5.7162323, -29.0411835, 0.796211421, 0.604695916, 0.0194020346, -0.487440526, 0.660130501, -0.57148391, -0.358369112, 0.445571154, 0.820366442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.796216905, -0.48743695, -0.358390778, 0.604700089, 0.66015166, 0.445575684, 0.0194021855, -0.571493804, 0.820377111),C1 = CFrame.new(0.897163868, 6.10304832, 0.0464496613, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.7208805, 5.65840721, -29.0246887, -0.604857981, 0.793320596, 0.0691037476, -0.660005629, -0.450892359, -0.600876868, -0.445536256, -0.409041822, 0.796332419),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604862154, -0.660026729, -0.445540756, 0.793326199, -0.450888187, -0.409064114, 0.0691042095, -0.600886524, 0.796341658),C1 = CFrame.new(0.908548832, 6.058321, 0.000463485718, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.7514629, 5.65539265, -29.0821953, -0.796137452, -0.604790509, 0.0194862131, 0.487479955, -0.660099089, -0.571486473, 0.358479679, -0.445489079, 0.820362449),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.796142995, 0.487476349, 0.358501315, -0.604794741, -0.660120249, -0.445493639, 0.0194863472, -0.571496367, 0.820373237),C1 = CFrame.new(0.897202492, 6.10300446, -0.0456447601, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.1599188, 5.26274681, -29.1997757, -0.60492003, 0.783987045, -0.139363274, -0.660001338, -0.591581643, -0.463026702, -0.445458233, -0.188099757, 0.875299037),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604924262, -0.660022438, -0.445462763, 0.783992589, -0.591580093, -0.188118845, -0.139364243, -0.463037103, 0.875313818),C1 = CFrame.new(1.61539316, 6.10585785, 0.00040435791, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.385601, 2.56658745, -22.1870136, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.138568878, -1.58980751, -4.76837158e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.230436713, 0.200000003),CFrame = CFrame.new(-14.6829844, 1.87747288, -20.7628784, 0.793517411, -0.0691470131, 0.604594886, -0.450633526, 0.600915372, 0.660147309, -0.408945352, -0.796299517, 0.44568336),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.793522954, -0.450629324, -0.408967644, -0.0691475123, 0.600925028, -0.796308815, 0.604599059, 0.660168409, 0.44568789),C1 = CFrame.new(0.0435819626, -3.19684029, -0.000133514404, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.276524067, 0.200000003),CFrame = CFrame.new(-14.6163502, 2.3869319, -21.6078339, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0456314087, -2.21194839, -6.10351563e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6641512, 2.22666597, -21.3055325, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0455093384, -2.55743408, -4.76837158e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.649148, 1.9979043, -20.9872704, 0.609828532, 0.512264132, 0.604715466, -0.743667185, 0.106100842, 0.660049915, 0.273975044, -0.852223277, 0.44566381),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.609832823, -0.743671119, 0.273965895, 0.512267709, 0.10611061, -0.852245569, 0.604719698, 0.660071075, 0.445668399),C1 = CFrame.new(0.0413331985, -2.9399395, -0.00016784668, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5978069, 1.90554214, -20.9201775, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.123508453, -3.03436089, -0.000202178955, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.640892, 1.93414736, -20.9038277, 0.784299672, -0.138622239, -0.604684949, -0.590880692, -0.463887721, -0.660024643, -0.188997388, 0.87496084, -0.445742697),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.92174685, 0.115218662),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784305155, -0.590879142, -0.189016521, -0.138623208, -0.463898122, 0.874975562, -0.604689181, -0.660045743, -0.445747286),C1 = CFrame.new(0.0697250366, -3.04137802, -8.20159912e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4835482, 2.09052181, -21.3489876, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.184798241, -2.55749321, -9.53674316e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-14.1653576, 3.3040154, -23.5780602, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.138254166, -2.47955322e-05, 3.81469727e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5042477, 2.23466778, -21.2758999, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695867538, -2.55747795, 0.115123749, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.276524067, 0.200000003),CFrame = CFrame.new(-14.4356842, 2.25082946, -21.6513939, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.184720993, -2.21188736, -8.96453857e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4644022, 2.15461779, -21.4699707, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.18478775, -2.41924477, -0.000120162964, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.612114, 2.03026819, -21.0852871, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0697660446, -2.83402252, -9.15527344e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4850435, 2.29871225, -21.3968487, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.069644928, -2.41927719, 0.115116119, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.4815407, 2.56184244, -22.2047253, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0694675446, -1.58981323, -0.0690822601, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4004421, 2.36833286, -21.8731194, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.184801102, -1.95848274, -1.90734863e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-13.957571, 4.1279211, -24.9251842, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.068775177, 1.58969498, 0.0692577362, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.230436713, 0.200000003),CFrame = CFrame.new(-14.6417847, 1.84645355, -20.7728653, 0.721523643, 0.337064028, 0.604795456, -0.690971613, 0.294773936, 0.660023451, 0.0442079306, -0.894122005, 0.44559446),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.721528709, -0.690972745, 0.0441933013, 0.337066352, 0.294784397, -0.894141197, 0.604799688, 0.660044611, 0.44559902),C1 = CFrame.new(0.0961122513, -3.19676971, -0.000152587891, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6820288, 1.96904826, -20.899929, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0161008835, -3.03431129, -0.000175476074, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5994272, 2.0731132, -21.1658688, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0696163177, -2.74188042, -4.57763672e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5812845, 2.50454497, -21.829628, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0457420349, -1.95845795, -5.53131104e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6045904, 1.96433306, -20.9979897, 0.748663962, -0.272067219, 0.604539394, -0.279728711, 0.697108328, 0.660118401, -0.601016879, -0.663327098, 0.445801198),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.748669088, -0.279722124, -0.60104084, -0.272069097, 0.697116494, -0.663330317, 0.604543626, 0.660139561, 0.445805788),C1 = CFrame.new(0.0981426239, -2.93994713, -0.00016784668, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.276524067, 0.200000003),CFrame = CFrame.new(-14.4563808, 2.39493942, -21.5783081, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695323944, -2.21188736, 0.115106583, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6450672, 2.29072523, -21.4264221, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0455646515, -2.41929245, -9.3460083e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5605278, 2.36035895, -21.9026699, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695304871, -1.9585228, -0.115245819, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.4211988, 2.51245666, -21.8000412, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695581436, -1.95847893, 0.115146637, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.3979921, 2.65303254, -22.1431828, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0694923401, -1.58979607, 0.0690631866, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7429514, 4.57000446, -26.0261002, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.183779716, 2.78785324, 0.000257492065, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9029732, 4.56195307, -26.0557041, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0686159134, 2.78783417, -0.115005493, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7941637, 4.39891815, -25.703476, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.183782578, 2.41909218, 0.000122070313, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9541302, 4.39104223, -25.7330322, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0685491562, 2.41912079, -0.114971161, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6550503, 5.07742023, -26.6383801, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0685157776, 3.57113647, 0.115531921, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9237337, 4.7061286, -25.9825859, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0466680527, 2.78782654, 0.00020980835, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7637691, 4.71411037, -25.9529953, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0684947968, 2.787817, 0.115386963, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3641548, 3.23131132, -23.2004414, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0460195541, -0.391756058, 0.00012588501, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.0535154, 4.12312317, -24.9429016, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.000297546387, 1.58966827, 0.000183105469, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7945032, 4.92538071, -26.7410717, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0683689117, 3.57115746, -0.114925385, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6345301, 4.93328476, -26.7115307, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.18359375, 3.57115746, 0.000183105469, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.255681, 3.59460974, -23.8859482, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0461606979, 0.391630173, 6.10351563e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6435165, 2.08250761, -21.3786201, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0696601868, -2.55746269, -0.115314484, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6244316, 2.14666891, -21.499527, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695476532, -2.41926003, -0.115299225, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-13.7248125, 4.77884102, -26.3600807, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.137674332, 3.17947006, 0.000257492065, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.276524067, 0.200000003),CFrame = CFrame.new(-14.5956497, 2.24281168, -21.680933, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.069568634, -2.21193886, -0.115268707, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-13.8209982, 4.77413225, -26.377821, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0683641434, 3.17947197, -0.0689144135, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.06000888, 0.200000003),CFrame = CFrame.new(-13.7024803, 5.29877377, -27.1605606, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.000875473022, 4.12415504, 0.0002784729, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9748926, 4.53512383, -25.6599407, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0466756821, 2.41909218, 0.000169754028, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-13.7373285, 4.86536121, -26.3162308, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0684528351, 3.17948341, 0.0693511963, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.06000888, 0.200000003),CFrame = CFrame.new(-13.6900253, 5.21232414, -27.2044487, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0682640076, 4.12420082, -0.0688228607, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.06000888, 0.200000003),CFrame = CFrame.new(-13.6064758, 5.30357361, -27.1428127, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0682382584, 4.12416458, 0.0694046021, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.06000888, 0.200000003),CFrame = CFrame.new(-13.5940189, 5.21713305, -27.1866264, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.137359619, 4.12414932, 0.000343322754, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-14.5323601, 2.29748821, -21.5892925, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0695962906, -2.25800133, -6.48498535e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-13.9451771, 4.0414381, -24.9690266, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.137877464, 1.5896759, 0.000118255615, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0956545, 3.6025629, -23.8563652, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0690689087, 0.391622543, 0.115253448, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2349844, 3.4505744, -23.9590111, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0689792633, 0.391645432, -0.115076065, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.1834316, 3.09508228, -23.2440376, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.184459686, -0.391714096, 3.24249268e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.0411186, 4.03666115, -24.9868507, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0688152313, 1.5897541, -0.0689888, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8151951, 5.0694561, -26.6680126, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.0467910767, 3.57116508, 0.000238418579, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-13.8333931, 4.8606143, -26.3339462, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(-0.000744819641, 3.17946243, 0.000238418579, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8148031, 4.54307079, -25.6303253, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0686016083, 2.41906357, 0.115409851, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8070784, 5.83899117, -27.8184967, 0.456347555, 0.652630091, 0.604819655, -0.745853662, -0.0901033208, 0.659960568, 0.485221565, -0.752273202, 0.445654541),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.456350774, -0.745859921, 0.485218465, 0.652634621, -0.0900948867, -0.752297103, 0.604823947, 0.659981728, 0.445659131),C1 = CFrame.new(-0.277885437, 4.93590546, 0.000469207764, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.012044, 6.29759979, -28.2198677, -0.0691105947, 0.79337281, -0.604788661, 0.600990951, -0.450772971, -0.659983337, -0.796245694, -0.40907222, -0.445663184),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.691310167, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0691111013, 0.601000547, -0.796255052, 0.793378413, -0.450768799, -0.409094483, -0.604792893, -0.660004497, -0.445667744),C1 = CFrame.new(-0.633844376, 5.47137833, 0.000434875488, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.4151754, 6.03818703, -28.645277, -0.784364343, 0.138759792, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836216),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.13876076, 0.463881642, -0.874962509, -0.604573846, -0.660088241, -0.445840806),C1 = CFrame.new(0.0679244995, 5.80612755, 0.000478744507, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3434553, 3.0871067, -23.2735786, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0692367554, -0.39175415, -0.115154266, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7899837, 5.91145229, -27.6378193, 0.431964934, 0.48988834, 0.757233024, -0.888656139, 0.087938197, 0.450023979, 0.153885543, -0.867313325, 0.473338872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.431967974, -0.888665318, 0.153875604, 0.489891768, 0.0879473165, -0.867335796, 0.757238269, 0.450043678, 0.473340183),C1 = CFrame.new(-0.341412544, 4.81377029, 0.139162064, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-14.1777515, 3.3905108, -23.5342312, 0.784341455, 0.138654456, 0.604623437, -0.590882301, 0.463704169, 0.660152197, -0.188818961, -0.875052929, 0.445637405),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.188838065, 0.138655409, 0.4637146, -0.875067711, 0.604627609, 0.660173297, 0.445641935),C1 = CFrame.new(0.0691461563, 1.14440918e-05, 0.0691795349, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8914051, 6.57141972, -28.7890148, 0.33679983, 0.721672416, -0.604765236, 0.295156151, -0.690842211, -0.659987926, -0.894095421, 0.0437993966, -0.445688039),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.336802155, 0.295166671, -0.894114614, 0.721677423, -0.690843403, 0.0437847041, -0.604769468, -0.660009086, -0.445692629),C1 = CFrame.new(-0.59354496, 6.11313438, 0.000509262085, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.9212761, 6.19679689, -28.1938076, 0.138551533, 0.784287274, -0.604717433, 0.463891864, -0.590876698, -0.660025299, -0.87496984, -0.189061522, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.691310167, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552487, 0.463902265, -0.874984562, 0.784292758, -0.590875149, -0.189080641, -0.604721606, -0.660046399, -0.445702344),C1 = CFrame.new(-0.508008957, 5.41441727, 0.000381469727, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.322611392, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.093648, 5.56317616, -28.3781624, 0.748526335, 0.272120714, -0.604685724, -0.279775321, -0.697164059, -0.660039723, -0.601166666, 0.663246512, -0.445719481),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.74853152, -0.279768765, -0.601190567, 0.272122651, -0.697172284, 0.663249731, -0.604689956, -0.660060823, -0.44572401),C1 = CFrame.new(0.550354004, 5.39669991, 0.000329971313, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9197693, 6.20340061, -27.7078724, 0.290482014, 0.584994078, 0.757224023, -0.881102681, -0.145095855, 0.450077325, 0.37317571, -0.797927082, 0.473302573),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.290484101, -0.881113946, 0.373171896, 0.584998131, -0.145089418, -0.797951341, 0.757229269, 0.450097024, 0.473303884),C1 = CFrame.new(-0.602491379, 4.99245453, 0.22220993, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0749559, 3.45851159, -23.9294796, 0.784341455, 0.138654441, 0.604623377, -0.590882301, 0.463704258, 0.660152197, -0.188818976, -0.875053048, 0.445637465),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.18883808, 0.138655409, 0.463714659, -0.87506777, 0.604627609, 0.660173297, 0.445641994),C1 = CFrame.new(0.184229851, 0.391675949, 8.39233398e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.160347, 5.93853474, -27.9170685, 0.529651403, 0.766349077, 0.363544703, -0.617430687, 0.0544509888, 0.784715652, 0.58158648, -0.640082896, 0.502010047),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.529655099, -0.617433548, 0.581585109, 0.766354442, 0.0544638075, -0.640105247, 0.363547146, 0.784735262, 0.502020001),C1 = CFrame.new(-0.595174789, 5.01933289, -0.1913414, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.50696075, 0.460873425, 0.200000003),CFrame = CFrame.new(-13.0997276, 5.71671724, -28.5971413, -0.272019506, 0.748485148, -0.604782224, 0.697189033, -0.279897898, -0.659961402, -0.663261831, -0.601160884, -0.445704371),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.272021413, 0.697197258, -0.663265049, 0.748490334, -0.279891342, -0.601184845, -0.604786456, -0.659982562, -0.44570896),C1 = CFrame.new(0.496210098, 5.65868187, 0.000431060791, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3242807, 6.48782349, -28.6566582, 0.167244792, 0.916552603, -0.363244683, 0.475334704, -0.397755802, -0.784736753, -0.863741636, -0.0414038822, -0.502194285),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.167245939, 0.475345761, -0.863756478, 0.916558981, -0.397748768, -0.0414207131, -0.363247216, -0.784756362, -0.502204239),C1 = CFrame.new(-0.908666611, 5.89851379, -0.257427216, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9999437, 6.48257685, -27.8451042, -0.129264355, 0.640349329, -0.757119358, 0.813717723, -0.367845178, -0.450019807, -0.566684008, -0.674245119, -0.47352469),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.691310167, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.129265293, 0.81373024, -0.56668663, 0.640353799, -0.36784187, -0.674269557, -0.757124603, -0.450039566, -0.473526031),C1 = CFrame.new(-0.804426193, 5.23088264, 0.296884537, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.276524067, 0.276524782),CFrame = CFrame.new(-13.0431423, 5.65313148, -28.5797882, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(0.574887276, 5.62185669, 0.000400543213, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.4727354, 5.84580231, -28.2824669, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0679454803, 5.39144516, 0.000352859497, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-14.2614212, 3.29927969, -23.5957718, 0.784341455, 0.138654441, 0.604623377, -0.590882301, 0.463704258, 0.660152197, -0.188818976, -0.875053048, 0.445637465),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.18883808, 0.138655409, 0.463714659, -0.87506777, 0.604627609, 0.660173297, 0.445641994),C1 = CFrame.new(0.0690498352, -4.38690186e-05, -0.069065094, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3577442, 6.32356262, -28.3757401, -0.0756472796, 0.928592086, -0.363290966, 0.562047601, -0.26124233, -0.784741521, -0.823622167, -0.263536781, -0.502153158),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0756477937, 0.562056482, -0.82363224, 0.928598583, -0.261232674, -0.263556868, -0.363293439, -0.78476119, -0.502163172),C1 = CFrame.new(-0.890899658, 5.57187653, -0.260911942, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.8096476, 6.12586021, -28.2400589, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.691310167, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(-0.369803429, 5.43747711, 0.00043296814, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.2041912, 3.2392323, -23.1709309, 0.784341455, 0.138654441, 0.604623377, -0.590882301, 0.463704258, 0.660152197, -0.188818976, -0.875053048, 0.445637465),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.230436713, 0.230437323),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.18883808, 0.138655409, 0.463714659, -0.87506777, 0.604627609, 0.660173297, 0.445641994),C1 = CFrame.new(0.06919384, -0.391723633, 0.115226746, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.35045457, 0.200000003),CFrame = CFrame.new(-14.4939957, 2.64828968, -22.1608524, 0.784341455, 0.138654441, 0.604623377, -0.590882301, 0.463704258, 0.660152197, -0.188818976, -0.875053048, 0.445637465),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.784346938, -0.590880752, -0.18883808, 0.138655409, 0.463714659, -0.87506777, 0.604627609, 0.660173297, 0.445641994),C1 = CFrame.new(0.000331878662, -1.58984566, 9.53674316e-06, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.984807, 6.45927382, -28.4962406, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(-0.655824661, 5.79197502, 0.000473022461, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.947669, 6.90301847, -28.3284264, 0.208301961, 0.619056702, -0.757208943, 0.520763695, -0.725522876, -0.449873507, -0.827875614, -0.300605029, -0.473520428),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.208303377, 0.520776212, -0.827890098, 0.619060993, -0.725526273, -0.300624847, -0.757214248, -0.449893236, -0.473521769),C1 = CFrame.new(-0.920592308, 5.85604477, 0.390668869, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0012722, 6.71643305, -28.0652599, 0.0409694761, 0.651956499, -0.757139564, 0.690792322, -0.56596905, -0.44994393, -0.721870422, -0.504581749, -0.473564357),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0409697369, 0.690805256, -0.721879244, 0.651961088, -0.56596905, -0.504604638, -0.757144868, -0.449963689, -0.473565698),C1 = CFrame.new(-0.902078629, 5.5317955, 0.352357864, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.230436713, 0.276524782),CFrame = CFrame.new(-13.9479017, 6.25624561, -28.2455425, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 1, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(-0.554250717, 5.48356438, 0.00047492981, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.4279804, 5.99536705, -28.5646114, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0679512024, 5.71390724, 0.000415802002, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.94133, 6.08043957, -27.9941521, 0.271870792, 0.748499334, 0.604831338, -0.697065234, -0.280141383, 0.659988761, 0.663452804, -0.601029575, 0.445597142),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.271872699, -0.697073519, 0.663456023, 0.748504579, -0.280134857, -0.601053536, 0.60483557, 0.660009921, 0.445601732),C1 = CFrame.new(-0.492685318, 5.18296432, 0.000415802002, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3129673, 6.13769722, -28.1176357, -0.313444555, 0.877361953, -0.363283098, 0.610505402, -0.106845349, -0.784749269, -0.727337956, -0.467751354, -0.502146602),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.691310167, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.31344673, 0.610511422, -0.727342427, 0.877368093, -0.106833696, -0.467773348, -0.363285661, -0.784768939, -0.502156615),C1 = CFrame.new(-0.794692039, 5.26603508, -0.241519928, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.7257795, 6.03648376, -28.2215176, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(-0.254711151, 5.39143753, 0.000400543213, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.553048134, 0.200000003),CFrame = CFrame.new(-13.4727354, 5.84580231, -28.2824669, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0679454803, 5.39144516, 0.000352859497, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.5726471, 5.65930367, -27.8705006, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.92174685, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0219869614, 4.93060112, 0.000411987305, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.322611392, 0.276524782),CFrame = CFrame.new(-13.5715742, 5.51446152, -27.6574802, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.92174679, 1, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0681886673, 4.67717361, 0.000370025635, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.4248857, 5.5610342, -27.9255085, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.460873395, 0.691310167, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.206336975, 4.95366096, 0.00036239624, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.230436698, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.6806412, 4.74744368, -29.0866928, 0.33679989, 0.721672356, -0.604765236, 0.29515624, -0.69084239, -0.659987867, -0.89409548, 0.0437992923, -0.445688128),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.336802214, 0.295166701, -0.894114614, 0.721677363, -0.690843523, 0.0437846668, -0.604769468, -0.660009027, -0.445692718),C1 = CFrame.new(2.27444839, 5.83441353, 0.000392913818, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.414786041, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.705224, 5.52001762, -28.8412075, -0.0691106096, 0.79337281, -0.604788721, 0.600990891, -0.450772971, -0.659983277, -0.796245754, -0.40907222, -0.445663124),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0691111088, 0.601000547, -0.796255052, 0.793378413, -0.450768799, -0.409094512, -0.604792953, -0.660004437, -0.445667714),C1 = CFrame.new(0.967954159, 5.83575821, 0.000335693359, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-11.2266874, 4.25745916, -28.9770927, 0.512106359, 0.609943807, -0.604732811, 0.106358305, -0.743679464, -0.659994721, -0.852285862, 0.273685038, -0.445722014),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.691310108, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.512109876, 0.106368124, -0.852308273, 0.609948099, -0.743683338, 0.273675889, -0.604737043, -0.660015881, -0.445726573),C1 = CFrame.new(2.89933729, 5.57424736, 0.000230789185, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.5173674, 5.69611549, -28.000227, -0.784364343, 0.138759807, -0.604569614, 0.590846181, 0.463871211, -0.660067081, 0.188837245, -0.874947786, -0.445836186),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.784369767, 0.590844572, 0.188856348, 0.138760775, 0.463881612, -0.874962509, -0.604573846, -0.660088241, -0.445840776),C1 = CFrame.new(0.0680904388, 5.0688591, 0.000326156616, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.553048074, 0.200000003, 0.276524782),CFrame = CFrame.new(-13.2196865, 5.65522337, -28.3433266, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(0.390527725, 5.39142036, 0.000415802002, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.322611392, 0.737397492, 0.200000003),CFrame = CFrame.new(-12.185648, 5.17732859, -29.0384083, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(1.61521339, 5.92147064, 0.000368118286, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.276524782),CFrame = CFrame.new(-12.9868526, 5.54527664, -28.4963646, 0.138551459, 0.784287214, -0.604717374, 0.463891834, -0.590876639, -0.660025358, -0.8749699, -0.189061493, -0.445697844),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.691310108, 0.460873425, 1),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138552427, 0.463902235, -0.874984622, 0.784292758, -0.590875089, -0.189080611, -0.604721546, -0.660046458, -0.445702344),C1 = CFrame.new(0.667016029, 5.50664711, 0.000408172607, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.737397492, 0.200000003),CFrame = CFrame.new(-10.8570108, 3.73999667, -28.7119503, 0.652583659, 0.456599504, -0.604679704, -0.0898245499, -0.745791197, -0.660069227, -0.752346754, 0.48508054, -0.445683748),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.230436698, 1, 0.921749294),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.652588248, -0.0898160934, -0.752370715, 0.456602633, -0.745797455, 0.48507753, -0.604683936, -0.660090327, -0.445688337),C1 = CFrame.new(3.4449892, 5.15353775, 0.000289916992, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.368698716, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9423141, 5.74376297, -27.7702885, 0.709946573, 0.603211761, 0.363452435, -0.58225739, 0.212431833, 0.784737766, 0.396171093, -0.768742502, 0.502042294),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.460874647),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.70995152, -0.582256854, 0.396164, 0.603215933, 0.212444931, -0.76876384, 0.363454968, 0.784757376, 0.502052248),C1 = CFrame.new(-0.336790085, 4.83080673, -0.122684479, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7667408, 4.73324347, -26.3909054, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.137552261, 3.17948532, -0.0689334869, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7083225, 4.88611078, -26.7481899, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.160512924, 3.57112885, -0.0919151306, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7413483, 5.11664677, -26.6313553, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.0236768723, 3.57121086, 0.0923805237, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8498869, 4.75330162, -25.9459229, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.0235443115, 2.78785896, 0.0923423767, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7915268, 4.90631819, -26.3032036, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.000719070435, 3.17955971, 0.0694255829, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.06000876, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6358242, 5.17144728, -27.2174435, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.137384415, 4.12413406, -0.0688285828, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.06000876, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6607389, 5.34447908, -27.1297588, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.000959396362, 4.12418365, 0.0694179535, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.06000876, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.5522203, 5.262815, -27.15588, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.13734436, 4.12422371, 0.0694770813, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8526669, 4.99505424, -26.7134132, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.0236444473, 3.57119751, -0.0917701721, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8752012, 4.81503487, -26.3648281, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.000772476196, 3.17955208, -0.0688934326, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7052946, 4.64449072, -25.980648, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.160718918, 2.7878418, 0.0924568176, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.5968819, 5.00790596, -26.6660652, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.16044426, 3.5711956, 0.0924720764, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.06000876, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7441597, 5.25318623, -27.1913776, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.00080871582, 4.12420273, -0.0687522888, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6913853, 2.03312659, -21.0082016, -0.512210071, -0.604679406, 0.609909594, -0.106012307, -0.660174549, -0.743569255, 0.852266669, -0.44552806, 0.274060637),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.512213647, -0.106022075, 0.852289021, -0.604683638, -0.660195768, -0.44553265, 0.609913826, -0.743573129, 0.274051458),C1 = CFrame.new(-0.0086555481, -2.91114616, -0.0117816925, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6773481, 2.04835415, -20.9979019, 0.512381196, 0.60453862, 0.609905362, 0.10609819, 0.660192251, -0.7435413, -0.852153122, 0.445692867, 0.274145633),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.512384772, 0.106107973, -0.852175415, 0.604542851, 0.660213411, 0.445697457, 0.609909713, -0.743545115, 0.274136454),C1 = CFrame.new(-0.00858879089, -2.91115189, 0.0113487244, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.095314, 4.0775342, -24.9737453, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.000319480896, 1.58972359, -0.0689334869, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8168564, 4.52272558, -26.0628319, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.160686493, 2.78782463, -0.092010498, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.7563314, 4.47345161, -25.6580448, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.160835266, 2.41914558, 0.0924491882, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3308687, 2.44448185, -21.8217869, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.184680939, -1.95844269, 0.115196228, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9613247, 4.63179111, -26.0279999, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.023651123, 2.78788376, -0.091835022, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0116463, 4.16875696, -24.9121628, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.000226974487, 1.58973694, 0.0693244934, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.0124178, 4.46070528, -25.7053413, 0.138779476, -0.784227371, 0.604742706, 0.463775218, 0.591021001, 0.659978092, -0.87499553, 0.188858852, 0.445733219),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138780415, 0.463785589, -0.875010252, -0.784232795, 0.591019452, 0.18887797, 0.604746938, 0.659999251, 0.445737809),C1 = CFrame.new(-0.0235614777, 2.41910934, -0.0918827057, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9869795, 3.99579406, -24.9998932, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.137889862, 1.58972359, -0.0690460205, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.398655474, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6355486, 1.77430093, -20.7001247, 0.337024599, -0.604566634, -0.721733749, 0.295162529, -0.660067558, 0.690763474, -0.894008696, -0.445839584, -0.0440293252),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.337026954, 0.295173019, -0.894027889, -0.604570866, -0.660088718, -0.445844173, -0.721738815, 0.690764666, -0.044014696),C1 = CFrame.new(0.129901886, -3.29301834, -0.011598587, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6902828, 1.76977909, -20.5932884, -0.604957223, 0.0690043271, -0.79325366, -0.659790933, -0.601103067, 0.450905025, -0.445719242, 0.796170235, 0.409157962),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.841094017, 0.195871726),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.604961455, -0.659812033, -0.445723802, 0.0690048113, -0.601112723, 0.796179533, -0.793259144, 0.450900853, 0.409180224),C1 = CFrame.new(0.0694684982, -3.39619637, -6.67572021e-05, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9009228, 4.58226871, -25.6233292, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.0234289169, 2.41917419, 0.0923347473, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.276524037, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3660469, 2.32691479, -21.6000404, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.184684753, -2.21188545, 0.115131378, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.396351129, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6211433, 1.78981733, -20.6909409, -0.337066054, 0.604848504, -0.721478164, -0.295018941, 0.659849524, 0.691033065, 0.894040525, 0.445780098, -0.043986924),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.337068439, -0.295029372, 0.894059658, 0.604852736, 0.659870684, 0.445784628, -0.72148329, 0.691034317, -0.043972265),C1 = CFrame.new(0.130297661, -3.29186249, 0.0114479065, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.7201786, 2.01071382, -20.8838959, 0.138871938, 0.604605198, 0.784317076, 0.463729441, 0.660069525, -0.590954721, -0.875005126, 0.44578439, -0.188693643),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138872907, 0.463739842, -0.875019848, 0.60460943, 0.660090685, 0.44578898, 0.784322619, -0.590953171, -0.188712761),C1 = CFrame.new(-0.041469574, -3.03431129, 0.0114097595, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.35045433, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.9032516, 4.08707666, -24.9381943, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.137971878, 1.589674, 0.0693378448, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.8679543, 4.35171843, -25.7402306, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.460873425, 0.460874647),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.160736084, 2.41913605, -0.0920352936, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.3946476, 2.23068666, -21.4185829, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.230436698, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.184846878, -2.41926575, 0.115177155, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Fabric,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.737397432, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6830053, 4.82454586, -26.329298, 0.138613999, 0.784350693, -0.604620814, 0.463844806, -0.590832353, -0.660098076, -0.874984741, -0.188936934, -0.445721149),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.230436713, 0.230437323),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138614967, 0.463855267, -0.874999523, 0.784356236, -0.590830803, -0.188956067, -0.604624987, -0.660119176, -0.445725679),C1 = CFrame.new(0.137645721, 3.17952538, 0.0694274902, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5456181, 1.87923217, -20.9259453, -0.138749465, 0.604797602, -0.784190357, -0.463831544, 0.65991956, 0.591042042, 0.874970436, 0.445745438, 0.188946292),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138750404, -0.463841945, 0.874985158, 0.604801834, 0.65994072, 0.445750028, -0.7841959, 0.591040552, 0.18896541),C1 = CFrame.new(0.181077957, -3.03427696, 0.0114135742, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.559597, 1.86399996, -20.9360943, 0.138463214, -0.604802489, -0.784237146, 0.463958591, -0.659960985, 0.590896189, -0.874948263, -0.445677459, 0.189208552),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.138464183, 0.463969022, -0.874963105, -0.604806721, -0.659982145, -0.445682019, -0.78424263, 0.590894639, 0.189227685),C1 = CFrame.new(0.181031227, -3.03439713, -0.0116176605, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Wedge = New("WedgePart",Model,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.5600519, 2.00383592, -21.0911541, -0.138749465, 0.604797602, -0.784190357, -0.463831544, 0.65991956, 0.591042042, 0.874970436, 0.445745438, 0.188946292),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.454902, 0.52549, 0.615686),})
- Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.691310108, 0.115218356, 0.115218662),MeshType = Enum.MeshType.Wedge,})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.138750404, -0.463841945, 0.874985158, 0.604801834, 0.65994072, 0.445750028, -0.7841959, 0.591040552, 0.18896541),C1 = CFrame.new(0.127326965, -2.83392525, 0.0113220215, 0.784345388, -0.590884089, -0.188834086, 0.138660342, 0.463712454, -0.875068128, 0.604628444, 0.660171866, 0.445642918),})
- Hitbox = part(Enum.FormFactor.Brick, m, Enum.Material.Metal, 0, 1, "Really red", "Hitbox", Vector3.new(0.899999976, 2.25, 2.25))
- Hitboxweld = weld(m, Handle, Hitbox, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 3.01000118, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008))
- for _,v in next, Model:children() do
- if v:IsA'BasePart' then
- v.CanCollide = false
- end
- end
- Handleweld = weld(Model, Character["Right Arm"], Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.14576721e-005, 1.00000191, 1.52587891e-005, -4.37113883e-008, 0, -1, 0, 0.999999881, 0, 1, 0, -4.37113883e-008))
- Handleweld.Part0 = RightArm
- Handleweld.Part1 = Handle
- Handleweld.C0 = cf(0, 0, 0) * angles(math.rad(65), math.rad(-175), math.rad(90)) * angles(math.rad(-90), math.rad(0), math.rad(0)) * cf(0, 0.25, 0)
- function rayCast(Pos, Dir, Max, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
- end
- function swait(num)
- if num==0 or num==nil then
- game:service'RunService'.Stepped:wait(0)
- else
- for i=0,num do
- game:service'RunService'.Stepped:wait(0)
- end
- end
- end
- function thread(f)
- coroutine.resume(coroutine.create(f))
- end
- function clerp(c1,c2,al) --iwanttodrinkbleachtoday
- local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
- local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
- for i,v in pairs(com1) do
- com1[i] = v+(com2[i]-v)*al--imsmart
- end
- return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
- end
- mouse.KeyDown:connect(function(key)
- if key == 'r' and attack == false then
- spin()
- end
- end)
- local bestmusic = Instance.new("Sound",Torso)
- bestmusic.SoundId = "rbxassetid://601021377"
- bestmusic.Looped = true
- bestmusic.Pitch = 1
- bestmusic.Volume = 1.5
- bestmusic:Play()
- RWC0 = cf(.1, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))
- LWC0 = cf(-.1, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))
- function spin()
- attack = true
- for i = 0, 2, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(-15)), 0.3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.5) * angles(math.rad(90), math.rad(0), math.rad(-30)) * angles(math.rad(0), math.rad(90), math.rad(0)) * RWC0, 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)) * LWC0, 0.3)
- RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(60), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-120), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- Handleweld.C0 = clerp(Handleweld.C0, cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
- end
- local con = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 23, 46, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://146163522", 1)
- end)
- for i = 0, 2, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30 - 360 * i)), 0.45)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.45)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(60)) * angles(math.rad(0), math.rad(90), math.rad(0)) * RWC0, 0.45)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-60)) * LWC0, 0.45)
- RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.45)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.45)
- Handleweld.C0 = clerp(Handleweld.C0, cf(0, -0.25, -0.5) * angles(math.rad(-40), math.rad(0), math.rad(0)), 0.45)
- end
- for i = 0, 2, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)) * angles(math.rad(0), math.rad(90), math.rad(0)) * RWC0, 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-60)) * LWC0, 0.3)
- RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- Handleweld.C0 = clerp(Handleweld.C0, cf(0, -0.25, -0.5) * angles(math.rad(-40), math.rad(0), math.rad(0)), 0.3)
- end
- con:disconnect()
- attack = false
- end
- local sine = 0
- local change = 1
- local val = 0
- toim = 0
- Humanoid.Animator.Parent = nil
- idleanim=.4
- while true do
- swait()
- sine = sine + change
- local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
- local velderp=RootPart.Velocity.y
- hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
- if equipped==true or equipped==false then
- if attack==false then
- idle=idle+1
- else
- idle=0
- end
- if idle>=500 then
- if attack==false then
- --Sheath() xdxdxdxdxd
- end
- end
- if RootPart.Velocity.y > 1 and hitfloor==nil then
- Anim="Jump"
- if attack==false then
- change = 2
- Humanoid.CameraOffset = Vector3.new(0,0,0)
- RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0 + 360 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
- RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
- LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
- end
- elseif RootPart.Velocity.y < -1 and hitfloor==nil then
- Anim="Fall"
- change = 1
- if attack==false then
- Humanoid.CameraOffset = Vector3.new(0,0,0)
- RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
- LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
- RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(40),math.rad(0),math.rad(0)),.3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3)
- end
- elseif torvel<1 and hitfloor~=nil then
- Anim="Idle"
- if attack==false then
- Humanoid.CameraOffset = Vector3.new(0,0,0)
- RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.1+0.1*math.cos(sine/30))*angles(math.rad(-2.5*math.cos(sine/30)),math.rad(0),math.rad(0)),0.15)
- Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15),math.rad(5* math.cos(sine / 60)),math.rad(0)),.3)
- RH.C0=clerp(RH.C0,cf(1,-0.9-0.1*math.cos(sine/30),0.025*math.cos(sine/30))*angles(math.rad(-2.5*math.cos(sine/30)),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),0.15)
- LH.C0=clerp(LH.C0,cf(-1,-0.9-0.1*math.cos(sine/30),0.025*math.cos(sine/30))*angles(math.rad(-2.5*math.cos(sine/30)),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(-5),math.rad(16)),0.15)
- RW.C0=clerp(RW.C0,cf(1.5,0.5+0.04*math.sin(sine/25),0)*angles(math.rad(0),math.rad(-20),math.rad(20)),.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5+0.04*math.sin(sine/25), -0.45) * angles(math.rad(70 - 1 * math.cos(sine / 25)), math.rad(-7), math.rad(70)), 0.1)
- Handleweld.C0 = clerp(Handleweld.C0, cf(0, -1, 0.65) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.15)
- end
- elseif torvel>2 and torvel<22 and hitfloor~=nil then
- Anim="Walk"
- if attack==false then
- RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.1+0.1*math.cos(sine/15))* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.3)
- RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5,0)*angles(math.rad(95),math.rad(5*math.cos(sine/30)),math.rad(10)),0.15)
- LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5,0)*angles(math.rad(-30*math.cos(sine/7))+ -math.sin(sine/7)/2.5,math.rad(0),math.rad(-10)),0.15)
- RH.C0=clerp(RH.C0,cf(1,-0.9-0.1*math.cos(sine/30),0.025*math.cos(sine/30))*angles(math.rad(-2.5*math.cos(sine/30))+ -math.sin(sine/7),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),0.15)
- LH.C0=clerp(LH.C0,cf(-1,-0.9-0.1*math.cos(sine/30),0.025*math.cos(sine/30))*angles(math.rad(-2.5*math.cos(sine/30))+ math.sin(sine/7),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),0.15)
- Handleweld.C0 = clerp(Handleweld.C0, cf(0, -0.25, -0.60) * angles(math.rad(-90), math.rad(90), math.rad(50)), 0.15)
- end
- elseif torvel>=22 and hitfloor~=nil then
- Anim="Run"
- if attack==false then
- Humanoid.CameraOffset = Vector3.new(0,0,0)
- RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-4+2*math.sin(sine/18)),math.rad(0),math.rad(0)),.2)
- RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0 - 25 * math.cos(sine / 8)),math.rad(0),math.rad(10 + 1.25 * math.cos(sine / 16))),.3)
- LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0 + 25 * math.cos(sine / 8)),math.rad(0),math.rad(-10 - 1.25 * math.cos(sine / 16))),.3)
- LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -1-0.4*math.cos(sine/8)/2, 0 *math.sin(sine/8)/2) * CFrame.Angles(math.rad(0) + -math.sin(sine/8)/1.2, math.rad(0), 0), .8)
- RH.C0 = clerp(RH.C0, CFrame.new(0.5, -1+0.4*math.cos(sine/8)/2,0 *-math.sin(sine/8)/2) * CFrame.Angles(math.rad(0) + math.sin(sine/8)/1.2, math.rad(0), 0), .8)
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment