Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//=============================================================\\--
- --|| CREATED BY LUCKYPLAYERSCRIPTER/ORIGINAL CODE BY SHACKLUSTER
- --\\=============================================================//--
- warn("Yes, i created this script, Original code made by Shackluster")
- warn("Go to line 9887 to change the name and make the taunt works")
- wait(0.2)
- Player = game:GetService("Players").LocalPlayer
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- plr = game.Players.LocalPlayer
- char = plr.Character
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Hat" or v.ClassName == "Accessory" then
- v:Destroy()
- end
- end
- IT = Instance.new
- CF = CFrame.new
- VT = Vector3.new
- RAD = math.rad
- C3 = Color3.new
- UD2 = UDim2.new
- BRICKC = BrickColor.new
- ANGLES = CFrame.Angles
- EULER = CFrame.fromEulerAnglesXYZ
- COS = math.cos
- ACOS = math.acos
- SIN = math.sin
- ASIN = math.asin
- ABS = math.abs
- MRANDOM = math.random
- FLOOR = math.floor
- local sick = Instance.new("Sound",Character)
- sick.SoundId = "rbxassetid://212356028"
- sick.Looped = true
- sick.Pitch = 1
- sick.Volume = 1
- sick:Play()
- --//=================================\\
- --|| USEFUL VALUES
- --\\=================================//
- Animation_Speed = 3
- Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
- local Speed = 20
- local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
- local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
- local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
- local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
- local DAMAGEMULTIPLIER = 1
- local ANIM = "Idle"
- local ATTACK = false
- local EQUIPPED = false
- local HOLD = false
- local COMBO = 1
- local Rooted = false
- local SINE = 0
- local KEYHOLD = false
- local CHANGE = 2 / Animation_Speed
- local WALKINGANIM = false
- local VALUE1 = false
- local VALUE2 = false
- local ROBLOXIDLEANIMATION = IT("Animation")
- ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
- ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
- --ROBLOXIDLEANIMATION.Parent = Humanoid
- local WEAPONGUI = IT("ScreenGui", PlayerGui)
- WEAPONGUI.Name = "Weapon GUI"
- local Weapon = IT("Model")
- Weapon.Name = "Adds"
- local Effects = IT("Folder", Weapon)
- Effects.Name = "Effects"
- local ANIMATOR = Humanoid.Animator
- local ANIMATE = Character.Animate
- local UNANCHOR = true
- local SONG = 383837680
- local DEAD = false
- local WALKINGANIM = false
- local WALK = 0
- Player_Size = 1 --Size of the player.
- Animation_Speed = 3
- Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
- local Speed = 16
- local Effects2 = {}
- --//=================================\\
- --\\=================================//
- --//=================================\\
- --|| SAZERENOS' ARTIFICIAL HEARTBEAT
- --\\=================================//
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "ArtificialHB"
- script:WaitForChild("ArtificialHB")
- frame = Frame_Speed
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.ArtificialHB:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.ArtificialHB:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.ArtificialHB:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- --//=================================\\
- --\\=================================//
- --//=================================\\
- --|| SOME FUNCTIONS
- --\\=================================//
- function MagicSphere(SIZE,WAIT,CFRAME,COLOR,GROW)
- local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1,1,1), true)
- local mesh = IT("SpecialMesh",wave)
- mesh.MeshType = "Sphere"
- mesh.Scale = SIZE
- mesh.Offset = VT(0,0,0)
- wave.CFrame = CFRAME
- coroutine.resume(coroutine.create(function(PART)
- for i = 1, WAIT do
- Swait()
- mesh.Scale = mesh.Scale + GROW
- wave.Transparency = wave.Transparency + (1/WAIT)
- if wave.Transparency > 0.99 then
- wave:remove()
- end
- end
- end))
- end
- function MagicBlock(SIZE,WAIT,CFRAME,COLOR,GROW)
- local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(SIZE,SIZE,SIZE), true)
- local mesh = IT("BlockMesh",wave)
- wave.CFrame = CFRAME * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360)))
- coroutine.resume(coroutine.create(function(PART)
- for i = 1, WAIT do
- Swait()
- mesh.Scale = mesh.Scale + GROW
- wave.CFrame = CFRAME * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360)))
- wave.Transparency = wave.Transparency + (1/WAIT)
- if wave.Transparency > 0.99 then
- wave:remove()
- end
- end
- end))
- end
- local partasdeff = Instance.new("ParticleEmitter",nil)
- partasdeff.LightEmission = 0.5
- partasdeff.Color = ColorSequence.new(C3(1,126/255,61/255)),ColorSequence.new(C3(1,25/255,25/255))
- partasdeff.Texture = "http://www.roblox.com/asset/?ID=301261210"
- aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 2),NumberSequenceKeypoint.new(1, 15)})
- bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 1)})
- partasdeff.Transparency = bbb
- partasdeff.Size = aaa
- partasdeff.ZOffset = 0
- partasdeff.LockedToPart = false
- partasdeff.Acceleration = Vector3.new(0, 0, 0)
- partasdeff.EmissionDirection = "Back"
- partasdeff.Lifetime = NumberRange.new(0.5)
- partasdeff.Rate = 1000
- partasdeff.Rotation = NumberRange.new(-360, 360)
- partasdeff.RotSpeed = NumberRange.new(-100,100)
- partasdeff.Speed = NumberRange.new(5)
- partasdeff.VelocitySpread = 999
- partasdeff.Enabled=false
- function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
- return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
- end
- function PositiveAngle(NUMBER)
- if NUMBER >= 0 then
- NUMBER = 0
- end
- return NUMBER
- end
- function NegativeAngle(NUMBER)
- if NUMBER <= 0 then
- NUMBER = 0
- end
- return NUMBER
- end
- function Swait(NUMBER)
- if NUMBER == 0 or NUMBER == nil then
- ArtificialHB.Event:wait()
- else
- for i = 1, NUMBER do
- ArtificialHB.Event:wait()
- end
- end
- end
- function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
- local NEWMESH = IT(MESH)
- if MESH == "SpecialMesh" then
- NEWMESH.MeshType = MESHTYPE
- if MESHID ~= "nil" and MESHID ~= "" then
- NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
- end
- if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
- NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
- end
- end
- NEWMESH.Offset = OFFSET or VT(0, 0, 0)
- NEWMESH.Scale = SCALE
- NEWMESH.Parent = PARENT
- return NEWMESH
- end
- function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
- local NEWPART = IT("Part")
- NEWPART.formFactor = FORMFACTOR
- NEWPART.Reflectance = REFLECTANCE
- NEWPART.Transparency = TRANSPARENCY
- NEWPART.CanCollide = false
- NEWPART.Locked = true
- NEWPART.Anchored = true
- if ANCHOR == false then
- NEWPART.Anchored = false
- end
- NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
- NEWPART.Name = NAME
- NEWPART.Size = SIZE
- NEWPART.Position = Torso.Position
- NEWPART.Material = MATERIAL
- NEWPART:BreakJoints()
- NEWPART.Parent = PARENT
- return NEWPART
- end
- 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
- function QuaternionFromCFrame(cf)
- local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
- local trace = m00 + m11 + m22
- if trace > 0 then
- local s = math.sqrt(1 + trace)
- local recip = 0.5 / s
- return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
- else
- local i = 0
- if m11 > m00 then
- i = 1
- end
- if m22 > (i == 0 and m00 or m11) then
- i = 2
- end
- if i == 0 then
- local s = math.sqrt(m00 - m11 - m22 + 1)
- local recip = 0.5 / s
- return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
- elseif i == 1 then
- local s = math.sqrt(m11 - m22 - m00 + 1)
- local recip = 0.5 / s
- return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
- elseif i == 2 then
- local s = math.sqrt(m22 - m00 - m11 + 1)
- local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
- end
- end
- end
- function QuaternionToCFrame(px, py, pz, x, y, z, w)
- local xs, ys, zs = x + x, y + y, z + z
- local wx, wy, wz = w * xs, w * ys, w * zs
- local xx = x * xs
- local xy = x * ys
- local xz = x * zs
- local yy = y * ys
- local yz = y * zs
- local zz = z * zs
- return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
- end
- function QuaternionSlerp(a, b, t)
- local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
- local startInterp, finishInterp;
- if cosTheta >= 0.0001 then
- if (1 - cosTheta) > 0.0001 then
- local theta = ACOS(cosTheta)
- local invSinTheta = 1 / SIN(theta)
- startInterp = SIN((1 - t) * theta) * invSinTheta
- finishInterp = SIN(t * theta) * invSinTheta
- else
- startInterp = 1 - t
- finishInterp = t
- end
- else
- if (1 + cosTheta) > 0.0001 then
- local theta = ACOS(-cosTheta)
- local invSinTheta = 1 / SIN(theta)
- startInterp = SIN((t - 1) * theta) * invSinTheta
- finishInterp = SIN(t * theta) * invSinTheta
- else
- startInterp = t - 1
- finishInterp = t
- end
- end
- return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
- end
- function Clerp(a, b, t)
- local qa = {QuaternionFromCFrame(a)}
- local qb = {QuaternionFromCFrame(b)}
- local ax, ay, az = a.x, a.y, a.z
- local bx, by, bz = b.x, b.y, b.z
- local _t = 1 - t
- return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
- end
- function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
- local frame = IT("Frame")
- frame.BackgroundTransparency = TRANSPARENCY
- frame.BorderSizePixel = BORDERSIZEPIXEL
- frame.Position = POSITION
- frame.Size = SIZE
- frame.BackgroundColor3 = COLOR
- frame.BorderColor3 = BORDERCOLOR
- frame.Name = NAME
- frame.Parent = PARENT
- return frame
- end
- function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
- local label = IT("TextLabel")
- label.BackgroundTransparency = 1
- label.Size = UD2(1, 0, 1, 0)
- label.Position = UD2(0, 0, 0, 0)
- label.TextColor3 = TEXTCOLOR
- label.TextStrokeTransparency = STROKETRANSPARENCY
- label.TextTransparency = TRANSPARENCY
- label.FontSize = TEXTFONTSIZE
- label.Font = TEXTFONT
- label.BorderSizePixel = BORDERSIZEPIXEL
- label.TextScaled = false
- label.Text = TEXT
- label.Name = NAME
- label.Parent = PARENT
- return label
- end
- function NoOutlines(PART)
- PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
- end
- function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
- local NEWWELD = IT(TYPE)
- NEWWELD.Part0 = PART0
- NEWWELD.Part1 = PART1
- NEWWELD.C0 = C0
- NEWWELD.C1 = C1
- NEWWELD.Parent = PARENT
- return NEWWELD
- end
- local S = IT("Sound")
- function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
- local NEWSOUND = nil
- coroutine.resume(coroutine.create(function()
- NEWSOUND = S:Clone()
- NEWSOUND.Parent = PARENT
- NEWSOUND.Volume = VOLUME
- NEWSOUND.Pitch = PITCH
- NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
- NEWSOUND:play()
- if DOESLOOP == true then
- NEWSOUND.Looped = true
- else
- repeat wait(1) until NEWSOUND.Playing == false
- NEWSOUND:remove()
- end
- end))
- return NEWSOUND
- end
- function CFrameFromTopBack(at, top, back)
- local right = top:Cross(back)
- return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
- end
- --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
- function WACKYEFFECT(Table)
- local TYPE = (Table.EffectType or "Sphere")
- local SIZE = (Table.Size or VT(1,1,1))
- local ENDSIZE = (Table.Size2 or VT(0,0,0))
- local TRANSPARENCY = (Table.Transparency or 0)
- local ENDTRANSPARENCY = (Table.Transparency2 or 1)
- local CFRAME = (Table.CFrame or Torso.CFrame)
- local MOVEDIRECTION = (Table.MoveToPos or nil)
- local ROTATION1 = (Table.RotationX or 0)
- local ROTATION2 = (Table.RotationY or 0)
- local ROTATION3 = (Table.RotationZ or 0)
- local MATERIAL = (Table.Material or "Neon")
- local COLOR = (Table.Color or C3(1,1,1))
- local TIME = (Table.Time or 45)
- local SOUNDID = (Table.SoundID or nil)
- local SOUNDPITCH = (Table.SoundPitch or nil)
- local SOUNDVOLUME = (Table.SoundVolume or nil)
- coroutine.resume(coroutine.create(function()
- local PLAYSSOUND = false
- local SOUND = nil
- local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
- if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
- PLAYSSOUND = true
- SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
- end
- EFFECT.Color = COLOR
- local MSH = nil
- if TYPE == "Sphere" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
- elseif TYPE == "Block" or TYPE == "Box" then
- MSH = IT("BlockMesh",EFFECT)
- MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
- elseif TYPE == "Wave" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
- elseif TYPE == "Ring" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
- elseif TYPE == "Slash" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
- elseif TYPE == "Round Slash" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
- elseif TYPE == "Swirl" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
- elseif TYPE == "Skull" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
- elseif TYPE == "Crystal" then
- MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
- end
- if MSH ~= nil then
- local MOVESPEED = nil
- if MOVEDIRECTION ~= nil then
- MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
- end
- local GROWTH = SIZE - ENDSIZE
- local TRANS = TRANSPARENCY - ENDTRANSPARENCY
- if TYPE == "Block" then
- EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
- else
- EFFECT.CFrame = CFRAME
- end
- for LOOP = 1, TIME+1 do
- Swait()
- MSH.Scale = MSH.Scale - GROWTH/TIME
- if TYPE == "Wave" then
- MSH.Offset = VT(0,0,-MSH.Scale.X/8)
- end
- EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
- if TYPE == "Block" then
- EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
- else
- EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
- end
- if MOVEDIRECTION ~= nil then
- local ORI = EFFECT.Orientation
- EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
- EFFECT.Orientation = ORI
- end
- end
- if PLAYSSOUND == false then
- EFFECT:remove()
- else
- repeat Swait() until SOUND.Playing == false
- EFFECT:remove()
- end
- else
- if PLAYSSOUND == false then
- EFFECT:remove()
- else
- repeat Swait() until SOUND.Playing == false
- EFFECT:remove()
- end
- end
- end))
- end
- function MakeForm(PART,TYPE)
- if TYPE == "Cyl" then
- local MSH = IT("CylinderMesh",PART)
- elseif TYPE == "Ball" then
- local MSH = IT("SpecialMesh",PART)
- MSH.MeshType = "Sphere"
- elseif TYPE == "Wedge" then
- local MSH = IT("SpecialMesh",PART)
- MSH.MeshType = "Wedge"
- end
- end
- Debris = game:GetService("Debris")
- function CastProperRay(StartPos, EndPos, Distance, Ignore)
- local DIRECTION = CF(StartPos,EndPos).lookVector
- return Raycast(StartPos, DIRECTION, Distance, Ignore)
- end
- function turnto(position)
- RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
- end
- local naeeym2 = IT("BillboardGui",Character)
- naeeym2.AlwaysOnTop = true
- naeeym2.Size = UDim2.new(5,35,2,15)
- naeeym2.StudsOffset = Vector3.new(0,2,0)
- naeeym2.MaxDistance = 75
- naeeym2.Adornee = Character.Head
- naeeym2.Name = "Name"
- local tecks2 = IT("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.TextScaled = true
- tecks2.BorderSizePixel = 0
- tecks2.Text = "Heavy"
- tecks2.Font = "Fantasy"
- tecks2.TextSize = 30
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = C3(0,0,0)
- tecks2.TextStrokeColor3 = C3(255, 0, 0)
- tecks2.Size = UDim2.new(1,0,0.5,0)
- tecks2.Parent = naeeym2
- Humanoid.Died:connect(function()
- CreateSound("1080625252")
- if Head:FindFirstChild("face") then
- Head.face.Texture = "http://www.roblox.com/asset/?id=1661697171"
- end
- end)
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- CylinderMesh2 = Instance.new("CylinderMesh")
- Part3 = Instance.new("Part")
- CylinderMesh4 = Instance.new("CylinderMesh")
- Part5 = Instance.new("Part")
- CylinderMesh6 = Instance.new("CylinderMesh")
- Part7 = Instance.new("Part")
- CylinderMesh8 = Instance.new("CylinderMesh")
- Part9 = Instance.new("Part")
- CylinderMesh10 = Instance.new("CylinderMesh")
- Part11 = Instance.new("Part")
- CylinderMesh12 = Instance.new("CylinderMesh")
- Part13 = Instance.new("Part")
- CylinderMesh14 = Instance.new("CylinderMesh")
- Part15 = Instance.new("Part")
- CylinderMesh16 = Instance.new("CylinderMesh")
- Part17 = Instance.new("Part")
- CylinderMesh18 = Instance.new("CylinderMesh")
- Part19 = Instance.new("Part")
- CylinderMesh20 = Instance.new("CylinderMesh")
- Part21 = Instance.new("Part")
- CylinderMesh22 = Instance.new("CylinderMesh")
- Part23 = Instance.new("Part")
- CylinderMesh24 = Instance.new("CylinderMesh")
- Part25 = Instance.new("Part")
- CylinderMesh26 = Instance.new("CylinderMesh")
- Part27 = Instance.new("Part")
- BlockMesh28 = Instance.new("BlockMesh")
- Part29 = Instance.new("Part")
- CylinderMesh30 = Instance.new("CylinderMesh")
- Part31 = Instance.new("Part")
- CylinderMesh32 = Instance.new("CylinderMesh")
- Part33 = Instance.new("Part")
- CylinderMesh34 = Instance.new("CylinderMesh")
- Part35 = Instance.new("Part")
- CylinderMesh36 = Instance.new("CylinderMesh")
- LocalScript37 = Instance.new("LocalScript")
- Part38 = Instance.new("Part")
- CylinderMesh39 = Instance.new("CylinderMesh")
- Part40 = Instance.new("Part")
- CylinderMesh41 = Instance.new("CylinderMesh")
- Part42 = Instance.new("Part")
- CylinderMesh43 = Instance.new("CylinderMesh")
- Part44 = Instance.new("Part")
- CylinderMesh45 = Instance.new("CylinderMesh")
- Part46 = Instance.new("Part")
- CylinderMesh47 = Instance.new("CylinderMesh")
- Part48 = Instance.new("Part")
- CylinderMesh49 = Instance.new("CylinderMesh")
- Part50 = Instance.new("Part")
- CylinderMesh51 = Instance.new("CylinderMesh")
- Part52 = Instance.new("Part")
- CylinderMesh53 = Instance.new("CylinderMesh")
- Part54 = Instance.new("Part")
- CylinderMesh55 = Instance.new("CylinderMesh")
- Part56 = Instance.new("Part")
- CylinderMesh57 = Instance.new("CylinderMesh")
- Part58 = Instance.new("Part")
- CylinderMesh59 = Instance.new("CylinderMesh")
- Part60 = Instance.new("Part")
- BlockMesh61 = Instance.new("BlockMesh")
- Part62 = Instance.new("Part")
- SpecialMesh63 = Instance.new("SpecialMesh")
- Smoke64 = Instance.new("Smoke")
- Part65 = Instance.new("Part")
- SpecialMesh66 = Instance.new("SpecialMesh")
- Weld67 = Instance.new("Weld")
- Weld68 = Instance.new("Weld")
- Weld69 = Instance.new("Weld")
- Weld70 = Instance.new("Weld")
- Weld71 = Instance.new("Weld")
- Weld72 = Instance.new("Weld")
- Weld73 = Instance.new("Weld")
- Weld74 = Instance.new("Weld")
- Weld75 = Instance.new("Weld")
- Weld76 = Instance.new("Weld")
- Weld77 = Instance.new("Weld")
- Weld78 = Instance.new("Weld")
- Weld79 = Instance.new("Weld")
- Weld80 = Instance.new("Weld")
- Weld81 = Instance.new("Weld")
- Weld82 = Instance.new("Weld")
- Weld83 = Instance.new("Weld")
- Weld84 = Instance.new("Weld")
- Weld85 = Instance.new("Weld")
- Weld86 = Instance.new("Weld")
- Weld87 = Instance.new("Weld")
- Weld88 = Instance.new("Weld")
- Weld89 = Instance.new("Weld")
- Weld90 = Instance.new("Weld")
- Weld91 = Instance.new("Weld")
- Weld92 = Instance.new("Weld")
- Weld93 = Instance.new("Weld")
- Weld94 = Instance.new("Weld")
- Weld95 = Instance.new("Weld")
- Weld96 = Instance.new("Weld")
- Weld97 = Instance.new("Weld")
- Weld98 = Instance.new("Weld")
- Weld99 = Instance.new("Weld")
- Weld100 = Instance.new("Weld")
- Weld101 = Instance.new("Weld")
- Weld102 = Instance.new("Weld")
- Weld103 = Instance.new("Weld")
- Weld104 = Instance.new("Weld")
- Weld105 = Instance.new("Weld")
- Weld106 = Instance.new("Weld")
- Weld107 = Instance.new("Weld")
- Weld108 = Instance.new("Weld")
- Weld109 = Instance.new("Weld")
- Weld110 = Instance.new("Weld")
- Weld111 = Instance.new("Weld")
- Weld112 = Instance.new("Weld")
- Weld113 = Instance.new("Weld")
- Weld114 = Instance.new("Weld")
- Weld115 = Instance.new("Weld")
- Weld116 = Instance.new("Weld")
- Weld117 = Instance.new("Weld")
- Weld118 = Instance.new("Weld")
- Weld119 = Instance.new("Weld")
- Weld120 = Instance.new("Weld")
- Weld121 = Instance.new("Weld")
- Weld122 = Instance.new("Weld")
- Weld123 = Instance.new("Weld")
- Weld124 = Instance.new("Weld")
- Weld125 = Instance.new("Weld")
- Weld126 = Instance.new("Weld")
- Weld127 = Instance.new("Weld")
- Weld128 = Instance.new("Weld")
- Weld129 = Instance.new("Weld")
- Weld130 = Instance.new("Weld")
- Weld131 = Instance.new("Weld")
- Weld132 = Instance.new("Weld")
- Weld133 = Instance.new("Weld")
- Weld134 = Instance.new("Weld")
- Weld135 = Instance.new("Weld")
- Weld136 = Instance.new("Weld")
- Weld137 = Instance.new("Weld")
- Weld138 = Instance.new("Weld")
- Weld139 = Instance.new("Weld")
- Weld140 = Instance.new("Weld")
- Weld141 = Instance.new("Weld")
- Weld142 = Instance.new("Weld")
- Weld143 = Instance.new("Weld")
- Weld144 = Instance.new("Weld")
- Weld145 = Instance.new("Weld")
- Weld146 = Instance.new("Weld")
- Weld147 = Instance.new("Weld")
- Weld148 = Instance.new("Weld")
- Weld149 = Instance.new("Weld")
- Weld150 = Instance.new("Weld")
- Weld151 = Instance.new("Weld")
- Weld152 = Instance.new("Weld")
- Weld153 = Instance.new("Weld")
- Weld154 = Instance.new("Weld")
- Weld155 = Instance.new("Weld")
- Weld156 = Instance.new("Weld")
- Weld157 = Instance.new("Weld")
- Weld158 = Instance.new("Weld")
- Weld159 = Instance.new("Weld")
- Weld160 = Instance.new("Weld")
- Weld161 = Instance.new("Weld")
- Weld162 = Instance.new("Weld")
- Weld163 = Instance.new("Weld")
- Weld164 = Instance.new("Weld")
- Weld165 = Instance.new("Weld")
- Weld166 = Instance.new("Weld")
- Weld167 = Instance.new("Weld")
- Weld168 = Instance.new("Weld")
- Weld169 = Instance.new("Weld")
- Weld170 = Instance.new("Weld")
- Weld171 = Instance.new("Weld")
- Weld172 = Instance.new("Weld")
- Weld173 = Instance.new("Weld")
- Weld174 = Instance.new("Weld")
- Weld175 = Instance.new("Weld")
- Weld176 = Instance.new("Weld")
- Weld177 = Instance.new("Weld")
- Weld178 = Instance.new("Weld")
- Weld179 = Instance.new("Weld")
- Weld180 = Instance.new("Weld")
- Weld181 = Instance.new("Weld")
- Weld182 = Instance.new("Weld")
- Weld183 = Instance.new("Weld")
- Weld184 = Instance.new("Weld")
- Weld185 = Instance.new("Weld")
- Weld186 = Instance.new("Weld")
- Weld187 = Instance.new("Weld")
- Weld188 = Instance.new("Weld")
- Weld189 = Instance.new("Weld")
- Weld190 = Instance.new("Weld")
- Weld191 = Instance.new("Weld")
- Weld192 = Instance.new("Weld")
- Weld193 = Instance.new("Weld")
- Weld194 = Instance.new("Weld")
- Weld195 = Instance.new("Weld")
- Weld196 = Instance.new("Weld")
- Weld197 = Instance.new("Weld")
- Weld198 = Instance.new("Weld")
- Weld199 = Instance.new("Weld")
- Weld200 = Instance.new("Weld")
- Weld201 = Instance.new("Weld")
- Weld202 = Instance.new("Weld")
- Weld203 = Instance.new("Weld")
- Weld204 = Instance.new("Weld")
- Weld205 = Instance.new("Weld")
- Weld206 = Instance.new("Weld")
- Weld207 = Instance.new("Weld")
- Weld208 = Instance.new("Weld")
- Weld209 = Instance.new("Weld")
- Weld210 = Instance.new("Weld")
- Weld211 = Instance.new("Weld")
- Weld212 = Instance.new("Weld")
- Weld213 = Instance.new("Weld")
- Weld214 = Instance.new("Weld")
- Weld215 = Instance.new("Weld")
- Weld216 = Instance.new("Weld")
- Weld217 = Instance.new("Weld")
- Weld218 = Instance.new("Weld")
- Weld219 = Instance.new("Weld")
- Weld220 = Instance.new("Weld")
- Weld221 = Instance.new("Weld")
- Weld222 = Instance.new("Weld")
- Weld223 = Instance.new("Weld")
- Weld224 = Instance.new("Weld")
- Weld225 = Instance.new("Weld")
- Weld226 = Instance.new("Weld")
- Weld227 = Instance.new("Weld")
- Sound228 = Instance.new("Sound")
- Sound229 = Instance.new("Sound")
- Sound230 = Instance.new("Sound")
- Sound231 = Instance.new("Sound")
- Sound232 = Instance.new("Sound")
- Sound233 = Instance.new("Sound")
- Weld234 = Instance.new("Weld")
- Weld235 = Instance.new("Weld")
- Weld236 = Instance.new("Weld")
- Weld237 = Instance.new("Weld")
- Weld238 = Instance.new("Weld")
- Weld239 = Instance.new("Weld")
- Weld240 = Instance.new("Weld")
- Weld241 = Instance.new("Weld")
- Weld242 = Instance.new("Weld")
- Weld243 = Instance.new("Weld")
- Weld244 = Instance.new("Weld")
- Weld245 = Instance.new("Weld")
- Weld246 = Instance.new("Weld")
- Weld247 = Instance.new("Weld")
- Weld248 = Instance.new("Weld")
- Weld249 = Instance.new("Weld")
- Weld250 = Instance.new("Weld")
- Weld251 = Instance.new("Weld")
- Weld252 = Instance.new("Weld")
- Weld253 = Instance.new("Weld")
- Weld254 = Instance.new("Weld")
- Weld255 = Instance.new("Weld")
- Weld256 = Instance.new("Weld")
- Weld257 = Instance.new("Weld")
- Weld258 = Instance.new("Weld")
- Weld259 = Instance.new("Weld")
- Weld260 = Instance.new("Weld")
- Weld261 = Instance.new("Weld")
- Weld262 = Instance.new("Weld")
- Weld263 = Instance.new("Weld")
- Weld264 = Instance.new("Weld")
- Weld265 = Instance.new("Weld")
- Weld266 = Instance.new("Weld")
- Weld267 = Instance.new("Weld")
- Weld268 = Instance.new("Weld")
- Weld269 = Instance.new("Weld")
- Weld270 = Instance.new("Weld")
- Weld271 = Instance.new("Weld")
- Weld272 = Instance.new("Weld")
- Weld273 = Instance.new("Weld")
- Weld274 = Instance.new("Weld")
- Weld275 = Instance.new("Weld")
- Weld276 = Instance.new("Weld")
- Weld277 = Instance.new("Weld")
- Weld278 = Instance.new("Weld")
- Weld279 = Instance.new("Weld")
- Weld280 = Instance.new("Weld")
- Weld281 = Instance.new("Weld")
- Weld282 = Instance.new("Weld")
- Weld283 = Instance.new("Weld")
- Weld284 = Instance.new("Weld")
- Weld285 = Instance.new("Weld")
- Weld286 = Instance.new("Weld")
- Weld287 = Instance.new("Weld")
- Weld288 = Instance.new("Weld")
- Weld289 = Instance.new("Weld")
- Weld290 = Instance.new("Weld")
- Weld291 = Instance.new("Weld")
- Weld292 = Instance.new("Weld")
- Weld293 = Instance.new("Weld")
- Weld294 = Instance.new("Weld")
- Weld295 = Instance.new("Weld")
- Weld296 = Instance.new("Weld")
- Weld297 = Instance.new("Weld")
- Weld298 = Instance.new("Weld")
- Weld299 = Instance.new("Weld")
- Weld300 = Instance.new("Weld")
- Weld301 = Instance.new("Weld")
- Weld302 = Instance.new("Weld")
- Weld303 = Instance.new("Weld")
- Weld304 = Instance.new("Weld")
- Weld305 = Instance.new("Weld")
- Weld306 = Instance.new("Weld")
- Weld307 = Instance.new("Weld")
- Weld308 = Instance.new("Weld")
- Weld309 = Instance.new("Weld")
- Weld310 = Instance.new("Weld")
- Weld311 = Instance.new("Weld")
- Weld312 = Instance.new("Weld")
- Weld313 = Instance.new("Weld")
- Weld314 = Instance.new("Weld")
- Weld315 = Instance.new("Weld")
- Weld316 = Instance.new("Weld")
- Weld317 = Instance.new("Weld")
- Weld318 = Instance.new("Weld")
- Weld319 = Instance.new("Weld")
- Weld320 = Instance.new("Weld")
- Weld321 = Instance.new("Weld")
- Weld322 = Instance.new("Weld")
- Weld323 = Instance.new("Weld")
- Weld324 = Instance.new("Weld")
- Weld325 = Instance.new("Weld")
- Weld326 = Instance.new("Weld")
- Weld327 = Instance.new("Weld")
- Weld328 = Instance.new("Weld")
- Weld329 = Instance.new("Weld")
- Weld330 = Instance.new("Weld")
- Weld331 = Instance.new("Weld")
- Weld332 = Instance.new("Weld")
- Weld333 = Instance.new("Weld")
- Weld334 = Instance.new("Weld")
- Weld335 = Instance.new("Weld")
- Weld336 = Instance.new("Weld")
- Weld337 = Instance.new("Weld")
- Weld338 = Instance.new("Weld")
- Weld339 = Instance.new("Weld")
- Weld340 = Instance.new("Weld")
- Weld341 = Instance.new("Weld")
- Weld342 = Instance.new("Weld")
- Weld343 = Instance.new("Weld")
- Weld344 = Instance.new("Weld")
- Weld345 = Instance.new("Weld")
- Weld346 = Instance.new("Weld")
- Weld347 = Instance.new("Weld")
- Weld348 = Instance.new("Weld")
- Weld349 = Instance.new("Weld")
- Weld350 = Instance.new("Weld")
- Weld351 = Instance.new("Weld")
- Weld352 = Instance.new("Weld")
- Weld353 = Instance.new("Weld")
- Weld354 = Instance.new("Weld")
- Weld355 = Instance.new("Weld")
- Weld356 = Instance.new("Weld")
- Weld357 = Instance.new("Weld")
- Weld358 = Instance.new("Weld")
- Weld359 = Instance.new("Weld")
- Weld360 = Instance.new("Weld")
- Weld361 = Instance.new("Weld")
- Weld362 = Instance.new("Weld")
- Weld363 = Instance.new("Weld")
- Weld364 = Instance.new("Weld")
- Weld365 = Instance.new("Weld")
- Weld366 = Instance.new("Weld")
- Weld367 = Instance.new("Weld")
- Weld368 = Instance.new("Weld")
- Weld369 = Instance.new("Weld")
- Weld370 = Instance.new("Weld")
- Weld371 = Instance.new("Weld")
- Weld372 = Instance.new("Weld")
- Weld373 = Instance.new("Weld")
- Weld374 = Instance.new("Weld")
- Weld375 = Instance.new("Weld")
- Weld376 = Instance.new("Weld")
- Weld377 = Instance.new("Weld")
- Weld378 = Instance.new("Weld")
- Weld379 = Instance.new("Weld")
- Weld380 = Instance.new("Weld")
- Weld381 = Instance.new("Weld")
- Weld382 = Instance.new("Weld")
- Weld383 = Instance.new("Weld")
- Weld384 = Instance.new("Weld")
- Weld385 = Instance.new("Weld")
- Weld386 = Instance.new("Weld")
- Weld387 = Instance.new("Weld")
- Weld388 = Instance.new("Weld")
- Weld389 = Instance.new("Weld")
- Weld390 = Instance.new("Weld")
- Weld391 = Instance.new("Weld")
- Weld392 = Instance.new("Weld")
- Weld393 = Instance.new("Weld")
- Weld394 = Instance.new("Weld")
- Weld395 = Instance.new("Weld")
- Weld396 = Instance.new("Weld")
- Weld397 = Instance.new("Weld")
- Weld398 = Instance.new("Weld")
- Weld399 = Instance.new("Weld")
- Weld400 = Instance.new("Weld")
- Weld401 = Instance.new("Weld")
- Weld402 = Instance.new("Weld")
- Weld403 = Instance.new("Weld")
- Weld404 = Instance.new("Weld")
- Weld405 = Instance.new("Weld")
- Weld406 = Instance.new("Weld")
- Weld407 = Instance.new("Weld")
- Weld408 = Instance.new("Weld")
- Weld409 = Instance.new("Weld")
- Weld410 = Instance.new("Weld")
- Weld411 = Instance.new("Weld")
- Weld412 = Instance.new("Weld")
- Weld413 = Instance.new("Weld")
- Weld414 = Instance.new("Weld")
- Weld415 = Instance.new("Weld")
- Weld416 = Instance.new("Weld")
- Weld417 = Instance.new("Weld")
- Weld418 = Instance.new("Weld")
- Weld419 = Instance.new("Weld")
- Weld420 = Instance.new("Weld")
- Weld421 = Instance.new("Weld")
- Weld422 = Instance.new("Weld")
- Weld423 = Instance.new("Weld")
- Weld424 = Instance.new("Weld")
- Weld425 = Instance.new("Weld")
- Weld426 = Instance.new("Weld")
- Weld427 = Instance.new("Weld")
- Weld428 = Instance.new("Weld")
- Weld429 = Instance.new("Weld")
- Weld430 = Instance.new("Weld")
- Weld431 = Instance.new("Weld")
- Weld432 = Instance.new("Weld")
- Weld433 = Instance.new("Weld")
- Weld434 = Instance.new("Weld")
- Weld435 = Instance.new("Weld")
- Weld436 = Instance.new("Weld")
- Weld437 = Instance.new("Weld")
- Weld438 = Instance.new("Weld")
- Weld439 = Instance.new("Weld")
- Weld440 = Instance.new("Weld")
- Weld441 = Instance.new("Weld")
- Weld442 = Instance.new("Weld")
- Weld443 = Instance.new("Weld")
- Weld444 = Instance.new("Weld")
- Weld445 = Instance.new("Weld")
- Weld446 = Instance.new("Weld")
- Weld447 = Instance.new("Weld")
- Weld448 = Instance.new("Weld")
- Weld449 = Instance.new("Weld")
- Weld450 = Instance.new("Weld")
- Weld451 = Instance.new("Weld")
- Weld452 = Instance.new("Weld")
- Weld453 = Instance.new("Weld")
- Weld454 = Instance.new("Weld")
- Weld455 = Instance.new("Weld")
- Weld456 = Instance.new("Weld")
- Weld457 = Instance.new("Weld")
- Weld458 = Instance.new("Weld")
- Weld459 = Instance.new("Weld")
- Weld460 = Instance.new("Weld")
- Weld461 = Instance.new("Weld")
- Weld462 = Instance.new("Weld")
- Weld463 = Instance.new("Weld")
- Weld464 = Instance.new("Weld")
- Weld465 = Instance.new("Weld")
- Weld466 = Instance.new("Weld")
- Weld467 = Instance.new("Weld")
- Weld468 = Instance.new("Weld")
- Weld469 = Instance.new("Weld")
- Weld470 = Instance.new("Weld")
- Weld471 = Instance.new("Weld")
- Weld472 = Instance.new("Weld")
- Weld473 = Instance.new("Weld")
- Weld474 = Instance.new("Weld")
- Weld475 = Instance.new("Weld")
- Weld476 = Instance.new("Weld")
- Weld477 = Instance.new("Weld")
- Weld478 = Instance.new("Weld")
- Weld479 = Instance.new("Weld")
- Weld480 = Instance.new("Weld")
- Weld481 = Instance.new("Weld")
- Weld482 = Instance.new("Weld")
- Weld483 = Instance.new("Weld")
- Weld484 = Instance.new("Weld")
- Weld485 = Instance.new("Weld")
- Weld486 = Instance.new("Weld")
- Weld487 = Instance.new("Weld")
- Weld488 = Instance.new("Weld")
- Weld489 = Instance.new("Weld")
- Weld490 = Instance.new("Weld")
- Weld491 = Instance.new("Weld")
- Weld492 = Instance.new("Weld")
- Weld493 = Instance.new("Weld")
- Weld494 = Instance.new("Weld")
- Weld495 = Instance.new("Weld")
- Weld496 = Instance.new("Weld")
- Weld497 = Instance.new("Weld")
- Weld498 = Instance.new("Weld")
- Weld499 = Instance.new("Weld")
- Weld500 = Instance.new("Weld")
- Weld501 = Instance.new("Weld")
- Weld502 = Instance.new("Weld")
- Weld503 = Instance.new("Weld")
- Weld504 = Instance.new("Weld")
- Weld505 = Instance.new("Weld")
- Weld506 = Instance.new("Weld")
- Weld507 = Instance.new("Weld")
- Weld508 = Instance.new("Weld")
- Weld509 = Instance.new("Weld")
- Weld510 = Instance.new("Weld")
- Weld511 = Instance.new("Weld")
- Weld512 = Instance.new("Weld")
- Weld513 = Instance.new("Weld")
- Weld514 = Instance.new("Weld")
- Weld515 = Instance.new("Weld")
- Weld516 = Instance.new("Weld")
- Weld517 = Instance.new("Weld")
- Weld518 = Instance.new("Weld")
- Weld519 = Instance.new("Weld")
- Weld520 = Instance.new("Weld")
- Weld521 = Instance.new("Weld")
- Weld522 = Instance.new("Weld")
- Weld523 = Instance.new("Weld")
- Weld524 = Instance.new("Weld")
- Weld525 = Instance.new("Weld")
- Weld526 = Instance.new("Weld")
- Weld527 = Instance.new("Weld")
- Weld528 = Instance.new("Weld")
- Weld529 = Instance.new("Weld")
- Weld530 = Instance.new("Weld")
- Weld531 = Instance.new("Weld")
- Weld532 = Instance.new("Weld")
- Weld533 = Instance.new("Weld")
- Weld534 = Instance.new("Weld")
- Weld535 = Instance.new("Weld")
- Weld536 = Instance.new("Weld")
- Weld537 = Instance.new("Weld")
- Weld538 = Instance.new("Weld")
- Weld539 = Instance.new("Weld")
- Weld540 = Instance.new("Weld")
- Weld541 = Instance.new("Weld")
- Weld542 = Instance.new("Weld")
- Weld543 = Instance.new("Weld")
- Weld544 = Instance.new("Weld")
- Weld545 = Instance.new("Weld")
- Weld546 = Instance.new("Weld")
- Weld547 = Instance.new("Weld")
- Weld548 = Instance.new("Weld")
- Weld549 = Instance.new("Weld")
- Weld550 = Instance.new("Weld")
- Weld551 = Instance.new("Weld")
- Weld552 = Instance.new("Weld")
- Weld553 = Instance.new("Weld")
- Weld554 = Instance.new("Weld")
- Weld555 = Instance.new("Weld")
- Weld556 = Instance.new("Weld")
- Weld557 = Instance.new("Weld")
- Weld558 = Instance.new("Weld")
- Weld559 = Instance.new("Weld")
- Weld560 = Instance.new("Weld")
- Weld561 = Instance.new("Weld")
- Weld562 = Instance.new("Weld")
- Weld563 = Instance.new("Weld")
- Weld564 = Instance.new("Weld")
- Weld565 = Instance.new("Weld")
- Weld566 = Instance.new("Weld")
- Weld567 = Instance.new("Weld")
- Weld568 = Instance.new("Weld")
- Weld569 = Instance.new("Weld")
- Weld570 = Instance.new("Weld")
- Weld571 = Instance.new("Weld")
- Weld572 = Instance.new("Weld")
- Weld573 = Instance.new("Weld")
- Weld574 = Instance.new("Weld")
- Weld575 = Instance.new("Weld")
- Weld576 = Instance.new("Weld")
- Weld577 = Instance.new("Weld")
- Weld578 = Instance.new("Weld")
- Weld579 = Instance.new("Weld")
- Weld580 = Instance.new("Weld")
- Weld581 = Instance.new("Weld")
- Weld582 = Instance.new("Weld")
- Weld583 = Instance.new("Weld")
- Weld584 = Instance.new("Weld")
- Weld585 = Instance.new("Weld")
- Weld586 = Instance.new("Weld")
- Weld587 = Instance.new("Weld")
- Weld588 = Instance.new("Weld")
- Weld589 = Instance.new("Weld")
- Weld590 = Instance.new("Weld")
- Weld591 = Instance.new("Weld")
- Weld592 = Instance.new("Weld")
- Weld593 = Instance.new("Weld")
- Weld594 = Instance.new("Weld")
- Weld595 = Instance.new("Weld")
- Weld596 = Instance.new("Weld")
- Weld597 = Instance.new("Weld")
- Weld598 = Instance.new("Weld")
- Weld599 = Instance.new("Weld")
- Weld600 = Instance.new("Weld")
- Weld601 = Instance.new("Weld")
- Weld602 = Instance.new("Weld")
- Weld603 = Instance.new("Weld")
- Weld604 = Instance.new("Weld")
- Weld605 = Instance.new("Weld")
- Weld606 = Instance.new("Weld")
- Weld607 = Instance.new("Weld")
- Weld608 = Instance.new("Weld")
- Weld609 = Instance.new("Weld")
- Weld610 = Instance.new("Weld")
- Weld611 = Instance.new("Weld")
- Weld612 = Instance.new("Weld")
- Weld613 = Instance.new("Weld")
- Weld614 = Instance.new("Weld")
- Weld615 = Instance.new("Weld")
- Weld616 = Instance.new("Weld")
- Weld617 = Instance.new("Weld")
- Weld618 = Instance.new("Weld")
- Weld619 = Instance.new("Weld")
- Weld620 = Instance.new("Weld")
- Weld621 = Instance.new("Weld")
- Weld622 = Instance.new("Weld")
- Weld623 = Instance.new("Weld")
- Weld624 = Instance.new("Weld")
- Weld625 = Instance.new("Weld")
- Weld626 = Instance.new("Weld")
- Weld627 = Instance.new("Weld")
- Weld628 = Instance.new("Weld")
- Weld629 = Instance.new("Weld")
- Weld630 = Instance.new("Weld")
- Weld631 = Instance.new("Weld")
- Weld632 = Instance.new("Weld")
- Weld633 = Instance.new("Weld")
- Weld634 = Instance.new("Weld")
- Weld635 = Instance.new("Weld")
- Weld636 = Instance.new("Weld")
- Weld637 = Instance.new("Weld")
- Weld638 = Instance.new("Weld")
- Weld639 = Instance.new("Weld")
- Weld640 = Instance.new("Weld")
- Weld641 = Instance.new("Weld")
- Weld642 = Instance.new("Weld")
- Weld643 = Instance.new("Weld")
- Weld644 = Instance.new("Weld")
- Weld645 = Instance.new("Weld")
- Weld646 = Instance.new("Weld")
- Weld647 = Instance.new("Weld")
- Weld648 = Instance.new("Weld")
- Weld649 = Instance.new("Weld")
- Weld650 = Instance.new("Weld")
- Weld651 = Instance.new("Weld")
- Weld652 = Instance.new("Weld")
- Weld653 = Instance.new("Weld")
- Weld654 = Instance.new("Weld")
- Weld655 = Instance.new("Weld")
- Weld656 = Instance.new("Weld")
- Weld657 = Instance.new("Weld")
- Weld658 = Instance.new("Weld")
- Weld659 = Instance.new("Weld")
- Weld660 = Instance.new("Weld")
- Weld661 = Instance.new("Weld")
- Weld662 = Instance.new("Weld")
- Weld663 = Instance.new("Weld")
- Weld664 = Instance.new("Weld")
- Weld665 = Instance.new("Weld")
- Weld666 = Instance.new("Weld")
- Part667 = Instance.new("Part")
- BlockMesh668 = Instance.new("BlockMesh")
- Part669 = Instance.new("Part")
- BlockMesh670 = Instance.new("BlockMesh")
- Part671 = Instance.new("Part")
- BlockMesh672 = Instance.new("BlockMesh")
- Part673 = Instance.new("Part")
- BlockMesh674 = Instance.new("BlockMesh")
- Part675 = Instance.new("Part")
- CylinderMesh676 = Instance.new("CylinderMesh")
- Part677 = Instance.new("Part")
- CylinderMesh678 = Instance.new("CylinderMesh")
- Part679 = Instance.new("Part")
- CylinderMesh680 = Instance.new("CylinderMesh")
- Part681 = Instance.new("Part")
- CylinderMesh682 = Instance.new("CylinderMesh")
- Part683 = Instance.new("Part")
- CylinderMesh684 = Instance.new("CylinderMesh")
- Part685 = Instance.new("Part")
- CylinderMesh686 = Instance.new("CylinderMesh")
- Part687 = Instance.new("Part")
- CylinderMesh688 = Instance.new("CylinderMesh")
- Part689 = Instance.new("Part")
- CylinderMesh690 = Instance.new("CylinderMesh")
- Part691 = Instance.new("Part")
- CylinderMesh692 = Instance.new("CylinderMesh")
- Part693 = Instance.new("Part")
- CylinderMesh694 = Instance.new("CylinderMesh")
- Part695 = Instance.new("Part")
- SpecialMesh696 = Instance.new("SpecialMesh")
- Part697 = Instance.new("Part")
- CylinderMesh698 = Instance.new("CylinderMesh")
- Part699 = Instance.new("Part")
- CylinderMesh700 = Instance.new("CylinderMesh")
- Part701 = Instance.new("Part")
- CylinderMesh702 = Instance.new("CylinderMesh")
- Part703 = Instance.new("Part")
- CylinderMesh704 = Instance.new("CylinderMesh")
- Part705 = Instance.new("Part")
- CylinderMesh706 = Instance.new("CylinderMesh")
- Part707 = Instance.new("Part")
- CylinderMesh708 = Instance.new("CylinderMesh")
- Part709 = Instance.new("Part")
- CylinderMesh710 = Instance.new("CylinderMesh")
- Part711 = Instance.new("Part")
- CylinderMesh712 = Instance.new("CylinderMesh")
- Part713 = Instance.new("Part")
- CylinderMesh714 = Instance.new("CylinderMesh")
- Part715 = Instance.new("Part")
- CylinderMesh716 = Instance.new("CylinderMesh")
- Part717 = Instance.new("Part")
- CylinderMesh718 = Instance.new("CylinderMesh")
- Part719 = Instance.new("Part")
- CylinderMesh720 = Instance.new("CylinderMesh")
- Part721 = Instance.new("Part")
- CylinderMesh722 = Instance.new("CylinderMesh")
- Part723 = Instance.new("Part")
- CylinderMesh724 = Instance.new("CylinderMesh")
- Part725 = Instance.new("Part")
- CylinderMesh726 = Instance.new("CylinderMesh")
- Part727 = Instance.new("Part")
- BlockMesh728 = Instance.new("BlockMesh")
- Part729 = Instance.new("Part")
- CylinderMesh730 = Instance.new("CylinderMesh")
- Part731 = Instance.new("Part")
- CylinderMesh732 = Instance.new("CylinderMesh")
- Part733 = Instance.new("Part")
- SpecialMesh734 = Instance.new("SpecialMesh")
- Part735 = Instance.new("Part")
- CylinderMesh736 = Instance.new("CylinderMesh")
- Part737 = Instance.new("Part")
- CylinderMesh738 = Instance.new("CylinderMesh")
- Part739 = Instance.new("Part")
- BlockMesh740 = Instance.new("BlockMesh")
- Decal741 = Instance.new("Decal")
- Part742 = Instance.new("Part")
- CylinderMesh743 = Instance.new("CylinderMesh")
- Part744 = Instance.new("Part")
- CylinderMesh745 = Instance.new("CylinderMesh")
- Part746 = Instance.new("Part")
- BlockMesh747 = Instance.new("BlockMesh")
- Decal748 = Instance.new("Decal")
- Part749 = Instance.new("Part")
- CylinderMesh750 = Instance.new("CylinderMesh")
- Part751 = Instance.new("Part")
- CylinderMesh752 = Instance.new("CylinderMesh")
- Part753 = Instance.new("Part")
- CylinderMesh754 = Instance.new("CylinderMesh")
- Part755 = Instance.new("Part")
- CylinderMesh756 = Instance.new("CylinderMesh")
- Part757 = Instance.new("Part")
- SpecialMesh758 = Instance.new("SpecialMesh")
- Part759 = Instance.new("Part")
- CylinderMesh760 = Instance.new("CylinderMesh")
- Part761 = Instance.new("Part")
- BlockMesh762 = Instance.new("BlockMesh")
- Part763 = Instance.new("Part")
- SpecialMesh764 = Instance.new("SpecialMesh")
- Part765 = Instance.new("Part")
- BlockMesh766 = Instance.new("BlockMesh")
- Part767 = Instance.new("Part")
- SpecialMesh768 = Instance.new("SpecialMesh")
- Part769 = Instance.new("Part")
- SpecialMesh770 = Instance.new("SpecialMesh")
- Part771 = Instance.new("Part")
- CylinderMesh772 = Instance.new("CylinderMesh")
- Part773 = Instance.new("Part")
- CylinderMesh774 = Instance.new("CylinderMesh")
- Part775 = Instance.new("Part")
- CylinderMesh776 = Instance.new("CylinderMesh")
- Part777 = Instance.new("Part")
- BlockMesh778 = Instance.new("BlockMesh")
- Part779 = Instance.new("Part")
- CylinderMesh780 = Instance.new("CylinderMesh")
- Part781 = Instance.new("Part")
- CylinderMesh782 = Instance.new("CylinderMesh")
- Part783 = Instance.new("Part")
- CylinderMesh784 = Instance.new("CylinderMesh")
- Part785 = Instance.new("Part")
- CylinderMesh786 = Instance.new("CylinderMesh")
- Part787 = Instance.new("Part")
- CylinderMesh788 = Instance.new("CylinderMesh")
- Part789 = Instance.new("Part")
- CylinderMesh790 = Instance.new("CylinderMesh")
- Part791 = Instance.new("Part")
- BlockMesh792 = Instance.new("BlockMesh")
- Decal793 = Instance.new("Decal")
- Part794 = Instance.new("Part")
- BlockMesh795 = Instance.new("BlockMesh")
- Part796 = Instance.new("Part")
- CylinderMesh797 = Instance.new("CylinderMesh")
- Part798 = Instance.new("Part")
- BlockMesh799 = Instance.new("BlockMesh")
- Part800 = Instance.new("Part")
- SpecialMesh801 = Instance.new("SpecialMesh")
- Part802 = Instance.new("Part")
- CylinderMesh803 = Instance.new("CylinderMesh")
- Part804 = Instance.new("Part")
- SpecialMesh805 = Instance.new("SpecialMesh")
- Part806 = Instance.new("Part")
- CylinderMesh807 = Instance.new("CylinderMesh")
- Part808 = Instance.new("Part")
- CylinderMesh809 = Instance.new("CylinderMesh")
- Part810 = Instance.new("Part")
- CylinderMesh811 = Instance.new("CylinderMesh")
- Part812 = Instance.new("Part")
- CylinderMesh813 = Instance.new("CylinderMesh")
- Part814 = Instance.new("Part")
- SpecialMesh815 = Instance.new("SpecialMesh")
- Part816 = Instance.new("Part")
- SpecialMesh817 = Instance.new("SpecialMesh")
- Part818 = Instance.new("Part")
- SpecialMesh819 = Instance.new("SpecialMesh")
- Part820 = Instance.new("Part")
- SpecialMesh821 = Instance.new("SpecialMesh")
- Part822 = Instance.new("Part")
- CylinderMesh823 = Instance.new("CylinderMesh")
- Part824 = Instance.new("Part")
- SpecialMesh825 = Instance.new("SpecialMesh")
- Part826 = Instance.new("Part")
- SpecialMesh827 = Instance.new("SpecialMesh")
- Part828 = Instance.new("Part")
- SpecialMesh829 = Instance.new("SpecialMesh")
- Part830 = Instance.new("Part")
- SpecialMesh831 = Instance.new("SpecialMesh")
- Part832 = Instance.new("Part")
- CylinderMesh833 = Instance.new("CylinderMesh")
- Part834 = Instance.new("Part")
- SpecialMesh835 = Instance.new("SpecialMesh")
- Part836 = Instance.new("Part")
- SpecialMesh837 = Instance.new("SpecialMesh")
- Part838 = Instance.new("Part")
- SpecialMesh839 = Instance.new("SpecialMesh")
- Part840 = Instance.new("Part")
- BlockMesh841 = Instance.new("BlockMesh")
- Part842 = Instance.new("Part")
- SpecialMesh843 = Instance.new("SpecialMesh")
- Part844 = Instance.new("Part")
- CylinderMesh845 = Instance.new("CylinderMesh")
- Part846 = Instance.new("Part")
- CylinderMesh847 = Instance.new("CylinderMesh")
- Part848 = Instance.new("Part")
- CylinderMesh849 = Instance.new("CylinderMesh")
- Part850 = Instance.new("Part")
- CylinderMesh851 = Instance.new("CylinderMesh")
- Part852 = Instance.new("Part")
- CylinderMesh853 = Instance.new("CylinderMesh")
- Part854 = Instance.new("Part")
- CylinderMesh855 = Instance.new("CylinderMesh")
- Part856 = Instance.new("Part")
- SpecialMesh857 = Instance.new("SpecialMesh")
- Part858 = Instance.new("Part")
- CylinderMesh859 = Instance.new("CylinderMesh")
- Part860 = Instance.new("Part")
- CylinderMesh861 = Instance.new("CylinderMesh")
- Part862 = Instance.new("Part")
- CylinderMesh863 = Instance.new("CylinderMesh")
- Part864 = Instance.new("Part")
- CylinderMesh865 = Instance.new("CylinderMesh")
- Part866 = Instance.new("Part")
- CylinderMesh867 = Instance.new("CylinderMesh")
- Part868 = Instance.new("Part")
- CylinderMesh869 = Instance.new("CylinderMesh")
- Part870 = Instance.new("Part")
- CylinderMesh871 = Instance.new("CylinderMesh")
- Part872 = Instance.new("Part")
- CylinderMesh873 = Instance.new("CylinderMesh")
- Part874 = Instance.new("Part")
- BlockMesh875 = Instance.new("BlockMesh")
- Part876 = Instance.new("Part")
- SpecialMesh877 = Instance.new("SpecialMesh")
- Part878 = Instance.new("Part")
- CylinderMesh879 = Instance.new("CylinderMesh")
- Part880 = Instance.new("Part")
- BlockMesh881 = Instance.new("BlockMesh")
- Part882 = Instance.new("Part")
- SpecialMesh883 = Instance.new("SpecialMesh")
- Part884 = Instance.new("Part")
- SpecialMesh885 = Instance.new("SpecialMesh")
- Part886 = Instance.new("Part")
- BlockMesh887 = Instance.new("BlockMesh")
- Part888 = Instance.new("Part")
- CylinderMesh889 = Instance.new("CylinderMesh")
- Part890 = Instance.new("Part")
- SpecialMesh891 = Instance.new("SpecialMesh")
- Part892 = Instance.new("Part")
- SpecialMesh893 = Instance.new("SpecialMesh")
- Part894 = Instance.new("Part")
- BlockMesh895 = Instance.new("BlockMesh")
- Part896 = Instance.new("Part")
- SpecialMesh897 = Instance.new("SpecialMesh")
- Part898 = Instance.new("Part")
- CylinderMesh899 = Instance.new("CylinderMesh")
- Part900 = Instance.new("Part")
- BlockMesh901 = Instance.new("BlockMesh")
- Part902 = Instance.new("Part")
- CylinderMesh903 = Instance.new("CylinderMesh")
- Part904 = Instance.new("Part")
- BlockMesh905 = Instance.new("BlockMesh")
- Part906 = Instance.new("Part")
- BlockMesh907 = Instance.new("BlockMesh")
- Part908 = Instance.new("Part")
- CylinderMesh909 = Instance.new("CylinderMesh")
- Part910 = Instance.new("Part")
- SpecialMesh911 = Instance.new("SpecialMesh")
- Part912 = Instance.new("Part")
- SpecialMesh913 = Instance.new("SpecialMesh")
- Part914 = Instance.new("Part")
- SpecialMesh915 = Instance.new("SpecialMesh")
- Part916 = Instance.new("Part")
- BlockMesh917 = Instance.new("BlockMesh")
- Part918 = Instance.new("Part")
- BlockMesh919 = Instance.new("BlockMesh")
- Part920 = Instance.new("Part")
- SpecialMesh921 = Instance.new("SpecialMesh")
- Part922 = Instance.new("Part")
- SpecialMesh923 = Instance.new("SpecialMesh")
- Part924 = Instance.new("Part")
- BlockMesh925 = Instance.new("BlockMesh")
- Part926 = Instance.new("Part")
- BlockMesh927 = Instance.new("BlockMesh")
- Part928 = Instance.new("Part")
- BlockMesh929 = Instance.new("BlockMesh")
- Part930 = Instance.new("Part")
- BlockMesh931 = Instance.new("BlockMesh")
- NumberValue932 = Instance.new("NumberValue")
- Script933 = Instance.new("Script")
- LocalScript934 = Instance.new("LocalScript")
- SpecialMesh935 = Instance.new("SpecialMesh")
- NumberValue936 = Instance.new("NumberValue")
- NumberValue937 = Instance.new("NumberValue")
- SpecialMesh938 = Instance.new("SpecialMesh")
- LocalScript939 = Instance.new("LocalScript")
- Sound940 = Instance.new("Sound")
- Sound941 = Instance.new("Sound")
- NumberValue942 = Instance.new("NumberValue")
- NumberValue943 = Instance.new("NumberValue")
- LocalScript944 = Instance.new("LocalScript")
- LocalScript945 = Instance.new("LocalScript")
- LocalScript946 = Instance.new("LocalScript")
- LocalScript947 = Instance.new("LocalScript")
- ScreenGui948 = Instance.new("ScreenGui")
- Frame949 = Instance.new("Frame")
- Frame950 = Instance.new("Frame")
- TextLabel951 = Instance.new("TextLabel")
- Frame952 = Instance.new("Frame")
- NumberValue953 = Instance.new("NumberValue")
- NumberValue954 = Instance.new("NumberValue")
- Script955 = Instance.new("Script")
- Tool0.Name = "Minigun V2"
- Tool0.Parent = mas
- Tool0.Grip = CFrame.new(0, 0, 0, 0.788958907, 0.058553569, 0.611649752, -0.570498824, -0.299894214, 0.764587879, 0.228199542, -0.952173829, -0.203199431)
- Tool0.GripForward = Vector3.new(-0.611649752, -0.764587879, 0.203199431)
- Tool0.GripRight = Vector3.new(0.788958907, -0.570498824, 0.228199542)
- Tool0.GripUp = Vector3.new(0.058553569, -0.299894214, -0.952173829)
- Part1.Name = "S5"
- Part1.Parent = Tool0
- Part1.CFrame = CFrame.new(-41.4150238, 1.37227201, 20.2803345, -0.999999881, -3.49049151e-06, -5.88042894e-05, 6.12536605e-05, 0.000153842673, -0.99999702, 3.64538732e-06, -1.00000012, -0.000147691229)
- Part1.Orientation = Vector3.new(89.8600006, -158.289993, 21.7099991)
- Part1.Position = Vector3.new(-41.4150238, 1.37227201, 20.2803345)
- Part1.Rotation = Vector3.new(90.0099945, 0, 180)
- Part1.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part1.Transparency = 1
- Part1.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Cool yellow")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Cool yellow")
- Part1.FormFactor = Enum.FormFactor.Custom
- Part1.formFactor = Enum.FormFactor.Custom
- CylinderMesh2.Parent = Part1
- CylinderMesh2.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part3.Name = "S11"
- Part3.Parent = Tool0
- Part3.CFrame = CFrame.new(-41.6828575, 1.03037453, 20.3685436, -0.965891898, 0.000237933767, -0.258945227, 0.258946866, 0.000165894598, -0.96588856, -0.000188312231, -1.00000012, -0.000215869368)
- Part3.Orientation = Vector3.new(74.9899979, -90.0499954, 89.9599991)
- Part3.Position = Vector3.new(-41.6828575, 1.03037453, 20.3685436)
- Part3.Rotation = Vector3.new(90.0099945, -15.0099993, -179.98999)
- Part3.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part3.Transparency = 1
- Part3.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.BrickColor = BrickColor.new("Cool yellow")
- Part3.TopSurface = Enum.SurfaceType.Smooth
- Part3.brickColor = BrickColor.new("Cool yellow")
- Part3.FormFactor = Enum.FormFactor.Custom
- Part3.formFactor = Enum.FormFactor.Custom
- CylinderMesh4.Parent = Part3
- CylinderMesh4.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part5.Parent = Tool0
- Part5.CFrame = CFrame.new(-40.8092499, 0.905222058, 21.2717247, 0.000268243835, -0.499894142, -0.866086543, -0.500312984, -0.749963462, 0.432714462, -0.865844667, 0.433198243, -0.250304729)
- Part5.Orientation = Vector3.new(-25.6399994, -106.119995, -146.289993)
- Part5.Position = Vector3.new(-40.8092499, 0.905222058, 21.2717247)
- Part5.Rotation = Vector3.new(-120.049995, -60.0099983, 89.9700012)
- Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part5.BottomSurface = Enum.SurfaceType.Smooth
- Part5.BrickColor = BrickColor.new("Really black")
- Part5.TopSurface = Enum.SurfaceType.Smooth
- Part5.brickColor = BrickColor.new("Really black")
- Part5.FormFactor = Enum.FormFactor.Custom
- Part5.formFactor = Enum.FormFactor.Custom
- CylinderMesh6.Parent = Part5
- CylinderMesh6.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part7.Name = "S9"
- Part7.Parent = Tool0
- Part7.CFrame = CFrame.new(-41.5813446, 1.13227773, 20.3684425, -0.965891898, 0.000238852663, -0.258945227, 0.258946866, 0.000169322127, -0.9658885, -0.000188312231, -1.00000012, -0.000219417969)
- Part7.Orientation = Vector3.new(74.9899979, -90.0499954, 89.9599991)
- Part7.Position = Vector3.new(-41.5813446, 1.13227773, 20.3684425)
- Part7.Rotation = Vector3.new(90.0099945, -15.0099993, -179.98999)
- Part7.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part7.Transparency = 1
- Part7.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part7.BottomSurface = Enum.SurfaceType.Smooth
- Part7.BrickColor = BrickColor.new("Cool yellow")
- Part7.TopSurface = Enum.SurfaceType.Smooth
- Part7.brickColor = BrickColor.new("Cool yellow")
- Part7.FormFactor = Enum.FormFactor.Custom
- Part7.formFactor = Enum.FormFactor.Custom
- CylinderMesh8.Parent = Part7
- CylinderMesh8.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part9.Name = "S1"
- Part9.Parent = Tool0
- Part9.CFrame = CFrame.new(-41.172699, 1.52408767, 20.3679161, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part9.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part9.Position = Vector3.new(-41.172699, 1.52408767, 20.3679161)
- Part9.Rotation = Vector3.new(90.0099945, 0, 180)
- Part9.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part9.Transparency = 1
- Part9.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part9.BottomSurface = Enum.SurfaceType.Smooth
- Part9.BrickColor = BrickColor.new("Cool yellow")
- Part9.TopSurface = Enum.SurfaceType.Smooth
- Part9.brickColor = BrickColor.new("Cool yellow")
- Part9.FormFactor = Enum.FormFactor.Custom
- Part9.formFactor = Enum.FormFactor.Custom
- CylinderMesh10.Parent = Part9
- CylinderMesh10.Scale = Vector3.new(0.357142866, 1, 1.78571427)
- Part11.Name = "S10"
- Part11.Parent = Tool0
- Part11.CFrame = CFrame.new(-41.6323586, 1.08136046, 20.3684959, -0.965891898, 0.000237933767, -0.258945227, 0.258946866, 0.000165894598, -0.96588856, -0.000188312231, -1.00000012, -0.000215869368)
- Part11.Orientation = Vector3.new(74.9899979, -90.0499954, 89.9599991)
- Part11.Position = Vector3.new(-41.6323586, 1.08136046, 20.3684959)
- Part11.Rotation = Vector3.new(90.0099945, -15.0099993, -179.98999)
- Part11.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part11.Transparency = 1
- Part11.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part11.BottomSurface = Enum.SurfaceType.Smooth
- Part11.BrickColor = BrickColor.new("Cool yellow")
- Part11.TopSurface = Enum.SurfaceType.Smooth
- Part11.brickColor = BrickColor.new("Cool yellow")
- Part11.FormFactor = Enum.FormFactor.Custom
- Part11.formFactor = Enum.FormFactor.Custom
- CylinderMesh12.Parent = Part11
- CylinderMesh12.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part13.Parent = Tool0
- Part13.CFrame = CFrame.new(-40.4324799, 0.835716248, 21.3116169, 0.499763161, -0.866162002, -3.35423392e-05, -0.749993086, -0.432713032, -0.50026387, 0.433301061, 0.25004217, -0.865869284)
- Part13.Orientation = Vector3.new(30.0199986, -180, -119.979996)
- Part13.Position = Vector3.new(-40.4324799, 0.835716248, 21.3116169)
- Part13.Rotation = Vector3.new(149.979996, 0, 60.0200005)
- Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part13.BottomSurface = Enum.SurfaceType.Smooth
- Part13.BrickColor = BrickColor.new("Really black")
- Part13.TopSurface = Enum.SurfaceType.Smooth
- Part13.brickColor = BrickColor.new("Really black")
- Part13.FormFactor = Enum.FormFactor.Custom
- Part13.formFactor = Enum.FormFactor.Custom
- CylinderMesh14.Parent = Part13
- CylinderMesh14.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part15.Name = "S12"
- Part15.Parent = Tool0
- Part15.CFrame = CFrame.new(-41.7334824, 0.979157209, 20.3687534, -0.965891898, 0.000237933767, -0.258945227, 0.258946866, 0.000165894598, -0.96588856, -0.000188312231, -1.00000012, -0.000215869368)
- Part15.Orientation = Vector3.new(74.9899979, -90.0499954, 89.9599991)
- Part15.Position = Vector3.new(-41.7334824, 0.979157209, 20.3687534)
- Part15.Rotation = Vector3.new(90.0099945, -15.0099993, -179.98999)
- Part15.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part15.Transparency = 1
- Part15.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part15.BottomSurface = Enum.SurfaceType.Smooth
- Part15.BrickColor = BrickColor.new("Cool yellow")
- Part15.TopSurface = Enum.SurfaceType.Smooth
- Part15.brickColor = BrickColor.new("Cool yellow")
- Part15.FormFactor = Enum.FormFactor.Custom
- Part15.formFactor = Enum.FormFactor.Custom
- CylinderMesh16.Parent = Part15
- CylinderMesh16.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part17.Name = "S7"
- Part17.Parent = Tool0
- Part17.CFrame = CFrame.new(-41.4937744, 1.25539052, 20.3683434, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part17.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part17.Position = Vector3.new(-41.4937744, 1.25539052, 20.3683434)
- Part17.Rotation = Vector3.new(90.0099945, 0, 180)
- Part17.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part17.Transparency = 1
- Part17.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part17.BottomSurface = Enum.SurfaceType.Smooth
- Part17.BrickColor = BrickColor.new("Cool yellow")
- Part17.TopSurface = Enum.SurfaceType.Smooth
- Part17.brickColor = BrickColor.new("Cool yellow")
- Part17.FormFactor = Enum.FormFactor.Custom
- Part17.formFactor = Enum.FormFactor.Custom
- CylinderMesh18.Parent = Part17
- CylinderMesh18.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part19.Name = "S4"
- Part19.Parent = Tool0
- Part19.CFrame = CFrame.new(-41.3603783, 1.41650629, 20.3681679, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part19.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part19.Position = Vector3.new(-41.3603783, 1.41650629, 20.3681679)
- Part19.Rotation = Vector3.new(90.0099945, 0, 180)
- Part19.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part19.Transparency = 1
- Part19.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part19.BottomSurface = Enum.SurfaceType.Smooth
- Part19.BrickColor = BrickColor.new("Cool yellow")
- Part19.TopSurface = Enum.SurfaceType.Smooth
- Part19.brickColor = BrickColor.new("Cool yellow")
- Part19.FormFactor = Enum.FormFactor.Custom
- Part19.formFactor = Enum.FormFactor.Custom
- CylinderMesh20.Parent = Part19
- CylinderMesh20.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part21.Parent = Tool0
- Part21.CFrame = CFrame.new(-40.4754944, 0.822180986, 21.3188095, 0.258676648, -0.96596396, -3.33996359e-05, -0.836403728, -0.223961696, -0.500264049, 0.483236283, 0.129436508, -0.865869105)
- Part21.Orientation = Vector3.new(30.0199986, -180, -104.989998)
- Part21.Position = Vector3.new(-40.4754944, 0.822180986, 21.3188095)
- Part21.Rotation = Vector3.new(149.979996, 0, 75.0100021)
- Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part21.BottomSurface = Enum.SurfaceType.Smooth
- Part21.BrickColor = BrickColor.new("Really black")
- Part21.TopSurface = Enum.SurfaceType.Smooth
- Part21.brickColor = BrickColor.new("Really black")
- Part21.FormFactor = Enum.FormFactor.Custom
- Part21.formFactor = Enum.FormFactor.Custom
- CylinderMesh22.Parent = Part21
- CylinderMesh22.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part23.Name = "S2"
- Part23.Parent = Tool0
- Part23.CFrame = CFrame.new(-41.234726, 1.48880601, 20.3682232, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part23.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part23.Position = Vector3.new(-41.234726, 1.48880601, 20.3682232)
- Part23.Rotation = Vector3.new(90.0099945, 0, 180)
- Part23.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part23.Transparency = 1
- Part23.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part23.BottomSurface = Enum.SurfaceType.Smooth
- Part23.BrickColor = BrickColor.new("Cool yellow")
- Part23.TopSurface = Enum.SurfaceType.Smooth
- Part23.brickColor = BrickColor.new("Cool yellow")
- Part23.FormFactor = Enum.FormFactor.Custom
- Part23.formFactor = Enum.FormFactor.Custom
- CylinderMesh24.Parent = Part23
- CylinderMesh24.Scale = Vector3.new(0.357142866, 1, 1.78571427)
- Part25.Name = "S3"
- Part25.Parent = Tool0
- Part25.CFrame = CFrame.new(-41.2973824, 1.45236039, 20.3679066, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part25.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part25.Position = Vector3.new(-41.2973824, 1.45236039, 20.3679066)
- Part25.Rotation = Vector3.new(90.0099945, 0, 180)
- Part25.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part25.Transparency = 1
- Part25.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part25.BottomSurface = Enum.SurfaceType.Smooth
- Part25.BrickColor = BrickColor.new("Cool yellow")
- Part25.TopSurface = Enum.SurfaceType.Smooth
- Part25.brickColor = BrickColor.new("Cool yellow")
- Part25.FormFactor = Enum.FormFactor.Custom
- Part25.formFactor = Enum.FormFactor.Custom
- CylinderMesh26.Parent = Part25
- CylinderMesh26.Scale = Vector3.new(0.357142866, 1, 1.78571427)
- Part27.Parent = Tool0
- Part27.CFrame = CFrame.new(-40.7531738, 2.1398406, 21.4829407, -0.999999881, 5.80407395e-05, -4.52624863e-06, 6.04939851e-05, 0.999996722, -0.000741035445, 4.62908793e-06, -0.000747189857, -0.999999881)
- Part27.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part27.Position = Vector3.new(-40.7531738, 2.1398406, 21.4829407)
- Part27.Rotation = Vector3.new(179.959991, 0, -180)
- Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part27.BottomSurface = Enum.SurfaceType.Smooth
- Part27.BrickColor = BrickColor.new("Really black")
- Part27.TopSurface = Enum.SurfaceType.Smooth
- Part27.brickColor = BrickColor.new("Really black")
- Part27.FormFactor = Enum.FormFactor.Custom
- Part27.formFactor = Enum.FormFactor.Custom
- BlockMesh28.Parent = Part27
- BlockMesh28.Scale = Vector3.new(0.669642806, 0.223214284, 0.133928567)
- Part29.Parent = Tool0
- Part29.CFrame = CFrame.new(-40.4352646, 2.065624, 19.0938244, -0.999999881, -5.80407395e-05, 4.52624863e-06, 6.04939851e-05, -0.999996722, 0.000741035445, 4.62908793e-06, 0.000747189857, 0.999999881)
- Part29.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part29.Position = Vector3.new(-40.4352646, 2.065624, 19.0938244)
- Part29.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part29.Size = Vector3.new(0.200000003, 0.267857134, 0.200000003)
- Part29.BottomSurface = Enum.SurfaceType.Smooth
- Part29.BrickColor = BrickColor.new("Really black")
- Part29.TopSurface = Enum.SurfaceType.Smooth
- Part29.brickColor = BrickColor.new("Really black")
- Part29.FormFactor = Enum.FormFactor.Custom
- Part29.formFactor = Enum.FormFactor.Custom
- CylinderMesh30.Parent = Part29
- CylinderMesh30.Scale = Vector3.new(0.446428567, 1, 0.446428567)
- Part31.Name = "S6"
- Part31.Parent = Tool0
- Part31.CFrame = CFrame.new(-41.4580193, 1.31858993, 20.3680019, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part31.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part31.Position = Vector3.new(-41.4580193, 1.31858993, 20.3680019)
- Part31.Rotation = Vector3.new(90.0099945, 0, 180)
- Part31.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part31.Transparency = 1
- Part31.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part31.BottomSurface = Enum.SurfaceType.Smooth
- Part31.BrickColor = BrickColor.new("Cool yellow")
- Part31.TopSurface = Enum.SurfaceType.Smooth
- Part31.brickColor = BrickColor.new("Cool yellow")
- Part31.FormFactor = Enum.FormFactor.Custom
- Part31.formFactor = Enum.FormFactor.Custom
- CylinderMesh32.Parent = Part31
- CylinderMesh32.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part33.Parent = Tool0
- Part33.CFrame = CFrame.new(-41.0610046, 2.06539083, 19.0936527, -0.999999881, -5.80407395e-05, 4.52624863e-06, 6.04939851e-05, -0.999996722, 0.000741035445, 4.62908793e-06, 0.000747189857, 0.999999881)
- Part33.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part33.Position = Vector3.new(-41.0610046, 2.06539083, 19.0936527)
- Part33.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part33.Size = Vector3.new(0.200000003, 0.267857134, 0.200000003)
- Part33.BottomSurface = Enum.SurfaceType.Smooth
- Part33.BrickColor = BrickColor.new("Really black")
- Part33.TopSurface = Enum.SurfaceType.Smooth
- Part33.brickColor = BrickColor.new("Really black")
- Part33.FormFactor = Enum.FormFactor.Custom
- Part33.formFactor = Enum.FormFactor.Custom
- CylinderMesh34.Parent = Part33
- CylinderMesh34.Scale = Vector3.new(0.446428567, 1, 0.446428567)
- Part35.Parent = Tool0
- Part35.CFrame = CFrame.new(-40.3446884, 0.922336102, 21.2614765, -0.965875566, 0.259006351, -3.35292789e-05, 0.224284396, 0.83631748, -0.500263453, -0.129545048, -0.483206481, -0.865869522)
- Part35.Orientation = Vector3.new(30.0199986, -180, 15.0099993)
- Part35.Position = Vector3.new(-40.3446884, 0.922336102, 21.2614765)
- Part35.Rotation = Vector3.new(149.979996, 0, -164.98999)
- Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part35.BottomSurface = Enum.SurfaceType.Smooth
- Part35.BrickColor = BrickColor.new("Really black")
- Part35.TopSurface = Enum.SurfaceType.Smooth
- Part35.brickColor = BrickColor.new("Really black")
- Part35.FormFactor = Enum.FormFactor.Custom
- Part35.formFactor = Enum.FormFactor.Custom
- CylinderMesh36.Parent = Part35
- CylinderMesh36.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- LocalScript37.Name = "GuiScript"
- LocalScript37.Parent = Tool0
- table.insert(cors,sandbox(LocalScript37,function()
- local Tool = script.Parent
- local Ammo = Tool.Ammo
- local MaxAmmo = Ammo.Value
- local vPlayer
- local Gui
- local Text
- function onChanged(value)
- if value == "Value" or value == Ammo.Value then
- if Gui ~= nil and Text ~= nil then
- if Ammo.Value >= 1 then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- elseif math.floor(Ammo.Value) == 0 then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- elseif Ammo.Value < 0 then
- for i = 0, 1, 0.03 / 2 do
- local Num = math.floor(i * MaxAmmo + 0.5)
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- wait()
- end
- end
- end
- end
- end
- function on2Changed()
- if Gui ~= nil and Text ~= nil then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- wait()
- end
- end
- function setUpGui()
- if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
- return
- end
- Gui = Instance.new("ScreenGui")
- Text = Instance.new("TextLabel")
- Gui.Name = "DEDisplay"
- Gui.Parent = vPlayer.PlayerGui
- Text.BackgroundColor3 = BrickColor.Black().Color
- Text.BackgroundTransparency = 1
- Text.BorderColor3 = BrickColor.White().Color
- Text.BorderSizePixel = 0
- Text.Name = "Ammo"
- Text.Parent = Gui
- Text.Position = UDim2.new(0.15, 0, 0.825, 0)
- Text.Size = UDim2.new(0, -60, 0, 64)
- Text.FontSize = "Size18"
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- Text.TextColor3 = BrickColor.White().Color
- end
- function onEquippedLocal(mouse)
- vPlayer = game.Players.LocalPlayer
- setUpGui()
- end
- function onUnequippedLocal(mouse)
- if Gui then
- Gui:remove()
- end
- Gui = nil
- Text = nil
- vPlayer = nil
- end
- Tool.Equipped:connect(onEquippedLocal)
- Tool.Unequipped:connect(onUnequippedLocal)
- Ammo.Changed:connect(onChanged)
- Tool.StoredAmmo.Changed:connect(on2Changed)
- end))
- Part38.Name = "S8"
- Part38.Parent = Tool0
- Part38.CFrame = CFrame.new(-41.5294991, 1.19315267, 20.3684196, -0.999999881, -4.4740882e-06, -5.80447886e-05, 6.04939851e-05, 0.000157493399, -0.99999702, 4.62908793e-06, -1.00000012, -0.000151341897)
- Part38.Orientation = Vector3.new(89.8600006, -159.019989, 21.0100002)
- Part38.Position = Vector3.new(-41.5294991, 1.19315267, 20.3684196)
- Part38.Rotation = Vector3.new(90.0099945, 0, 180)
- Part38.Color = Color3.new(0.992157, 0.917647, 0.552941)
- Part38.Transparency = 1
- Part38.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part38.BottomSurface = Enum.SurfaceType.Smooth
- Part38.BrickColor = BrickColor.new("Cool yellow")
- Part38.TopSurface = Enum.SurfaceType.Smooth
- Part38.brickColor = BrickColor.new("Cool yellow")
- Part38.FormFactor = Enum.FormFactor.Custom
- Part38.formFactor = Enum.FormFactor.Custom
- CylinderMesh39.Parent = Part38
- CylinderMesh39.Scale = Vector3.new(0.357142866, 1, 1.07142854)
- Part40.Name = "B1"
- Part40.Parent = Tool0
- Part40.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part40.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part40.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part40.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part40.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part40.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part40.BottomSurface = Enum.SurfaceType.Smooth
- Part40.BrickColor = BrickColor.new("Bright yellow")
- Part40.Material = Enum.Material.Ice
- Part40.TopSurface = Enum.SurfaceType.Smooth
- Part40.brickColor = BrickColor.new("Bright yellow")
- Part40.FormFactor = Enum.FormFactor.Custom
- Part40.formFactor = Enum.FormFactor.Custom
- CylinderMesh41.Parent = Part40
- CylinderMesh41.Offset = Vector3.new(0.200000003, 0, 1.22460632e-17)
- CylinderMesh41.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part42.Name = "B2"
- Part42.Parent = Tool0
- Part42.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part42.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part42.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part42.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part42.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part42.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part42.BottomSurface = Enum.SurfaceType.Smooth
- Part42.BrickColor = BrickColor.new("Bright yellow")
- Part42.Material = Enum.Material.Ice
- Part42.TopSurface = Enum.SurfaceType.Smooth
- Part42.brickColor = BrickColor.new("Bright yellow")
- Part42.FormFactor = Enum.FormFactor.Custom
- Part42.formFactor = Enum.FormFactor.Custom
- CylinderMesh43.Parent = Part42
- CylinderMesh43.Offset = Vector3.new(0.100000001, 0, 0.173205078)
- CylinderMesh43.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part44.Name = "B3"
- Part44.Parent = Tool0
- Part44.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part44.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part44.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part44.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part44.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part44.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part44.BottomSurface = Enum.SurfaceType.Smooth
- Part44.BrickColor = BrickColor.new("Bright yellow")
- Part44.Material = Enum.Material.Ice
- Part44.TopSurface = Enum.SurfaceType.Smooth
- Part44.brickColor = BrickColor.new("Bright yellow")
- Part44.FormFactor = Enum.FormFactor.Custom
- Part44.formFactor = Enum.FormFactor.Custom
- CylinderMesh45.Parent = Part44
- CylinderMesh45.Offset = Vector3.new(-0.100000001, 0, 0.173205078)
- CylinderMesh45.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part46.Name = "B4"
- Part46.Parent = Tool0
- Part46.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part46.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part46.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part46.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part46.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part46.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part46.BottomSurface = Enum.SurfaceType.Smooth
- Part46.BrickColor = BrickColor.new("Bright yellow")
- Part46.Material = Enum.Material.Ice
- Part46.TopSurface = Enum.SurfaceType.Smooth
- Part46.brickColor = BrickColor.new("Bright yellow")
- Part46.FormFactor = Enum.FormFactor.Custom
- Part46.formFactor = Enum.FormFactor.Custom
- CylinderMesh47.Parent = Part46
- CylinderMesh47.Offset = Vector3.new(-0.200000003, 0, -3.67381913e-17)
- CylinderMesh47.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part48.Name = "B5"
- Part48.Parent = Tool0
- Part48.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part48.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part48.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part48.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part48.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part48.BottomSurface = Enum.SurfaceType.Smooth
- Part48.BrickColor = BrickColor.new("Bright yellow")
- Part48.Material = Enum.Material.Ice
- Part48.TopSurface = Enum.SurfaceType.Smooth
- Part48.brickColor = BrickColor.new("Bright yellow")
- Part48.FormFactor = Enum.FormFactor.Custom
- Part48.formFactor = Enum.FormFactor.Custom
- CylinderMesh49.Parent = Part48
- CylinderMesh49.Offset = Vector3.new(-0.100000001, 0, -0.173205078)
- CylinderMesh49.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part50.Name = "B6"
- Part50.Parent = Tool0
- Part50.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part50.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part50.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part50.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part50.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.BrickColor = BrickColor.new("Bright yellow")
- Part50.Material = Enum.Material.Ice
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.brickColor = BrickColor.new("Bright yellow")
- Part50.FormFactor = Enum.FormFactor.Custom
- Part50.formFactor = Enum.FormFactor.Custom
- CylinderMesh51.Parent = Part50
- CylinderMesh51.Offset = Vector3.new(0.100000001, 0, -0.173205078)
- CylinderMesh51.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part52.Name = "C1"
- Part52.Parent = Tool0
- Part52.CFrame = CFrame.new(-40.7245293, 1.46817601, 16.7345428, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part52.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part52.Position = Vector3.new(-40.7245293, 1.46817601, 16.7345428)
- Part52.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part52.Size = Vector3.new(0.628571451, 0.200000003, 0.628571451)
- Part52.BottomSurface = Enum.SurfaceType.Smooth
- Part52.BrickColor = BrickColor.new("Really black")
- Part52.TopSurface = Enum.SurfaceType.Smooth
- Part52.brickColor = BrickColor.new("Really black")
- Part52.FormFactor = Enum.FormFactor.Custom
- Part52.formFactor = Enum.FormFactor.Custom
- CylinderMesh53.Parent = Part52
- CylinderMesh53.Scale = Vector3.new(1, 0.428571433, 1)
- Part54.Name = "C2"
- Part54.Parent = Tool0
- Part54.CFrame = CFrame.new(-40.7249565, 1.46817088, 17.0207825, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part54.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part54.Position = Vector3.new(-40.7249565, 1.46817088, 17.0207825)
- Part54.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part54.Size = Vector3.new(0.628571451, 0.200000003, 0.628571451)
- Part54.BottomSurface = Enum.SurfaceType.Smooth
- Part54.BrickColor = BrickColor.new("Really black")
- Part54.TopSurface = Enum.SurfaceType.Smooth
- Part54.brickColor = BrickColor.new("Really black")
- Part54.FormFactor = Enum.FormFactor.Custom
- Part54.formFactor = Enum.FormFactor.Custom
- CylinderMesh55.Parent = Part54
- CylinderMesh55.Scale = Vector3.new(1, 0.428571433, 1)
- Part56.Name = "C3"
- Part56.Parent = Tool0
- Part56.CFrame = CFrame.new(-40.7244911, 1.46799397, 17.3066196, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part56.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part56.Position = Vector3.new(-40.7244911, 1.46799397, 17.3066196)
- Part56.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part56.Size = Vector3.new(0.628571451, 0.200000003, 0.628571451)
- Part56.BottomSurface = Enum.SurfaceType.Smooth
- Part56.BrickColor = BrickColor.new("Really black")
- Part56.TopSurface = Enum.SurfaceType.Smooth
- Part56.brickColor = BrickColor.new("Really black")
- Part56.FormFactor = Enum.FormFactor.Custom
- Part56.formFactor = Enum.FormFactor.Custom
- CylinderMesh57.Parent = Part56
- CylinderMesh57.Scale = Vector3.new(1, 0.428571433, 1)
- Part58.Name = "C4"
- Part58.Parent = Tool0
- Part58.CFrame = CFrame.new(-40.7251816, 1.46729517, 18.2638111, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part58.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part58.Position = Vector3.new(-40.7251816, 1.46729517, 18.2638111)
- Part58.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part58.Size = Vector3.new(0.628571451, 0.200000003, 0.628571451)
- Part58.BottomSurface = Enum.SurfaceType.Smooth
- Part58.BrickColor = BrickColor.new("Really black")
- Part58.TopSurface = Enum.SurfaceType.Smooth
- Part58.brickColor = BrickColor.new("Really black")
- Part58.FormFactor = Enum.FormFactor.Custom
- Part58.formFactor = Enum.FormFactor.Custom
- CylinderMesh59.Parent = Part58
- CylinderMesh59.Scale = Vector3.new(1, 0.857142866, 1)
- Part60.Name = "Center"
- Part60.Parent = Tool0
- Part60.CFrame = CFrame.new(-40.7253418, 1.46735358, 17.9563313, 0.000105275205, 0.000267040945, 0.999999881, -0.999996722, -0.00073931535, 0.000103022219, 0.000745496887, -0.999999881, 0.000266816263)
- Part60.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part60.Position = Vector3.new(-40.7253418, 1.46735358, 17.9563313)
- Part60.Rotation = Vector3.new(-21.1099987, 89.9700012, -68.4799957)
- Part60.Transparency = 1
- Part60.Size = Vector3.new(0.200000003, 2.64285707, 0.200000003)
- Part60.BottomSurface = Enum.SurfaceType.Smooth
- Part60.TopSurface = Enum.SurfaceType.Smooth
- Part60.FormFactor = Enum.FormFactor.Custom
- Part60.formFactor = Enum.FormFactor.Custom
- BlockMesh61.Parent = Part60
- BlockMesh61.Scale = Vector3.new(0.928571343, 1, 0.928571343)
- Part62.Name = "Flash"
- Part62.Parent = Tool0
- Part62.CFrame = CFrame.new(-40.7238388, 1.68314385, 16.4552498, 0.000104797953, 0.000268203323, 0.999999881, -0.999996781, -0.000742593606, 0.000102546706, 0.000748775201, -0.999999881, 0.000267978641)
- Part62.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part62.Position = Vector3.new(-40.7238388, 1.68314385, 16.4552498)
- Part62.Rotation = Vector3.new(-20.9399986, 89.9700012, -68.659996)
- Part62.Color = Color3.new(0.854902, 0.521569, 0.254902)
- Part62.Transparency = 1
- Part62.Size = Vector3.new(0.200000003, 0.285714298, 0.200000003)
- Part62.BottomSurface = Enum.SurfaceType.Smooth
- Part62.BrickColor = BrickColor.new("Bright orange")
- Part62.TopSurface = Enum.SurfaceType.Smooth
- Part62.brickColor = BrickColor.new("Bright orange")
- Part62.FormFactor = Enum.FormFactor.Custom
- Part62.formFactor = Enum.FormFactor.Custom
- SpecialMesh63.Parent = Part62
- SpecialMesh63.Scale = Vector3.new(1.85714269, 3, 1.85714269)
- SpecialMesh63.MeshType = Enum.MeshType.Sphere
- Smoke64.Parent = Part62
- Smoke64.Enabled = false
- Smoke64.RiseVelocity = 2
- Part65.Name = "Handle"
- Part65.Parent = Tool0
- Part65.CFrame = CFrame.new(-40.7538109, 2.32334399, 21.8312073, 0.999999881, -0.000130385335, 2.48523938e-05, 2.24398791e-05, 0.000288672687, -0.99999696, 0.000130231827, 1.00000012, 0.000294828264)
- Part65.Orientation = Vector3.new(89.8600006, 4.81999969, 4.44000006)
- Part65.Position = Vector3.new(-40.7538109, 2.32334399, 21.8312073)
- Part65.Rotation = Vector3.new(89.9799957, 0, 0.00999999978)
- Part65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part65.BottomSurface = Enum.SurfaceType.Smooth
- Part65.BrickColor = BrickColor.new("Really black")
- Part65.TopSurface = Enum.SurfaceType.Smooth
- Part65.brickColor = BrickColor.new("Really black")
- Part65.FormFactor = Enum.FormFactor.Custom
- Part65.formFactor = Enum.FormFactor.Custom
- SpecialMesh66.Parent = Part65
- SpecialMesh66.Scale = Vector3.new(0.669642806, 0.223214284, 0.535714269)
- SpecialMesh66.MeshType = Enum.MeshType.Wedge
- Weld67.Parent = Part65
- Weld67.C0 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld67.C1 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld67.Part0 = Part65
- Weld67.Part1 = Part65
- Weld67.part1 = Part65
- Weld68.Parent = Part65
- Weld68.C0 = CFrame.new(0, 0, 0, 0.95894444, 0.264218539, 0.102981396, -0.101220123, -0.0203057788, 0.994655371, 0.264896631, -0.964248121, 0.00727632316)
- Weld68.C1 = CFrame.new(0, 0, 0, 0.95894444, 0.264218539, 0.102981396, -0.101220123, -0.0203057788, 0.994655371, 0.264896631, -0.964248121, 0.00727632316)
- Weld68.Part0 = Part65
- Weld68.Part1 = Part65
- Weld68.part1 = Part65
- Weld69.Parent = Part65
- Weld69.C0 = CFrame.new(0, 0, 0, 0.958942592, 0.264220297, 0.102982938, -0.101219952, -0.0203114618, 0.994654834, 0.264898717, -0.964247227, 0.00727215782)
- Weld69.C1 = CFrame.new(0, 0, 0, 0.958942592, 0.264220297, 0.102982938, -0.101219952, -0.0203114618, 0.994654834, 0.264898717, -0.964247227, 0.00727215782)
- Weld69.Part0 = Part65
- Weld69.Part1 = Part65
- Weld69.part1 = Part65
- Weld70.Parent = Part65
- Weld70.C0 = CFrame.new(0, 0, 0, 0.959792197, 0.261885136, 0.101066299, -0.103428498, -0.00478547253, 0.994625092, 0.260961264, -0.965086997, 0.022493707)
- Weld70.C1 = CFrame.new(0, 0, 0, 0.959792197, 0.261885136, 0.101066299, -0.103428498, -0.00478547253, 0.994625092, 0.260961264, -0.965086997, 0.022493707)
- Weld70.Part0 = Part65
- Weld70.Part1 = Part65
- Weld70.part1 = Part65
- Weld71.Parent = Part65
- Weld71.C0 = CFrame.new(0, 0, 0, 0.958947122, 0.264220655, 0.102982745, -0.101221323, -0.0203095358, 0.994656205, 0.264900088, -0.96424818, 0.00727005722)
- Weld71.C1 = CFrame.new(0, 0, 0, 0.958947122, 0.264220655, 0.102982745, -0.101221323, -0.0203095358, 0.994656205, 0.264900088, -0.96424818, 0.00727005722)
- Weld71.Part0 = Part65
- Weld71.Part1 = Part65
- Weld71.part1 = Part65
- Weld72.Parent = Part65
- Weld72.C0 = CFrame.new(0, 0, 0, 0.958952427, 0.264225364, 0.102953695, -0.101182975, -0.0203350261, 0.994661808, 0.264906436, -0.964249253, 0.00723968679)
- Weld72.C1 = CFrame.new(0, 0, 0, 0.958952427, 0.264225364, 0.102953695, -0.101182975, -0.0203350261, 0.994661808, 0.264906436, -0.964249253, 0.00723968679)
- Weld72.Part0 = Part65
- Weld72.Part1 = Part65
- Weld72.part1 = Part65
- Weld73.Parent = Part65
- Weld73.C0 = CFrame.new(0, 0, 0, 0.958953679, 0.264222443, 0.102949478, -0.101182893, -0.0203192867, 0.994662106, 0.264901936, -0.964250386, 0.00725443801)
- Weld73.C1 = CFrame.new(0, 0, 0, 0.958953679, 0.264222443, 0.102949478, -0.101182893, -0.0203192867, 0.994662106, 0.264901936, -0.964250386, 0.00725443801)
- Weld73.Part0 = Part65
- Weld73.Part1 = Part65
- Weld73.part1 = Part65
- Weld74.Parent = Part65
- Weld74.C0 = CFrame.new(0, 0, 0, 0.958951592, 0.26422736, 0.102956511, -0.10118302, -0.0203455184, 0.99466157, 0.264909506, -0.964248478, 0.00722985854)
- Weld74.C1 = CFrame.new(0, 0, 0, 0.958951592, 0.26422736, 0.102956511, -0.10118302, -0.0203455184, 0.99466157, 0.264909506, -0.964248478, 0.00722985854)
- Weld74.Part0 = Part65
- Weld74.Part1 = Part65
- Weld74.part1 = Part65
- Weld75.Parent = Part65
- Weld75.C0 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld75.C1 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld75.Part0 = Part65
- Weld75.Part1 = Part65
- Weld75.part1 = Part65
- Weld76.Parent = Part65
- Weld76.C0 = CFrame.new(0, 0, 0, 0.958939731, 0.264218181, 0.102981597, -0.101218753, -0.0203077029, 0.99465394, 0.264895231, -0.964247227, 0.00727842376)
- Weld76.C1 = CFrame.new(0, 0, 0, 0.958939731, 0.264218181, 0.102981597, -0.101218753, -0.0203077029, 0.99465394, 0.264895231, -0.964247227, 0.00727842376)
- Weld76.Part0 = Part65
- Weld76.Part1 = Part65
- Weld76.part1 = Part65
- Weld77.Parent = Part65
- Weld77.C0 = CFrame.new(0, 0, 0, 0.731291413, 0.345030367, 0.588359416, -0.652786732, 0.10402815, 0.750365078, 0.197691187, -0.932806313, 0.301309079)
- Weld77.C1 = CFrame.new(0, 0, 0, 0.731291413, 0.345030367, 0.588359416, -0.652786732, 0.10402815, 0.750365078, 0.197691187, -0.932806313, 0.301309079)
- Weld77.Part0 = Part65
- Weld77.Part1 = Part65
- Weld77.part1 = Part65
- Weld78.Parent = Part65
- Weld78.C0 = CFrame.new(0, 0, 0, 0.959787846, 0.261895686, 0.101074733, -0.103318922, -0.00522417901, 0.994634092, 0.261018515, -0.965081751, 0.022045387)
- Weld78.C1 = CFrame.new(0, 0, 0, 0.959787846, 0.261895686, 0.101074733, -0.103318922, -0.00522417901, 0.994634092, 0.261018515, -0.965081751, 0.022045387)
- Weld78.Part0 = Part65
- Weld78.Part1 = Part65
- Weld78.part1 = Part65
- Weld79.Parent = Part65
- Weld79.C0 = CFrame.new(0, 0, 0, 0.959788561, 0.261895865, 0.101074822, -0.103318997, -0.00522390101, 0.994634449, 0.261018693, -0.96508193, 0.0220451225)
- Weld79.C1 = CFrame.new(0, 0, 0, 0.959788561, 0.261895865, 0.101074822, -0.103318997, -0.00522390101, 0.994634449, 0.261018693, -0.96508193, 0.0220451225)
- Weld79.Part0 = Part65
- Weld79.Part1 = Part65
- Weld79.part1 = Part65
- Weld80.Parent = Part65
- Weld80.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0)
- Weld80.C1 = CFrame.new(0, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0)
- Weld80.Part0 = Part65
- Weld80.Part1 = Part65
- Weld80.part1 = Part65
- Weld81.Parent = Part65
- Weld81.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld81.C1 = CFrame.new(-3.87419891, 0.856246948, -0.0276489258, 0.652799606, -0.103571042, -0.750417292, -0.198034465, 0.932823718, -0.301026702, 0.731186867, 0.34511742, 0.588438213)
- Weld81.Part0 = Part65
- Weld81.Part1 = Part667
- Weld81.part1 = Part667
- Weld82.Parent = Part65
- Weld82.C0 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld82.C1 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld82.Part0 = Part65
- Weld82.Part1 = Part65
- Weld82.part1 = Part65
- Weld83.Parent = Part65
- Weld83.C0 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld83.C1 = CFrame.new(0, 0, 0, 0.870962679, -0.000244291237, 0.491348982, 0.000745383964, 0.999999404, -0.00082407915, -0.491348535, 0.0010839859, 0.870962381)
- Weld83.Part0 = Part65
- Weld83.Part1 = Part65
- Weld83.part1 = Part65
- Weld84.Parent = Part65
- Weld84.C0 = CFrame.new(0, 0, 0, 4.54108886e-07, 5.96046448e-07, 1.00000727, -1.00000429, -1.68252382e-06, -4.24309064e-07, -1.71232227e-06, -1.0000087, -5.36441803e-07)
- Weld84.C1 = CFrame.new(0, 0, 0, 4.54108886e-07, 5.96046448e-07, 1.00000727, -1.00000429, -1.68252382e-06, -4.24309064e-07, -1.71232227e-06, -1.0000087, -5.36441803e-07)
- Weld84.Part0 = Part65
- Weld84.Part1 = Part65
- Weld84.part1 = Part65
- Weld85.Parent = Part65
- Weld85.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld85.C1 = CFrame.new(-1.19465828, -0.885124207, 0.194290161, 0.664266765, -0.556502759, -0.499047875, -0.339170873, -0.819338918, 0.462219268, -0.666117132, -0.137773439, -0.733012438)
- Weld85.Part0 = Part65
- Weld85.Part1 = Part675
- Weld85.part1 = Part675
- Weld86.Parent = Part65
- Weld86.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld86.C1 = CFrame.new(-0.807044983, 0.63533783, -1.1941185, -0.499940693, -0.827046752, 0.25700587, -0.555954337, 0.0789364576, -0.827457249, 0.664058208, -0.556557119, -0.499264747)
- Weld86.Part0 = Part65
- Weld86.Part1 = Part677
- Weld86.part1 = Part677
- Weld87.Parent = Part65
- Weld87.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld87.C1 = CFrame.new(-0.398395538, 0.86554718, -1.19422913, -0.710934401, -0.676783144, -0.191146269, -0.231513843, 0.481880635, -0.845099092, 0.664058447, -0.556557, -0.499270201)
- Weld87.Part0 = Part65
- Weld87.Part1 = Part679
- Weld87.part1 = Part679
- Weld88.Parent = Part65
- Weld88.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld88.C1 = CFrame.new(0.419067383, -0.938209534, -1.26528168, -0.731395781, -0.344940007, -0.588282466, 0.652600944, -0.103664421, -0.750577152, 0.1979177, -0.932878971, 0.300932288)
- Weld88.Part0 = Part65
- Weld88.Part1 = Part681
- Weld88.part1 = Part681
- Weld89.Parent = Part65
- Weld89.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld89.C1 = CFrame.new(0.418113708, -0.338699341, -1.40975189, -0.731396675, -0.344935805, -0.588284254, 0.579113781, 0.141382307, -0.802893758, 0.36011982, -0.927917242, 0.0963505283)
- Weld89.Part0 = Part65
- Weld89.Part1 = Part683
- Weld89.part1 = Part683
- Weld90.Parent = Part65
- Weld90.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld90.C1 = CFrame.new(0.963806152, 0.455059052, -1.19425964, -0.407259613, 0.290755421, -0.865794957, 0.627030134, 0.778270721, -0.0335848108, 0.66405797, -0.556557238, -0.499270558)
- Weld90.Part0 = Part65
- Weld90.Part1 = Part685
- Weld90.part1 = Part685
- Weld91.Parent = Part65
- Weld91.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld91.C1 = CFrame.new(0.419082642, -1.00510406, -1.26435089, -0.731395781, -0.344940007, -0.588282466, 0.652600944, -0.103664421, -0.750577152, 0.1979177, -0.932878971, 0.300932288)
- Weld91.Part0 = Part65
- Weld91.Part1 = Part687
- Weld91.part1 = Part687
- Weld92.Parent = Part65
- Weld92.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld92.C1 = CFrame.new(-0.952964783, 0.450332642, -1.19446182, -0.339098126, -0.81931293, 0.462318689, -0.666362643, -0.137705624, -0.732802093, 0.664057612, -0.556557715, -0.499264777)
- Weld92.Part0 = Part65
- Weld92.Part1 = Part689
- Weld92.part1 = Part689
- Weld93.Parent = Part65
- Weld93.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld93.C1 = CFrame.new(-0.164421082, 0.893280029, -1.19451904, -0.746634781, -0.528936267, -0.403439015, -0.0395453461, 0.640679598, -0.766789377, 0.664057791, -0.556557417, -0.499270618)
- Weld93.Part0 = Part65
- Weld93.Part1 = Part691
- Weld93.part1 = Part691
- Weld94.Parent = Part65
- Weld94.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld94.C1 = CFrame.new(0.418205261, -1.19512939, -1.26460266, -0.731395781, -0.344939619, -0.588282645, 0.652600944, -0.103664517, -0.750577152, 0.197917297, -0.93287909, 0.300932139)
- Weld94.Part0 = Part65
- Weld94.Part1 = Part693
- Weld94.part1 = Part693
- Weld95.Parent = Part65
- Weld95.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld95.C1 = CFrame.new(-0.442480087, 1.05645752, -2.73705292, -0.377432942, -0.903617144, -0.202534929, -0.656833053, 0.415402144, -0.629294395, 0.652774751, -0.104484811, -0.750311971)
- Weld95.Part0 = Part65
- Weld95.Part1 = Part695
- Weld95.part1 = Part695
- Weld96.Parent = Part65
- Weld96.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld96.C1 = CFrame.new(-1.19302177, -0.859977722, -0.0378417969, 0.664266109, -0.556502104, -0.499049336, -0.155330494, -0.755820155, 0.636088908, -0.731178582, -0.345013589, -0.588509381)
- Weld96.Part0 = Part65
- Weld96.Part1 = Part697
- Weld96.part1 = Part697
- Weld97.Parent = Part65
- Weld97.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld97.C1 = CFrame.new(-0.385536194, 0.499420166, -1.37267303, -0.731395423, -0.344939977, -0.588283062, 0.321619749, 0.586209655, -0.743587196, 0.601349056, -0.733053803, -0.317811012)
- Weld97.Part0 = Part65
- Weld97.Part1 = Part699
- Weld97.part1 = Part699
- Weld98.Parent = Part65
- Weld98.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld98.C1 = CFrame.new(-1.18979073, 0.0306243896, 1.06378174, 0.664278746, -0.556496799, -0.499038577, -0.666021466, -0.137576208, -0.733136296, 0.339335233, 0.819376111, -0.462032735)
- Weld98.Part0 = Part65
- Weld98.Part1 = Part701
- Weld98.part1 = Part701
- Weld99.Parent = Part65
- Weld99.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld99.C1 = CFrame.new(-0.604499817, 0.798957825, -1.19407272, -0.746636808, -0.52889657, -0.403487295, -0.0394986309, 0.640712619, -0.766764104, 0.664058268, -0.556557119, -0.49927032)
- Weld99.Part0 = Part65
- Weld99.Part1 = Part703
- Weld99.part1 = Part703
- Weld100.Parent = Part65
- Weld100.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld100.C1 = CFrame.new(-0.385017395, 0.883514404, -1.19428253, -0.731395483, -0.344939798, -0.588283122, 0.155199468, 0.755813241, -0.636129141, 0.66405797, -0.556557238, -0.499264926)
- Weld100.Part0 = Part65
- Weld100.Part1 = Part705
- Weld100.part1 = Part705
- Weld101.Parent = Part65
- Weld101.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld101.C1 = CFrame.new(0.0699691772, 0.860496521, -1.20338821, -0.731405377, -0.34498772, -0.58824271, 0.155152455, 0.755791903, -0.636166036, 0.664058089, -0.556556642, -0.499265552)
- Weld101.Part0 = Part65
- Weld101.Part1 = Part707
- Weld101.part1 = Part707
- Weld102.Parent = Part65
- Weld102.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld102.C1 = CFrame.new(-1.18905449, -0.200813293, 1.03869629, 0.664278328, -0.55649662, -0.499039501, -0.731176734, -0.34506765, -0.588479877, 0.155287251, 0.755799592, -0.636123896)
- Weld102.Part0 = Part65
- Weld102.Part1 = Part709
- Weld102.part1 = Part709
- Weld103.Parent = Part65
- Weld103.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld103.C1 = CFrame.new(-1.18938255, -0.604316711, 0.816474915, 0.66426295, -0.556511998, -0.499048293, -0.71081835, -0.676844537, -0.191360548, -0.231283665, 0.481846392, -0.845181584)
- Weld103.Part0 = Part65
- Weld103.Part1 = Part711
- Weld103.part1 = Part711
- Weld104.Parent = Part65
- Weld104.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld104.C1 = CFrame.new(0.418479919, 0.883964539, -1.19429016, -0.731395543, -0.344940364, -0.588282526, 0.155198276, 0.755813479, -0.636129141, 0.664058149, -0.556556582, -0.499265492)
- Weld104.Part0 = Part65
- Weld104.Part1 = Part713
- Weld104.part1 = Part713
- Weld105.Parent = Part65
- Weld105.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld105.C1 = CFrame.new(0.0701065063, 0.257995605, -1.3236084, -0.731409669, -0.34493342, -0.588269234, 0.321610689, 0.586207032, -0.743593097, 0.601336539, -0.733058929, -0.317822695)
- Weld105.Part0 = Part65
- Weld105.Part1 = Part715
- Weld105.part1 = Part715
- Weld106.Parent = Part65
- Weld106.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld106.C1 = CFrame.new(-0.386108398, -0.93800354, -1.26512146, -0.731395304, -0.344940424, -0.588282824, 0.652601182, -0.103663482, -0.750577092, 0.197918504, -0.932878911, 0.300931931)
- Weld106.Part0 = Part65
- Weld106.Part1 = Part717
- Weld106.part1 = Part717
- Weld107.Parent = Part65
- Weld107.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld107.C1 = CFrame.new(-0.386047363, 0.0830383301, -1.44641876, -0.731395423, -0.344940007, -0.588282883, 0.466204494, 0.376673967, -0.800483406, 0.497707993, -0.859724462, -0.114683062)
- Weld107.Part0 = Part65
- Weld107.Part1 = Part719
- Weld107.part1 = Part719
- Weld108.Parent = Part65
- Weld108.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld108.C1 = CFrame.new(0.0699005127, -0.138717651, -1.34219551, -0.731401086, -0.344943136, -0.588274002, 0.466196924, 0.376669377, -0.800489902, 0.497706711, -0.859725296, -0.114682972)
- Weld108.Part0 = Part65
- Weld108.Part1 = Part721
- Weld108.part1 = Part721
- Weld109.Parent = Part65
- Weld109.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld109.C1 = CFrame.new(-1.18914032, -0.4167099, 0.953994751, 0.664262772, -0.556511402, -0.499049217, -0.746462584, -0.529004395, -0.403668284, -0.0393532291, 0.640663445, -0.766812742)
- Weld109.Part0 = Part65
- Weld109.Part1 = Part723
- Weld109.part1 = Part723
- Weld110.Parent = Part65
- Weld110.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld110.C1 = CFrame.new(-0.793510437, 0.661026001, -1.1938324, -0.710948825, -0.676753342, -0.191198379, -0.231470108, 0.481922656, -0.845087051, 0.664058268, -0.556557, -0.499270439)
- Weld110.Part0 = Part65
- Weld110.Part1 = Part725
- Weld110.part1 = Part725
- Weld111.Parent = Part65
- Weld111.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld111.C1 = CFrame.new(-0.000694274902, 1.16493988, -0.423789978, 0.731395543, 0.344940066, 0.588282883, -0.652601123, 0.103663683, 0.750577152, 0.197918102, -0.932879031, 0.300931811)
- Weld111.Part0 = Part65
- Weld111.Part1 = Part727
- Weld111.part1 = Part727
- Weld112.Parent = Part65
- Weld112.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld112.C1 = CFrame.new(-1.19428635, -0.725822449, -0.0378723145, 0.664252877, -0.556509197, -0.499059141, -0.155332342, -0.755820036, 0.63608861, -0.731190264, -0.345002472, -0.588501453)
- Weld112.Part0 = Part65
- Weld112.Part1 = Part729
- Weld112.part1 = Part729
- Weld113.Parent = Part65
- Weld113.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld113.C1 = CFrame.new(-0.385856628, -0.803955078, -1.26448441, -0.731395543, -0.344940066, -0.588282883, 0.652601123, -0.103663683, -0.750577152, 0.197918102, -0.932879031, 0.300931811)
- Weld113.Part0 = Part65
- Weld113.Part1 = Part731
- Weld113.part1 = Part731
- Weld114.Parent = Part65
- Weld114.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld114.C1 = CFrame.new(7.62939453e-06, -0.0304107666, 0.379714966, -0.731395721, -0.344939888, -0.588282764, 0.197339162, -0.932786763, 0.301597208, -0.652776241, 0.104490981, 0.750310004)
- Weld114.Part0 = Part65
- Weld114.Part1 = Part733
- Weld114.part1 = Part733
- Weld115.Parent = Part65
- Weld115.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld115.C1 = CFrame.new(-0.307411194, -1.17318726, -0.669570923, -0.731395543, -0.344940066, -0.588282883, 0.652601123, -0.103663683, -0.750577152, 0.197918102, -0.932879031, 0.300931811)
- Weld115.Part0 = Part65
- Weld115.Part1 = Part735
- Weld115.part1 = Part735
- Weld116.Parent = Part65
- Weld116.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld116.C1 = CFrame.new(3.05175781e-05, 0.00409317017, -0.0131607056, -0.731395364, -0.344940245, -0.588282824, 0.678500235, -0.454767823, -0.576905012, -0.0685369521, -0.821094155, 0.566662669)
- Weld116.Part0 = Part65
- Weld116.Part1 = Part737
- Weld116.part1 = Part737
- Weld117.Parent = Part65
- Weld117.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld117.C1 = CFrame.new(1.21857452, 0.597503662, -0.314910889, -0.652758718, 0.103550911, 0.750455439, -0.657004416, 0.415806949, -0.628848076, -0.377162427, -0.903538525, -0.203388184)
- Weld117.Part0 = Part65
- Weld117.Part1 = Part739
- Weld117.part1 = Part739
- Weld118.Parent = Part65
- Weld118.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld118.C1 = CFrame.new(-0.000968933105, 0.0360183716, -0.0134506226, -0.731395781, -0.344939739, -0.588282764, 0.678499997, -0.454766601, -0.576906323, -0.0685360208, -0.82109499, 0.566661417)
- Weld118.Part0 = Part65
- Weld118.Part1 = Part742
- Weld118.part1 = Part742
- Weld119.Parent = Part65
- Weld119.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld119.C1 = CFrame.new(-0.174224854, -1.10630035, -0.607032776, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld119.Part0 = Part65
- Weld119.Part1 = Part744
- Weld119.part1 = Part744
- Weld120.Parent = Part65
- Weld120.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld120.C1 = CFrame.new(1.57519531, 0.597808838, -0.315238953, -0.652749479, 0.103574358, 0.750460148, -0.657004058, 0.415806592, -0.628848672, -0.377178878, -0.903536081, -0.203368738)
- Weld120.Part0 = Part65
- Weld120.Part1 = Part746
- Weld120.part1 = Part746
- Weld121.Parent = Part65
- Weld121.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld121.C1 = CFrame.new(0.418762207, -1.59621429, -1.26395416, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld121.Part0 = Part65
- Weld121.Part1 = Part749
- Weld121.part1 = Part749
- Weld122.Parent = Part65
- Weld122.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld122.C1 = CFrame.new(0.0047454834, -0.931816101, -0.885002136, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld122.Part0 = Part65
- Weld122.Part1 = Part751
- Weld122.part1 = Part751
- Weld123.Parent = Part65
- Weld123.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld123.C1 = CFrame.new(0.620162964, -0.693492889, -2.73661804, 0.731395781, 0.344939619, 0.588282645, 0.19733949, -0.932787001, 0.301596522, 0.652775943, -0.10449037, -0.750310361)
- Weld123.Part0 = Part65
- Weld123.Part1 = Part753
- Weld123.part1 = Part753
- Weld124.Parent = Part65
- Weld124.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld124.C1 = CFrame.new(-0.0372009277, -0.906837463, -1.07592773, -0.7313959, -0.344938993, -0.588283062, 0.652600825, -0.103663377, -0.75057739, 0.197917536, -0.932879448, 0.300930858)
- Weld124.Part0 = Part65
- Weld124.Part1 = Part755
- Weld124.part1 = Part755
- Weld125.Parent = Part65
- Weld125.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld125.C1 = CFrame.new(-0.586572647, -2.73716736, -0.908172607, -0.194570765, -0.980338812, -0.0327462852, 0.65262419, -0.104456335, -0.750447154, 0.732272565, -0.167385221, 0.660120845)
- Weld125.Part0 = Part65
- Weld125.Part1 = Part757
- Weld125.part1 = Part757
- Weld126.Parent = Part65
- Weld126.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld126.C1 = CFrame.new(-0.173614502, -1.24050903, -0.607234955, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld126.Part0 = Part65
- Weld126.Part1 = Part759
- Weld126.part1 = Part759
- Weld127.Parent = Part65
- Weld127.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld127.C1 = CFrame.new(-0.000274658203, 0.410804749, -0.28086853, -0.731395781, -0.344939619, -0.588282645, -0.19733949, 0.932787001, -0.301596522, 0.652775943, -0.10449037, -0.750310361)
- Weld127.Part0 = Part65
- Weld127.Part1 = Part761
- Weld127.part1 = Part761
- Weld128.Parent = Part65
- Weld128.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld128.C1 = CFrame.new(0.000228881836, 0.129261017, 0.37953186, 0.731395781, 0.344939619, 0.588282645, -0.19733949, 0.932787001, -0.301596522, -0.652775943, 0.10449037, 0.750310361)
- Weld128.Part0 = Part65
- Weld128.Part1 = Part763
- Weld128.part1 = Part763
- Weld129.Parent = Part65
- Weld129.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld129.C1 = CFrame.new(-0.000305175781, 0.0800285339, -0.339080811, -0.731395781, -0.344939619, -0.588282645, -0.19733949, 0.932787001, -0.301596522, 0.652775943, -0.10449037, -0.750310361)
- Weld129.Part0 = Part65
- Weld129.Part1 = Part765
- Weld129.part1 = Part765
- Weld130.Parent = Part65
- Weld130.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld130.C1 = CFrame.new(0.418762207, -1.59621429, -1.26395416, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld130.Part0 = Part65
- Weld130.Part1 = Part767
- Weld130.part1 = Part767
- Weld131.Parent = Part65
- Weld131.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld131.C1 = CFrame.new(-0.000289916992, -0.183048248, 0.379165649, -0.731395781, -0.344939619, -0.588282645, 0.19733949, -0.932787001, 0.301596522, -0.652775943, 0.10449037, 0.750310361)
- Weld131.Part0 = Part65
- Weld131.Part1 = Part769
- Weld131.part1 = Part769
- Weld132.Parent = Part65
- Weld132.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld132.C1 = CFrame.new(-0.401870728, -1.46335602, -0.781394958, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld132.Part0 = Part65
- Weld132.Part1 = Part771
- Weld132.part1 = Part771
- Weld133.Parent = Part65
- Weld133.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld133.C1 = CFrame.new(-0.385772705, -1.59673309, -1.2641449, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld133.Part0 = Part65
- Weld133.Part1 = Part773
- Weld133.part1 = Part773
- Weld134.Parent = Part65
- Weld134.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld134.C1 = CFrame.new(0.630661011, -0.693828583, 2.73690033, -0.731395781, -0.344939619, -0.588282645, 0.19733949, -0.932787001, 0.301596522, -0.652775943, 0.10449037, 0.750310361)
- Weld134.Part0 = Part65
- Weld134.Part1 = Part775
- Weld134.part1 = Part775
- Weld135.Parent = Part65
- Weld135.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld135.C1 = CFrame.new(0.394828796, 2.0097084, -0.423164368, 0.537602365, 0.360015988, 0.762477577, -0.819640875, 0.0108690308, 0.572774708, 0.197918236, -0.93287909, 0.300931454)
- Weld135.Part0 = Part65
- Weld135.Part1 = Part777
- Weld135.part1 = Part777
- Weld136.Parent = Part65
- Weld136.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld136.C1 = CFrame.new(-0.884403229, -0.517044067, -0.00484466553, 0.197456822, -0.93273139, 0.301691383, 0.652974784, -0.104396939, -0.750150383, 0.731186688, 0.345118016, 0.588438094)
- Weld136.Part0 = Part65
- Weld136.Part1 = Part779
- Weld136.part1 = Part779
- Weld137.Parent = Part65
- Weld137.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld137.C1 = CFrame.new(0.41771698, 0.499336243, -1.37315369, -0.731395602, -0.344940245, -0.588282645, 0.321618438, 0.586210549, -0.743586957, 0.601349533, -0.73305285, -0.317812204)
- Weld137.Part0 = Part65
- Weld137.Part1 = Part781
- Weld137.part1 = Part781
- Weld138.Parent = Part65
- Weld138.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld138.C1 = CFrame.new(-1.18966484, -0.749616623, 0.634803772, 0.66426295, -0.556511343, -0.499049038, -0.626724303, -0.778501868, 0.0339354314, -0.407396078, 0.290224075, -0.86590904)
- Weld138.Part0 = Part65
- Weld138.Part1 = Part783
- Weld138.part1 = Part783
- Weld139.Parent = Part65
- Weld139.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld139.C1 = CFrame.new(2.73693848, 0.586448669, -0.69644928, -0.65279907, 0.103569642, 0.750417948, -0.731218696, -0.34496823, -0.588486016, 0.197918639, -0.932879031, 0.300931424)
- Weld139.Part0 = Part65
- Weld139.Part1 = Part785
- Weld139.part1 = Part785
- Weld140.Parent = Part65
- Weld140.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld140.C1 = CFrame.new(-1.0459137, 0.23273468, -1.19389343, -0.155151263, -0.755789757, 0.636168718, -0.731405735, -0.344990253, -0.588240802, 0.66405797, -0.556557834, -0.49926424)
- Weld140.Part0 = Part65
- Weld140.Part1 = Part787
- Weld140.part1 = Part787
- Weld141.Parent = Part65
- Weld141.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld141.C1 = CFrame.new(0.0701141357, -0.90687561, -1.07551575, -0.731396258, -0.344938219, -0.588283002, 0.652600706, -0.103663817, -0.750577509, 0.197916761, -0.932879686, 0.300930649)
- Weld141.Part0 = Part65
- Weld141.Part1 = Part789
- Weld141.part1 = Part789
- Weld142.Parent = Part65
- Weld142.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld142.C1 = CFrame.new(1.93300629, 0.596313477, -0.313997269, -0.652800798, 0.103576839, 0.750415266, -0.656963229, 0.415799022, -0.628896296, -0.377161026, -0.903539121, -0.203387797)
- Weld142.Part0 = Part65
- Weld142.Part1 = Part791
- Weld142.part1 = Part791
- Weld143.Parent = Part65
- Weld143.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld143.C1 = CFrame.new(0.000106811523, 0.415500641, -0.374862671, -0.731395781, -0.344939619, -0.588282645, -0.19733949, 0.932787001, -0.301596522, 0.652775943, -0.10449037, -0.750310361)
- Weld143.Part0 = Part65
- Weld143.Part1 = Part794
- Weld143.part1 = Part794
- Weld144.Parent = Part65
- Weld144.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld144.C1 = CFrame.new(-0.385482788, -1.19445038, -1.26436996, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld144.Part0 = Part65
- Weld144.Part1 = Part796
- Weld144.part1 = Part796
- Weld145.Parent = Part65
- Weld145.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld145.C1 = CFrame.new(-0.397872925, 2.05067444, -0.423919678, 0.87534523, 0.30637145, 0.374041766, -0.441132843, 0.189384595, 0.877231717, 0.197918579, -0.932878911, 0.300931811)
- Weld145.Part0 = Part65
- Weld145.Part1 = Part798
- Weld145.part1 = Part798
- Weld146.Parent = Part65
- Weld146.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld146.C1 = CFrame.new(-0.737941742, -2.73664093, -0.568267822, 0.197455913, -0.932731628, 0.301691413, 0.652974546, -0.104397625, -0.750150442, 0.731187105, 0.345117271, 0.588438034)
- Weld146.Part0 = Part65
- Weld146.Part1 = Part800
- Weld146.part1 = Part800
- Weld147.Parent = Part65
- Weld147.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld147.C1 = CFrame.new(0.00582885742, -2.24482727, -0.883674622, -0.731395781, -0.344939619, -0.588282645, 0.652600765, -0.103663661, -0.75057739, 0.197917908, -0.93287921, 0.300931454)
- Weld147.Part0 = Part65
- Weld147.Part1 = Part802
- Weld147.part1 = Part802
- Weld148.Parent = Part65
- Weld148.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld148.C1 = CFrame.new(-0.162406921, 2.73532104, -1.27388382, 0.757549107, 0.0916257054, 0.646316111, -0.65277499, 0.103572488, 0.750438511, 0.00181597471, -0.990389109, 0.138275951)
- Weld148.Part0 = Part65
- Weld148.Part1 = Part804
- Weld148.part1 = Part804
- Weld149.Parent = Part65
- Weld149.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld149.C1 = CFrame.new(2.73745728, -0.00498199463, 0.167678833, -0.65279907, 0.103569642, 0.750417948, 0.731218815, 0.344968021, 0.588486195, -0.197918445, 0.93287915, -0.300931245)
- Weld149.Part0 = Part65
- Weld149.Part1 = Part806
- Weld149.part1 = Part806
- Weld150.Parent = Part65
- Weld150.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld150.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld150.Part0 = Part65
- Weld150.Part1 = Part65
- Weld150.part1 = Part65
- Weld151.Parent = Part65
- Weld151.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld151.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld151.Part0 = Part65
- Weld151.Part1 = Part65
- Weld151.part1 = Part65
- Weld152.Parent = Part65
- Weld152.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld152.C1 = CFrame.new(-0.157661438, -2.73513031, -1.27020264, -0.655337811, -0.574739575, -0.490107298, 0.652477264, -0.103852764, -0.750658631, 0.380532444, -0.811715543, 0.443067908)
- Weld152.Part0 = Part65
- Weld152.Part1 = Part818
- Weld152.part1 = Part818
- Weld153.Parent = Part65
- Weld153.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld153.C1 = CFrame.new(-1.1899147, 0.2602005, 1.0282402, 0.664279044, -0.556496322, -0.499038726, -0.555449188, 0.0792672634, -0.827764809, 0.500208735, 0.82705605, -0.256453753)
- Weld153.Part0 = Part65
- Weld153.Part1 = Part822
- Weld153.part1 = Part822
- Weld154.Parent = Part65
- Weld154.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld154.C1 = CFrame.new(-0.277679443, -1.2871666, -2.73632813, 0.757549703, 0.0916256309, 0.646315277, 0.00116959214, -0.990285993, 0.139018998, 0.652775705, -0.104553238, -0.750301838)
- Weld154.Part0 = Part65
- Weld154.Part1 = Part824
- Weld154.part1 = Part824
- Weld155.Parent = Part65
- Weld155.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld155.C1 = CFrame.new(-0.687391281, 0.736686707, -2.73677063, 0.00151084363, -0.990256369, 0.139227301, -0.757548928, -0.0920176953, -0.646260679, 0.652776062, -0.104490399, -0.750310302)
- Weld155.Part0 = Part65
- Weld155.Part1 = Part814
- Weld155.part1 = Part814
- Weld156.Parent = Part65
- Weld156.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld156.C1 = CFrame.new(0.418380737, -0.803596497, -1.26549911, -0.731395602, -0.344940275, -0.588282645, 0.652600825, -0.103662975, -0.75057745, 0.197918817, -0.932879031, 0.300931334)
- Weld156.Part0 = Part65
- Weld156.Part1 = Part832
- Weld156.part1 = Part832
- Weld157.Parent = Part65
- Weld157.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld157.C1 = CFrame.new(-1.20292091, -0.726127625, 0.0696563721, 0.664264202, -0.556502998, -0.499051124, -0.155193046, -0.755755544, 0.636199355, -0.731209576, -0.345153987, -0.588388622)
- Weld157.Part0 = Part65
- Weld157.Part1 = Part812
- Weld157.part1 = Part812
- Weld158.Parent = Part65
- Weld158.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld158.C1 = CFrame.new(0.000534057617, 0.54586792, -0.192230225, -0.731395423, -0.344940633, -0.588282704, -0.197339788, 0.932786584, -0.301597625, 0.652776361, -0.104490876, -0.750309944)
- Weld158.Part0 = Part65
- Weld158.Part1 = Part840
- Weld158.part1 = Part840
- Weld159.Parent = Part65
- Weld159.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld159.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld159.Part0 = Part65
- Weld159.Part1 = Part65
- Weld159.part1 = Part65
- Weld160.Parent = Part65
- Weld160.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld160.C1 = CFrame.new(-0.0372314453, -0.52041626, -1.25136566, -0.731444299, -0.344937772, -0.588223815, 0.579057992, 0.141355932, -0.80293864, 0.360112786, -0.927920461, 0.0963449925)
- Weld160.Part0 = Part65
- Weld160.Part1 = Part848
- Weld160.part1 = Part848
- Weld161.Parent = Part65
- Weld161.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld161.C1 = CFrame.new(-0.552988052, -2.73640442, -1.07328033, -0.377432793, -0.90361762, -0.20253326, 0.65249449, -0.104308851, -0.750580192, 0.657111526, -0.415445387, 0.628975093)
- Weld161.Part0 = Part65
- Weld161.Part1 = Part820
- Weld161.part1 = Part820
- Weld162.Parent = Part65
- Weld162.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld162.C1 = CFrame.new(0.00455474854, -1.57564545, -0.882778168, -0.731257558, -0.345046699, -0.588392019, 0.652852356, -0.104155041, -0.750290334, 0.197600812, -0.932787955, 0.301429451)
- Weld162.Part0 = Part65
- Weld162.Part1 = Part844
- Weld162.part1 = Part844
- Weld163.Parent = Part65
- Weld163.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld163.C1 = CFrame.new(-0.592033386, 2.73636627, -0.909275055, 0.536561847, -0.635400414, 0.555306911, -0.653138876, 0.103971146, 0.750066638, -0.53433162, -0.765146732, -0.359217167)
- Weld163.Part0 = Part65
- Weld163.Part1 = Part836
- Weld163.part1 = Part836
- Weld164.Parent = Part65
- Weld164.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld164.C1 = CFrame.new(-0.558143616, 2.73564148, -1.07595444, 0.656661212, -0.415812522, 0.629202783, -0.653080225, 0.103754438, 0.750147521, -0.377203315, -0.903512597, -0.203427419)
- Weld164.Part0 = Part65
- Weld164.Part1 = Part830
- Weld164.part1 = Part830
- Weld165.Parent = Part65
- Weld165.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld165.C1 = CFrame.new(-0.884483337, -0.557403564, -0.00498199463, 0.197461084, -0.932727337, 0.301698565, 0.652977824, -0.104396775, -0.75014776, 0.731182575, 0.345125914, 0.58843863)
- Weld165.Part0 = Part65
- Weld165.Part1 = Part846
- Weld165.part1 = Part846
- Weld166.Parent = Part65
- Weld166.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld166.C1 = CFrame.new(-0.0617523193, 1.24313736, 2.73688507, 0.757549703, 0.0916256309, 0.646315277, -0.00121052563, 0.990292668, -0.138971984, -0.652775645, 0.104491122, 0.750310481)
- Weld166.Part0 = Part65
- Weld166.Part1 = Part834
- Weld166.part1 = Part834
- Weld167.Parent = Part65
- Weld167.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld167.C1 = CFrame.new(0.000679016113, 0.0570526123, 0.581336975, -0.731395423, -0.344940633, -0.588282704, -0.652600884, 0.103662558, 0.750577509, -0.197919339, 0.932878911, -0.300931275)
- Weld167.Part0 = Part65
- Weld167.Part1 = Part828
- Weld167.part1 = Part828
- Weld168.Parent = Part65
- Weld168.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld168.C1 = CFrame.new(-0.692443848, 0.734298706, 2.73648071, 0.37994203, -0.811701536, 0.443599999, 0.655382693, 0.574643731, 0.490159601, -0.652776241, 0.104490869, 0.750310063)
- Weld168.Part0 = Part65
- Weld168.Part1 = Part816
- Weld168.part1 = Part816
- Weld169.Parent = Part65
- Weld169.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld169.C1 = CFrame.new(-0.743560791, 2.73644257, -0.558395386, 0.197455496, -0.932731807, 0.301691055, -0.652974606, 0.104397595, 0.750150383, -0.731187165, -0.345116764, -0.588438272)
- Weld169.Part0 = Part65
- Weld169.Part1 = Part842
- Weld169.part1 = Part842
- Weld170.Parent = Part65
- Weld170.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld170.C1 = CFrame.new(-0.0574493408, 1.23936462, -2.73684692, -0.655338049, -0.574739754, -0.490106851, -0.380019575, 0.811633468, -0.443657935, 0.652775943, -0.104491033, -0.750310302)
- Weld170.Part0 = Part65
- Weld170.Part1 = Part826
- Weld170.part1 = Part826
- Weld171.Parent = Part65
- Weld171.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld171.C1 = CFrame.new(-0.447044373, 1.05793571, 2.73709106, 0.656660974, -0.415813327, 0.629202485, 0.377733082, 0.903427839, 0.202819914, -0.652774215, 0.104486652, 0.75031215)
- Weld171.Part0 = Part65
- Weld171.Part1 = Part838
- Weld171.part1 = Part838
- Weld172.Parent = Part65
- Weld172.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld172.C1 = CFrame.new(-0.0372543335, -0.133987427, -1.33485985, -0.731439531, -0.344946146, -0.588224769, 0.466156214, 0.376645178, -0.800522864, 0.497689307, -0.859738648, -0.114694394)
- Weld172.Part0 = Part65
- Weld172.Part1 = Part854
- Weld172.part1 = Part854
- Weld173.Parent = Part65
- Weld173.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld173.C1 = CFrame.new(0.070022583, -0.879928589, -1.07650375, -0.731400788, -0.344929218, -0.588282645, 0.652596951, -0.103662021, -0.750580966, 0.197911501, -0.932882011, 0.300924152)
- Weld173.Part0 = Part65
- Weld173.Part1 = Part862
- Weld173.part1 = Part862
- Weld174.Parent = Part65
- Weld174.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld174.C1 = CFrame.new(-0.307579041, -1.46359253, -0.669647217, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld174.Part0 = Part65
- Weld174.Part1 = Part860
- Weld174.part1 = Part860
- Weld175.Parent = Part65
- Weld175.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld175.C1 = CFrame.new(-0.385452271, -1.00476837, -1.26490784, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld175.Part0 = Part65
- Weld175.Part1 = Part864
- Weld175.part1 = Part864
- Weld176.Parent = Part65
- Weld176.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld176.C1 = CFrame.new(0.0695037842, -0.526687622, -1.25836563, -0.73140049, -0.344929248, -0.588282943, 0.579110801, 0.141386166, -0.802897274, 0.360115051, -0.927914083, 0.0963467658)
- Weld176.Part0 = Part65
- Weld176.Part1 = Part858
- Weld176.part1 = Part858
- Weld177.Parent = Part65
- Weld177.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld177.C1 = CFrame.new(0.419372559, -1.99868011, -1.26423645, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld177.Part0 = Part65
- Weld177.Part1 = Part868
- Weld177.part1 = Part868
- Weld178.Parent = Part65
- Weld178.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld178.C1 = CFrame.new(-0.0372085571, 0.260467529, -1.3155632, -0.73142767, -0.344960958, -0.588230908, 0.321575731, 0.586187661, -0.743621588, 0.601334214, -0.733066082, -0.317822784)
- Weld178.Part0 = Part65
- Weld178.Part1 = Part852
- Weld178.part1 = Part852
- Weld179.Parent = Part65
- Weld179.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld179.C1 = CFrame.new(-0.0368881226, -0.871841431, -1.07102203, -0.731399298, -0.344930291, -0.588284016, 0.6525985, -0.103661187, -0.750579774, 0.197912231, -0.932881713, 0.300924599)
- Weld179.Part0 = Part65
- Weld179.Part1 = Part850
- Weld179.part1 = Part850
- Weld180.Parent = Part65
- Weld180.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld180.C1 = CFrame.new(-0.279533386, -3.00630951, 0.265426636, -0.65534389, -0.574732065, -0.490107507, 0.755324006, -0.496080279, -0.42823264, 0.00298374891, -0.650828898, 0.759220004)
- Weld180.Part0 = Part65
- Weld180.Part1 = Part856
- Weld180.part1 = Part856
- Weld181.Parent = Part65
- Weld181.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld181.C1 = CFrame.new(-0.934997559, 0.472732544, -1.18989182, -0.626806855, -0.778427362, 0.0340873897, -0.407613546, 0.290307611, -0.865780234, 0.664050639, -0.556563616, -0.499265671)
- Weld181.Part0 = Part65
- Weld181.Part1 = Part866
- Weld181.part1 = Part866
- Weld182.Parent = Part65
- Weld182.C0 = CFrame.new(0, 0, 0, 0.959788203, 0.261895776, 0.101074778, -0.103318959, -0.00522404071, 0.994634271, 0.261018604, -0.965081811, 0.0220452566)
- Weld182.C1 = CFrame.new(0, 0, 0, 0.959788203, 0.261895776, 0.101074778, -0.103318959, -0.00522404071, 0.994634271, 0.261018604, -0.965081811, 0.0220452566)
- Weld182.Part0 = Part65
- Weld182.Part1 = Part65
- Weld182.part1 = Part65
- Weld183.Parent = Part65
- Weld183.C0 = CFrame.new(0, 0, 0, 0.95895201, 0.264226377, 0.102955103, -0.101182997, -0.0203402732, 0.994661689, 0.264907986, -0.964248836, 0.00723477267)
- Weld183.C1 = CFrame.new(0, 0, 0, 0.95895201, 0.264226377, 0.102955103, -0.101182997, -0.0203402732, 0.994661689, 0.264907986, -0.964248836, 0.00723477267)
- Weld183.Part0 = Part65
- Weld183.Part1 = Part65
- Weld183.part1 = Part65
- Weld184.Parent = Part65
- Weld184.C0 = CFrame.new(0, 0, 0, 0.958946705, 0.264218718, 0.102981292, -0.101220809, -0.0203048158, 0.994656026, 0.264897317, -0.964248538, 0.00727527356)
- Weld184.C1 = CFrame.new(0, 0, 0, 0.958946705, 0.264218718, 0.102981292, -0.101220809, -0.0203048158, 0.994656026, 0.264897317, -0.964248538, 0.00727527356)
- Weld184.Part0 = Part65
- Weld184.Part1 = Part65
- Weld184.part1 = Part65
- Weld185.Parent = Part65
- Weld185.C0 = CFrame.new(0, 0, 0, 0.958948612, 0.264220208, 0.102981962, -0.101219699, -0.0203133952, 0.994656742, 0.264900327, -0.964248538, 0.00726478593)
- Weld185.C1 = CFrame.new(0, 0, 0, 0.958948612, 0.264220208, 0.102981962, -0.101219699, -0.0203133952, 0.994656742, 0.264900327, -0.964248538, 0.00726478593)
- Weld185.Part0 = Part65
- Weld185.Part1 = Part65
- Weld185.part1 = Part65
- Weld186.Parent = Part65
- Weld186.C0 = CFrame.new(0, 0, 0, 0.958951175, 0.264228374, 0.102957919, -0.101183049, -0.0203507654, 0.99466151, 0.264911085, -0.964248061, 0.00722494442)
- Weld186.C1 = CFrame.new(0, 0, 0, 0.958951175, 0.264228374, 0.102957919, -0.101183049, -0.0203507654, 0.99466151, 0.264911085, -0.964248061, 0.00722494442)
- Weld186.Part0 = Part65
- Weld186.Part1 = Part65
- Weld186.part1 = Part65
- Weld187.Parent = Part65
- Weld187.C0 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld187.C1 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld187.Part0 = Part65
- Weld187.Part1 = Part65
- Weld187.part1 = Part65
- Weld188.Parent = Part65
- Weld188.C0 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld188.C1 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld188.Part0 = Part65
- Weld188.Part1 = Part65
- Weld188.part1 = Part65
- Weld189.Parent = Part65
- Weld189.C0 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld189.C1 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld189.Part0 = Part65
- Weld189.Part1 = Part65
- Weld189.part1 = Part65
- Weld190.Parent = Part65
- Weld190.C0 = CFrame.new(0, 0, 0, 0.959791899, 0.261885077, 0.101066254, -0.103428446, -0.0047855936, 0.994624913, 0.260961235, -0.965086877, 0.02249383)
- Weld190.C1 = CFrame.new(0, 0, 0, 0.959791899, 0.261885077, 0.101066254, -0.103428446, -0.0047855936, 0.994624913, 0.260961235, -0.965086877, 0.02249383)
- Weld190.Part0 = Part65
- Weld190.Part1 = Part65
- Weld190.part1 = Part65
- Weld191.Parent = Part65
- Weld191.C0 = CFrame.new(0, 0, 0, 0.958953261, 0.264223397, 0.102950886, -0.10118293, -0.0203245357, 0.994662046, 0.264903426, -0.964249969, 0.00724951923)
- Weld191.C1 = CFrame.new(0, 0, 0, 0.958953261, 0.264223397, 0.102950886, -0.10118293, -0.0203245357, 0.994662046, 0.264903426, -0.964249969, 0.00724951923)
- Weld191.Part0 = Part65
- Weld191.Part1 = Part65
- Weld191.part1 = Part65
- Weld192.Parent = Part65
- Weld192.C0 = CFrame.new(0, 0, 0, 0.958944857, 0.264220476, 0.102982841, -0.101220638, -0.0203105006, 0.99465549, 0.264899403, -0.964247704, 0.00727110635)
- Weld192.C1 = CFrame.new(0, 0, 0, 0.958944857, 0.264220476, 0.102982841, -0.101220638, -0.0203105006, 0.99465549, 0.264899403, -0.964247704, 0.00727110635)
- Weld192.Part0 = Part65
- Weld192.Part1 = Part65
- Weld192.part1 = Part65
- Weld193.Parent = Part65
- Weld193.C0 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld193.C1 = CFrame.new(0, 0, 0, 0.731291354, 0.345031053, 0.588359356, -0.65278703, 0.104029775, 0.750364602, 0.197692186, -0.93280834, 0.301307857)
- Weld193.Part0 = Part65
- Weld193.Part1 = Part65
- Weld193.part1 = Part65
- Weld194.Parent = Part65
- Weld194.C0 = CFrame.new(0, 0, 0, 0.958940268, 0.264220119, 0.102983035, -0.101219259, -0.0203124229, 0.994654119, 0.264898062, -0.96424675, 0.00727321021)
- Weld194.C1 = CFrame.new(0, 0, 0, 0.958940268, 0.264220119, 0.102983035, -0.101219259, -0.0203124229, 0.994654119, 0.264898062, -0.96424675, 0.00727321021)
- Weld194.Part0 = Part65
- Weld194.Part1 = Part65
- Weld194.part1 = Part65
- Weld195.Parent = Part65
- Weld195.C0 = CFrame.new(0, 0, 0, 0.958952904, 0.26422438, 0.102952294, -0.101182945, -0.0203297809, 0.994661868, 0.264904946, -0.964249611, 0.00724460371)
- Weld195.C1 = CFrame.new(0, 0, 0, 0.958952904, 0.26422438, 0.102952294, -0.101182945, -0.0203297809, 0.994661868, 0.264904946, -0.964249611, 0.00724460371)
- Weld195.Part0 = Part65
- Weld195.Part1 = Part65
- Weld195.part1 = Part65
- Weld196.Parent = Part65
- Weld196.C0 = CFrame.new(0, 0, 0, 0.731291294, 0.345030695, 0.588359296, -0.652786851, 0.10402897, 0.75036478, 0.197691679, -0.932807326, 0.301308453)
- Weld196.C1 = CFrame.new(0, 0, 0, 0.731291294, 0.345030695, 0.588359296, -0.652786851, 0.10402897, 0.75036478, 0.197691679, -0.932807326, 0.301308453)
- Weld196.Part0 = Part65
- Weld196.Part1 = Part65
- Weld196.part1 = Part65
- Weld197.Parent = Part65
- Weld197.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld197.C1 = CFrame.new(0.00072479248, -0.0581207275, 0.352798462, -0.731399655, -0.344931006, -0.588283062, 0.197331116, -0.93278867, 0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld197.Part0 = Part65
- Weld197.Part1 = Part892
- Weld197.part1 = Part892
- Weld198.Parent = Part65
- Weld198.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld198.C1 = CFrame.new(-0.000686645508, 0.0215301514, -0.380340576, 0.731399655, 0.344931006, 0.588283062, -0.652597785, 0.103661455, 0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld198.Part0 = Part65
- Weld198.Part1 = Part884
- Weld198.part1 = Part884
- Weld199.Parent = Part65
- Weld199.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld199.C1 = CFrame.new(0.000373840332, 0.415634155, -0.196121216, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld199.Part0 = Part65
- Weld199.Part1 = Part880
- Weld199.part1 = Part880
- Weld200.Parent = Part65
- Weld200.C0 = CFrame.new(0, 0, 0, 0.958942115, 0.26421836, 0.1029815, -0.101219438, -0.0203067418, 0.994654655, 0.264895946, -0.964247704, 0.00727737322)
- Weld200.C1 = CFrame.new(0, 0, 0, 0.958942115, 0.26421836, 0.1029815, -0.101219438, -0.0203067418, 0.994654655, 0.264895946, -0.964247704, 0.00727737322)
- Weld200.Part0 = Part65
- Weld200.Part1 = Part65
- Weld200.part1 = Part65
- Weld201.Parent = Part65
- Weld201.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld201.C1 = CFrame.new(0.821342468, 0.644702911, -1.19493866, -0.555682182, 0.0793925822, -0.827596664, 0.500252724, 0.826997161, -0.256557167, 0.664050698, -0.556563854, -0.499265224)
- Weld201.Part0 = Part65
- Weld201.Part1 = Part888
- Weld201.part1 = Part888
- Weld202.Parent = Part65
- Weld202.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld202.C1 = CFrame.new(0.00593566895, -2.37873077, -0.883869171, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld202.Part0 = Part65
- Weld202.Part1 = Part878
- Weld202.part1 = Part878
- Weld203.Parent = Part65
- Weld203.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld203.C1 = CFrame.new(-0.00023651123, 0.0221405029, 0.107040405, -0.731399655, -0.344931006, -0.588283062, -0.652597785, 0.103661455, 0.750580251, -0.197912887, 0.932881415, -0.300925076)
- Weld203.Part0 = Part65
- Weld203.Part1 = Part882
- Weld203.part1 = Part882
- Weld204.Parent = Part65
- Weld204.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld204.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld204.Part0 = Part65
- Weld204.Part1 = Part65
- Weld204.part1 = Part65
- Weld205.Parent = Part65
- Weld205.C0 = CFrame.new(0, 0, 0, 0.959792435, 0.261885166, 0.101066336, -0.103428535, -0.00478535006, 0.99462527, 0.260961294, -0.965087116, 0.0224935841)
- Weld205.C1 = CFrame.new(0, 0, 0, 0.959792435, 0.261885166, 0.101066336, -0.103428535, -0.00478535006, 0.99462527, 0.260961294, -0.965087116, 0.0224935841)
- Weld205.Part0 = Part65
- Weld205.Part1 = Part65
- Weld205.part1 = Part65
- Weld206.Parent = Part65
- Weld206.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld206.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld206.Part0 = Part65
- Weld206.Part1 = Part65
- Weld206.part1 = Part65
- Weld207.Parent = Part65
- Weld207.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld207.C1 = CFrame.new(4.57763672e-05, -0.0182533264, 0.232040405, 0.731399655, 0.344931006, 0.588283062, -0.197331116, 0.93278867, -0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld207.Part0 = Part65
- Weld207.Part1 = Part890
- Weld207.part1 = Part890
- Weld208.Parent = Part65
- Weld208.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld208.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld208.Part0 = Part65
- Weld208.Part1 = Part65
- Weld208.part1 = Part65
- Weld209.Parent = Part65
- Weld209.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld209.C1 = CFrame.new(0.000122070313, 0.0307655334, -0.348297119, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld209.Part0 = Part65
- Weld209.Part1 = Part886
- Weld209.part1 = Part886
- Weld210.Parent = Part65
- Weld210.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld210.C1 = CFrame.new(0.000396728516, 0.478347778, -0.111251831, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld210.Part0 = Part65
- Weld210.Part1 = Part874
- Weld210.part1 = Part874
- Weld211.Parent = Part65
- Weld211.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld211.C1 = CFrame.new(-0.385368347, -1.59667206, -1.26446915, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld211.Part0 = Part65
- Weld211.Part1 = Part876
- Weld211.part1 = Part876
- Weld212.Parent = Part65
- Weld212.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld212.C1 = CFrame.new(-0.000175476074, 0.343864441, -0.348480225, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld212.Part0 = Part65
- Weld212.Part1 = Part904
- Weld212.part1 = Part904
- Weld213.Parent = Part65
- Weld213.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld213.C1 = CFrame.new(0.000221252441, -0.227481842, 0.348144531, -0.731399655, -0.344931006, -0.588283062, 0.197331116, -0.93278867, 0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld213.Part0 = Part65
- Weld213.Part1 = Part910
- Weld213.part1 = Part910
- Weld214.Parent = Part65
- Weld214.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld214.C1 = CFrame.new(-0.000610351563, 0.102302551, 0.352714539, 0.731399655, 0.344931006, 0.588283062, -0.197331116, 0.93278867, -0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld214.Part0 = Part65
- Weld214.Part1 = Part896
- Weld214.part1 = Part896
- Weld215.Parent = Part65
- Weld215.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld215.C1 = CFrame.new(0.418769836, 0.0830154419, -1.44681358, -0.731400907, -0.344927728, -0.588283718, 0.466208816, 0.37667045, -0.800480366, 0.497696936, -0.859735072, -0.114688739)
- Weld215.Part0 = Part65
- Weld215.Part1 = Part898
- Weld215.part1 = Part898
- Weld216.Parent = Part65
- Weld216.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld216.C1 = CFrame.new(-0.00540924072, 2.73661041, -0.43680191, 0.731399655, 0.344931006, 0.588283062, -0.652597785, 0.103661455, 0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld216.Part0 = Part65
- Weld216.Part1 = Part926
- Weld216.part1 = Part926
- Weld217.Parent = Part65
- Weld217.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld217.C1 = CFrame.new(0.00101470947, 0.746315002, -0.280975342, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld217.Part0 = Part65
- Weld217.Part1 = Part918
- Weld217.part1 = Part918
- Weld218.Parent = Part65
- Weld218.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld218.C1 = CFrame.new(-2.73628235, 0.575317383, -0.695701599, 0.652801573, -0.103565559, -0.750416338, 0.731217861, 0.344959646, 0.588492215, 0.197912559, -0.932881474, 0.300925076)
- Weld218.Part0 = Part65
- Weld218.Part1 = Part902
- Weld218.part1 = Part902
- Weld219.Parent = Part65
- Weld219.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld219.C1 = CFrame.new(0.000480651855, 0.499500275, -0.727668762, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld219.Part0 = Part65
- Weld219.Part1 = Part922
- Weld219.part1 = Part922
- Weld220.Parent = Part65
- Weld220.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld220.C1 = CFrame.new(0.485328674, 2.73657227, -0.570537567, 0.731399655, 0.344931006, 0.588283062, -0.652597785, 0.103661455, 0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld220.Part0 = Part65
- Weld220.Part1 = Part900
- Weld220.part1 = Part900
- Weld221.Parent = Part65
- Weld221.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld221.C1 = CFrame.new(-0.000579833984, 0.298942566, 0.348091125, 0.731399655, 0.344931006, 0.588283062, -0.197331116, 0.93278867, -0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld221.Part0 = Part65
- Weld221.Part1 = Part914
- Weld221.part1 = Part914
- Weld222.Parent = Part65
- Weld222.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld222.C1 = CFrame.new(-0.000267028809, 0.151626587, -0.366218567, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld222.Part0 = Part65
- Weld222.Part1 = Part894
- Weld222.part1 = Part894
- Weld223.Parent = Part65
- Weld223.C0 = CFrame.new(0, 0, 0, 4.54108886e-07, 5.96046448e-07, 1.00000727, -1.00000429, -1.68252382e-06, -4.24309064e-07, -1.71232227e-06, -1.0000087, -5.36441803e-07)
- Weld223.C1 = CFrame.new(0, 0, 0, 4.54108886e-07, 5.96046448e-07, 1.00000727, -1.00000429, -1.68252382e-06, -4.24309064e-07, -1.71232227e-06, -1.0000087, -5.36441803e-07)
- Weld223.Part0 = Part65
- Weld223.Part1 = Part65
- Weld223.part1 = Part65
- Weld224.Parent = Part65
- Weld224.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld224.C1 = CFrame.new(-0.307220459, -1.91048431, -0.669532776, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld224.Part0 = Part65
- Weld224.Part1 = Part908
- Weld224.part1 = Part908
- Weld225.Parent = Part65
- Weld225.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld225.C1 = CFrame.new(0.000411987305, 0.191959381, -0.20072937, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld225.Part0 = Part65
- Weld225.Part1 = Part906
- Weld225.part1 = Part906
- Weld226.Parent = Part65
- Weld226.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld226.C1 = CFrame.new(-0.000823974609, 0.343410492, 0.379234314, 0.731399655, 0.344931006, 0.588283062, -0.197331116, 0.93278867, -0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld226.Part0 = Part65
- Weld226.Part1 = Part912
- Weld226.part1 = Part912
- Weld227.Parent = Part65
- Weld227.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld227.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld227.Part0 = Part65
- Weld227.Part1 = Part65
- Weld227.part1 = Part65
- Sound228.Name = "Reload"
- Sound228.Parent = Part65
- Sound228.Pitch = 0.93400001525879
- Sound228.PlaybackSpeed = 0.93400001525879
- Sound228.SoundId = "http://www.roblox.com/asset/?id=2697295"
- Sound228.Volume = 0
- Sound229.Name = "M2"
- Sound229.Parent = Part65
- Sound229.Pitch = 0.60000002384186
- Sound229.PlayOnRemove = true
- Sound229.PlaybackSpeed = 0.60000002384186
- Sound229.SoundId = "http://www.roblox.com/asset/?id=2697295"
- Sound229.Volume = 1
- Sound230.Name = "M1"
- Sound230.Parent = Part65
- Sound230.Pitch = 0.5
- Sound230.PlayOnRemove = true
- Sound230.PlaybackSpeed = 0.5
- Sound230.SoundId = "http://www.roblox.com/asset/?id=2697295"
- Sound230.Volume = 1
- Sound231.Name = "Engine"
- Sound231.Parent = Part65
- Sound231.Pitch = 0.69999998807907
- Sound231.PlayOnRemove = true
- Sound231.PlaybackSpeed = 0.69999998807907
- Sound231.SoundId = "http://www.roblox.com/asset/?id=27041544"
- Sound231.Volume = 1
- Sound232.Name = "Ding"
- Sound232.Parent = Part65
- Sound232.SoundId = "http://www.roblox.com/asset/?id=2766581"
- Sound233.Name = "Close"
- Sound233.Parent = Part65
- Sound233.Pitch = 0.69999998807907
- Sound233.PlayOnRemove = true
- Sound233.PlaybackSpeed = 0.69999998807907
- Sound233.SoundId = "http://www.roblox.com/asset/?id=13510737"
- Sound233.Volume = 1
- Weld234.Parent = Part65
- Weld234.C0 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld234.C1 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld234.Part0 = Part65
- Weld234.Part1 = Part65
- Weld234.part1 = Part65
- Weld235.Parent = Part65
- Weld235.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld235.C1 = CFrame.new(0.000534057617, 0, -0.0445480347, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld235.Part0 = Part65
- Weld235.Part1 = Part928
- Weld235.part1 = Part928
- Weld236.Parent = Part65
- Weld236.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld236.C1 = CFrame.new(-0.497306824, 2.73653412, -0.570789337, 0.731399655, 0.344931006, 0.588283062, -0.652597785, 0.103661455, 0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld236.Part0 = Part65
- Weld236.Part1 = Part924
- Weld236.part1 = Part924
- Weld237.Parent = Part65
- Weld237.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld237.C1 = CFrame.new(0.000923156738, -0.549106598, 0.798606873, -0.731399655, -0.344931006, -0.588283062, 0.197331116, -0.93278867, 0.301593989, -0.652773976, 0.104492947, 0.750311732)
- Weld237.Part0 = Part65
- Weld237.Part1 = Part920
- Weld237.part1 = Part920
- Weld238.Parent = Part65
- Weld238.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld238.C1 = CFrame.new(-0.000854492188, 0.449882507, -0.626052856, 0.731399655, 0.344931006, 0.588283062, -0.652597785, 0.103661455, 0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld238.Part0 = Part65
- Weld238.Part1 = Part916
- Weld238.part1 = Part916
- Weld239.Parent = Part65
- Weld239.C0 = CFrame.new(0, 0, 0, 0.965930104, -2.33202809e-06, -0.258803159, 0.258803159, 8.10184338e-06, 0.965930104, -1.55793316e-07, -1, 8.4293506e-06)
- Weld239.C1 = CFrame.new(0, 0, 0, 0.965930104, -2.33202809e-06, -0.258803159, 0.258803159, 8.10184338e-06, 0.965930104, -1.55793316e-07, -1, 8.4293506e-06)
- Weld239.Part0 = Part65
- Weld239.Part1 = Part65
- Weld239.part1 = Part65
- Weld240.Parent = Part65
- Weld240.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld240.C1 = CFrame.new(-0.167030334, -1.46183014, -1.69353437, -0.732056558, 0.167768359, -0.660263062, 0.652952313, -0.103603944, -0.750279784, -0.194282278, -0.980363727, -0.033697933)
- Weld240.Part0 = Part65
- Weld240.Part1 = Part669
- Weld240.part1 = Part669
- Weld241.Parent = Part65
- Weld241.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld241.C1 = CFrame.new(-0.238998413, -1.46175385, -1.63597918, -0.732056558, 0.167768359, -0.660263062, 0.652952313, -0.103603944, -0.750279784, -0.194282278, -0.980363727, -0.033697933)
- Weld241.Part0 = Part65
- Weld241.Part1 = Part671
- Weld241.part1 = Part671
- Weld242.Parent = Part65
- Weld242.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld242.C1 = CFrame.new(0.324920654, -1.46125793, -1.92182446, -0.732056558, 0.167768359, -0.660263062, 0.652952313, -0.103603944, -0.750279784, -0.194282278, -0.980363727, -0.033697933)
- Weld242.Part0 = Part65
- Weld242.Part1 = Part673
- Weld242.part1 = Part673
- Weld243.Parent = Part65
- Weld243.C0 = CFrame.new(0, 0, 0, 0.965930641, -1.7339396e-06, -0.258801311, 0.258801311, 4.527702e-06, 0.965930581, -5.03090121e-07, -1, 4.82219184e-06)
- Weld243.C1 = CFrame.new(0, 0, 0, 0.965930641, -1.7339396e-06, -0.258801311, 0.258801311, 4.527702e-06, 0.965930581, -5.03090121e-07, -1, 4.82219184e-06)
- Weld243.Part0 = Part65
- Weld243.Part1 = Part65
- Weld243.part1 = Part65
- Weld244.Parent = Part65
- Weld244.C0 = CFrame.new(0, 0, 0, 0.965935946, 2.05956667e-07, -0.258806527, 0.258805096, 1.31312754e-06, 0.965933979, 1.91497975e-07, -1.0000087, 4.82227279e-06)
- Weld244.C1 = CFrame.new(0, 0, 0, 0.965935946, 2.05956667e-07, -0.258806527, 0.258805096, 1.31312754e-06, 0.965933979, 1.91497975e-07, -1.0000087, 4.82227279e-06)
- Weld244.Part0 = Part65
- Weld244.Part1 = Part65
- Weld244.part1 = Part65
- Weld245.Parent = Part65
- Weld245.C0 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld245.C1 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld245.Part0 = Part65
- Weld245.Part1 = Part65
- Weld245.part1 = Part65
- Weld246.Parent = Part65
- Weld246.C0 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld246.C1 = CFrame.new(0, 0, 0, -0.313156426, 0.547003448, -0.776350617, 0.875547767, 0.482959569, -0.0128845274, 0.367898136, -0.683767021, -0.63016957)
- Weld246.Part0 = Part65
- Weld246.Part1 = Part65
- Weld246.part1 = Part65
- Weld247.Parent = Part65
- Weld247.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld247.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld247.Part0 = Part65
- Weld247.Part1 = Part65
- Weld247.part1 = Part65
- Weld248.Parent = Part65
- Weld248.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld248.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld248.Part0 = Part65
- Weld248.Part1 = Part65
- Weld248.part1 = Part65
- Weld249.Parent = Part65
- Weld249.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld249.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld249.Part0 = Part65
- Weld249.Part1 = Part65
- Weld249.part1 = Part65
- Weld250.Parent = Part65
- Weld250.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld250.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld250.Part0 = Part65
- Weld250.Part1 = Part65
- Weld250.part1 = Part65
- Weld251.Parent = Part65
- Weld251.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld251.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld251.Part0 = Part65
- Weld251.Part1 = Part65
- Weld251.part1 = Part65
- Weld252.Parent = Part65
- Weld252.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld252.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld252.Part0 = Part65
- Weld252.Part1 = Part65
- Weld252.part1 = Part65
- Weld253.Parent = Part65
- Weld253.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld253.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld253.Part0 = Part65
- Weld253.Part1 = Part65
- Weld253.part1 = Part65
- Weld254.Parent = Part65
- Weld254.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld254.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld254.Part0 = Part65
- Weld254.Part1 = Part65
- Weld254.part1 = Part65
- Weld255.Parent = Part65
- Weld255.C0 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld255.C1 = CFrame.new(0, 0, 0, 0.877034724, 0.264274895, 0.401209503, -0.410918623, -0.0200255346, 0.911451101, 0.248907968, -0.964239776, 0.0910324305)
- Weld255.Part0 = Part65
- Weld255.Part1 = Part65
- Weld255.part1 = Part65
- Weld256.Parent = Part65
- Weld256.C0 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld256.C1 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld256.Part0 = Part65
- Weld256.Part1 = Part65
- Weld256.part1 = Part65
- Weld257.Parent = Part65
- Weld257.C0 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld257.C1 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld257.Part0 = Part65
- Weld257.Part1 = Part65
- Weld257.part1 = Part65
- Weld258.Parent = Part65
- Weld258.C0 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld258.C1 = CFrame.new(0, 0, 0, 0.0144980373, 0.0590405874, 0.998150229, -0.953641653, -0.299285263, 0.0315543301, 0.300594628, -0.952335298, 0.0519644953)
- Weld258.Part0 = Part65
- Weld258.Part1 = Part65
- Weld258.part1 = Part65
- Weld259.Parent = Part65
- Weld259.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld259.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld259.Part0 = Part65
- Weld259.Part1 = Part65
- Weld259.part1 = Part65
- Weld260.Parent = Part65
- Weld260.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld260.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld260.Part0 = Part65
- Weld260.Part1 = Part65
- Weld260.part1 = Part65
- Weld261.Parent = Part65
- Weld261.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld261.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld261.Part0 = Part65
- Weld261.Part1 = Part65
- Weld261.part1 = Part65
- Weld262.Parent = Part65
- Weld262.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld262.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld262.Part0 = Part65
- Weld262.Part1 = Part65
- Weld262.part1 = Part65
- Weld263.Parent = Part65
- Weld263.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld263.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld263.Part0 = Part65
- Weld263.Part1 = Part65
- Weld263.part1 = Part65
- Weld264.Parent = Part65
- Weld264.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld264.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld264.Part0 = Part65
- Weld264.Part1 = Part65
- Weld264.part1 = Part65
- Weld265.Parent = Part65
- Weld265.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld265.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld265.Part0 = Part65
- Weld265.Part1 = Part65
- Weld265.part1 = Part65
- Weld266.Parent = Part65
- Weld266.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld266.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld266.Part0 = Part65
- Weld266.Part1 = Part65
- Weld266.part1 = Part65
- Weld267.Parent = Part65
- Weld267.C0 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld267.C1 = CFrame.new(0, 0, 0, 0.726489365, 0.264219284, 0.634350002, -0.653383851, -0.0203041583, 0.756749094, 0.212826863, -0.96424973, 0.157886937)
- Weld267.Part0 = Part65
- Weld267.Part1 = Part65
- Weld267.part1 = Part65
- Weld268.Parent = Part65
- Weld268.C0 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld268.C1 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld268.Part0 = Part65
- Weld268.Part1 = Part65
- Weld268.part1 = Part65
- Weld269.Parent = Part65
- Weld269.C0 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld269.C1 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld269.Part0 = Part65
- Weld269.Part1 = Part65
- Weld269.part1 = Part65
- Weld270.Parent = Part65
- Weld270.C0 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld270.C1 = CFrame.new(0, 0, 0, 0.224031344, 0.61423552, -0.756653607, 0.162418753, 0.741999149, 0.650428653, 0.96095258, -0.268611133, 0.0664677322)
- Weld270.Part0 = Part65
- Weld270.Part1 = Part65
- Weld270.part1 = Part65
- Weld271.Parent = Part65
- Weld271.C0 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld271.C1 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld271.Part0 = Part65
- Weld271.Part1 = Part65
- Weld271.part1 = Part65
- Weld272.Parent = Part65
- Weld272.C0 = CFrame.new(0, 0, 0, -0.0683174878, 0.263769776, -0.96216327, 0.996975183, -0.0177728534, -0.0756615624, -0.0370576158, -0.964421928, -0.261757731)
- Weld272.C1 = CFrame.new(0, 0, 0, -0.0683174878, 0.263769776, -0.96216327, 0.996975183, -0.0177728534, -0.0756615624, -0.0370576158, -0.964421928, -0.261757731)
- Weld272.Part0 = Part65
- Weld272.Part1 = Part65
- Weld272.part1 = Part65
- Weld273.Parent = Part65
- Weld273.C0 = CFrame.new(0, 0, 0, -0.0683131069, 0.263772547, -0.96216172, 0.996969163, -0.0177791212, -0.0756621584, -0.0370618887, -0.96442163, -0.261758357)
- Weld273.C1 = CFrame.new(0, 0, 0, -0.0683131069, 0.263772547, -0.96216172, 0.996969163, -0.0177791212, -0.0756621584, -0.0370618887, -0.96442163, -0.261758357)
- Weld273.Part0 = Part65
- Weld273.Part1 = Part65
- Weld273.part1 = Part65
- Weld274.Parent = Part65
- Weld274.C0 = CFrame.new(0, 0, 0, -0.0683095083, 0.263774663, -0.962161422, 0.996969283, -0.0177821834, -0.0756593496, -0.0370642431, -0.964420974, -0.261760354)
- Weld274.C1 = CFrame.new(0, 0, 0, -0.0683095083, 0.263774663, -0.962161422, 0.996969283, -0.0177821834, -0.0756593496, -0.0370642431, -0.964420974, -0.261760354)
- Weld274.Part0 = Part65
- Weld274.Part1 = Part65
- Weld274.part1 = Part65
- Weld275.Parent = Part65
- Weld275.C0 = CFrame.new(0, 0, 0, -0.0683059096, 0.263776809, -0.962161124, 0.996969402, -0.0177852511, -0.0756565183, -0.0370666124, -0.964420319, -0.261762351)
- Weld275.C1 = CFrame.new(0, 0, 0, -0.0683059096, 0.263776809, -0.962161124, 0.996969402, -0.0177852511, -0.0756565183, -0.0370666124, -0.964420319, -0.261762351)
- Weld275.Part0 = Part65
- Weld275.Part1 = Part65
- Weld275.part1 = Part65
- Weld276.Parent = Part65
- Weld276.C0 = CFrame.new(0, 0, 0, -0.068302311, 0.263778895, -0.962160766, 0.99696964, -0.0177883152, -0.0756537169, -0.0370689705, -0.964419723, -0.261764377)
- Weld276.C1 = CFrame.new(0, 0, 0, -0.068302311, 0.263778895, -0.962160766, 0.99696964, -0.0177883152, -0.0756537169, -0.0370689705, -0.964419723, -0.261764377)
- Weld276.Part0 = Part65
- Weld276.Part1 = Part65
- Weld276.part1 = Part65
- Weld277.Parent = Part65
- Weld277.C0 = CFrame.new(0, 0, 0, -0.0682987049, 0.263781041, -0.962160528, 0.996969759, -0.0177913792, -0.0756509006, -0.0370713323, -0.964419067, -0.261766374)
- Weld277.C1 = CFrame.new(0, 0, 0, -0.0682987049, 0.263781041, -0.962160528, 0.996969759, -0.0177913792, -0.0756509006, -0.0370713323, -0.964419067, -0.261766374)
- Weld277.Part0 = Part65
- Weld277.Part1 = Part65
- Weld277.part1 = Part65
- Weld278.Parent = Part65
- Weld278.C0 = CFrame.new(0, 0, 0, -0.0682950988, 0.263783097, -0.96216011, 0.996969879, -0.0177944433, -0.0756480768, -0.0370736904, -0.964418411, -0.261768371)
- Weld278.C1 = CFrame.new(0, 0, 0, -0.0682950988, 0.263783097, -0.96216011, 0.996969879, -0.0177944433, -0.0756480768, -0.0370736904, -0.964418411, -0.261768371)
- Weld278.Part0 = Part65
- Weld278.Part1 = Part65
- Weld278.part1 = Part65
- Weld279.Parent = Part65
- Weld279.C0 = CFrame.new(0, 0, 0, -0.0682914928, 0.263785243, -0.962159812, 0.996970057, -0.0177975092, -0.0756452531, -0.0370760486, -0.964417815, -0.261770368)
- Weld279.C1 = CFrame.new(0, 0, 0, -0.0682914928, 0.263785243, -0.962159812, 0.996970057, -0.0177975092, -0.0756452531, -0.0370760486, -0.964417815, -0.261770368)
- Weld279.Part0 = Part65
- Weld279.Part1 = Part65
- Weld279.part1 = Part65
- Weld280.Parent = Part65
- Weld280.C0 = CFrame.new(0, 0, 0, -0.0682878941, 0.263787359, -0.962159455, 0.996970177, -0.0178005733, -0.0756424367, -0.0370784104, -0.96441716, -0.261772394)
- Weld280.C1 = CFrame.new(0, 0, 0, -0.0682878941, 0.263787359, -0.962159455, 0.996970177, -0.0178005733, -0.0756424367, -0.0370784104, -0.96441716, -0.261772394)
- Weld280.Part0 = Part65
- Weld280.Part1 = Part65
- Weld280.part1 = Part65
- Weld281.Parent = Part65
- Weld281.C0 = CFrame.new(0, 0, 0, -0.0690742582, 0.26407516, -0.962025344, 0.997425556, -0.000331307092, -0.0717068017, -0.0192546379, -0.964501977, -0.263372451)
- Weld281.C1 = CFrame.new(0, 0, 0, -0.0690742582, 0.26407516, -0.962025344, 0.997425556, -0.000331307092, -0.0717068017, -0.0192546379, -0.964501977, -0.263372451)
- Weld281.Part0 = Part65
- Weld281.Part1 = Part65
- Weld281.part1 = Part65
- Weld282.Parent = Part65
- Weld282.C0 = CFrame.new(0, 0, 0, -0.0690743998, 0.26407519, -0.962025106, 0.997425437, -0.000331423798, -0.0717066601, -0.0192545503, -0.964501798, -0.263372302)
- Weld282.C1 = CFrame.new(0, 0, 0, -0.0690743998, 0.26407519, -0.962025106, 0.997425437, -0.000331423798, -0.0717066601, -0.0192545503, -0.964501798, -0.263372302)
- Weld282.Part0 = Part65
- Weld282.Part1 = Part65
- Weld282.part1 = Part65
- Weld283.Parent = Part65
- Weld283.C0 = CFrame.new(0, 0, 0, -0.0690745488, 0.26407522, -0.962024927, 0.997425318, -0.000331539719, -0.071706526, -0.0192544647, -0.964501619, -0.263372213)
- Weld283.C1 = CFrame.new(0, 0, 0, -0.0690745488, 0.26407522, -0.962024927, 0.997425318, -0.000331539719, -0.071706526, -0.0192544647, -0.964501619, -0.263372213)
- Weld283.Part0 = Part65
- Weld283.Part1 = Part65
- Weld283.part1 = Part65
- Weld284.Parent = Part65
- Weld284.C0 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld284.C1 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld284.Part0 = Part65
- Weld284.Part1 = Part65
- Weld284.part1 = Part65
- Weld285.Parent = Part65
- Weld285.C0 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld285.C1 = CFrame.new(0, 0, 0, 0.370545208, 0.440069318, -0.817945719, 0.81614995, 0.266123235, 0.512910783, 0.443390608, -0.8576231, -0.26055187)
- Weld285.Part0 = Part65
- Weld285.Part1 = Part65
- Weld285.part1 = Part65
- Weld286.Parent = Part65
- Weld286.C0 = CFrame.new(0, 0, 0, 0.370543212, 0.44006899, -0.817945004, 0.816147447, 0.266122103, 0.512910783, 0.443389475, -0.857622027, -0.260550886)
- Weld286.C1 = CFrame.new(0, 0, 0, 0.370543212, 0.44006899, -0.817945004, 0.816147447, 0.266122103, 0.512910783, 0.443389475, -0.857622027, -0.260550886)
- Weld286.Part0 = Part65
- Weld286.Part1 = Part65
- Weld286.part1 = Part65
- Weld287.Parent = Part65
- Weld287.C0 = CFrame.new(0, 0, 0, 0.370541126, 0.440068662, -0.817944288, 0.816144764, 0.26612094, 0.512910664, 0.443388224, -0.857620895, -0.260549873)
- Weld287.C1 = CFrame.new(0, 0, 0, 0.370541126, 0.440068662, -0.817944288, 0.816144764, 0.26612094, 0.512910664, 0.443388224, -0.857620895, -0.260549873)
- Weld287.Part0 = Part65
- Weld287.Part1 = Part65
- Weld287.part1 = Part65
- Weld288.Parent = Part65
- Weld288.C0 = CFrame.new(0, 0, 0, 0.370543003, 0.440071434, -0.817945719, 0.816150665, 0.266123682, 0.51290983, 0.443391651, -0.857621908, -0.260554314)
- Weld288.C1 = CFrame.new(0, 0, 0, 0.370543003, 0.440071434, -0.817945719, 0.816150665, 0.266123682, 0.51290983, 0.443391651, -0.857621908, -0.260554314)
- Weld288.Part0 = Part65
- Weld288.Part1 = Part65
- Weld288.part1 = Part65
- Weld289.Parent = Part65
- Weld289.C0 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld289.C1 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld289.Part0 = Part65
- Weld289.Part1 = Part65
- Weld289.part1 = Part65
- Weld290.Parent = Part65
- Weld290.C0 = CFrame.new(0, 0, 0, -0.546303213, 0.822231293, -0.159618348, -0.331402868, -0.0371875279, 0.942746758, 0.76922971, 0.567923307, 0.29280746)
- Weld290.C1 = CFrame.new(0, 0, 0, -0.546303213, 0.822231293, -0.159618348, -0.331402868, -0.0371875279, 0.942746758, 0.76922971, 0.567923307, 0.29280746)
- Weld290.Part0 = Part65
- Weld290.Part1 = Part65
- Weld290.part1 = Part65
- Weld291.Parent = Part65
- Weld291.C0 = CFrame.new(0, 0, 0, -0.546303213, 0.822231233, -0.159618378, -0.331402779, -0.0371874981, 0.942746699, 0.769229591, 0.567923129, 0.29280749)
- Weld291.C1 = CFrame.new(0, 0, 0, -0.546303213, 0.822231233, -0.159618378, -0.331402779, -0.0371874981, 0.942746699, 0.769229591, 0.567923129, 0.29280749)
- Weld291.Part0 = Part65
- Weld291.Part1 = Part65
- Weld291.part1 = Part65
- Weld292.Parent = Part65
- Weld292.C0 = CFrame.new(0, 0, 0, -0.546306133, 0.822235525, -0.159619257, -0.331411123, -0.0371795371, 0.942753494, 0.769230902, 0.567931592, 0.292809516)
- Weld292.C1 = CFrame.new(0, 0, 0, -0.546306133, 0.822235525, -0.159619257, -0.331411123, -0.0371795371, 0.942753494, 0.769230902, 0.567931592, 0.292809516)
- Weld292.Part0 = Part65
- Weld292.Part1 = Part65
- Weld292.part1 = Part65
- Weld293.Parent = Part65
- Weld293.C0 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld293.C1 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld293.Part0 = Part65
- Weld293.Part1 = Part65
- Weld293.part1 = Part65
- Weld294.Parent = Part65
- Weld294.C0 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld294.C1 = CFrame.new(0, 0, 0, -0.440055132, 0.483262867, 0.756841242, 0.562154949, 0.805502534, -0.187476993, -0.700238168, 0.342961788, -0.626134098)
- Weld294.Part0 = Part65
- Weld294.Part1 = Part65
- Weld294.part1 = Part65
- Weld295.Parent = Part65
- Weld295.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld295.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld295.Part0 = Part65
- Weld295.Part1 = Part65
- Weld295.part1 = Part65
- Weld296.Parent = Part65
- Weld296.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld296.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld296.Part0 = Part65
- Weld296.Part1 = Part65
- Weld296.part1 = Part65
- Weld297.Parent = Part65
- Weld297.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld297.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld297.Part0 = Part65
- Weld297.Part1 = Part65
- Weld297.part1 = Part65
- Weld298.Parent = Part65
- Weld298.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld298.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld298.Part0 = Part65
- Weld298.Part1 = Part65
- Weld298.part1 = Part65
- Weld299.Parent = Part65
- Weld299.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld299.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld299.Part0 = Part65
- Weld299.Part1 = Part65
- Weld299.part1 = Part65
- Weld300.Parent = Part65
- Weld300.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld300.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld300.Part0 = Part65
- Weld300.Part1 = Part65
- Weld300.part1 = Part65
- Weld301.Parent = Part65
- Weld301.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld301.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld301.Part0 = Part65
- Weld301.Part1 = Part65
- Weld301.part1 = Part65
- Weld302.Parent = Part65
- Weld302.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld302.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld302.Part0 = Part65
- Weld302.Part1 = Part65
- Weld302.part1 = Part65
- Weld303.Parent = Part65
- Weld303.C0 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld303.C1 = CFrame.new(0, 0, 0, 0.726315439, 0.263339311, -0.634917617, 0.66227746, -0.0208432637, 0.748969436, 0.183998883, -0.964479625, -0.189541966)
- Weld303.Part0 = Part65
- Weld303.Part1 = Part65
- Weld303.part1 = Part65
- Weld304.Parent = Part65
- Weld304.C0 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld304.C1 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld304.Part0 = Part65
- Weld304.Part1 = Part65
- Weld304.part1 = Part65
- Weld305.Parent = Part65
- Weld305.C0 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld305.C1 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld305.Part0 = Part65
- Weld305.Part1 = Part65
- Weld305.part1 = Part65
- Weld306.Parent = Part65
- Weld306.C0 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld306.C1 = CFrame.new(0, 0, 0, -0.849245667, 0.470315158, -0.239970118, 0.295200765, 0.799756169, 0.522730112, 0.437765419, 0.37308687, -0.818026662)
- Weld306.Part0 = Part65
- Weld306.Part1 = Part65
- Weld306.part1 = Part65
- Weld307.Parent = Part65
- Weld307.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld307.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld307.Part0 = Part65
- Weld307.Part1 = Part65
- Weld307.part1 = Part65
- Weld308.Parent = Part65
- Weld308.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld308.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld308.Part0 = Part65
- Weld308.Part1 = Part65
- Weld308.part1 = Part65
- Weld309.Parent = Part65
- Weld309.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld309.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld309.Part0 = Part65
- Weld309.Part1 = Part65
- Weld309.part1 = Part65
- Weld310.Parent = Part65
- Weld310.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld310.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld310.Part0 = Part65
- Weld310.Part1 = Part65
- Weld310.part1 = Part65
- Weld311.Parent = Part65
- Weld311.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld311.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld311.Part0 = Part65
- Weld311.Part1 = Part65
- Weld311.part1 = Part65
- Weld312.Parent = Part65
- Weld312.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld312.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld312.Part0 = Part65
- Weld312.Part1 = Part65
- Weld312.part1 = Part65
- Weld313.Parent = Part65
- Weld313.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld313.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld313.Part0 = Part65
- Weld313.Part1 = Part65
- Weld313.part1 = Part65
- Weld314.Parent = Part65
- Weld314.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld314.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld314.Part0 = Part65
- Weld314.Part1 = Part65
- Weld314.part1 = Part65
- Weld315.Parent = Part65
- Weld315.C0 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld315.C1 = CFrame.new(0, 0, 0, -0.379991174, -0.726179123, -0.572956562, 0.617998481, 0.26157859, -0.741390228, 0.688254774, -0.635804534, 0.349379599)
- Weld315.Part0 = Part65
- Weld315.Part1 = Part65
- Weld315.part1 = Part65
- Weld316.Parent = Part65
- Weld316.C0 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld316.C1 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld316.Part0 = Part65
- Weld316.Part1 = Part65
- Weld316.part1 = Part65
- Weld317.Parent = Part65
- Weld317.C0 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld317.C1 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld317.Part0 = Part65
- Weld317.Part1 = Part65
- Weld317.part1 = Part65
- Weld318.Parent = Part65
- Weld318.C0 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld318.C1 = CFrame.new(0, 0, 0, -0.393806547, -0.068392545, -0.916645288, -0.887093484, 0.289513648, 0.359509438, 0.240793467, 0.954727232, -0.174682975)
- Weld318.Part0 = Part65
- Weld318.Part1 = Part65
- Weld318.part1 = Part65
- Weld319.Parent = Part65
- Weld319.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld319.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld319.Part0 = Part65
- Weld319.Part1 = Part65
- Weld319.part1 = Part65
- Weld320.Parent = Part65
- Weld320.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld320.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld320.Part0 = Part65
- Weld320.Part1 = Part65
- Weld320.part1 = Part65
- Weld321.Parent = Part65
- Weld321.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld321.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld321.Part0 = Part65
- Weld321.Part1 = Part65
- Weld321.part1 = Part65
- Weld322.Parent = Part65
- Weld322.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld322.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld322.Part0 = Part65
- Weld322.Part1 = Part65
- Weld322.part1 = Part65
- Weld323.Parent = Part65
- Weld323.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld323.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld323.Part0 = Part65
- Weld323.Part1 = Part65
- Weld323.part1 = Part65
- Weld324.Parent = Part65
- Weld324.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld324.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld324.Part0 = Part65
- Weld324.Part1 = Part65
- Weld324.part1 = Part65
- Weld325.Parent = Part65
- Weld325.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld325.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld325.Part0 = Part65
- Weld325.Part1 = Part65
- Weld325.part1 = Part65
- Weld326.Parent = Part65
- Weld326.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld326.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld326.Part0 = Part65
- Weld326.Part1 = Part65
- Weld326.part1 = Part65
- Weld327.Parent = Part65
- Weld327.C0 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld327.C1 = CFrame.new(0, 0, 0, 0.0588784106, -0.253766447, -0.965471864, 0.0202408098, 0.967254341, -0.253000587, 0.998059928, -0.00464566099, 0.062086843)
- Weld327.Part0 = Part65
- Weld327.Part1 = Part65
- Weld327.part1 = Part65
- Weld328.Parent = Part65
- Weld328.C0 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld328.C1 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld328.Part0 = Part65
- Weld328.Part1 = Part65
- Weld328.part1 = Part65
- Weld329.Parent = Part65
- Weld329.C0 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld329.C1 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld329.Part0 = Part65
- Weld329.Part1 = Part65
- Weld329.part1 = Part65
- Weld330.Parent = Part65
- Weld330.C0 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld330.C1 = CFrame.new(0, 0, 0, -0.673482597, 0.546724737, 0.497507215, -0.224823356, 0.489649177, -0.842435896, -0.704184473, -0.6792171, -0.206853673)
- Weld330.Part0 = Part65
- Weld330.Part1 = Part65
- Weld330.part1 = Part65
- Weld331.Parent = Part65
- Weld331.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld331.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld331.Part0 = Part65
- Weld331.Part1 = Part65
- Weld331.part1 = Part65
- Weld332.Parent = Part65
- Weld332.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld332.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld332.Part0 = Part65
- Weld332.Part1 = Part65
- Weld332.part1 = Part65
- Weld333.Parent = Part65
- Weld333.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld333.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld333.Part0 = Part65
- Weld333.Part1 = Part65
- Weld333.part1 = Part65
- Weld334.Parent = Part65
- Weld334.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld334.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld334.Part0 = Part65
- Weld334.Part1 = Part65
- Weld334.part1 = Part65
- Weld335.Parent = Part65
- Weld335.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld335.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld335.Part0 = Part65
- Weld335.Part1 = Part65
- Weld335.part1 = Part65
- Weld336.Parent = Part65
- Weld336.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld336.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld336.Part0 = Part65
- Weld336.Part1 = Part65
- Weld336.part1 = Part65
- Weld337.Parent = Part65
- Weld337.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld337.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld337.Part0 = Part65
- Weld337.Part1 = Part65
- Weld337.part1 = Part65
- Weld338.Parent = Part65
- Weld338.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld338.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld338.Part0 = Part65
- Weld338.Part1 = Part65
- Weld338.part1 = Part65
- Weld339.Parent = Part65
- Weld339.C0 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld339.C1 = CFrame.new(0, 0, 0, -0.751501799, -0.0406260937, 0.658480346, -0.294827908, 0.913572311, -0.280112833, -0.590189159, -0.404643923, -0.698528111)
- Weld339.Part0 = Part65
- Weld339.Part1 = Part65
- Weld339.part1 = Part65
- Weld340.Parent = Part65
- Weld340.C0 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld340.C1 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld340.Part0 = Part65
- Weld340.Part1 = Part65
- Weld340.part1 = Part65
- Weld341.Parent = Part65
- Weld341.C0 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld341.C1 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld341.Part0 = Part65
- Weld341.Part1 = Part65
- Weld341.part1 = Part65
- Weld342.Parent = Part65
- Weld342.C0 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld342.C1 = CFrame.new(0, 0, 0, 0.756580532, -0.611720681, -0.231048748, -0.640167773, -0.764947116, -0.0710009485, -0.133307397, 0.201627895, -0.97034806)
- Weld342.Part0 = Part65
- Weld342.Part1 = Part65
- Weld342.part1 = Part65
- Weld343.Parent = Part65
- Weld343.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld343.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld343.Part0 = Part65
- Weld343.Part1 = Part65
- Weld343.part1 = Part65
- Weld344.Parent = Part65
- Weld344.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld344.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld344.Part0 = Part65
- Weld344.Part1 = Part65
- Weld344.part1 = Part65
- Weld345.Parent = Part65
- Weld345.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld345.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld345.Part0 = Part65
- Weld345.Part1 = Part65
- Weld345.part1 = Part65
- Weld346.Parent = Part65
- Weld346.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld346.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld346.Part0 = Part65
- Weld346.Part1 = Part65
- Weld346.part1 = Part65
- Weld347.Parent = Part65
- Weld347.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld347.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld347.Part0 = Part65
- Weld347.Part1 = Part65
- Weld347.part1 = Part65
- Weld348.Parent = Part65
- Weld348.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld348.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld348.Part0 = Part65
- Weld348.Part1 = Part65
- Weld348.part1 = Part65
- Weld349.Parent = Part65
- Weld349.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld349.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld349.Part0 = Part65
- Weld349.Part1 = Part65
- Weld349.part1 = Part65
- Weld350.Parent = Part65
- Weld350.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld350.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld350.Part0 = Part65
- Weld350.Part1 = Part65
- Weld350.part1 = Part65
- Weld351.Parent = Part65
- Weld351.C0 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld351.C1 = CFrame.new(0, 0, 0, -0.500284791, 0.26421997, -0.82456404, 0.851871252, -0.0203025676, -0.523361206, -0.15502435, -0.964250684, -0.214923799)
- Weld351.Part0 = Part65
- Weld351.Part1 = Part65
- Weld351.part1 = Part65
- Weld352.Parent = Part65
- Weld352.C0 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld352.C1 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld352.Part0 = Part65
- Weld352.Part1 = Part65
- Weld352.part1 = Part65
- Weld353.Parent = Part65
- Weld353.C0 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld353.C1 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld353.Part0 = Part65
- Weld353.Part1 = Part65
- Weld353.part1 = Part65
- Weld354.Parent = Part65
- Weld354.C0 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld354.C1 = CFrame.new(0, 0, 0, 0.08645311, 0.196917951, -0.976600826, 0.991054177, -0.117040426, 0.0641330481, -0.101672798, -0.973408937, -0.20527485)
- Weld354.Part0 = Part65
- Weld354.Part1 = Part65
- Weld354.part1 = Part65
- Weld355.Parent = Part65
- Weld355.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld355.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld355.Part0 = Part65
- Weld355.Part1 = Part65
- Weld355.part1 = Part65
- Weld356.Parent = Part65
- Weld356.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld356.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld356.Part0 = Part65
- Weld356.Part1 = Part65
- Weld356.part1 = Part65
- Weld357.Parent = Part65
- Weld357.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld357.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld357.Part0 = Part65
- Weld357.Part1 = Part65
- Weld357.part1 = Part65
- Weld358.Parent = Part65
- Weld358.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld358.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld358.Part0 = Part65
- Weld358.Part1 = Part65
- Weld358.part1 = Part65
- Weld359.Parent = Part65
- Weld359.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld359.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld359.Part0 = Part65
- Weld359.Part1 = Part65
- Weld359.part1 = Part65
- Weld360.Parent = Part65
- Weld360.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld360.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld360.Part0 = Part65
- Weld360.Part1 = Part65
- Weld360.part1 = Part65
- Weld361.Parent = Part65
- Weld361.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld361.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld361.Part0 = Part65
- Weld361.Part1 = Part65
- Weld361.part1 = Part65
- Weld362.Parent = Part65
- Weld362.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld362.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld362.Part0 = Part65
- Weld362.Part1 = Part65
- Weld362.part1 = Part65
- Weld363.Parent = Part65
- Weld363.C0 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld363.C1 = CFrame.new(0, 0, 0, -0.346819043, 0.264103055, -0.89998579, 0.930905104, -0.0203337986, -0.364708275, -0.114623643, -0.964286804, -0.238801792)
- Weld363.Part0 = Part65
- Weld363.Part1 = Part65
- Weld363.part1 = Part65
- Weld364.Parent = Part65
- Weld364.C0 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld364.C1 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld364.Part0 = Part65
- Weld364.Part1 = Part65
- Weld364.part1 = Part65
- Weld365.Parent = Part65
- Weld365.C0 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld365.C1 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld365.Part0 = Part65
- Weld365.Part1 = Part65
- Weld365.part1 = Part65
- Weld366.Parent = Part65
- Weld366.C0 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld366.C1 = CFrame.new(0, 0, 0, -0.405161262, 0.604873121, 0.685545683, 0.168584689, 0.78641957, -0.594241977, -0.898567557, -0.125191331, -0.420599103)
- Weld366.Part0 = Part65
- Weld366.Part1 = Part65
- Weld366.part1 = Part65
- Weld367.Parent = Part65
- Weld367.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld367.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld367.Part0 = Part65
- Weld367.Part1 = Part65
- Weld367.part1 = Part65
- Weld368.Parent = Part65
- Weld368.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld368.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld368.Part0 = Part65
- Weld368.Part1 = Part65
- Weld368.part1 = Part65
- Weld369.Parent = Part65
- Weld369.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld369.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld369.Part0 = Part65
- Weld369.Part1 = Part65
- Weld369.part1 = Part65
- Weld370.Parent = Part65
- Weld370.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld370.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld370.Part0 = Part65
- Weld370.Part1 = Part65
- Weld370.part1 = Part65
- Weld371.Parent = Part65
- Weld371.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld371.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld371.Part0 = Part65
- Weld371.Part1 = Part65
- Weld371.part1 = Part65
- Weld372.Parent = Part65
- Weld372.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld372.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld372.Part0 = Part65
- Weld372.Part1 = Part65
- Weld372.part1 = Part65
- Weld373.Parent = Part65
- Weld373.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld373.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld373.Part0 = Part65
- Weld373.Part1 = Part65
- Weld373.part1 = Part65
- Weld374.Parent = Part65
- Weld374.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld374.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld374.Part0 = Part65
- Weld374.Part1 = Part65
- Weld374.part1 = Part65
- Weld375.Parent = Part65
- Weld375.C0 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld375.C1 = CFrame.new(0, 0, 0, 0.104601718, 0.264218897, 0.958773732, -0.993277729, -0.0203037914, 0.113961875, 0.0495777726, -0.96424973, 0.260319114)
- Weld375.Part0 = Part65
- Weld375.Part1 = Part65
- Weld375.part1 = Part65
- Weld376.Parent = Part65
- Weld376.C0 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld376.C1 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld376.Part0 = Part65
- Weld376.Part1 = Part65
- Weld376.part1 = Part65
- Weld377.Parent = Part65
- Weld377.C0 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld377.C1 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld377.Part0 = Part65
- Weld377.Part1 = Part65
- Weld377.part1 = Part65
- Weld378.Parent = Part65
- Weld378.C0 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld378.C1 = CFrame.new(0, 0, 0, 0.1217741, 0.613454819, 0.780284822, -0.390170217, 0.752435088, -0.530668259, -0.912654698, -0.239822179, 0.33097887)
- Weld378.Part0 = Part65
- Weld378.Part1 = Part65
- Weld378.part1 = Part65
- Weld379.Parent = Part65
- Weld379.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld379.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld379.Part0 = Part65
- Weld379.Part1 = Part65
- Weld379.part1 = Part65
- Weld380.Parent = Part65
- Weld380.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld380.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld380.Part0 = Part65
- Weld380.Part1 = Part65
- Weld380.part1 = Part65
- Weld381.Parent = Part65
- Weld381.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld381.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld381.Part0 = Part65
- Weld381.Part1 = Part65
- Weld381.part1 = Part65
- Weld382.Parent = Part65
- Weld382.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld382.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld382.Part0 = Part65
- Weld382.Part1 = Part65
- Weld382.part1 = Part65
- Weld383.Parent = Part65
- Weld383.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld383.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld383.Part0 = Part65
- Weld383.Part1 = Part65
- Weld383.part1 = Part65
- Weld384.Parent = Part65
- Weld384.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld384.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld384.Part0 = Part65
- Weld384.Part1 = Part65
- Weld384.part1 = Part65
- Weld385.Parent = Part65
- Weld385.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld385.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld385.Part0 = Part65
- Weld385.Part1 = Part65
- Weld385.part1 = Part65
- Weld386.Parent = Part65
- Weld386.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld386.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld386.Part0 = Part65
- Weld386.Part1 = Part65
- Weld386.part1 = Part65
- Weld387.Parent = Part65
- Weld387.C0 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld387.C1 = CFrame.new(0, 0, 0, -0.555982888, 0.264219195, 0.788082838, -0.820146263, -0.0203040652, -0.571795344, -0.135078728, -0.964252889, 0.227987334)
- Weld387.Part0 = Part65
- Weld387.Part1 = Part65
- Weld387.part1 = Part65
- Weld388.Parent = Part65
- Weld388.C0 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld388.C1 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld388.Part0 = Part65
- Weld388.Part1 = Part65
- Weld388.part1 = Part65
- Weld389.Parent = Part65
- Weld389.C0 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld389.C1 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld389.Part0 = Part65
- Weld389.Part1 = Part65
- Weld389.part1 = Part65
- Weld390.Parent = Part65
- Weld390.C0 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld390.C1 = CFrame.new(0, 0, 0, -0.373116344, 0.606532216, 0.702070475, 0.123877391, 0.782509983, -0.61019069, -0.919477403, -0.140701413, -0.367102861)
- Weld390.Part0 = Part65
- Weld390.Part1 = Part65
- Weld390.part1 = Part65
- Weld391.Parent = Part65
- Weld391.C0 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld391.C1 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld391.Part0 = Part65
- Weld391.Part1 = Part65
- Weld391.part1 = Part65
- Weld392.Parent = Part65
- Weld392.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld392.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld392.Part0 = Part65
- Weld392.Part1 = Part65
- Weld392.part1 = Part65
- Weld393.Parent = Part65
- Weld393.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld393.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld393.Part0 = Part65
- Weld393.Part1 = Part65
- Weld393.part1 = Part65
- Weld394.Parent = Part65
- Weld394.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld394.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld394.Part0 = Part65
- Weld394.Part1 = Part65
- Weld394.part1 = Part65
- Weld395.Parent = Part65
- Weld395.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld395.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld395.Part0 = Part65
- Weld395.Part1 = Part65
- Weld395.part1 = Part65
- Weld396.Parent = Part65
- Weld396.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld396.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld396.Part0 = Part65
- Weld396.Part1 = Part65
- Weld396.part1 = Part65
- Weld397.Parent = Part65
- Weld397.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld397.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld397.Part0 = Part65
- Weld397.Part1 = Part65
- Weld397.part1 = Part65
- Weld398.Parent = Part65
- Weld398.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld398.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld398.Part0 = Part65
- Weld398.Part1 = Part65
- Weld398.part1 = Part65
- Weld399.Parent = Part65
- Weld399.C0 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld399.C1 = CFrame.new(0, 0, 0, -0.409984022, 0.264217794, 0.872984588, -0.907314599, -0.0203017332, -0.419962049, -0.0932383612, -0.964249313, 0.248052061)
- Weld399.Part0 = Part65
- Weld399.Part1 = Part65
- Weld399.part1 = Part65
- Weld400.Parent = Part65
- Weld400.C0 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld400.C1 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld400.Part0 = Part65
- Weld400.Part1 = Part65
- Weld400.part1 = Part65
- Weld401.Parent = Part65
- Weld401.C0 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld401.C1 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld401.Part0 = Part65
- Weld401.Part1 = Part65
- Weld401.part1 = Part65
- Weld402.Parent = Part65
- Weld402.C0 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld402.C1 = CFrame.new(0, 0, 0, -0.164201468, 0.605301201, 0.778876364, -0.0354363322, 0.785464346, -0.617891669, -0.985790074, -0.129059225, -0.107524753)
- Weld402.Part0 = Part65
- Weld402.Part1 = Part65
- Weld402.part1 = Part65
- Weld403.Parent = Part65
- Weld403.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld403.C1 = CFrame.new(-0.618311882, 0.777397156, -1.19405746, -0.626776993, -0.778451145, 0.0341240726, -0.407649726, 0.290270925, -0.865773916, 0.664057493, -0.556557834, -0.499270558)
- Weld403.Part0 = Part65
- Weld403.Part1 = Part808
- Weld403.part1 = Part808
- Weld404.Parent = Part65
- Weld404.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld404.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld404.Part0 = Part65
- Weld404.Part1 = Part65
- Weld404.part1 = Part65
- Weld405.Parent = Part65
- Weld405.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld405.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld405.Part0 = Part65
- Weld405.Part1 = Part65
- Weld405.part1 = Part65
- Weld406.Parent = Part65
- Weld406.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld406.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld406.Part0 = Part65
- Weld406.Part1 = Part65
- Weld406.part1 = Part65
- Weld407.Parent = Part65
- Weld407.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld407.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld407.Part0 = Part65
- Weld407.Part1 = Part65
- Weld407.part1 = Part65
- Weld408.Parent = Part65
- Weld408.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld408.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld408.Part0 = Part65
- Weld408.Part1 = Part65
- Weld408.part1 = Part65
- Weld409.Parent = Part65
- Weld409.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld409.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld409.Part0 = Part65
- Weld409.Part1 = Part65
- Weld409.part1 = Part65
- Weld410.Parent = Part65
- Weld410.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld410.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld410.Part0 = Part65
- Weld410.Part1 = Part65
- Weld410.part1 = Part65
- Weld411.Parent = Part65
- Weld411.C0 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld411.C1 = CFrame.new(0, 0, 0, -0.642179668, -0.0703134015, 0.763323247, -0.212382793, 0.97312218, -0.0890376195, -0.736544967, -0.219294429, -0.63985163)
- Weld411.Part0 = Part65
- Weld411.Part1 = Part65
- Weld411.part1 = Part65
- Weld412.Parent = Part65
- Weld412.C0 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld412.C1 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld412.Part0 = Part65
- Weld412.Part1 = Part65
- Weld412.part1 = Part65
- Weld413.Parent = Part65
- Weld413.C0 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld413.C1 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld413.Part0 = Part65
- Weld413.Part1 = Part65
- Weld413.part1 = Part65
- Weld414.Parent = Part65
- Weld414.C0 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld414.C1 = CFrame.new(0, 0, 0, -0.787880599, 0.61578387, -0.00738627277, 0.58243233, 0.741204679, -0.333748996, -0.200042471, -0.26725626, -0.942633212)
- Weld414.Part0 = Part65
- Weld414.Part1 = Part65
- Weld414.part1 = Part65
- Weld415.Parent = Part65
- Weld415.C0 = CFrame.new(0, 0, 0, 0.958954155, 0.26422143, 0.102948077, -0.101182878, -0.0203140415, 0.994662285, 0.264900357, -0.964250743, 0.007259354)
- Weld415.C1 = CFrame.new(0, 0, 0, 0.958954155, 0.26422143, 0.102948077, -0.101182878, -0.0203140415, 0.994662285, 0.264900357, -0.964250743, 0.007259354)
- Weld415.Part0 = Part65
- Weld415.Part1 = Part65
- Weld415.part1 = Part65
- Weld416.Parent = Part65
- Weld416.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld416.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld416.Part0 = Part65
- Weld416.Part1 = Part65
- Weld416.part1 = Part65
- Weld417.Parent = Part65
- Weld417.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld417.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld417.Part0 = Part65
- Weld417.Part1 = Part65
- Weld417.part1 = Part65
- Weld418.Parent = Part65
- Weld418.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld418.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld418.Part0 = Part65
- Weld418.Part1 = Part65
- Weld418.part1 = Part65
- Weld419.Parent = Part65
- Weld419.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld419.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld419.Part0 = Part65
- Weld419.Part1 = Part65
- Weld419.part1 = Part65
- Weld420.Parent = Part65
- Weld420.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld420.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld420.Part0 = Part65
- Weld420.Part1 = Part65
- Weld420.part1 = Part65
- Weld421.Parent = Part65
- Weld421.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld421.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld421.Part0 = Part65
- Weld421.Part1 = Part65
- Weld421.part1 = Part65
- Weld422.Parent = Part65
- Weld422.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld422.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld422.Part0 = Part65
- Weld422.Part1 = Part65
- Weld422.part1 = Part65
- Weld423.Parent = Part65
- Weld423.C0 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld423.C1 = CFrame.new(0, 0, 0, 0.888660431, 0.264219582, 0.374801755, -0.383401632, -0.0203047767, 0.923361361, 0.251578599, -0.964248538, 0.0832590014)
- Weld423.Part0 = Part65
- Weld423.Part1 = Part65
- Weld423.part1 = Part65
- Weld424.Parent = Part65
- Weld424.C0 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld424.C1 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld424.Part0 = Part65
- Weld424.Part1 = Part65
- Weld424.part1 = Part65
- Weld425.Parent = Part65
- Weld425.C0 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld425.C1 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld425.Part0 = Part65
- Weld425.Part1 = Part65
- Weld425.part1 = Part65
- Weld426.Parent = Part65
- Weld426.C0 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld426.C1 = CFrame.new(0, 0, 0, 0.711656928, 0.614307582, -0.340838373, -0.370190114, 0.740248978, 0.561240435, 0.597079515, -0.273235559, 0.754213929)
- Weld426.Part0 = Part65
- Weld426.Part1 = Part65
- Weld426.part1 = Part65
- Weld427.Parent = Part65
- Weld427.C0 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld427.C1 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld427.Part0 = Part65
- Weld427.Part1 = Part65
- Weld427.part1 = Part65
- Weld428.Parent = Part65
- Weld428.C0 = CFrame.new(0, 0, 0, 0.669115841, -0.734308779, -0.114429779, 0.450770676, 0.278601766, 0.848059118, -0.590842843, -0.619019687, 0.517416358)
- Weld428.C1 = CFrame.new(0, 0, 0, 0.669115841, -0.734308779, -0.114429779, 0.450770676, 0.278601766, 0.848059118, -0.590842843, -0.619019687, 0.517416358)
- Weld428.Part0 = Part65
- Weld428.Part1 = Part65
- Weld428.part1 = Part65
- Weld429.Parent = Part65
- Weld429.C0 = CFrame.new(0, 0, 0, 0.669110954, -0.734306455, -0.114430986, 0.450770676, 0.278595209, 0.848056197, -0.590846062, -0.619019926, 0.517412186)
- Weld429.C1 = CFrame.new(0, 0, 0, 0.669110954, -0.734306455, -0.114430986, 0.450770676, 0.278595209, 0.848056197, -0.590846062, -0.619019926, 0.517412186)
- Weld429.Part0 = Part65
- Weld429.Part1 = Part65
- Weld429.part1 = Part65
- Weld430.Parent = Part65
- Weld430.C0 = CFrame.new(0, 0, 0, 0.669113219, -0.734298348, -0.114426725, 0.450769603, 0.27860108, 0.8480497, -0.590842068, -0.619021297, 0.517415047)
- Weld430.C1 = CFrame.new(0, 0, 0, 0.669113219, -0.734298348, -0.114426725, 0.450769603, 0.27860108, 0.8480497, -0.590842068, -0.619021297, 0.517415047)
- Weld430.Part0 = Part65
- Weld430.Part1 = Part65
- Weld430.part1 = Part65
- Weld431.Parent = Part65
- Weld431.C0 = CFrame.new(0, 0, 0, 0.669107735, -0.734308839, -0.114434563, 0.450771093, 0.278588235, 0.848058283, -0.5908494, -0.619020224, 0.517408013)
- Weld431.C1 = CFrame.new(0, 0, 0, 0.669107735, -0.734308839, -0.114434563, 0.450771093, 0.278588235, 0.848058283, -0.5908494, -0.619020224, 0.517408013)
- Weld431.Part0 = Part65
- Weld431.Part1 = Part65
- Weld431.part1 = Part65
- Weld432.Parent = Part65
- Weld432.C0 = CFrame.new(0, 0, 0, 0.66911, -0.734300733, -0.114430323, 0.450769991, 0.278594106, 0.848051727, -0.590845406, -0.619021654, 0.517410815)
- Weld432.C1 = CFrame.new(0, 0, 0, 0.66911, -0.734300733, -0.114430323, 0.450769991, 0.278594106, 0.848051727, -0.590845406, -0.619021654, 0.517410815)
- Weld432.Part0 = Part65
- Weld432.Part1 = Part65
- Weld432.part1 = Part65
- Weld433.Parent = Part65
- Weld433.C0 = CFrame.new(0, 0, 0, 0.669104517, -0.734311163, -0.114438154, 0.450771421, 0.278581202, 0.848060429, -0.590852737, -0.619020581, 0.517403722)
- Weld433.C1 = CFrame.new(0, 0, 0, 0.669104517, -0.734311163, -0.114438154, 0.450771421, 0.278581202, 0.848060429, -0.590852737, -0.619020581, 0.517403722)
- Weld433.Part0 = Part65
- Weld433.Part1 = Part65
- Weld433.part1 = Part65
- Weld434.Parent = Part65
- Weld434.C0 = CFrame.new(0, 0, 0, 0.669106841, -0.734303057, -0.114433974, 0.450770319, 0.278587103, 0.848053873, -0.590848684, -0.619022071, 0.517406523)
- Weld434.C1 = CFrame.new(0, 0, 0, 0.669106841, -0.734303057, -0.114433974, 0.450770319, 0.278587103, 0.848053873, -0.590848684, -0.619022071, 0.517406523)
- Weld434.Part0 = Part65
- Weld434.Part1 = Part65
- Weld434.part1 = Part65
- Weld435.Parent = Part65
- Weld435.C0 = CFrame.new(0, 0, 0, 0.669101357, -0.734313488, -0.11444173, 0.450771779, 0.278574258, 0.848062515, -0.590856075, -0.619020939, 0.51739949)
- Weld435.C1 = CFrame.new(0, 0, 0, 0.669101357, -0.734313488, -0.11444173, 0.450771779, 0.278574258, 0.848062515, -0.590856075, -0.619020939, 0.51739949)
- Weld435.Part0 = Part65
- Weld435.Part1 = Part65
- Weld435.part1 = Part65
- Weld436.Parent = Part65
- Weld436.C0 = CFrame.new(0, 0, 0, 0.669103682, -0.734305322, -0.114437468, 0.450770676, 0.278580189, 0.848055959, -0.590852022, -0.619022369, 0.517402351)
- Weld436.C1 = CFrame.new(0, 0, 0, 0.669103682, -0.734305322, -0.114437468, 0.450770676, 0.278580189, 0.848055959, -0.590852022, -0.619022369, 0.517402351)
- Weld436.Part0 = Part65
- Weld436.Part1 = Part65
- Weld436.part1 = Part65
- Weld437.Parent = Part65
- Weld437.C0 = CFrame.new(0, 0, 0, 0.684409559, -0.720303655, -0.112898566, 0.437811762, 0.282198995, 0.853630126, -0.583013058, -0.633661091, 0.508497238)
- Weld437.C1 = CFrame.new(0, 0, 0, 0.684409559, -0.720303655, -0.112898566, 0.437811762, 0.282198995, 0.853630126, -0.583013058, -0.633661091, 0.508497238)
- Weld437.Part0 = Part65
- Weld437.Part1 = Part65
- Weld437.part1 = Part65
- Weld438.Parent = Part65
- Weld438.C0 = CFrame.new(0, 0, 0, 0.684409499, -0.720303595, -0.112898521, 0.437811673, 0.282198906, 0.853630006, -0.583012998, -0.633661091, 0.508497238)
- Weld438.C1 = CFrame.new(0, 0, 0, 0.684409499, -0.720303595, -0.112898521, 0.437811673, 0.282198906, 0.853630006, -0.583012998, -0.633661091, 0.508497238)
- Weld438.Part0 = Part65
- Weld438.Part1 = Part65
- Weld438.part1 = Part65
- Weld439.Parent = Part65
- Weld439.C0 = CFrame.new(0, 0, 0, 0.68440938, -0.720303535, -0.112898484, 0.437811583, 0.282198846, 0.853629887, -0.583012938, -0.633661091, 0.508497298)
- Weld439.C1 = CFrame.new(0, 0, 0, 0.68440938, -0.720303535, -0.112898484, 0.437811583, 0.282198846, 0.853629887, -0.583012938, -0.633661091, 0.508497298)
- Weld439.Part0 = Part65
- Weld439.Part1 = Part65
- Weld439.part1 = Part65
- Weld440.Parent = Part65
- Weld440.C0 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld440.C1 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld440.Part0 = Part65
- Weld440.Part1 = Part65
- Weld440.part1 = Part65
- Weld441.Parent = Part65
- Weld441.C0 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld441.C1 = CFrame.new(0, 0, 0, 0.915298164, -0.358688384, 0.183226556, 0.244552702, 0.856364846, 0.454789281, -0.320036352, -0.371459186, 0.871547461)
- Weld441.Part0 = Part65
- Weld441.Part1 = Part65
- Weld441.part1 = Part65
- Weld442.Parent = Part65
- Weld442.C0 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld442.C1 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld442.Part0 = Part65
- Weld442.Part1 = Part65
- Weld442.part1 = Part65
- Weld443.Parent = Part65
- Weld443.C0 = CFrame.new(0, 0, 0, 0.815190554, -0.548089027, 0.187249348, 0.275176108, 0.650977194, 0.707464755, -0.509648025, -0.525192201, 0.681493878)
- Weld443.C1 = CFrame.new(0, 0, 0, 0.815190554, -0.548089027, 0.187249348, 0.275176108, 0.650977194, 0.707464755, -0.509648025, -0.525192201, 0.681493878)
- Weld443.Part0 = Part65
- Weld443.Part1 = Part65
- Weld443.part1 = Part65
- Weld444.Parent = Part65
- Weld444.C0 = CFrame.new(0, 0, 0, 0.815189958, -0.548089325, 0.187249646, 0.275175452, 0.650976658, 0.707465231, -0.509647787, -0.525192499, 0.681495249)
- Weld444.C1 = CFrame.new(0, 0, 0, 0.815189958, -0.548089325, 0.187249646, 0.275175452, 0.650976658, 0.707465231, -0.509647787, -0.525192499, 0.681495249)
- Weld444.Part0 = Part65
- Weld444.Part1 = Part65
- Weld444.part1 = Part65
- Weld445.Parent = Part65
- Weld445.C0 = CFrame.new(0, 0, 0, 0.815189481, -0.548089623, 0.187249929, 0.275174767, 0.650976062, 0.707465649, -0.509647429, -0.525192738, 0.68149668)
- Weld445.C1 = CFrame.new(0, 0, 0, 0.815189481, -0.548089623, 0.187249929, 0.275174767, 0.650976062, 0.707465649, -0.509647429, -0.525192738, 0.68149668)
- Weld445.Part0 = Part65
- Weld445.Part1 = Part65
- Weld445.part1 = Part65
- Weld446.Parent = Part65
- Weld446.C0 = CFrame.new(0, 0, 0, 0.815189004, -0.548089921, 0.187250212, 0.275174111, 0.650975466, 0.707466066, -0.509647191, -0.525192976, 0.68149811)
- Weld446.C1 = CFrame.new(0, 0, 0, 0.815189004, -0.548089921, 0.187250212, 0.275174111, 0.650975466, 0.707466066, -0.509647191, -0.525192976, 0.68149811)
- Weld446.Part0 = Part65
- Weld446.Part1 = Part65
- Weld446.part1 = Part65
- Weld447.Parent = Part65
- Weld447.C0 = CFrame.new(0, 0, 0, 0.815188468, -0.548090219, 0.187250465, 0.275173426, 0.650974929, 0.707466483, -0.509646952, -0.525193214, 0.681499541)
- Weld447.C1 = CFrame.new(0, 0, 0, 0.815188468, -0.548090219, 0.187250465, 0.275173426, 0.650974929, 0.707466483, -0.509646952, -0.525193214, 0.681499541)
- Weld447.Part0 = Part65
- Weld447.Part1 = Part65
- Weld447.part1 = Part65
- Weld448.Parent = Part65
- Weld448.C0 = CFrame.new(0, 0, 0, 0.815188944, -0.548091173, 0.187250957, 0.275174379, 0.650974393, 0.707468092, -0.509652197, -0.525193572, 0.681488991)
- Weld448.C1 = CFrame.new(0, 0, 0, 0.815188944, -0.548091173, 0.187250957, 0.275174379, 0.650974393, 0.707468092, -0.509652197, -0.525193572, 0.681488991)
- Weld448.Part0 = Part65
- Weld448.Part1 = Part65
- Weld448.part1 = Part65
- Weld449.Parent = Part65
- Weld449.C0 = CFrame.new(0, 0, 0, 0.815188408, -0.548091412, 0.187251225, 0.275173753, 0.650973856, 0.70746851, -0.509651959, -0.52519381, 0.681490421)
- Weld449.C1 = CFrame.new(0, 0, 0, 0.815188408, -0.548091412, 0.187251225, 0.275173753, 0.650973856, 0.70746851, -0.509651959, -0.52519381, 0.681490421)
- Weld449.Part0 = Part65
- Weld449.Part1 = Part65
- Weld449.part1 = Part65
- Weld450.Parent = Part65
- Weld450.C0 = CFrame.new(0, 0, 0, 0.815187871, -0.54809171, 0.187251464, 0.275173128, 0.65097332, 0.707468987, -0.509651721, -0.525194049, 0.681491852)
- Weld450.C1 = CFrame.new(0, 0, 0, 0.815187871, -0.54809171, 0.187251464, 0.275173128, 0.65097332, 0.707468987, -0.509651721, -0.525194049, 0.681491852)
- Weld450.Part0 = Part65
- Weld450.Part1 = Part65
- Weld450.part1 = Part65
- Weld451.Parent = Part65
- Weld451.C0 = CFrame.new(0, 0, 0, 0.815187395, -0.548092067, 0.187251776, 0.275172532, 0.650972784, 0.707469404, -0.509651363, -0.525194287, 0.681493282)
- Weld451.C1 = CFrame.new(0, 0, 0, 0.815187395, -0.548092067, 0.187251776, 0.275172532, 0.650972784, 0.707469404, -0.509651363, -0.525194287, 0.681493282)
- Weld451.Part0 = Part65
- Weld451.Part1 = Part65
- Weld451.part1 = Part65
- Weld452.Parent = Part65
- Weld452.C0 = CFrame.new(0, 0, 0, 0.829660118, -0.486969709, 0.272988409, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld452.C1 = CFrame.new(0, 0, 0, 0.829660118, -0.486969709, 0.272988409, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld452.Part0 = Part65
- Weld452.Part1 = Part65
- Weld452.part1 = Part65
- Weld453.Parent = Part65
- Weld453.C0 = CFrame.new(0, 0, 0, 0.829659998, -0.48696965, 0.272988379, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld453.C1 = CFrame.new(0, 0, 0, 0.829659998, -0.48696965, 0.272988379, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld453.Part0 = Part65
- Weld453.Part1 = Part65
- Weld453.part1 = Part65
- Weld454.Parent = Part65
- Weld454.C0 = CFrame.new(0, 0, 0, 0.82965982, -0.48696956, 0.272988349, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld454.C1 = CFrame.new(0, 0, 0, 0.82965982, -0.48696956, 0.272988349, 0.246244907, 0.758070529, 0.603896379, -0.50102067, -0.433805913, 0.74886471)
- Weld454.Part0 = Part65
- Weld454.Part1 = Part65
- Weld454.part1 = Part65
- Weld455.Parent = Part65
- Weld455.C0 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld455.C1 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld455.Part0 = Part65
- Weld455.Part1 = Part65
- Weld455.part1 = Part65
- Weld456.Parent = Part65
- Weld456.C0 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld456.C1 = CFrame.new(0, 0, 0, 0.919531047, 0.390882343, 0.0409127474, -0.250095785, 0.662264466, -0.706298709, -0.303174734, 0.639231384, 0.706730664)
- Weld456.Part0 = Part65
- Weld456.Part1 = Part65
- Weld456.part1 = Part65
- Weld457.Parent = Part65
- Weld457.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld457.C1 = CFrame.new(-0.385704041, -0.338516235, -1.40965652, -0.731396437, -0.344936222, -0.588284194, 0.579113424, 0.141383275, -0.802893817, 0.360120684, -0.927916944, 0.0963499695)
- Weld457.Part0 = Part65
- Weld457.Part1 = Part810
- Weld457.part1 = Part810
- Weld458.Parent = Part65
- Weld458.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld458.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld458.Part0 = Part65
- Weld458.Part1 = Part65
- Weld458.part1 = Part65
- Weld459.Parent = Part65
- Weld459.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld459.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld459.Part0 = Part65
- Weld459.Part1 = Part65
- Weld459.part1 = Part65
- Weld460.Parent = Part65
- Weld460.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld460.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld460.Part0 = Part65
- Weld460.Part1 = Part65
- Weld460.part1 = Part65
- Weld461.Parent = Part65
- Weld461.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld461.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld461.Part0 = Part65
- Weld461.Part1 = Part65
- Weld461.part1 = Part65
- Weld462.Parent = Part65
- Weld462.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld462.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld462.Part0 = Part65
- Weld462.Part1 = Part65
- Weld462.part1 = Part65
- Weld463.Parent = Part65
- Weld463.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld463.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld463.Part0 = Part65
- Weld463.Part1 = Part65
- Weld463.part1 = Part65
- Weld464.Parent = Part65
- Weld464.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld464.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld464.Part0 = Part65
- Weld464.Part1 = Part65
- Weld464.part1 = Part65
- Weld465.Parent = Part65
- Weld465.C0 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld465.C1 = CFrame.new(0, 0, 0, 0.990515709, -0.0676827729, 0.119573757, 0.0469859652, 0.984645545, 0.168123931, -0.129116863, -0.160911083, 0.978486896)
- Weld465.Part0 = Part65
- Weld465.Part1 = Part65
- Weld465.part1 = Part65
- Weld466.Parent = Part65
- Weld466.C0 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld466.C1 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld466.Part0 = Part65
- Weld466.Part1 = Part65
- Weld466.part1 = Part65
- Weld467.Parent = Part65
- Weld467.C0 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld467.C1 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld467.Part0 = Part65
- Weld467.Part1 = Part65
- Weld467.part1 = Part65
- Weld468.Parent = Part65
- Weld468.C0 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld468.C1 = CFrame.new(0, 0, 0, 0.753592908, -0.60317719, -0.261294961, -0.609825432, -0.78989619, 0.0646293759, -0.245378852, 0.110640034, -0.963092983)
- Weld468.Part0 = Part65
- Weld468.Part1 = Part65
- Weld468.part1 = Part65
- Weld469.Parent = Part65
- Weld469.C0 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld469.C1 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld469.Part0 = Part65
- Weld469.Part1 = Part65
- Weld469.part1 = Part65
- Weld470.Parent = Part65
- Weld470.C0 = CFrame.new(0, 0, 0, 0.917599261, 0.264215916, 0.296987385, -0.302570552, -0.0203045793, 0.952910364, 0.257804841, -0.964250445, 0.0613129288)
- Weld470.C1 = CFrame.new(0, 0, 0, 0.917599261, 0.264215916, 0.296987385, -0.302570552, -0.0203045793, 0.952910364, 0.257804841, -0.964250445, 0.0613129288)
- Weld470.Part0 = Part65
- Weld470.Part1 = Part65
- Weld470.part1 = Part65
- Weld471.Parent = Part65
- Weld471.C0 = CFrame.new(0, 0, 0, 0.917599499, 0.264215767, 0.296986908, -0.302570879, -0.0203048289, 0.952909887, 0.257805169, -0.964251161, 0.0613131523)
- Weld471.C1 = CFrame.new(0, 0, 0, 0.917599499, 0.264215767, 0.296986908, -0.302570879, -0.0203048289, 0.952909887, 0.257805169, -0.964251161, 0.0613131523)
- Weld471.Part0 = Part65
- Weld471.Part1 = Part65
- Weld471.part1 = Part65
- Weld472.Parent = Part65
- Weld472.C0 = CFrame.new(0, 0, 0, 0.917599678, 0.264215589, 0.296986431, -0.302571207, -0.0203050785, 0.952909529, 0.257805496, -0.964251816, 0.0613133684)
- Weld472.C1 = CFrame.new(0, 0, 0, 0.917599678, 0.264215589, 0.296986431, -0.302571207, -0.0203050785, 0.952909529, 0.257805496, -0.964251816, 0.0613133684)
- Weld472.Part0 = Part65
- Weld472.Part1 = Part65
- Weld472.part1 = Part65
- Weld473.Parent = Part65
- Weld473.C0 = CFrame.new(0, 0, 0, 0.917599916, 0.26421541, 0.296985984, -0.302571565, -0.0203053225, 0.952909172, 0.257805794, -0.964252472, 0.061313577)
- Weld473.C1 = CFrame.new(0, 0, 0, 0.917599916, 0.26421541, 0.296985984, -0.302571565, -0.0203053225, 0.952909172, 0.257805794, -0.964252472, 0.061313577)
- Weld473.Part0 = Part65
- Weld473.Part1 = Part65
- Weld473.part1 = Part65
- Weld474.Parent = Part65
- Weld474.C0 = CFrame.new(0, 0, 0, 0.917600155, 0.264215231, 0.296985477, -0.302571923, -0.0203055721, 0.952908695, 0.257806122, -0.964253128, 0.0613137893)
- Weld474.C1 = CFrame.new(0, 0, 0, 0.917600155, 0.264215231, 0.296985477, -0.302571923, -0.0203055721, 0.952908695, 0.257806122, -0.964253128, 0.0613137893)
- Weld474.Part0 = Part65
- Weld474.Part1 = Part65
- Weld474.part1 = Part65
- Weld475.Parent = Part65
- Weld475.C0 = CFrame.new(0, 0, 0, 0.917600274, 0.264215052, 0.296985, -0.30257228, -0.0203058179, 0.952908278, 0.25780645, -0.964253843, 0.0613140091)
- Weld475.C1 = CFrame.new(0, 0, 0, 0.917600274, 0.264215052, 0.296985, -0.30257228, -0.0203058179, 0.952908278, 0.25780645, -0.964253843, 0.0613140091)
- Weld475.Part0 = Part65
- Weld475.Part1 = Part65
- Weld475.part1 = Part65
- Weld476.Parent = Part65
- Weld476.C0 = CFrame.new(0, 0, 0, 0.917600453, 0.264214873, 0.296984524, -0.302572608, -0.0203060601, 0.95290786, 0.257806778, -0.964254498, 0.0613142252)
- Weld476.C1 = CFrame.new(0, 0, 0, 0.917600453, 0.264214873, 0.296984524, -0.302572608, -0.0203060601, 0.95290786, 0.257806778, -0.964254498, 0.0613142252)
- Weld476.Part0 = Part65
- Weld476.Part1 = Part65
- Weld476.part1 = Part65
- Weld477.Parent = Part65
- Weld477.C0 = CFrame.new(0, 0, 0, 0.917600632, 0.264214694, 0.296984047, -0.302572966, -0.0203063115, 0.952907443, 0.257807106, -0.964255333, 0.0613144375)
- Weld477.C1 = CFrame.new(0, 0, 0, 0.917600632, 0.264214694, 0.296984047, -0.302572966, -0.0203063115, 0.952907443, 0.257807106, -0.964255333, 0.0613144375)
- Weld477.Part0 = Part65
- Weld477.Part1 = Part65
- Weld477.part1 = Part65
- Weld478.Parent = Part65
- Weld478.C0 = CFrame.new(0, 0, 0, 0.91760093, 0.264214575, 0.2969836, -0.302573323, -0.0203065556, 0.952906966, 0.257807434, -0.964256048, 0.0613146536)
- Weld478.C1 = CFrame.new(0, 0, 0, 0.91760093, 0.264214575, 0.2969836, -0.302573323, -0.0203065556, 0.952906966, 0.257807434, -0.964256048, 0.0613146536)
- Weld478.Part0 = Part65
- Weld478.Part1 = Part65
- Weld478.part1 = Part65
- Weld479.Parent = Part65
- Weld479.C0 = CFrame.new(0, 0, 0, 0.918824553, 0.261843801, 0.29529497, -0.304675072, -0.00503150746, 0.952439964, 0.250881314, -0.965103328, 0.0751583725)
- Weld479.C1 = CFrame.new(0, 0, 0, 0.918824553, 0.261843801, 0.29529497, -0.304675072, -0.00503150746, 0.952439964, 0.250881314, -0.965103328, 0.0751583725)
- Weld479.Part0 = Part65
- Weld479.Part1 = Part65
- Weld479.part1 = Part65
- Weld480.Parent = Part65
- Weld480.C0 = CFrame.new(0, 0, 0, 0.918824434, 0.261843741, 0.295294911, -0.304675013, -0.00503163645, 0.952439845, 0.250881284, -0.965103209, 0.0751584917)
- Weld480.C1 = CFrame.new(0, 0, 0, 0.918824434, 0.261843741, 0.295294911, -0.304675013, -0.00503163645, 0.952439845, 0.250881284, -0.965103209, 0.0751584917)
- Weld480.Part0 = Part65
- Weld480.Part1 = Part65
- Weld480.part1 = Part65
- Weld481.Parent = Part65
- Weld481.C0 = CFrame.new(0, 0, 0, 0.918824196, 0.261843652, 0.295294821, -0.304674953, -0.00503176497, 0.952439785, 0.250881225, -0.96510303, 0.0751586035)
- Weld481.C1 = CFrame.new(0, 0, 0, 0.918824196, 0.261843652, 0.295294821, -0.304674953, -0.00503176497, 0.952439785, 0.250881225, -0.96510303, 0.0751586035)
- Weld481.Part0 = Part65
- Weld481.Part1 = Part65
- Weld481.part1 = Part65
- Weld482.Parent = Part65
- Weld482.C0 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld482.C1 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld482.Part0 = Part65
- Weld482.Part1 = Part65
- Weld482.part1 = Part65
- Weld483.Parent = Part65
- Weld483.C0 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld483.C1 = CFrame.new(0, 0, 0, 0.688040733, -0.578902185, 0.437575519, -0.511167467, -0.814638793, -0.273991764, 0.515080392, -0.0351569057, -0.856420517)
- Weld483.Part0 = Part65
- Weld483.Part1 = Part65
- Weld483.part1 = Part65
- Weld484.Parent = Part65
- Weld484.C0 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld484.C1 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld484.Part0 = Part65
- Weld484.Part1 = Part65
- Weld484.part1 = Part65
- Weld485.Parent = Part65
- Weld485.C0 = CFrame.new(0, 0, 0, 0.917584717, 0.264221072, 0.297027737, -0.30260995, -0.0203120466, 0.952898026, 0.257808954, -0.9642483, 0.0613178909)
- Weld485.C1 = CFrame.new(0, 0, 0, 0.917584717, 0.264221072, 0.297027737, -0.30260995, -0.0203120466, 0.952898026, 0.257808954, -0.9642483, 0.0613178909)
- Weld485.Part0 = Part65
- Weld485.Part1 = Part65
- Weld485.part1 = Part65
- Weld486.Parent = Part65
- Weld486.C0 = CFrame.new(0, 0, 0, 0.91759479, 0.264211595, 0.2970047, -0.30259499, -0.0203074943, 0.952899575, 0.257803708, -0.964256585, 0.0613197945)
- Weld486.C1 = CFrame.new(0, 0, 0, 0.91759479, 0.264211595, 0.2970047, -0.30259499, -0.0203074943, 0.952899575, 0.257803708, -0.964256585, 0.0613197945)
- Weld486.Part0 = Part65
- Weld486.Part1 = Part65
- Weld486.part1 = Part65
- Weld487.Parent = Part65
- Weld487.C0 = CFrame.new(0, 0, 0, 0.917598605, 0.264208108, 0.296995968, -0.302585542, -0.020308014, 0.952902555, 0.257801145, -0.964257538, 0.0613156781)
- Weld487.C1 = CFrame.new(0, 0, 0, 0.917598605, 0.264208108, 0.296995968, -0.302585542, -0.020308014, 0.952902555, 0.257801145, -0.964257538, 0.0613156781)
- Weld487.Part0 = Part65
- Weld487.Part1 = Part65
- Weld487.part1 = Part65
- Weld488.Parent = Part65
- Weld488.C0 = CFrame.new(0, 0, 0, 0.91760242, 0.264204592, 0.296987265, -0.302576095, -0.0203085467, 0.952905416, 0.257798582, -0.964258492, 0.0613115691)
- Weld488.C1 = CFrame.new(0, 0, 0, 0.91760242, 0.264204592, 0.296987265, -0.302576095, -0.0203085467, 0.952905416, 0.257798582, -0.964258492, 0.0613115691)
- Weld488.Part0 = Part65
- Weld488.Part1 = Part65
- Weld488.part1 = Part65
- Weld489.Parent = Part65
- Weld489.C0 = CFrame.new(0, 0, 0, 0.917606235, 0.264201045, 0.296978533, -0.302566677, -0.0203090832, 0.952908456, 0.257796019, -0.964259446, 0.0613074489)
- Weld489.C1 = CFrame.new(0, 0, 0, 0.917606235, 0.264201045, 0.296978533, -0.302566677, -0.0203090832, 0.952908456, 0.257796019, -0.964259446, 0.0613074489)
- Weld489.Part0 = Part65
- Weld489.Part1 = Part65
- Weld489.part1 = Part65
- Weld490.Parent = Part65
- Weld490.C0 = CFrame.new(0, 0, 0, 0.917610049, 0.264197499, 0.296969801, -0.30255726, -0.0203096177, 0.952911437, 0.257793397, -0.964260399, 0.0613033138)
- Weld490.C1 = CFrame.new(0, 0, 0, 0.917610049, 0.264197499, 0.296969801, -0.30255726, -0.0203096177, 0.952911437, 0.257793397, -0.964260399, 0.0613033138)
- Weld490.Part0 = Part65
- Weld490.Part1 = Part65
- Weld490.part1 = Part65
- Weld491.Parent = Part65
- Weld491.C0 = CFrame.new(0, 0, 0, 0.917613864, 0.264193982, 0.296961069, -0.302547812, -0.0203101486, 0.952914417, 0.257790804, -0.964261353, 0.0612991899)
- Weld491.C1 = CFrame.new(0, 0, 0, 0.917613864, 0.264193982, 0.296961069, -0.302547812, -0.0203101486, 0.952914417, 0.257790804, -0.964261353, 0.0612991899)
- Weld491.Part0 = Part65
- Weld491.Part1 = Part65
- Weld491.part1 = Part65
- Weld492.Parent = Part65
- Weld492.C0 = CFrame.new(0, 0, 0, 0.917617798, 0.264190495, 0.296952367, -0.302538395, -0.0203106776, 0.952917457, 0.257788241, -0.964262307, 0.0612950735)
- Weld492.C1 = CFrame.new(0, 0, 0, 0.917617798, 0.264190495, 0.296952367, -0.302538395, -0.0203106776, 0.952917457, 0.257788241, -0.964262307, 0.0612950735)
- Weld492.Part0 = Part65
- Weld492.Part1 = Part65
- Weld492.part1 = Part65
- Weld493.Parent = Part65
- Weld493.C0 = CFrame.new(0, 0, 0, 0.917621672, 0.264187008, 0.296943635, -0.302528948, -0.0203112066, 0.952920496, 0.257785648, -0.96426326, 0.0612909533)
- Weld493.C1 = CFrame.new(0, 0, 0, 0.917621672, 0.264187008, 0.296943635, -0.302528948, -0.0203112066, 0.952920496, 0.257785648, -0.96426326, 0.0612909533)
- Weld493.Part0 = Part65
- Weld493.Part1 = Part65
- Weld493.part1 = Part65
- Weld494.Parent = Part65
- Weld494.C0 = CFrame.new(0, 0, 0, 0.918844998, 0.261811048, 0.295260489, -0.304591566, -0.00517172134, 0.952468991, 0.25089398, -0.965105295, 0.0749933124)
- Weld494.C1 = CFrame.new(0, 0, 0, 0.918844998, 0.261811048, 0.295260489, -0.304591566, -0.00517172134, 0.952468991, 0.25089398, -0.965105295, 0.0749933124)
- Weld494.Part0 = Part65
- Weld494.Part1 = Part65
- Weld494.part1 = Part65
- Weld495.Parent = Part65
- Weld495.C0 = CFrame.new(0, 0, 0, 0.918844998, 0.261811078, 0.295260549, -0.304591596, -0.00517157465, 0.952469051, 0.25089404, -0.965105295, 0.0749931782)
- Weld495.C1 = CFrame.new(0, 0, 0, 0.918844998, 0.261811078, 0.295260549, -0.304591596, -0.00517157465, 0.952469051, 0.25089404, -0.965105295, 0.0749931782)
- Weld495.Part0 = Part65
- Weld495.Part1 = Part65
- Weld495.part1 = Part65
- Weld496.Parent = Part65
- Weld496.C0 = CFrame.new(0, 0, 0, 0.918844998, 0.261811078, 0.295260608, -0.304591596, -0.00517143589, 0.952469051, 0.250894099, -0.965105295, 0.0749930516)
- Weld496.C1 = CFrame.new(0, 0, 0, 0.918844998, 0.261811078, 0.295260608, -0.304591596, -0.00517143589, 0.952469051, 0.250894099, -0.965105295, 0.0749930516)
- Weld496.Part0 = Part65
- Weld496.Part1 = Part65
- Weld496.part1 = Part65
- Weld497.Parent = Part65
- Weld497.C0 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld497.C1 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld497.Part0 = Part65
- Weld497.Part1 = Part65
- Weld497.part1 = Part65
- Weld498.Parent = Part65
- Weld498.C0 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld498.C1 = CFrame.new(0, 0, 0, 0.573060036, -0.198518112, 0.795105457, -0.718602955, -0.588142037, 0.371077687, 0.393969297, -0.784015, -0.479696423)
- Weld498.Part0 = Part65
- Weld498.Part1 = Part65
- Weld498.part1 = Part65
- Weld499.Parent = Part65
- Weld499.C0 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld499.C1 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld499.Part0 = Part65
- Weld499.Part1 = Part65
- Weld499.part1 = Part65
- Weld500.Parent = Part65
- Weld500.C0 = CFrame.new(0, 0, 0, 0.917576015, 0.264218658, 0.297054768, -0.302638918, -0.0203031842, 0.952888846, 0.257802784, -0.964249015, 0.0613321103)
- Weld500.C1 = CFrame.new(0, 0, 0, 0.917576015, 0.264218658, 0.297054768, -0.302638918, -0.0203031842, 0.952888846, 0.257802784, -0.964249015, 0.0613321103)
- Weld500.Part0 = Part65
- Weld500.Part1 = Part65
- Weld500.part1 = Part65
- Weld501.Parent = Part65
- Weld501.C0 = CFrame.new(0, 0, 0, 0.917575359, 0.264218479, 0.297055304, -0.302638352, -0.0203024596, 0.952888846, 0.257802963, -0.964248955, 0.0613315925)
- Weld501.C1 = CFrame.new(0, 0, 0, 0.917575359, 0.264218479, 0.297055304, -0.302638352, -0.0203024596, 0.952888846, 0.257802963, -0.964248955, 0.0613315925)
- Weld501.Part0 = Part65
- Weld501.Part1 = Part65
- Weld501.part1 = Part65
- Weld502.Parent = Part65
- Weld502.C0 = CFrame.new(0, 0, 0, 0.917574704, 0.264218271, 0.297055811, -0.302637786, -0.020301735, 0.952888846, 0.257803172, -0.964248955, 0.0613310821)
- Weld502.C1 = CFrame.new(0, 0, 0, 0.917574704, 0.264218271, 0.297055811, -0.302637786, -0.020301735, 0.952888846, 0.257803172, -0.964248955, 0.0613310821)
- Weld502.Part0 = Part65
- Weld502.Part1 = Part65
- Weld502.part1 = Part65
- Weld503.Parent = Part65
- Weld503.C0 = CFrame.new(0, 0, 0, 0.917573988, 0.264218062, 0.297056317, -0.302637219, -0.0203010123, 0.952888846, 0.25780338, -0.964248955, 0.0613305718)
- Weld503.C1 = CFrame.new(0, 0, 0, 0.917573988, 0.264218062, 0.297056317, -0.302637219, -0.0203010123, 0.952888846, 0.25780338, -0.964248955, 0.0613305718)
- Weld503.Part0 = Part65
- Weld503.Part1 = Part65
- Weld503.part1 = Part65
- Weld504.Parent = Part65
- Weld504.C0 = CFrame.new(0, 0, 0, 0.917573154, 0.264217854, 0.297056854, -0.302636683, -0.0203002933, 0.952888846, 0.257803559, -0.964248896, 0.061330054)
- Weld504.C1 = CFrame.new(0, 0, 0, 0.917573154, 0.264217854, 0.297056854, -0.302636683, -0.0203002933, 0.952888846, 0.257803559, -0.964248896, 0.061330054)
- Weld504.Part0 = Part65
- Weld504.Part1 = Part65
- Weld504.part1 = Part65
- Weld505.Parent = Part65
- Weld505.C0 = CFrame.new(0, 0, 0, 0.917572439, 0.264217645, 0.29705739, -0.302636087, -0.020299565, 0.952888846, 0.257803768, -0.964248896, 0.0613295399)
- Weld505.C1 = CFrame.new(0, 0, 0, 0.917572439, 0.264217645, 0.29705739, -0.302636087, -0.020299565, 0.952888846, 0.257803768, -0.964248896, 0.0613295399)
- Weld505.Part0 = Part65
- Weld505.Part1 = Part65
- Weld505.part1 = Part65
- Weld506.Parent = Part65
- Weld506.C0 = CFrame.new(0, 0, 0, 0.917571723, 0.264217496, 0.297057927, -0.302635521, -0.0202988423, 0.952888846, 0.257803977, -0.964248896, 0.0613290258)
- Weld506.C1 = CFrame.new(0, 0, 0, 0.917571723, 0.264217496, 0.297057927, -0.302635521, -0.0202988423, 0.952888846, 0.257803977, -0.964248896, 0.0613290258)
- Weld506.Part0 = Part65
- Weld506.Part1 = Part65
- Weld506.part1 = Part65
- Weld507.Parent = Part65
- Weld507.C0 = CFrame.new(0, 0, 0, 0.917574883, 0.26421839, 0.297059715, -0.302645236, -0.0203009956, 0.952886939, 0.257801175, -0.964249134, 0.0613362752)
- Weld507.C1 = CFrame.new(0, 0, 0, 0.917574883, 0.26421839, 0.297059715, -0.302645236, -0.0203009956, 0.952886939, 0.257801175, -0.964249134, 0.0613362752)
- Weld507.Part0 = Part65
- Weld507.Part1 = Part65
- Weld507.part1 = Part65
- Weld508.Parent = Part65
- Weld508.C0 = CFrame.new(0, 0, 0, 0.917574167, 0.264218211, 0.297060251, -0.30264467, -0.0203002747, 0.952886939, 0.257801354, -0.964249134, 0.0613357574)
- Weld508.C1 = CFrame.new(0, 0, 0, 0.917574167, 0.264218211, 0.297060251, -0.30264467, -0.0203002747, 0.952886939, 0.257801354, -0.964249134, 0.0613357574)
- Weld508.Part0 = Part65
- Weld508.Part1 = Part65
- Weld508.part1 = Part65
- Weld509.Parent = Part65
- Weld509.C0 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461925333, 0.952409863, 0.250662863, -0.965123355, 0.0755323321)
- Weld509.C1 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461925333, 0.952409863, 0.250662863, -0.965123355, 0.0755323321)
- Weld509.Part0 = Part65
- Weld509.Part1 = Part65
- Weld509.part1 = Part65
- Weld510.Parent = Part65
- Weld510.C0 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461929385, 0.952409804, 0.250662833, -0.965123475, 0.0755323693)
- Weld510.C1 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461929385, 0.952409804, 0.250662833, -0.965123475, 0.0755323693)
- Weld510.Part0 = Part65
- Weld510.Part1 = Part65
- Weld510.part1 = Part65
- Weld511.Parent = Part65
- Weld511.C0 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461932644, 0.952409744, 0.250662804, -0.965123594, 0.0755323991)
- Weld511.C1 = CFrame.new(0, 0, 0, 0.918842554, 0.261754543, 0.29531461, -0.30478403, -0.00461932644, 0.952409744, 0.250662804, -0.965123594, 0.0755323991)
- Weld511.Part0 = Part65
- Weld511.Part1 = Part65
- Weld511.part1 = Part65
- Weld512.Parent = Part65
- Weld512.C0 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld512.C1 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld512.Part0 = Part65
- Weld512.Part1 = Part65
- Weld512.part1 = Part65
- Weld513.Parent = Part65
- Weld513.C0 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld513.C1 = CFrame.new(0, 0, 0, 0.568618894, 0.149774387, 0.808851182, -0.788333356, -0.181630403, 0.587827206, 0.234953433, -0.971894085, 0.0147936866)
- Weld513.Part0 = Part65
- Weld513.Part1 = Part65
- Weld513.part1 = Part65
- Weld514.Parent = Part65
- Weld514.C0 = CFrame.new(0, 0, 0, 0.563812196, 0.0590397418, 0.823787868, -0.777267516, -0.299282938, 0.553427577, 0.279224128, -0.952336013, -0.122852236)
- Weld514.C1 = CFrame.new(0, 0, 0, 0.563812196, 0.0590397418, 0.823787868, -0.777267516, -0.299282938, 0.553427577, 0.279224128, -0.952336013, -0.122852236)
- Weld514.Part0 = Part65
- Weld514.Part1 = Part65
- Weld514.part1 = Part65
- Weld515.Parent = Part65
- Weld515.C0 = CFrame.new(0, 0, 0, 0.563809335, 0.0590389147, 0.823787391, -0.777265668, -0.299280584, 0.553428829, 0.279225945, -0.952336609, -0.122853361)
- Weld515.C1 = CFrame.new(0, 0, 0, 0.563809335, 0.0590389147, 0.823787391, -0.777265668, -0.299280584, 0.553428829, 0.279225945, -0.952336609, -0.122853361)
- Weld515.Part0 = Part65
- Weld515.Part1 = Part65
- Weld515.part1 = Part65
- Weld516.Parent = Part65
- Weld516.C0 = CFrame.new(0, 0, 0, 0.563809216, 0.0590383857, 0.823790967, -0.77727282, -0.299279988, 0.553422928, 0.279219478, -0.952337086, -0.122849174)
- Weld516.C1 = CFrame.new(0, 0, 0, 0.563809216, 0.0590383857, 0.823790967, -0.77727282, -0.299279988, 0.553422928, 0.279219478, -0.952337086, -0.122849174)
- Weld516.Part0 = Part65
- Weld516.Part1 = Part65
- Weld516.part1 = Part65
- Weld517.Parent = Part65
- Weld517.C0 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld517.C1 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld517.Part0 = Part65
- Weld517.Part1 = Part65
- Weld517.part1 = Part65
- Weld518.Parent = Part65
- Weld518.C0 = CFrame.new(0, 0, 0, 0.563807487, 0.0590391494, 0.823791087, -0.777272224, -0.299277812, 0.553423643, 0.279220313, -0.952337682, -0.122848168)
- Weld518.C1 = CFrame.new(0, 0, 0, 0.563807487, 0.0590391494, 0.823791087, -0.777272224, -0.299277812, 0.553423643, 0.279220313, -0.952337682, -0.122848168)
- Weld518.Part0 = Part65
- Weld518.Part1 = Part65
- Weld518.part1 = Part65
- Weld519.Parent = Part65
- Weld519.C0 = CFrame.new(0, 0, 0, 0.563807666, 0.0590391792, 0.823791265, -0.777272284, -0.299277812, 0.553423643, 0.279220402, -0.952337801, -0.122848228)
- Weld519.C1 = CFrame.new(0, 0, 0, 0.563807666, 0.0590391792, 0.823791265, -0.777272284, -0.299277812, 0.553423643, 0.279220402, -0.952337801, -0.122848228)
- Weld519.Part0 = Part65
- Weld519.Part1 = Part65
- Weld519.part1 = Part65
- Weld520.Parent = Part65
- Weld520.C0 = CFrame.new(0, 0, 0, 0.563807845, 0.0590392016, 0.823791444, -0.777272284, -0.299277812, 0.553423584, 0.279220492, -0.952337921, -0.122848257)
- Weld520.C1 = CFrame.new(0, 0, 0, 0.563807845, 0.0590392016, 0.823791444, -0.777272284, -0.299277812, 0.553423584, 0.279220492, -0.952337921, -0.122848257)
- Weld520.Part0 = Part65
- Weld520.Part1 = Part65
- Weld520.part1 = Part65
- Weld521.Parent = Part65
- Weld521.C0 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld521.C1 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld521.Part0 = Part65
- Weld521.Part1 = Part65
- Weld521.part1 = Part65
- Weld522.Parent = Part65
- Weld522.C0 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld522.C1 = CFrame.new(0, 0, 0, 0.563814819, 0.0590405613, 0.823788106, -0.777269304, -0.299285263, 0.553426266, 0.27922222, -0.952335298, -0.122851051)
- Weld522.Part0 = Part65
- Weld522.Part1 = Part65
- Weld522.part1 = Part65
- Weld523.Parent = Part65
- Weld523.C0 = CFrame.new(0, 0, 0, 0.563812256, 0.0590446927, 0.823789775, -0.777269542, -0.299288452, 0.553424478, 0.279227525, -0.952334106, -0.122848853)
- Weld523.C1 = CFrame.new(0, 0, 0, 0.563812256, 0.0590446927, 0.823789775, -0.777269542, -0.299288452, 0.553424478, 0.279227525, -0.952334106, -0.122848853)
- Weld523.Part0 = Part65
- Weld523.Part1 = Part65
- Weld523.part1 = Part65
- Weld524.Parent = Part65
- Weld524.C0 = CFrame.new(0, 0, 0, 0.563806415, 0.0590376966, 0.823791623, -0.777272522, -0.299278349, 0.553422272, 0.279220015, -0.952337801, -0.122849286)
- Weld524.C1 = CFrame.new(0, 0, 0, 0.563806415, 0.0590376966, 0.823791623, -0.777272522, -0.299278349, 0.553422272, 0.279220015, -0.952337801, -0.122849286)
- Weld524.Part0 = Part65
- Weld524.Part1 = Part65
- Weld524.part1 = Part65
- Weld525.Parent = Part65
- Weld525.C0 = CFrame.new(0, 0, 0, 0.563805461, 0.0590446852, 0.823794365, -0.777274907, -0.299285442, 0.553418458, 0.279226065, -0.95233506, -0.122844793)
- Weld525.C1 = CFrame.new(0, 0, 0, 0.563805461, 0.0590446852, 0.823794365, -0.777274907, -0.299285442, 0.553418458, 0.279226065, -0.95233506, -0.122844793)
- Weld525.Part0 = Part65
- Weld525.Part1 = Part65
- Weld525.part1 = Part65
- Weld526.Parent = Part65
- Weld526.C0 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld526.C1 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld526.Part0 = Part65
- Weld526.Part1 = Part65
- Weld526.part1 = Part65
- Weld527.Parent = Part65
- Weld527.C0 = CFrame.new(0, 0, 0, 0.175578311, -0.470402867, -0.864808261, 0.972156346, 0.221325725, 0.0769851431, 0.155190319, -0.854245842, 0.496165216)
- Weld527.C1 = CFrame.new(0, 0, 0, 0.175578311, -0.470402867, -0.864808261, 0.972156346, 0.221325725, 0.0769851431, 0.155190319, -0.854245842, 0.496165216)
- Weld527.Part0 = Part65
- Weld527.Part1 = Part65
- Weld527.part1 = Part65
- Weld528.Parent = Part65
- Weld528.C0 = CFrame.new(0, 0, 0, 0.175578222, -0.470402837, -0.864808261, 0.972156167, 0.221325681, 0.0769852102, 0.155190334, -0.854245722, 0.496165186)
- Weld528.C1 = CFrame.new(0, 0, 0, 0.175578222, -0.470402837, -0.864808261, 0.972156167, 0.221325681, 0.0769852102, 0.155190334, -0.854245722, 0.496165186)
- Weld528.Part0 = Part65
- Weld528.Part1 = Part65
- Weld528.part1 = Part65
- Weld529.Parent = Part65
- Weld529.C0 = CFrame.new(0, 0, 0, 0.175578132, -0.470402837, -0.864808261, 0.972155988, 0.221325666, 0.0769852698, 0.155190334, -0.854245603, 0.496165186)
- Weld529.C1 = CFrame.new(0, 0, 0, 0.175578132, -0.470402837, -0.864808261, 0.972155988, 0.221325666, 0.0769852698, 0.155190334, -0.854245603, 0.496165186)
- Weld529.Part0 = Part65
- Weld529.Part1 = Part65
- Weld529.part1 = Part65
- Weld530.Parent = Part65
- Weld530.C0 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld530.C1 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld530.Part0 = Part65
- Weld530.Part1 = Part65
- Weld530.part1 = Part65
- Weld531.Parent = Part65
- Weld531.C0 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld531.C1 = CFrame.new(0, 0, 0, 0.533033192, -0.146879047, 0.83324796, -0.815814853, -0.350325704, 0.460128158, 0.224324927, -0.925039649, -0.306561321)
- Weld531.Part0 = Part65
- Weld531.Part1 = Part65
- Weld531.part1 = Part65
- Weld532.Parent = Part65
- Weld532.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld532.C1 = CFrame.new(0.000122070313, 0.12909317, -0.348388672, -0.731399655, -0.344931006, -0.588283062, -0.197331116, 0.93278867, -0.301593989, 0.652773976, -0.104492947, -0.750311732)
- Weld532.Part0 = Part65
- Weld532.Part1 = Part930
- Weld532.part1 = Part930
- Weld533.Parent = Part65
- Weld533.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld533.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld533.Part0 = Part65
- Weld533.Part1 = Part65
- Weld533.part1 = Part65
- Weld534.Parent = Part65
- Weld534.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld534.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld534.Part0 = Part65
- Weld534.Part1 = Part65
- Weld534.part1 = Part65
- Weld535.Parent = Part65
- Weld535.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld535.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld535.Part0 = Part65
- Weld535.Part1 = Part65
- Weld535.part1 = Part65
- Weld536.Parent = Part65
- Weld536.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld536.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld536.Part0 = Part65
- Weld536.Part1 = Part65
- Weld536.part1 = Part65
- Weld537.Parent = Part65
- Weld537.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld537.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld537.Part0 = Part65
- Weld537.Part1 = Part65
- Weld537.part1 = Part65
- Weld538.Parent = Part65
- Weld538.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld538.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld538.Part0 = Part65
- Weld538.Part1 = Part65
- Weld538.part1 = Part65
- Weld539.Parent = Part65
- Weld539.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld539.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld539.Part0 = Part65
- Weld539.Part1 = Part65
- Weld539.part1 = Part65
- Weld540.Parent = Part65
- Weld540.C0 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld540.C1 = CFrame.new(0, 0, 0, 0.110360071, 0.264219195, -0.958127677, 0.993846178, -0.0203045197, 0.108876295, 0.00931382366, -0.964247704, -0.264833391)
- Weld540.Part0 = Part65
- Weld540.Part1 = Part65
- Weld540.part1 = Part65
- Weld541.Parent = Part65
- Weld541.C0 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld541.C1 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld541.Part0 = Part65
- Weld541.Part1 = Part65
- Weld541.part1 = Part65
- Weld542.Parent = Part65
- Weld542.C0 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld542.C1 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld542.Part0 = Part65
- Weld542.Part1 = Part65
- Weld542.part1 = Part65
- Weld543.Parent = Part65
- Weld543.C0 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld543.C1 = CFrame.new(0, 0, 0, 0.721759319, 0.0588910207, -0.689634025, 0.671822131, -0.29927519, 0.677561164, -0.166488066, -0.952347696, -0.255568922)
- Weld543.Part0 = Part65
- Weld543.Part1 = Part65
- Weld543.part1 = Part65
- Weld544.Parent = Part65
- Weld544.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld544.C1 = CFrame.new(0.00591278076, -2.51290131, -0.883796692, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld544.Part0 = Part65
- Weld544.Part1 = Part872
- Weld544.part1 = Part872
- Weld545.Parent = Part65
- Weld545.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld545.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld545.Part0 = Part65
- Weld545.Part1 = Part65
- Weld545.part1 = Part65
- Weld546.Parent = Part65
- Weld546.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld546.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld546.Part0 = Part65
- Weld546.Part1 = Part65
- Weld546.part1 = Part65
- Weld547.Parent = Part65
- Weld547.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld547.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld547.Part0 = Part65
- Weld547.Part1 = Part65
- Weld547.part1 = Part65
- Weld548.Parent = Part65
- Weld548.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld548.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld548.Part0 = Part65
- Weld548.Part1 = Part65
- Weld548.part1 = Part65
- Weld549.Parent = Part65
- Weld549.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld549.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld549.Part0 = Part65
- Weld549.Part1 = Part65
- Weld549.part1 = Part65
- Weld550.Parent = Part65
- Weld550.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld550.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld550.Part0 = Part65
- Weld550.Part1 = Part65
- Weld550.part1 = Part65
- Weld551.Parent = Part65
- Weld551.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld551.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld551.Part0 = Part65
- Weld551.Part1 = Part65
- Weld551.part1 = Part65
- Weld552.Parent = Part65
- Weld552.C0 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld552.C1 = CFrame.new(0, 0, 0, 0.317156315, 0.264215529, -0.910822988, 0.945997, -0.0203065574, 0.323517621, 0.0669861957, -0.964245617, -0.256385028)
- Weld552.Part0 = Part65
- Weld552.Part1 = Part65
- Weld552.part1 = Part65
- Weld553.Parent = Part65
- Weld553.C0 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld553.C1 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld553.Part0 = Part65
- Weld553.Part1 = Part65
- Weld553.part1 = Part65
- Weld554.Parent = Part65
- Weld554.C0 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld554.C1 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld554.Part0 = Part65
- Weld554.Part1 = Part65
- Weld554.part1 = Part65
- Weld555.Parent = Part65
- Weld555.C0 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld555.C1 = CFrame.new(0, 0, 0, 0.615647197, 0.390514255, -0.684453964, 0.678596735, 0.178828612, 0.712409258, 0.400606006, -0.903060913, -0.154906332)
- Weld555.Part0 = Part65
- Weld555.Part1 = Part65
- Weld555.part1 = Part65
- Weld556.Parent = Part65
- Weld556.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld556.C1 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld556.Part0 = Part65
- Weld556.Part1 = Part65
- Weld556.part1 = Part65
- Weld557.Parent = Part65
- Weld557.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld557.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld557.Part0 = Part65
- Weld557.Part1 = Part65
- Weld557.part1 = Part65
- Weld558.Parent = Part65
- Weld558.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld558.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld558.Part0 = Part65
- Weld558.Part1 = Part65
- Weld558.part1 = Part65
- Weld559.Parent = Part65
- Weld559.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld559.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld559.Part0 = Part65
- Weld559.Part1 = Part65
- Weld559.part1 = Part65
- Weld560.Parent = Part65
- Weld560.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld560.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld560.Part0 = Part65
- Weld560.Part1 = Part65
- Weld560.part1 = Part65
- Weld561.Parent = Part65
- Weld561.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld561.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld561.Part0 = Part65
- Weld561.Part1 = Part65
- Weld561.part1 = Part65
- Weld562.Parent = Part65
- Weld562.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld562.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld562.Part0 = Part65
- Weld562.Part1 = Part65
- Weld562.part1 = Part65
- Weld563.Parent = Part65
- Weld563.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld563.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld563.Part0 = Part65
- Weld563.Part1 = Part65
- Weld563.part1 = Part65
- Weld564.Parent = Part65
- Weld564.C0 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld564.C1 = CFrame.new(0, 0, 0, 0.12799795, 0.0317246094, -0.991267204, -0.821738958, 0.563016057, -0.0880881697, 0.555303812, 0.825838447, 0.098133482)
- Weld564.Part0 = Part65
- Weld564.Part1 = Part65
- Weld564.part1 = Part65
- Weld565.Parent = Part65
- Weld565.C0 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld565.C1 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld565.Part0 = Part65
- Weld565.Part1 = Part65
- Weld565.part1 = Part65
- Weld566.Parent = Part65
- Weld566.C0 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld566.C1 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld566.Part0 = Part65
- Weld566.Part1 = Part65
- Weld566.part1 = Part65
- Weld567.Parent = Part65
- Weld567.C0 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld567.C1 = CFrame.new(0, 0, 0, 0.568976521, -0.380524218, 0.729017973, 0.82092756, 0.210635245, -0.530764282, 0.0484117866, 0.900463343, 0.43222928)
- Weld567.Part0 = Part65
- Weld567.Part1 = Part65
- Weld567.part1 = Part65
- Weld568.Parent = Part65
- Weld568.C0 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld568.C1 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld568.Part0 = Part65
- Weld568.Part1 = Part65
- Weld568.part1 = Part65
- Weld569.Parent = Part65
- Weld569.C0 = CFrame.new(0, 0, 0, -0.0797333419, -0.934475303, -0.346990824, 0.468843281, 0.272037894, -0.840349019, 0.879680336, -0.229688287, 0.41642791)
- Weld569.C1 = CFrame.new(0, 0, 0, -0.0797333419, -0.934475303, -0.346990824, 0.468843281, 0.272037894, -0.840349019, 0.879680336, -0.229688287, 0.41642791)
- Weld569.Part0 = Part65
- Weld569.Part1 = Part65
- Weld569.part1 = Part65
- Weld570.Parent = Part65
- Weld570.C0 = CFrame.new(0, 0, 0, -0.07973326, -0.934477746, -0.346990466, 0.468846172, 0.272039056, -0.840350151, 0.879683912, -0.229689255, 0.416427433)
- Weld570.C1 = CFrame.new(0, 0, 0, -0.07973326, -0.934477746, -0.346990466, 0.468846172, 0.272039056, -0.840350151, 0.879683912, -0.229689255, 0.416427433)
- Weld570.Part0 = Part65
- Weld570.Part1 = Part65
- Weld570.part1 = Part65
- Weld571.Parent = Part65
- Weld571.C0 = CFrame.new(0, 0, 0, -0.07973212, -0.934472442, -0.34699288, 0.468842715, 0.272038311, -0.840346158, 0.879675686, -0.229687646, 0.416430384)
- Weld571.C1 = CFrame.new(0, 0, 0, -0.07973212, -0.934472442, -0.34699288, 0.468842715, 0.272038311, -0.840346158, 0.879675686, -0.229687646, 0.416430384)
- Weld571.Part0 = Part65
- Weld571.Part1 = Part65
- Weld571.part1 = Part65
- Weld572.Parent = Part65
- Weld572.C0 = CFrame.new(0, 0, 0, -0.0797325298, -0.93447572, -0.346987188, 0.468847156, 0.272032946, -0.840346992, 0.879675865, -0.22968699, 0.416434288)
- Weld572.C1 = CFrame.new(0, 0, 0, -0.0797325298, -0.93447572, -0.346987188, 0.468847156, 0.272032946, -0.840346992, 0.879675865, -0.22968699, 0.416434288)
- Weld572.Part0 = Part65
- Weld572.Part1 = Part65
- Weld572.part1 = Part65
- Weld573.Parent = Part65
- Weld573.C0 = CFrame.new(0, 0, 0, -0.0797324404, -0.934478283, -0.34698686, 0.468850046, 0.272034079, -0.840348125, 0.879679501, -0.229687959, 0.416433841)
- Weld573.C1 = CFrame.new(0, 0, 0, -0.0797324404, -0.934478283, -0.34698686, 0.468850046, 0.272034079, -0.840348125, 0.879679501, -0.229687959, 0.416433841)
- Weld573.Part0 = Part65
- Weld573.Part1 = Part65
- Weld573.part1 = Part65
- Weld574.Parent = Part65
- Weld574.C0 = CFrame.new(0, 0, 0, -0.0797314644, -0.934474051, -0.346988678, 0.468847662, 0.272033513, -0.840345025, 0.879673123, -0.229686752, 0.416436404)
- Weld574.C1 = CFrame.new(0, 0, 0, -0.0797314644, -0.934474051, -0.346988678, 0.468847662, 0.272033513, -0.840345025, 0.879673123, -0.229686752, 0.416436404)
- Weld574.Part0 = Part65
- Weld574.Part1 = Part65
- Weld574.part1 = Part65
- Weld575.Parent = Part65
- Weld575.C0 = CFrame.new(0, 0, 0, -0.0797317624, -0.934476972, -0.34698388, 0.468851745, 0.272029102, -0.840345681, 0.879673481, -0.22968626, 0.416439682)
- Weld575.C1 = CFrame.new(0, 0, 0, -0.0797317624, -0.934476972, -0.34698388, 0.468851745, 0.272029102, -0.840345681, 0.879673481, -0.22968626, 0.416439682)
- Weld575.Part0 = Part65
- Weld575.Part1 = Part65
- Weld575.part1 = Part65
- Weld576.Parent = Part65
- Weld576.C0 = CFrame.new(0, 0, 0, -0.0797316954, -0.934479415, -0.346983552, 0.468854666, 0.272030264, -0.840346813, 0.879677117, -0.229687214, 0.416439235)
- Weld576.C1 = CFrame.new(0, 0, 0, -0.0797316954, -0.934479415, -0.346983552, 0.468854666, 0.272030264, -0.840346813, 0.879677117, -0.229687214, 0.416439235)
- Weld576.Part0 = Part65
- Weld576.Part1 = Part65
- Weld576.part1 = Part65
- Weld577.Parent = Part65
- Weld577.C0 = CFrame.new(0, 0, 0, -0.0797307193, -0.934475362, -0.34698543, 0.468852252, 0.272029728, -0.840343654, 0.879670739, -0.229686096, 0.416441739)
- Weld577.C1 = CFrame.new(0, 0, 0, -0.0797307193, -0.934475362, -0.34698543, 0.468852252, 0.272029728, -0.840343654, 0.879670739, -0.229686096, 0.416441739)
- Weld577.Part0 = Part65
- Weld577.Part1 = Part65
- Weld577.part1 = Part65
- Weld578.Parent = Part65
- Weld578.C0 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449572, 0.194565102, -0.929549873, -0.313179612, 0.277432561, -0.254094154, 0.92653513)
- Weld578.C1 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449572, 0.194565102, -0.929549873, -0.313179612, 0.277432561, -0.254094154, 0.92653513)
- Weld578.Part0 = Part65
- Weld578.Part1 = Part65
- Weld578.part1 = Part65
- Weld579.Parent = Part65
- Weld579.C0 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449587, 0.194565102, -0.929549932, -0.313179582, 0.277432531, -0.254094154, 0.92653513)
- Weld579.C1 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449587, 0.194565102, -0.929549932, -0.313179582, 0.277432531, -0.254094154, 0.92653513)
- Weld579.Part0 = Part65
- Weld579.Part1 = Part65
- Weld579.part1 = Part65
- Weld580.Parent = Part65
- Weld580.C0 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449587, 0.194565117, -0.929550052, -0.313179612, 0.277432531, -0.254094154, 0.92653513)
- Weld580.C1 = CFrame.new(0, 0, 0, -0.940837681, -0.267157614, 0.208449587, 0.194565117, -0.929550052, -0.313179612, 0.277432531, -0.254094154, 0.92653513)
- Weld580.Part0 = Part65
- Weld580.Part1 = Part65
- Weld580.part1 = Part65
- Weld581.Parent = Part65
- Weld581.C0 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld581.C1 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld581.Part0 = Part65
- Weld581.Part1 = Part65
- Weld581.part1 = Part65
- Weld582.Parent = Part65
- Weld582.C0 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld582.C1 = CFrame.new(0, 0, 0, -0.939768314, -0.0918050408, 0.329252779, -0.223220348, -0.564654827, -0.794567585, 0.258859426, -0.82020539, 0.510151863)
- Weld582.Part0 = Part65
- Weld582.Part1 = Part65
- Weld582.part1 = Part65
- Weld583.Parent = Part65
- Weld583.C0 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld583.C1 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld583.Part0 = Part65
- Weld583.Part1 = Part65
- Weld583.part1 = Part65
- Weld584.Parent = Part65
- Weld584.C0 = CFrame.new(0, 0, 0, 0.913235009, -0.404496044, 0.0488363989, 0.0964164734, 0.331012547, 0.938688815, -0.395860314, -0.852533638, 0.341293335)
- Weld584.C1 = CFrame.new(0, 0, 0, 0.913235009, -0.404496044, 0.0488363989, 0.0964164734, 0.331012547, 0.938688815, -0.395860314, -0.852533638, 0.341293335)
- Weld584.Part0 = Part65
- Weld584.Part1 = Part65
- Weld584.part1 = Part65
- Weld585.Parent = Part65
- Weld585.C0 = CFrame.new(0, 0, 0, 0.913235128, -0.404496431, 0.0488364249, 0.0964161977, 0.331012309, 0.938690186, -0.395859927, -0.85253346, 0.34129408)
- Weld585.C1 = CFrame.new(0, 0, 0, 0.913235128, -0.404496431, 0.0488364249, 0.0964161977, 0.331012309, 0.938690186, -0.395859927, -0.85253346, 0.34129408)
- Weld585.Part0 = Part65
- Weld585.Part1 = Part65
- Weld585.part1 = Part65
- Weld586.Parent = Part65
- Weld586.C0 = CFrame.new(0, 0, 0, 0.913235128, -0.404496789, 0.0488364547, 0.0964159146, 0.33101204, 0.938691437, -0.395859569, -0.85253334, 0.341294825)
- Weld586.C1 = CFrame.new(0, 0, 0, 0.913235128, -0.404496789, 0.0488364547, 0.0964159146, 0.33101204, 0.938691437, -0.395859569, -0.85253334, 0.341294825)
- Weld586.Part0 = Part65
- Weld586.Part1 = Part65
- Weld586.part1 = Part65
- Weld587.Parent = Part65
- Weld587.C0 = CFrame.new(0, 0, 0, 0.913235128, -0.404497147, 0.0488364808, 0.0964156315, 0.331011772, 0.938692689, -0.395859182, -0.852533221, 0.34129557)
- Weld587.C1 = CFrame.new(0, 0, 0, 0.913235128, -0.404497147, 0.0488364808, 0.0964156315, 0.331011772, 0.938692689, -0.395859182, -0.852533221, 0.34129557)
- Weld587.Part0 = Part65
- Weld587.Part1 = Part65
- Weld587.part1 = Part65
- Weld588.Parent = Part65
- Weld588.C0 = CFrame.new(0, 0, 0, 0.913235068, -0.404497504, 0.0488364957, 0.0964153484, 0.331011504, 0.938694, -0.395858854, -0.852533102, 0.341296315)
- Weld588.C1 = CFrame.new(0, 0, 0, 0.913235068, -0.404497504, 0.0488364957, 0.0964153484, 0.331011504, 0.938694, -0.395858854, -0.852533102, 0.341296315)
- Weld588.Part0 = Part65
- Weld588.Part1 = Part65
- Weld588.part1 = Part65
- Weld589.Parent = Part65
- Weld589.C0 = CFrame.new(0, 0, 0, 0.913235068, -0.404497862, 0.0488365181, 0.096415095, 0.331011295, 0.938695312, -0.395858526, -0.852533102, 0.34129706)
- Weld589.C1 = CFrame.new(0, 0, 0, 0.913235068, -0.404497862, 0.0488365181, 0.096415095, 0.331011295, 0.938695312, -0.395858526, -0.852533102, 0.34129706)
- Weld589.Part0 = Part65
- Weld589.Part1 = Part65
- Weld589.part1 = Part65
- Weld590.Parent = Part65
- Weld590.C0 = CFrame.new(0, 0, 0, 0.913236141, -0.404493392, 0.0488366932, 0.0964149162, 0.331011623, 0.938688219, -0.395858675, -0.852535367, 0.341290951)
- Weld590.C1 = CFrame.new(0, 0, 0, 0.913236141, -0.404493392, 0.0488366932, 0.0964149162, 0.331011623, 0.938688219, -0.395858675, -0.852535367, 0.341290951)
- Weld590.Part0 = Part65
- Weld590.Part1 = Part65
- Weld590.part1 = Part65
- Weld591.Parent = Part65
- Weld591.C0 = CFrame.new(0, 0, 0, 0.913234055, -0.4044981, 0.0488365144, 0.0964149833, 0.331007481, 0.938690186, -0.395863086, -0.852534652, 0.341287524)
- Weld591.C1 = CFrame.new(0, 0, 0, 0.913234055, -0.4044981, 0.0488365144, 0.0964149833, 0.331007481, 0.938690186, -0.395863086, -0.852534652, 0.341287524)
- Weld591.Part0 = Part65
- Weld591.Part1 = Part65
- Weld591.part1 = Part65
- Weld592.Parent = Part65
- Weld592.C0 = CFrame.new(0, 0, 0, 0.913234055, -0.404498428, 0.0488365367, 0.0964147151, 0.331007242, 0.938691437, -0.395862758, -0.852534652, 0.341288298)
- Weld592.C1 = CFrame.new(0, 0, 0, 0.913234055, -0.404498428, 0.0488365367, 0.0964147151, 0.331007242, 0.938691437, -0.395862758, -0.852534652, 0.341288298)
- Weld592.Part0 = Part65
- Weld592.Part1 = Part65
- Weld592.part1 = Part65
- Weld593.Parent = Part65
- Weld593.C0 = CFrame.new(0, 0, 0, 0.87547642, -0.476947486, 0.077865079, 0.101698473, 0.339346677, 0.935150146, -0.472438306, -0.810780704, 0.34559688)
- Weld593.C1 = CFrame.new(0, 0, 0, 0.87547642, -0.476947486, 0.077865079, 0.101698473, 0.339346677, 0.935150146, -0.472438306, -0.810780704, 0.34559688)
- Weld593.Part0 = Part65
- Weld593.Part1 = Part65
- Weld593.part1 = Part65
- Weld594.Parent = Part65
- Weld594.C0 = CFrame.new(0, 0, 0, 0.875476778, -0.476947635, 0.0778650418, 0.101698518, 0.339346856, 0.935150266, -0.472438335, -0.810780704, 0.34559679)
- Weld594.C1 = CFrame.new(0, 0, 0, 0.875476778, -0.476947635, 0.0778650418, 0.101698518, 0.339346856, 0.935150266, -0.472438335, -0.810780704, 0.34559679)
- Weld594.Part0 = Part65
- Weld594.Part1 = Part65
- Weld594.part1 = Part65
- Weld595.Parent = Part65
- Weld595.C0 = CFrame.new(0, 0, 0, 0.875477016, -0.476947755, 0.0778649896, 0.101698525, 0.339347035, 0.935150385, -0.472438365, -0.810780704, 0.345596701)
- Weld595.C1 = CFrame.new(0, 0, 0, 0.875477016, -0.476947755, 0.0778649896, 0.101698525, 0.339347035, 0.935150385, -0.472438365, -0.810780704, 0.345596701)
- Weld595.Part0 = Part65
- Weld595.Part1 = Part65
- Weld595.part1 = Part65
- Weld596.Parent = Part65
- Weld596.C0 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld596.C1 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld596.Part0 = Part65
- Weld596.Part1 = Part65
- Weld596.part1 = Part65
- Weld597.Parent = Part65
- Weld597.C0 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld597.C1 = CFrame.new(0, 0, 0, 0.964634597, 0.248528719, 0.087827161, -0.263360322, 0.894786358, 0.360553384, 0.0110212862, -0.37093237, 0.92859453)
- Weld597.Part0 = Part65
- Weld597.Part1 = Part65
- Weld597.part1 = Part65
- Weld598.Parent = Part65
- Weld598.C0 = CFrame.new(0, 0, 0, 0.731291533, 0.345029682, 0.588359594, -0.652786434, 0.104026511, 0.750365734, 0.197690219, -0.932804286, 0.301310301)
- Weld598.C1 = CFrame.new(-0.385307312, -1.99829102, -1.26403809, -0.731399655, -0.344931006, -0.588283062, 0.652597785, -0.103661455, -0.750580251, 0.197912887, -0.932881415, 0.300925076)
- Weld598.Part0 = Part65
- Weld598.Part1 = Part870
- Weld598.part1 = Part870
- Weld599.Parent = Part65
- Weld599.C0 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld599.C1 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld599.Part0 = Part65
- Weld599.Part1 = Part65
- Weld599.part1 = Part65
- Weld600.Parent = Part65
- Weld600.C0 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld600.C1 = CFrame.new(0, 0, 0, 0.836518466, 0.491715312, 0.241780654, -0.543879211, 0.691447079, 0.475506991, 0.0666330233, -0.529260874, 0.845839739)
- Weld600.Part0 = Part65
- Weld600.Part1 = Part65
- Weld600.part1 = Part65
- Weld601.Parent = Part65
- Weld601.C0 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld601.C1 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld601.Part0 = Part65
- Weld601.Part1 = Part65
- Weld601.part1 = Part65
- Weld602.Parent = Part65
- Weld602.C0 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld602.C1 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld602.Part0 = Part65
- Weld602.Part1 = Part65
- Weld602.part1 = Part65
- Weld603.Parent = Part65
- Weld603.C0 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld603.C1 = CFrame.new(0, 0, 0, 0.723494709, -0.192322418, 0.662998796, -0.628034294, -0.582072496, 0.516492546, 0.286580265, -0.790065646, -0.541911483)
- Weld603.Part0 = Part65
- Weld603.Part1 = Part65
- Weld603.part1 = Part65
- Weld604.Parent = Part65
- Weld604.C0 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld604.C1 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld604.Part0 = Part65
- Weld604.Part1 = Part65
- Weld604.part1 = Part65
- Weld605.Parent = Part65
- Weld605.C0 = CFrame.new(0, 0, 0, 0.958938956, 0.264301449, 0.102864139, -0.101139747, -0.0201620236, 0.994667947, 0.26496613, -0.964229405, 0.00739726704)
- Weld605.C1 = CFrame.new(0, 0, 0, 0.958938956, 0.264301449, 0.102864139, -0.101139747, -0.0201620236, 0.994667947, 0.26496613, -0.964229405, 0.00739726704)
- Weld605.Part0 = Part65
- Weld605.Part1 = Part65
- Weld605.part1 = Part65
- Weld606.Parent = Part65
- Weld606.C0 = CFrame.new(0, 0, 0, 0.958939195, 0.264301509, 0.102864131, -0.101139784, -0.0201620702, 0.994668007, 0.26496613, -0.964229524, 0.00739730336)
- Weld606.C1 = CFrame.new(0, 0, 0, 0.958939195, 0.264301509, 0.102864131, -0.101139784, -0.0201620702, 0.994668007, 0.26496613, -0.964229524, 0.00739730336)
- Weld606.Part0 = Part65
- Weld606.Part1 = Part65
- Weld606.part1 = Part65
- Weld607.Parent = Part65
- Weld607.C0 = CFrame.new(0, 0, 0, 0.958939433, 0.264301538, 0.102864124, -0.101139821, -0.0201621167, 0.994668007, 0.26496613, -0.964229643, 0.00739734014)
- Weld607.C1 = CFrame.new(0, 0, 0, 0.958939433, 0.264301538, 0.102864124, -0.101139821, -0.0201621167, 0.994668007, 0.26496613, -0.964229643, 0.00739734014)
- Weld607.Part0 = Part65
- Weld607.Part1 = Part65
- Weld607.part1 = Part65
- Weld608.Parent = Part65
- Weld608.C0 = CFrame.new(0, 0, 0, 0.958939731, 0.264301568, 0.102864116, -0.101139851, -0.0201621614, 0.994668007, 0.26496616, -0.964229763, 0.00739737786)
- Weld608.C1 = CFrame.new(0, 0, 0, 0.958939731, 0.264301568, 0.102864116, -0.101139851, -0.0201621614, 0.994668007, 0.26496616, -0.964229763, 0.00739737786)
- Weld608.Part0 = Part65
- Weld608.Part1 = Part65
- Weld608.part1 = Part65
- Weld609.Parent = Part65
- Weld609.C0 = CFrame.new(0, 0, 0, 0.95893991, 0.264301598, 0.102864102, -0.101139888, -0.020162208, 0.994668007, 0.26496619, -0.964229882, 0.00739741605)
- Weld609.C1 = CFrame.new(0, 0, 0, 0.95893991, 0.264301598, 0.102864102, -0.101139888, -0.020162208, 0.994668007, 0.26496619, -0.964229882, 0.00739741605)
- Weld609.Part0 = Part65
- Weld609.Part1 = Part65
- Weld609.part1 = Part65
- Weld610.Parent = Part65
- Weld610.C0 = CFrame.new(0, 0, 0, 0.958940148, 0.264301658, 0.102864094, -0.101139918, -0.0201622546, 0.994668007, 0.26496619, -0.964229882, 0.00739745283)
- Weld610.C1 = CFrame.new(0, 0, 0, 0.958940148, 0.264301658, 0.102864094, -0.101139918, -0.0201622546, 0.994668007, 0.26496619, -0.964229882, 0.00739745283)
- Weld610.Part0 = Part65
- Weld610.Part1 = Part65
- Weld610.part1 = Part65
- Weld611.Parent = Part65
- Weld611.C0 = CFrame.new(0, 0, 0, 0.958940387, 0.264301717, 0.102864094, -0.101139955, -0.0201623011, 0.994668007, 0.26496619, -0.964229882, 0.00739749009)
- Weld611.C1 = CFrame.new(0, 0, 0, 0.958940387, 0.264301717, 0.102864094, -0.101139955, -0.0201623011, 0.994668007, 0.26496619, -0.964229882, 0.00739749009)
- Weld611.Part0 = Part65
- Weld611.Part1 = Part65
- Weld611.part1 = Part65
- Weld612.Parent = Part65
- Weld612.C0 = CFrame.new(0, 0, 0, 0.958940625, 0.264301777, 0.102864087, -0.101139992, -0.0201623477, 0.994668007, 0.26496619, -0.964229882, 0.00739752734)
- Weld612.C1 = CFrame.new(0, 0, 0, 0.958940625, 0.264301777, 0.102864087, -0.101139992, -0.0201623477, 0.994668007, 0.26496619, -0.964229882, 0.00739752734)
- Weld612.Part0 = Part65
- Weld612.Part1 = Part65
- Weld612.part1 = Part65
- Weld613.Parent = Part65
- Weld613.C0 = CFrame.new(0, 0, 0, 0.958940864, 0.264301836, 0.102864072, -0.101140022, -0.0201623924, 0.994668007, 0.26496619, -0.964229882, 0.00739756413)
- Weld613.C1 = CFrame.new(0, 0, 0, 0.958940864, 0.264301836, 0.102864072, -0.101140022, -0.0201623924, 0.994668007, 0.26496619, -0.964229882, 0.00739756413)
- Weld613.Part0 = Part65
- Weld613.Part1 = Part65
- Weld613.part1 = Part65
- Weld614.Parent = Part65
- Weld614.C0 = CFrame.new(0, 0, 0, 0.959011376, 0.264392972, 0.10196916, -0.105117686, -0.00225288956, 0.994457483, 0.263156801, -0.964412987, 0.0256326124)
- Weld614.C1 = CFrame.new(0, 0, 0, 0.959011376, 0.264392972, 0.10196916, -0.105117686, -0.00225288956, 0.994457483, 0.263156801, -0.964412987, 0.0256326124)
- Weld614.Part0 = Part65
- Weld614.Part1 = Part65
- Weld614.part1 = Part65
- Weld615.Parent = Part65
- Weld615.C0 = CFrame.new(0, 0, 0, 0.959011137, 0.264392942, 0.101969115, -0.105117656, -0.0022530586, 0.994457483, 0.263156772, -0.964412987, 0.0256327819)
- Weld615.C1 = CFrame.new(0, 0, 0, 0.959011137, 0.264392942, 0.101969115, -0.105117656, -0.0022530586, 0.994457483, 0.263156772, -0.964412987, 0.0256327819)
- Weld615.Part0 = Part65
- Weld615.Part1 = Part65
- Weld615.part1 = Part65
- Weld616.Parent = Part65
- Weld616.C0 = CFrame.new(0, 0, 0, 0.959011018, 0.264392942, 0.101969071, -0.105117626, -0.00225322694, 0.994457483, 0.263156712, -0.964413047, 0.0256329495)
- Weld616.C1 = CFrame.new(0, 0, 0, 0.959011018, 0.264392942, 0.101969071, -0.105117626, -0.00225322694, 0.994457483, 0.263156712, -0.964413047, 0.0256329495)
- Weld616.Part0 = Part65
- Weld616.Part1 = Part65
- Weld616.part1 = Part65
- Weld617.Parent = Part65
- Weld617.C0 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld617.C1 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld617.Part0 = Part65
- Weld617.Part1 = Part65
- Weld617.part1 = Part65
- Weld618.Parent = Part65
- Weld618.C0 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld618.C1 = CFrame.new(0, 0, 0, 0.77841872, -0.611490726, 0.141927063, -0.536025524, -0.76514256, -0.356698185, 0.326712012, 0.201583996, -0.923376024)
- Weld618.Part0 = Part65
- Weld618.Part1 = Part65
- Weld618.part1 = Part65
- Weld619.Parent = Part65
- Weld619.C0 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld619.C1 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld619.Part0 = Part65
- Weld619.Part1 = Part65
- Weld619.part1 = Part65
- Weld620.Parent = Part65
- Weld620.C0 = CFrame.new(0, 0, 0, 0.958959281, 0.26421997, 0.102909178, -0.101145796, -0.0203060061, 0.994665861, 0.264898419, -0.964250743, 0.00725639379)
- Weld620.C1 = CFrame.new(0, 0, 0, 0.958959281, 0.26421997, 0.102909178, -0.101145796, -0.0203060061, 0.994665861, 0.264898419, -0.964250743, 0.00725639379)
- Weld620.Part0 = Part65
- Weld620.Part1 = Part65
- Weld620.part1 = Part65
- Weld621.Parent = Part65
- Weld621.C0 = CFrame.new(0, 0, 0, 0.958961785, 0.264221042, 0.102909602, -0.101145223, -0.0203081369, 0.99466747, 0.2648983, -0.964252472, 0.00725857494)
- Weld621.C1 = CFrame.new(0, 0, 0, 0.958961785, 0.264221042, 0.102909602, -0.101145223, -0.0203081369, 0.99466747, 0.2648983, -0.964252472, 0.00725857494)
- Weld621.Part0 = Part65
- Weld621.Part1 = Part65
- Weld621.part1 = Part65
- Weld622.Parent = Part65
- Weld622.C0 = CFrame.new(0, 0, 0, 0.958957791, 0.264220327, 0.102909319, -0.101144962, -0.0203103852, 0.994665146, 0.264899939, -0.964249551, 0.00724991551)
- Weld622.C1 = CFrame.new(0, 0, 0, 0.958957791, 0.264220327, 0.102909319, -0.101144962, -0.0203103852, 0.994665146, 0.264899939, -0.964249551, 0.00724991551)
- Weld622.Part0 = Part65
- Weld622.Part1 = Part65
- Weld622.part1 = Part65
- Weld623.Parent = Part65
- Weld623.C0 = CFrame.new(0, 0, 0, 0.958960354, 0.2642214, 0.102909744, -0.101144396, -0.0203125179, 0.994666696, 0.26489982, -0.96425128, 0.0072520962)
- Weld623.C1 = CFrame.new(0, 0, 0, 0.958960354, 0.2642214, 0.102909744, -0.101144396, -0.0203125179, 0.994666696, 0.26489982, -0.96425128, 0.0072520962)
- Weld623.Part0 = Part65
- Weld623.Part1 = Part65
- Weld623.part1 = Part65
- Weld624.Parent = Part65
- Weld624.C0 = CFrame.new(0, 0, 0, 0.958957314, 0.264217407, 0.10290847, -0.101143248, -0.0203141551, 0.994664431, 0.264898151, -0.964249194, 0.00724339858)
- Weld624.C1 = CFrame.new(0, 0, 0, 0.958957314, 0.264217407, 0.10290847, -0.101143248, -0.0203141551, 0.994664431, 0.264898151, -0.964249194, 0.00724339858)
- Weld624.Part0 = Part65
- Weld624.Part1 = Part65
- Weld624.part1 = Part65
- Weld625.Parent = Part65
- Weld625.C0 = CFrame.new(0, 0, 0, 0.958957493, 0.26422137, 0.102909744, -0.101143621, -0.0203169156, 0.994665146, 0.264901668, -0.964249134, 0.00724340603)
- Weld625.C1 = CFrame.new(0, 0, 0, 0.958957493, 0.26422137, 0.102909744, -0.101143621, -0.0203169156, 0.994665146, 0.264901668, -0.964249134, 0.00724340603)
- Weld625.Part0 = Part65
- Weld625.Part1 = Part65
- Weld625.part1 = Part65
- Weld626.Parent = Part65
- Weld626.C0 = CFrame.new(0, 0, 0, 0.958959997, 0.264222413, 0.102910168, -0.101143055, -0.0203190483, 0.994666696, 0.264901549, -0.964250982, 0.00724558625)
- Weld626.C1 = CFrame.new(0, 0, 0, 0.958959997, 0.264222413, 0.102910168, -0.101143055, -0.0203190483, 0.994666696, 0.264901549, -0.964250982, 0.00724558625)
- Weld626.Part0 = Part65
- Weld626.Part1 = Part65
- Weld626.part1 = Part65
- Weld627.Parent = Part65
- Weld627.C0 = CFrame.new(0, 0, 0, 0.958956897, 0.26421842, 0.102908887, -0.101141885, -0.0203206781, 0.99466449, 0.26489982, -0.964248836, 0.00723689608)
- Weld627.C1 = CFrame.new(0, 0, 0, 0.958956897, 0.26421842, 0.102908887, -0.101141885, -0.0203206781, 0.99466449, 0.26489982, -0.964248836, 0.00723689608)
- Weld627.Part0 = Part65
- Weld627.Part1 = Part65
- Weld627.part1 = Part65
- Weld628.Parent = Part65
- Weld628.C0 = CFrame.new(0, 0, 0, 0.958957195, 0.264222413, 0.102910168, -0.101142272, -0.0203234479, 0.994665146, 0.264903396, -0.964248657, 0.00723689981)
- Weld628.C1 = CFrame.new(0, 0, 0, 0.958957195, 0.264222413, 0.102910168, -0.101142272, -0.0203234479, 0.994665146, 0.264903396, -0.964248657, 0.00723689981)
- Weld628.Part0 = Part65
- Weld628.Part1 = Part65
- Weld628.part1 = Part65
- Weld629.Parent = Part65
- Weld629.C0 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.10331171, -0.00501070358, 0.994638026, 0.260976702, -0.965090394, 0.022249911)
- Weld629.C1 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.10331171, -0.00501070358, 0.994638026, 0.260976702, -0.965090394, 0.022249911)
- Weld629.Part0 = Part65
- Weld629.Part1 = Part65
- Weld629.part1 = Part65
- Weld630.Parent = Part65
- Weld630.C0 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.103311703, -0.00501070544, 0.994638026, 0.260976702, -0.965090394, 0.0222499128)
- Weld630.C1 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.103311703, -0.00501070544, 0.994638026, 0.260976702, -0.965090394, 0.0222499128)
- Weld630.Part0 = Part65
- Weld630.Part1 = Part65
- Weld630.part1 = Part65
- Weld631.Parent = Part65
- Weld631.C0 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.103311695, -0.00501070637, 0.994638026, 0.260976702, -0.965090394, 0.0222499147)
- Weld631.C1 = CFrame.new(0, 0, 0, 0.959803522, 0.261876553, 0.101013042, -0.103311695, -0.00501070637, 0.994638026, 0.260976702, -0.965090394, 0.0222499147)
- Weld631.Part0 = Part65
- Weld631.Part1 = Part65
- Weld631.part1 = Part65
- Weld632.Parent = Part65
- Weld632.C0 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld632.C1 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld632.Part0 = Part65
- Weld632.Part1 = Part65
- Weld632.part1 = Part65
- Weld633.Parent = Part65
- Weld633.C0 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld633.C1 = CFrame.new(0, 0, 0, 0.77837646, -0.611555755, 0.141878441, -0.53605783, -0.765064538, -0.356816858, 0.326759517, 0.201682791, -0.923337638)
- Weld633.Part0 = Part65
- Weld633.Part1 = Part65
- Weld633.part1 = Part65
- Weld634.Parent = Part65
- Weld634.C0 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld634.C1 = CFrame.new(0, 0, 0, 0.74839884, -0.508151591, 0.426240683, -0.578328967, -0.814600289, 0.0442951024, 0.324707091, -0.279657722, -0.903524697)
- Weld634.Part0 = Part65
- Weld634.Part1 = Part65
- Weld634.part1 = Part65
- Weld635.Parent = Part65
- Weld635.C0 = CFrame.new(0, 0, 0, 0.958956599, 0.264221013, 0.102946892, -0.101181649, -0.020308448, 0.994664192, 0.264897913, -0.964253604, 0.00726918783)
- Weld635.C1 = CFrame.new(0, 0, 0, 0.958956599, 0.264221013, 0.102946892, -0.101181649, -0.020308448, 0.994664192, 0.264897913, -0.964253604, 0.00726918783)
- Weld635.Part0 = Part65
- Weld635.Part1 = Part65
- Weld635.part1 = Part65
- Weld636.Parent = Part65
- Weld636.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld636.C1 = CFrame.new(-0.661155701, -1.5507431, -0.951358795, -0.731394947, -0.344940007, -0.588283658, 0.652602315, -0.10366559, -0.750575781, 0.197916403, -0.932878852, 0.30093351)
- Weld636.Part0 = Part65
- Weld636.Part1 = Part1
- Weld636.part1 = Part1
- Weld637.Parent = Part65
- Weld637.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld637.C1 = CFrame.new(-0.63627243, -5.37644196, -0.028465271, 0.197454765, -0.932731628, 0.301692128, 0.652975917, -0.104398325, -0.75014919, 0.731186211, 0.345117033, 0.588439226)
- Weld637.Part0 = Part65
- Weld637.Part1 = Part62
- Weld637.part1 = Part62
- Weld638.Parent = Part65
- Weld638.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld638.C1 = CFrame.new(-0.598457336, -1.46202087, -1.55236053, -0.757549524, -0.091690585, -0.646306455, 0.652774394, -0.1035714, -0.750439227, 0.00186644495, -0.990383208, 0.138317496)
- Weld638.Part0 = Part65
- Weld638.Part1 = Part15
- Weld638.part1 = Part15
- Weld639.Parent = Part65
- Weld639.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld639.C1 = CFrame.new(0.318572998, -0.255702972, 2.73757172, -0.731395423, -0.344940633, -0.588282704, 0.197339788, -0.932786584, 0.301597625, -0.652776361, 0.104490876, 0.750309944)
- Weld639.Part0 = Part65
- Weld639.Part1 = Part29
- Weld639.part1 = Part29
- Weld640.Parent = Part65
- Weld640.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld640.C1 = CFrame.new(-1.19394112, -0.84888649, 0.425582886, 0.664266765, -0.556502759, -0.499047875, -0.499948621, -0.827088833, 0.256854951, -0.555698037, 0.0788787007, -0.827634811)
- Weld640.Part0 = Part65
- Weld640.Part1 = Part5
- Weld640.part1 = Part5
- Weld641.Parent = Part65
- Weld641.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld641.C1 = CFrame.new(-0.852062225, -4.52523041, -0.0280227661, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld641.Part0 = Part65
- Weld641.Part1 = Part56
- Weld641.part1 = Part56
- Weld642.Parent = Part65
- Weld642.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld642.C1 = CFrame.new(-0.606513977, -1.46291351, -0.907112122, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld642.Part0 = Part65
- Weld642.Part1 = Part19
- Weld642.part1 = Part19
- Weld643.Parent = Part65
- Weld643.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld643.C1 = CFrame.new(-0.491157532, -1.46238708, -1.36507034, -0.757549524, -0.091690585, -0.646306455, 0.652774334, -0.103567883, -0.750439703, 0.00186873972, -0.990383625, 0.138314813)
- Weld643.Part0 = Part65
- Weld643.Part1 = Part7
- Weld643.part1 = Part7
- Weld644.Parent = Part65
- Weld644.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld644.C1 = CFrame.new(-0.480865479, -1.46286774, -0.834804535, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld644.Part0 = Part65
- Weld644.Part1 = Part23
- Weld644.part1 = Part23
- Weld645.Parent = Part65
- Weld645.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld645.C1 = CFrame.new(-0.853458405, -3.56803894, -0.0275878906, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld645.Part0 = Part65
- Weld645.Part1 = Part58
- Weld645.part1 = Part58
- Weld646.Parent = Part65
- Weld646.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld646.C1 = CFrame.new(-0.527244568, -1.46231842, -1.4274559, -0.757549524, -0.091690585, -0.646306455, 0.652774394, -0.1035714, -0.750439227, 0.00186644495, -0.990383208, 0.138317496)
- Weld646.Part0 = Part65
- Weld646.Part1 = Part11
- Weld646.part1 = Part11
- Weld647.Parent = Part65
- Weld647.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld647.C1 = CFrame.new(-0.418838501, -1.46318054, -0.799518585, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld647.Part0 = Part65
- Weld647.Part1 = Part9
- Weld647.part1 = Part9
- Weld648.Parent = Part65
- Weld648.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld648.C1 = CFrame.new(0.635574341, 0.79044342, -1.19419098, -0.666256368, -0.137448251, -0.732946873, 0.339306295, 0.819356918, -0.462087929, 0.66405791, -0.556556582, -0.49926573)
- Weld648.Part0 = Part65
- Weld648.Part1 = Part35
- Weld648.part1 = Part35
- Weld649.Parent = Part65
- Weld649.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld649.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld649.Part0 = Part65
- Weld649.Part1 = Part40
- Weld649.part1 = Part40
- Weld650.Parent = Part65
- Weld650.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld650.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld650.Part0 = Part65
- Weld650.Part1 = Part48
- Weld650.part1 = Part48
- Weld651.Parent = Part65
- Weld651.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld651.C1 = CFrame.new(-0.739898682, -1.46271515, -1.0682373, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld651.Part0 = Part65
- Weld651.Part1 = Part17
- Weld651.part1 = Part17
- Weld652.Parent = Part65
- Weld652.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld652.C1 = CFrame.new(-0.307167053, -0.255973816, 2.73774719, -0.731395423, -0.344940633, -0.588282704, 0.197339788, -0.932786584, 0.301597625, -0.652776361, 0.104490876, 0.750309944)
- Weld652.Part0 = Part65
- Weld652.Part1 = Part33
- Weld652.part1 = Part33
- Weld653.Parent = Part65
- Weld653.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld653.C1 = CFrame.new(-0.851463318, -5.0973053, -0.0278320313, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld653.Part0 = Part65
- Weld653.Part1 = Part52
- Weld653.part1 = Part52
- Weld654.Parent = Part65
- Weld654.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld654.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld654.Part0 = Part65
- Weld654.Part1 = Part44
- Weld654.part1 = Part44
- Weld655.Parent = Part65
- Weld655.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld655.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld655.Part0 = Part65
- Weld655.Part1 = Part46
- Weld655.part1 = Part46
- Weld656.Parent = Part65
- Weld656.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld656.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld656.Part0 = Part65
- Weld656.Part1 = Part42
- Weld656.part1 = Part42
- Weld657.Parent = Part65
- Weld657.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld657.C1 = CFrame.new(-0.562820435, -1.46224976, -1.48978043, -0.757549524, -0.091690585, -0.646306455, 0.652774394, -0.1035714, -0.750439227, 0.00186644495, -0.990383208, 0.138317496)
- Weld657.Part0 = Part65
- Weld657.Part1 = Part3
- Weld657.part1 = Part3
- Weld658.Parent = Part65
- Weld658.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld658.C1 = CFrame.new(0.000648498535, 0.183250427, -0.348403931, -0.731395423, -0.344940633, -0.588282704, -0.197339788, 0.932786584, -0.301597625, 0.652776361, -0.104490876, -0.750309944)
- Weld658.Part0 = Part65
- Weld658.Part1 = Part27
- Weld658.part1 = Part27
- Weld659.Parent = Part65
- Weld659.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld659.C1 = CFrame.new(-0.775619507, -1.46263123, -1.13047791, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld659.Part0 = Part65
- Weld659.Part1 = Part38
- Weld659.part1 = Part38
- Weld660.Parent = Part65
- Weld660.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld660.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld660.Part0 = Part65
- Weld660.Part1 = Part50
- Weld660.part1 = Part50
- Weld661.Parent = Part65
- Weld661.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld661.C1 = CFrame.new(-0.853176117, -3.8755188, -0.02734375, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld661.Part0 = Part65
- Weld661.Part1 = Part60
- Weld661.part1 = Part60
- Weld662.Parent = Part65
- Weld662.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld662.C1 = CFrame.new(-0.851676941, -4.81106567, -0.0274810791, 0.197457284, -0.932731867, 0.301689982, 0.652974427, -0.104395643, -0.750150859, 0.731186867, 0.34511739, 0.588438272)
- Weld662.Part0 = Part65
- Weld662.Part1 = Part54
- Weld662.part1 = Part54
- Weld663.Parent = Part65
- Weld663.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld663.C1 = CFrame.new(-0.543518066, -1.46318054, -0.871253967, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld663.Part0 = Part65
- Weld663.Part1 = Part25
- Weld663.part1 = Part25
- Weld664.Parent = Part65
- Weld664.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld664.C1 = CFrame.new(-1.05117798, -0.235496521, -1.19412231, 0.231131315, -0.482245862, 0.844995439, -0.711059332, -0.676523149, -0.19160153, 0.66405803, -0.556556702, -0.499271095)
- Weld664.Part0 = Part65
- Weld664.Part1 = Part13
- Weld664.part1 = Part13
- Weld665.Parent = Part65
- Weld665.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld665.C1 = CFrame.new(-1.07998657, -0.00105285645, -1.19466782, 0.0393124297, -0.64084512, 0.766662896, -0.746646762, -0.528736293, -0.403678805, 0.664058149, -0.556556761, -0.499270827)
- Weld665.Part0 = Part65
- Weld665.Part1 = Part21
- Weld665.part1 = Part21
- Weld666.Parent = Part65
- Weld666.C0 = CFrame.new(0, 0, 0, 0.731291473, 0.34503001, 0.588359475, -0.652786613, 0.104027331, 0.750365436, 0.197690696, -0.9328053, 0.301309675)
- Weld666.C1 = CFrame.new(-0.704147339, -1.4630661, -1.0050354, -0.731395423, -0.344940633, -0.588282704, 0.652600884, -0.103662558, -0.750577509, 0.197919339, -0.932878911, 0.300931275)
- Weld666.Part0 = Part65
- Weld666.Part1 = Part31
- Weld666.part1 = Part31
- Part667.Name = "Heater"
- Part667.Parent = Tool0
- Part667.CFrame = CFrame.new(-40.7250366, 1.46770835, 17.9568958, 0.000266898685, -0.000105557214, 0.999999881, 0.000155279209, 0.999997079, 0.00010306538, -1.00000012, 0.000149100495, 0.000266768271)
- Part667.Orientation = Vector3.new(-0.00999999978, 89.9799957, 0.00999999978)
- Part667.Position = Vector3.new(-40.7250366, 1.46770835, 17.9568958)
- Part667.Rotation = Vector3.new(-21.1199989, 89.9700012, 21.5799999)
- Part667.Color = Color3.new(0.105882, 0.164706, 0.207843)
- Part667.Transparency = 1
- Part667.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part667.BottomSurface = Enum.SurfaceType.Smooth
- Part667.BrickColor = BrickColor.new("Black")
- Part667.TopSurface = Enum.SurfaceType.Smooth
- Part667.brickColor = BrickColor.new("Black")
- Part667.FormFactor = Enum.FormFactor.Custom
- Part667.formFactor = Enum.FormFactor.Custom
- BlockMesh668.Parent = Part667
- BlockMesh668.Scale = Vector3.new(0.714285731, 0.714285731, 0.714285731)
- Part669.Name = "Mag"
- Part669.Parent = Tool0
- Part669.CFrame = CFrame.new(-41.7447929, 0.940467596, 20.3688831, -0.865945458, 0.000455084257, -0.500138223, 0.500138283, 4.89872036e-05, -0.865945578, -0.000369577814, -0.999999881, -0.00027002531)
- Part669.Orientation = Vector3.new(59.9899979, -90.0299988, 89.9899979)
- Part669.Position = Vector3.new(-41.7447929, 0.940467596, 20.3688831)
- Part669.Rotation = Vector3.new(90.0199966, -30.0100002, -179.970001)
- Part669.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part669.Size = Vector3.new(0.200000003, 0.330357134, 0.200000003)
- Part669.BottomSurface = Enum.SurfaceType.Smooth
- Part669.BrickColor = BrickColor.new("Really black")
- Part669.TopSurface = Enum.SurfaceType.Smooth
- Part669.brickColor = BrickColor.new("Really black")
- Part669.FormFactor = Enum.FormFactor.Custom
- Part669.formFactor = Enum.FormFactor.Custom
- BlockMesh670.Parent = Part669
- BlockMesh670.Scale = Vector3.new(0.491071492, 1, 0.107142858)
- Part671.Name = "Mag2"
- Part671.Parent = Tool0
- Part671.CFrame = CFrame.new(-41.7783279, 1.02630079, 20.3689461, -0.865945458, 0.000455084257, -0.500138223, 0.500138283, 4.89872036e-05, -0.865945578, -0.000369577814, -0.999999881, -0.00027002531)
- Part671.Orientation = Vector3.new(59.9899979, -90.0299988, 89.9899979)
- Part671.Position = Vector3.new(-41.7783279, 1.02630079, 20.3689461)
- Part671.Rotation = Vector3.new(90.0199966, -30.0100002, -179.970001)
- Part671.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part671.Size = Vector3.new(0.200000003, 0.330357134, 0.200000003)
- Part671.BottomSurface = Enum.SurfaceType.Smooth
- Part671.BrickColor = BrickColor.new("Really black")
- Part671.TopSurface = Enum.SurfaceType.Smooth
- Part671.brickColor = BrickColor.new("Really black")
- Part671.FormFactor = Enum.FormFactor.Custom
- Part671.formFactor = Enum.FormFactor.Custom
- BlockMesh672.Parent = Part671
- BlockMesh672.Scale = Vector3.new(0.223214433, 1, 0.491071492)
- Part673.Name = "Mag3"
- Part673.Parent = Tool0
- Part673.CFrame = CFrame.new(-41.4329681, 0.496739507, 20.3695774, -0.865945458, 0.000455084257, -0.500138223, 0.500138283, 4.89872036e-05, -0.865945578, -0.000369577814, -0.999999881, -0.00027002531)
- Part673.Orientation = Vector3.new(59.9899979, -90.0299988, 89.9899979)
- Part673.Position = Vector3.new(-41.4329681, 0.496739507, 20.3695774)
- Part673.Rotation = Vector3.new(90.0199966, -30.0100002, -179.970001)
- Part673.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part673.Size = Vector3.new(1.16964293, 0.419642836, 0.473214298)
- Part673.BottomSurface = Enum.SurfaceType.Smooth
- Part673.BrickColor = BrickColor.new("Really black")
- Part673.TopSurface = Enum.SurfaceType.Smooth
- Part673.brickColor = BrickColor.new("Really black")
- Part673.FormFactor = Enum.FormFactor.Custom
- Part673.formFactor = Enum.FormFactor.Custom
- BlockMesh674.Parent = Part673
- Part675.Parent = Tool0
- Part675.CFrame = CFrame.new(-40.7949104, 0.941841006, 21.2497406, 0.000268242991, -0.258820415, -0.965925276, -0.500311375, -0.836372972, 0.223970369, -0.865841806, 0.483210087, -0.129716828)
- Part675.Orientation = Vector3.new(-12.9399996, -97.6500015, -149.110001)
- Part675.Position = Vector3.new(-40.7949104, 0.941841006, 21.2497406)
- Part675.Rotation = Vector3.new(-120.079994, -75, 89.9399948)
- Part675.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part675.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part675.BottomSurface = Enum.SurfaceType.Smooth
- Part675.BrickColor = BrickColor.new("Really black")
- Part675.TopSurface = Enum.SurfaceType.Smooth
- Part675.brickColor = BrickColor.new("Really black")
- Part675.FormFactor = Enum.FormFactor.Custom
- Part675.formFactor = Enum.FormFactor.Custom
- CylinderMesh676.Parent = Part675
- CylinderMesh676.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part677.Parent = Tool0
- Part677.CFrame = CFrame.new(-40.6068993, 0.84577632, 21.3058052, -0.499785006, -0.866149485, -3.42626008e-05, -0.749963343, 0.432763159, -0.500270963, 0.433324248, -0.250002235, -0.865868986)
- Part677.Orientation = Vector3.new(30.0199986, -180, -60.0099983)
- Part677.Position = Vector3.new(-40.6068993, 0.84577632, 21.3058052)
- Part677.Rotation = Vector3.new(149.979996, 0, 119.989998)
- Part677.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part677.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part677.BottomSurface = Enum.SurfaceType.Smooth
- Part677.BrickColor = BrickColor.new("Really black")
- Part677.TopSurface = Enum.SurfaceType.Smooth
- Part677.brickColor = BrickColor.new("Really black")
- Part677.FormFactor = Enum.FormFactor.Custom
- Part677.formFactor = Enum.FormFactor.Custom
- CylinderMesh678.Parent = Part677
- CylinderMesh678.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part679.Parent = Tool0
- Part679.CFrame = CFrame.new(-40.6658363, 0.904437184, 21.2717991, -0.865892589, -0.500229657, -3.25609581e-05, -0.433117241, 0.749759257, -0.500264466, 0.250275105, -0.433167189, -0.865868986)
- Part679.Orientation = Vector3.new(30.0199986, -180, -30.0100002)
- Part679.Position = Vector3.new(-40.6658363, 0.904437184, 21.2717991)
- Part679.Rotation = Vector3.new(149.979996, 0, 149.979996)
- Part679.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part679.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part679.BottomSurface = Enum.SurfaceType.Smooth
- Part679.BrickColor = BrickColor.new("Really black")
- Part679.TopSurface = Enum.SurfaceType.Smooth
- Part679.brickColor = BrickColor.new("Really black")
- Part679.FormFactor = Enum.FormFactor.Custom
- Part679.formFactor = Enum.FormFactor.Custom
- CylinderMesh680.Parent = Part679
- CylinderMesh680.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part681.Parent = Tool0
- Part681.CFrame = CFrame.new(-40.334816, 1.05819297, 20.8928185, -0.999999881, -4.92100389e-06, -5.86112292e-05, 6.10603674e-05, 0.000155630783, -0.999997079, 5.07597042e-06, -1.00000012, -0.000149479252)
- Part681.Orientation = Vector3.new(89.8600006, -158.589996, 21.4200001)
- Part681.Position = Vector3.new(-40.334816, 1.05819297, 20.8928185)
- Part681.Rotation = Vector3.new(90.0099945, 0, 180)
- Part681.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part681.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part681.BottomSurface = Enum.SurfaceType.Smooth
- Part681.BrickColor = BrickColor.new("Really black")
- Part681.TopSurface = Enum.SurfaceType.Smooth
- Part681.brickColor = BrickColor.new("Really black")
- Part681.FormFactor = Enum.FormFactor.Custom
- Part681.formFactor = Enum.FormFactor.Custom
- CylinderMesh682.Parent = Part681
- CylinderMesh682.Scale = Vector3.new(0.669642806, 0.446428567, 0.669642806)
- Part683.Parent = Tool0
- Part683.CFrame = CFrame.new(-40.3357658, 1.04944515, 21.1389141, -0.999999881, 1.06438711e-05, -5.82592111e-05, 6.14777164e-05, 0.25904116, -0.965863287, 4.95688528e-06, -0.965867877, -0.259036094)
- Part683.Orientation = Vector3.new(74.9899979, -179.98999, 0.00999999978)
- Part683.Position = Vector3.new(-40.3357658, 1.04944515, 21.1389141)
- Part683.Rotation = Vector3.new(105.009995, 0, -180)
- Part683.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part683.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part683.BottomSurface = Enum.SurfaceType.Smooth
- Part683.BrickColor = BrickColor.new("Really black")
- Part683.TopSurface = Enum.SurfaceType.Smooth
- Part683.brickColor = BrickColor.new("Really black")
- Part683.FormFactor = Enum.FormFactor.Custom
- Part683.formFactor = Enum.FormFactor.Custom
- CylinderMesh684.Parent = Part683
- CylinderMesh684.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part685.Parent = Tool0
- Part685.CFrame = CFrame.new(-40.3944283, 0.857100487, 21.2991028, -0.706876576, 0.707336843, -3.36675366e-05, 0.612474859, 0.612049103, -0.500264466, -0.353839666, -0.353650898, -0.865868926)
- Part685.Orientation = Vector3.new(30.0199986, -180, 45.0200005)
- Part685.Position = Vector3.new(-40.3944283, 0.857100487, 21.2991028)
- Part685.Rotation = Vector3.new(149.979996, 0, -134.979996)
- Part685.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part685.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part685.BottomSurface = Enum.SurfaceType.Smooth
- Part685.BrickColor = BrickColor.new("Really black")
- Part685.TopSurface = Enum.SurfaceType.Smooth
- Part685.brickColor = BrickColor.new("Really black")
- Part685.FormFactor = Enum.FormFactor.Custom
- Part685.formFactor = Enum.FormFactor.Custom
- CylinderMesh686.Parent = Part685
- CylinderMesh686.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part687.Parent = Tool0
- Part687.CFrame = CFrame.new(-40.3348007, 1.05913424, 20.8259258, -0.999999881, -4.92100389e-06, -5.86112292e-05, 6.10603674e-05, 0.000155630783, -0.999997079, 5.07597042e-06, -1.00000012, -0.000149479252)
- Part687.Orientation = Vector3.new(89.8600006, -158.589996, 21.4200001)
- Part687.Position = Vector3.new(-40.3348007, 1.05913424, 20.8259258)
- Part687.Rotation = Vector3.new(90.0099945, 0, 180)
- Part687.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part687.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part687.BottomSurface = Enum.SurfaceType.Smooth
- Part687.BrickColor = BrickColor.new("Really black")
- Part687.TopSurface = Enum.SurfaceType.Smooth
- Part687.brickColor = BrickColor.new("Really black")
- Part687.FormFactor = Enum.FormFactor.Custom
- Part687.formFactor = Enum.FormFactor.Custom
- CylinderMesh688.Parent = Part687
- CylinderMesh688.Scale = Vector3.new(1.33928561, 0.223214284, 1.33928561)
- Part689.Parent = Tool0
- Part689.CFrame = CFrame.new(-40.5653763, 0.827878237, 21.3157501, -0.258699745, -0.965957582, -3.35569712e-05, -0.836387992, 0.224018708, -0.500264764, 0.483248889, -0.129391968, -0.865868747)
- Part689.Orientation = Vector3.new(30.0199986, -180, -75.0100021)
- Part689.Position = Vector3.new(-40.5653763, 0.827878237, 21.3157501)
- Part689.Rotation = Vector3.new(149.979996, 0, 104.989998)
- Part689.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part689.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part689.BottomSurface = Enum.SurfaceType.Smooth
- Part689.BrickColor = BrickColor.new("Really black")
- Part689.TopSurface = Enum.SurfaceType.Smooth
- Part689.brickColor = BrickColor.new("Really black")
- Part689.FormFactor = Enum.FormFactor.Custom
- Part689.formFactor = Enum.FormFactor.Custom
- CylinderMesh690.Parent = Part689
- CylinderMesh690.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part691.Parent = Tool0
- Part691.CFrame = CFrame.new(-40.6813164, 0.941849351, 21.2498493, -0.965884209, -0.258974224, -3.36769081e-05, -0.224219158, 0.836334229, -0.500264704, 0.129585788, -0.483196884, -0.865868747)
- Part691.Orientation = Vector3.new(30.0199986, -180, -15.0099993)
- Part691.Position = Vector3.new(-40.6813164, 0.941849351, 21.2498493)
- Part691.Rotation = Vector3.new(149.979996, 0, 164.98999)
- Part691.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part691.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part691.BottomSurface = Enum.SurfaceType.Smooth
- Part691.BrickColor = BrickColor.new("Really black")
- Part691.TopSurface = Enum.SurfaceType.Smooth
- Part691.brickColor = BrickColor.new("Really black")
- Part691.FormFactor = Enum.FormFactor.Custom
- Part691.formFactor = Enum.FormFactor.Custom
- CylinderMesh692.Parent = Part691
- CylinderMesh692.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part693.Parent = Tool0
- Part693.CFrame = CFrame.new(-40.3356819, 1.0589118, 20.6359005, -0.999999881, -4.83140548e-06, -5.90284253e-05, 6.14775709e-05, 0.000155541347, -0.99999702, 4.98644067e-06, -1.00000012, -0.000149389816)
- Part693.Orientation = Vector3.new(89.8600006, -158.440002, 21.5699997)
- Part693.Position = Vector3.new(-40.3356819, 1.0589118, 20.6359005)
- Part693.Rotation = Vector3.new(90.0099945, 0, 180)
- Part693.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part693.Size = Vector3.new(0.669642866, 0.200000003, 0.669642866)
- Part693.BottomSurface = Enum.SurfaceType.Smooth
- Part693.BrickColor = BrickColor.new("Bright yellow")
- Part693.Material = Enum.Material.Ice
- Part693.TopSurface = Enum.SurfaceType.Smooth
- Part693.brickColor = BrickColor.new("Bright yellow")
- Part693.FormFactor = Enum.FormFactor.Custom
- Part693.formFactor = Enum.FormFactor.Custom
- CylinderMesh694.Parent = Part693
- CylinderMesh694.Scale = Vector3.new(1.04999995, 0.334821403, 1.04999995)
- Part695.Parent = Tool0
- Part695.CFrame = CFrame.new(-40.3194046, 1.26159656, 19.0949459, -0.706933081, -0.707280457, -4.66910205e-06, -0.707276404, 0.706932545, -0.000739386771, 0.00053071056, -0.000523641647, -1)
- Part695.Orientation = Vector3.new(0.0399999991, -180, -45.0099983)
- Part695.Position = Vector3.new(-40.3194046, 1.26159656, 19.0949459)
- Part695.Rotation = Vector3.new(179.959991, 0, 134.98999)
- Part695.Color = Color3.new(0, 0.12549, 0.376471)
- Part695.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part695.BottomSurface = Enum.SurfaceType.Smooth
- Part695.BrickColor = BrickColor.new("Navy blue")
- Part695.Reflectance = 0.10000000149012
- Part695.TopSurface = Enum.SurfaceType.Smooth
- Part695.brickColor = BrickColor.new("Navy blue")
- Part695.FormFactor = Enum.FormFactor.Custom
- Part695.formFactor = Enum.FormFactor.Custom
- SpecialMesh696.Parent = Part695
- SpecialMesh696.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh696.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh696.MeshType = Enum.MeshType.FileMesh
- Part697.Parent = Tool0
- Part697.CFrame = CFrame.new(-40.7914772, 0.981865287, 21.2285023, 0.000267140364, -0.000167237711, -0.999999881, -0.500310242, -0.865842819, 1.35985774e-05, -0.865842402, 0.500317216, -0.000314827164)
- Part697.Orientation = Vector3.new(0, -90.0199966, -149.979996)
- Part697.Position = Vector3.new(-40.7914772, 0.981865287, 21.2285023)
- Part697.Rotation = Vector3.new(-177.529999, -89.9700012, 32.0499992)
- Part697.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part697.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part697.BottomSurface = Enum.SurfaceType.Smooth
- Part697.BrickColor = BrickColor.new("Really black")
- Part697.TopSurface = Enum.SurfaceType.Smooth
- Part697.brickColor = BrickColor.new("Really black")
- Part697.FormFactor = Enum.FormFactor.Custom
- Part697.formFactor = Enum.FormFactor.Custom
- CylinderMesh698.Parent = Part697
- CylinderMesh698.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part699.Parent = Tool0
- Part699.CFrame = CFrame.new(-41.1394234, 0.999591827, 21.2137833, -1, 4.01434627e-05, -4.63980869e-05, 6.11942887e-05, 0.707078815, -0.707134724, 4.42026658e-06, -0.707134724, -0.707078874)
- Part699.Orientation = Vector3.new(45, -180, 0)
- Part699.Position = Vector3.new(-41.1394234, 0.999591827, 21.2137833)
- Part699.Rotation = Vector3.new(135, 0, -180)
- Part699.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part699.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part699.BottomSurface = Enum.SurfaceType.Smooth
- Part699.BrickColor = BrickColor.new("Really black")
- Part699.TopSurface = Enum.SurfaceType.Smooth
- Part699.brickColor = BrickColor.new("Really black")
- Part699.FormFactor = Enum.FormFactor.Custom
- Part699.formFactor = Enum.FormFactor.Custom
- CylinderMesh700.Parent = Part699
- CylinderMesh700.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part701.Parent = Tool0
- Part701.CFrame = CFrame.new(-40.9994812, 0.831561327, 21.3190193, 0.00028454492, -0.965859234, 0.259066552, -0.500310957, 0.224175677, 0.836318195, -0.865841925, -0.129853487, -0.483173013)
- Part701.Orientation = Vector3.new(-56.75, 151.800003, -65.8600006)
- Part701.Position = Vector3.new(-40.9994812, 0.831561327, 21.3190193)
- Part701.Rotation = Vector3.new(-120.019997, 15.0099993, 89.9799957)
- Part701.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part701.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part701.BottomSurface = Enum.SurfaceType.Smooth
- Part701.BrickColor = BrickColor.new("Really black")
- Part701.TopSurface = Enum.SurfaceType.Smooth
- Part701.brickColor = BrickColor.new("Really black")
- Part701.FormFactor = Enum.FormFactor.Custom
- Part701.formFactor = Enum.FormFactor.Custom
- CylinderMesh702.Parent = Part701
- CylinderMesh702.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part703.Parent = Tool0
- Part703.CFrame = CFrame.new(-41.1308632, 0.922304273, 21.2616749, -0.965900362, -0.258913964, -3.31305091e-05, -0.224167243, 0.836348295, -0.500264585, 0.129555136, -0.48320505, -0.865868807)
- Part703.Orientation = Vector3.new(30.0199986, -180, -15)
- Part703.Position = Vector3.new(-41.1308632, 0.922304273, 21.2616749)
- Part703.Rotation = Vector3.new(149.979996, 0, 164.98999)
- Part703.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part703.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part703.BottomSurface = Enum.SurfaceType.Smooth
- Part703.BrickColor = BrickColor.new("Really black")
- Part703.TopSurface = Enum.SurfaceType.Smooth
- Part703.brickColor = BrickColor.new("Really black")
- Part703.FormFactor = Enum.FormFactor.Custom
- Part703.formFactor = Enum.FormFactor.Custom
- CylinderMesh704.Parent = Part703
- CylinderMesh704.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part705.Parent = Tool0
- Part705.CFrame = CFrame.new(-41.1389046, 0.960916162, 21.2391129, -0.999999881, 4.8892518e-05, -3.32190284e-05, 6.1402905e-05, 0.865869284, -0.500264227, 4.45000614e-06, -0.500271201, -0.865868986)
- Part705.Orientation = Vector3.new(30.0199986, -180, 0)
- Part705.Position = Vector3.new(-41.1389046, 0.960916162, 21.2391129)
- Part705.Rotation = Vector3.new(149.979996, 0, -180)
- Part705.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part705.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part705.BottomSurface = Enum.SurfaceType.Smooth
- Part705.BrickColor = BrickColor.new("Really black")
- Part705.TopSurface = Enum.SurfaceType.Smooth
- Part705.brickColor = BrickColor.new("Really black")
- Part705.FormFactor = Enum.FormFactor.Custom
- Part705.formFactor = Enum.FormFactor.Custom
- CylinderMesh706.Parent = Part705
- CylinderMesh706.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part707.Parent = Tool0
- Part707.CFrame = CFrame.new(-40.6838646, 0.976267457, 21.2197094, -0.999999881, -1.45591384e-05, -3.32680393e-05, 6.48654895e-06, 0.86586982, -0.500263393, 3.62354913e-05, -0.500270426, -0.865869462)
- Part707.Orientation = Vector3.new(30.0199986, -180, 0)
- Part707.Position = Vector3.new(-40.6838646, 0.976267457, 21.2197094)
- Part707.Rotation = Vector3.new(149.979996, 0, 180)
- Part707.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part707.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part707.BottomSurface = Enum.SurfaceType.Smooth
- Part707.BrickColor = BrickColor.new("Really black")
- Part707.TopSurface = Enum.SurfaceType.Smooth
- Part707.brickColor = BrickColor.new("Really black")
- Part707.FormFactor = Enum.FormFactor.Custom
- Part707.formFactor = Enum.FormFactor.Custom
- CylinderMesh708.Parent = Part707
- CylinderMesh708.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part709.Parent = Tool0
- Part709.CFrame = CFrame.new(-40.9543991, 0.829099536, 21.3213062, 0.000283770991, -0.99999994, 0.000113457645, -0.50031203, -4.37372728e-05, 0.865845263, -0.865845144, -0.000302465953, -0.50031203)
- Part709.Orientation = Vector3.new(-59.9799995, 179.98999, -90.0099945)
- Part709.Position = Vector3.new(-40.9543991, 0.829099536, 21.3213062)
- Part709.Rotation = Vector3.new(-120.019997, 0.00999999978, 89.9799957)
- Part709.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part709.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part709.BottomSurface = Enum.SurfaceType.Smooth
- Part709.BrickColor = BrickColor.new("Really black")
- Part709.TopSurface = Enum.SurfaceType.Smooth
- Part709.brickColor = BrickColor.new("Really black")
- Part709.FormFactor = Enum.FormFactor.Custom
- Part709.formFactor = Enum.FormFactor.Custom
- CylinderMesh710.Parent = Part709
- CylinderMesh710.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part711.Parent = Tool0
- Part711.CFrame = CFrame.new(-40.8684616, 0.854422808, 21.3063507, 0.000267618248, -0.865955055, -0.500121653, -0.500311911, -0.433140099, 0.749714434, -0.865841508, 0.250019789, -0.433369488)
- Part711.Orientation = Vector3.new(-48.5699997, -130.910004, -130.87999)
- Part711.Position = Vector3.new(-40.8684616, 0.854422808, 21.3063507)
- Part711.Rotation = Vector3.new(-120.029999, -30.0100002, 89.9799957)
- Part711.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part711.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part711.BottomSurface = Enum.SurfaceType.Smooth
- Part711.BrickColor = BrickColor.new("Really black")
- Part711.TopSurface = Enum.SurfaceType.Smooth
- Part711.brickColor = BrickColor.new("Really black")
- Part711.FormFactor = Enum.FormFactor.Custom
- Part711.formFactor = Enum.FormFactor.Custom
- CylinderMesh712.Parent = Part711
- CylinderMesh712.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part713.Parent = Tool0
- Part713.CFrame = CFrame.new(-40.3354073, 0.960473776, 21.2393265, -0.999999881, 4.80774033e-05, -3.3230117e-05, 6.07026705e-05, 0.86586982, -0.500263393, 4.86744511e-06, -0.500270426, -0.865869462)
- Part713.Orientation = Vector3.new(30.0199986, -180, 0)
- Part713.Position = Vector3.new(-40.3354073, 0.960473776, 21.2393265)
- Part713.Rotation = Vector3.new(149.979996, 0, -180)
- Part713.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part713.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part713.BottomSurface = Enum.SurfaceType.Smooth
- Part713.BrickColor = BrickColor.new("Really black")
- Part713.TopSurface = Enum.SurfaceType.Smooth
- Part713.brickColor = BrickColor.new("Really black")
- Part713.FormFactor = Enum.FormFactor.Custom
- Part713.formFactor = Enum.FormFactor.Custom
- CylinderMesh714.Parent = Part713
- CylinderMesh714.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part715.Parent = Tool0
- Part715.CFrame = CFrame.new(-40.6837883, 1.20496655, 21.0777493, -1, 2.90949847e-05, -6.41761944e-05, 6.59536236e-05, 0.707080007, -0.707133651, 2.48036613e-05, -0.707133651, -0.707080066)
- Part715.Orientation = Vector3.new(45, -179.98999, 0.00999999978)
- Part715.Position = Vector3.new(-40.6837883, 1.20496655, 21.0777493)
- Part715.Rotation = Vector3.new(135, 0, -180)
- Part715.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part715.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part715.BottomSurface = Enum.SurfaceType.Smooth
- Part715.BrickColor = BrickColor.new("Really black")
- Part715.TopSurface = Enum.SurfaceType.Smooth
- Part715.brickColor = BrickColor.new("Really black")
- Part715.FormFactor = Enum.FormFactor.Custom
- Part715.formFactor = Enum.FormFactor.Custom
- CylinderMesh716.Parent = Part715
- CylinderMesh716.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part717.Parent = Tool0
- Part717.CFrame = CFrame.new(-41.1399918, 1.05840313, 20.8930283, -0.999999881, -4.29524835e-06, -5.82384164e-05, 6.06876492e-05, 0.000156450318, -0.99999702, 4.45021715e-06, -1.00000012, -0.000150298845)
- Part717.Orientation = Vector3.new(89.8600006, -158.819992, 21.1999989)
- Part717.Position = Vector3.new(-41.1399918, 1.05840313, 20.8930283)
- Part717.Rotation = Vector3.new(90.0099945, 0, 180)
- Part717.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part717.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part717.BottomSurface = Enum.SurfaceType.Smooth
- Part717.BrickColor = BrickColor.new("Really black")
- Part717.TopSurface = Enum.SurfaceType.Smooth
- Part717.brickColor = BrickColor.new("Really black")
- Part717.FormFactor = Enum.FormFactor.Custom
- Part717.formFactor = Enum.FormFactor.Custom
- CylinderMesh718.Parent = Part717
- CylinderMesh718.Scale = Vector3.new(0.669642806, 0.446428567, 0.669642806)
- Part719.Parent = Tool0
- Part719.CFrame = CFrame.new(-41.1399307, 1.02933288, 21.179718, -1, 2.66041388e-05, -5.51988378e-05, 6.11049327e-05, 0.500138342, -0.865945518, 4.56932003e-06, -0.865945578, -0.500138342)
- Part719.Orientation = Vector3.new(59.9899979, -179.98999, 0.00999999978)
- Part719.Position = Vector3.new(-41.1399307, 1.02933288, 21.179718)
- Part719.Rotation = Vector3.new(120.009995, 0, -180)
- Part719.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part719.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part719.BottomSurface = Enum.SurfaceType.Smooth
- Part719.BrickColor = BrickColor.new("Really black")
- Part719.TopSurface = Enum.SurfaceType.Smooth
- Part719.brickColor = BrickColor.new("Really black")
- Part719.FormFactor = Enum.FormFactor.Custom
- Part719.formFactor = Enum.FormFactor.Custom
- CylinderMesh720.Parent = Part719
- CylinderMesh720.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part721.Parent = Tool0
- Part721.CFrame = CFrame.new(-40.6839752, 1.23046422, 21.0398102, -1, 1.56715887e-05, -5.63540234e-05, 5.66374874e-05, 0.500137508, -0.865945995, 1.46140092e-05, -0.865945995, -0.500137508)
- Part721.Orientation = Vector3.new(59.9899979, -179.98999, 0.00999999978)
- Part721.Position = Vector3.new(-40.6839752, 1.23046422, 21.0398102)
- Part721.Rotation = Vector3.new(120.009995, 0, -180)
- Part721.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part721.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part721.BottomSurface = Enum.SurfaceType.Smooth
- Part721.BrickColor = BrickColor.new("Really black")
- Part721.TopSurface = Enum.SurfaceType.Smooth
- Part721.brickColor = BrickColor.new("Really black")
- Part721.FormFactor = Enum.FormFactor.Custom
- Part721.formFactor = Enum.FormFactor.Custom
- CylinderMesh722.Parent = Part721
- CylinderMesh722.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part723.Parent = Tool0
- Part723.CFrame = CFrame.new(-40.90905, 0.837150335, 21.316597, 0.000267081836, -0.965916574, -0.258853227, -0.500310957, -0.224252805, 0.836297572, -0.865842044, 0.129285678, -0.483325213)
- Part723.Orientation = Vector3.new(-56.75, -151.830002, -114.139999)
- Part723.Position = Vector3.new(-40.90905, 0.837150335, 21.316597)
- Part723.Rotation = Vector3.new(-120.029999, -15, 89.9799957)
- Part723.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part723.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part723.BottomSurface = Enum.SurfaceType.Smooth
- Part723.BrickColor = BrickColor.new("Really black")
- Part723.TopSurface = Enum.SurfaceType.Smooth
- Part723.brickColor = BrickColor.new("Really black")
- Part723.FormFactor = Enum.FormFactor.Custom
- Part723.formFactor = Enum.FormFactor.Custom
- CylinderMesh724.Parent = Part723
- CylinderMesh724.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part725.Parent = Tool0
- Part725.CFrame = CFrame.new(-41.1103287, 0.886867166, 21.2824268, -0.865923643, -0.500176013, -3.31706797e-05, -0.43307057, 0.749786198, -0.500264525, 0.25024882, -0.433182478, -0.865868866)
- Part725.Orientation = Vector3.new(30.0199986, -180, -30.0100002)
- Part725.Position = Vector3.new(-41.1103287, 0.886867166, 21.2824268)
- Part725.Rotation = Vector3.new(149.979996, 0, 149.98999)
- Part725.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part725.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part725.BottomSurface = Enum.SurfaceType.Smooth
- Part725.BrickColor = BrickColor.new("Really black")
- Part725.TopSurface = Enum.SurfaceType.Smooth
- Part725.brickColor = BrickColor.new("Really black")
- Part725.FormFactor = Enum.FormFactor.Custom
- Part725.formFactor = Enum.FormFactor.Custom
- CylinderMesh726.Parent = Part725
- CylinderMesh726.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part727.Parent = Tool0
- Part727.CFrame = CFrame.new(-40.7531433, 1.8997395, 20.6662083, 0.999999881, 4.47388356e-06, -5.86259121e-05, -6.10751158e-05, -0.000156286435, -0.999997079, -4.62890193e-06, 1.00000012, -0.000150134932)
- Part727.Orientation = Vector3.new(89.8600006, -158.669998, -158.649994)
- Part727.Position = Vector3.new(-40.7531433, 1.8997395, 20.6662083)
- Part727.Rotation = Vector3.new(90.0099945, 0, 0)
- Part727.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part727.Size = Vector3.new(0.200000003, 0.803571403, 0.200000003)
- Part727.BottomSurface = Enum.SurfaceType.Smooth
- Part727.BrickColor = BrickColor.new("Really black")
- Part727.TopSurface = Enum.SurfaceType.Smooth
- Part727.brickColor = BrickColor.new("Really black")
- Part727.FormFactor = Enum.FormFactor.Custom
- Part727.formFactor = Enum.FormFactor.Custom
- BlockMesh728.Parent = Part727
- BlockMesh728.Scale = Vector3.new(0.669642806, 1, 0.133928552)
- Part729.Parent = Tool0
- Part729.CFrame = CFrame.new(-40.7915077, 1.09738886, 21.1602879, 0.000249288569, -0.000168728147, -0.999999881, -0.500311196, -0.865842223, 2.38201392e-05, -0.865841806, 0.50031817, -0.000300116051)
- Part729.Orientation = Vector3.new(0, -90.0199966, -149.979996)
- Part729.Position = Vector3.new(-40.7915077, 1.09738886, 21.1602879)
- Part729.Rotation = Vector3.new(-175.459991, -89.9700012, 34.0900002)
- Part729.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part729.Size = Vector3.new(0.200000003, 0.223214284, 0.200000003)
- Part729.BottomSurface = Enum.SurfaceType.Smooth
- Part729.BrickColor = BrickColor.new("Really black")
- Part729.TopSurface = Enum.SurfaceType.Smooth
- Part729.brickColor = BrickColor.new("Really black")
- Part729.FormFactor = Enum.FormFactor.Custom
- Part729.formFactor = Enum.FormFactor.Custom
- CylinderMesh730.Parent = Part729
- CylinderMesh730.Scale = Vector3.new(0.223214284, 1, 0.223214284)
- Part731.Parent = Tool0
- Part731.CFrame = CFrame.new(-41.13974, 1.05901909, 21.0270767, -0.999999881, -4.47388356e-06, -5.86259121e-05, 6.10751158e-05, 0.000156286435, -0.999997079, 4.62890193e-06, -1.00000012, -0.000150134932)
- Part731.Orientation = Vector3.new(89.8600006, -158.669998, 21.3500004)
- Part731.Position = Vector3.new(-41.13974, 1.05901909, 21.0270767)
- Part731.Rotation = Vector3.new(90.0099945, 0, 180)
- Part731.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part731.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part731.BottomSurface = Enum.SurfaceType.Smooth
- Part731.BrickColor = BrickColor.new("Really black")
- Part731.TopSurface = Enum.SurfaceType.Smooth
- Part731.brickColor = BrickColor.new("Really black")
- Part731.FormFactor = Enum.FormFactor.Custom
- Part731.formFactor = Enum.FormFactor.Custom
- CylinderMesh732.Parent = Part731
- CylinderMesh732.Scale = Vector3.new(0.334821403, 0.892857134, 0.334821403)
- Part733.Parent = Tool0
- Part733.CFrame = CFrame.new(-40.7538071, 2.29265618, 21.4515152, -0.999999881, -5.88006005e-05, 4.73521231e-06, 6.12540025e-05, -0.999996781, 0.000741109892, 4.83748045e-06, 0.000747264305, 0.999999881)
- Part733.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part733.Position = Vector3.new(-40.7538071, 2.29265618, 21.4515152)
- Part733.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part733.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part733.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part733.BottomSurface = Enum.SurfaceType.Smooth
- Part733.BrickColor = BrickColor.new("Really black")
- Part733.TopSurface = Enum.SurfaceType.Smooth
- Part733.brickColor = BrickColor.new("Really black")
- Part733.FormFactor = Enum.FormFactor.Custom
- Part733.formFactor = Enum.FormFactor.Custom
- SpecialMesh734.Parent = Part733
- SpecialMesh734.Scale = Vector3.new(0.669642806, 0.133928567, 0.178571403)
- SpecialMesh734.MeshType = Enum.MeshType.Wedge
- Part735.Parent = Tool0
- Part735.CFrame = CFrame.new(-41.061264, 1.65398073, 20.6579266, -0.999999881, -4.47388356e-06, -5.86259121e-05, 6.10751158e-05, 0.000156286435, -0.999997079, 4.62890193e-06, -1.00000012, -0.000150134932)
- Part735.Orientation = Vector3.new(89.8600006, -158.669998, 21.3500004)
- Part735.Position = Vector3.new(-41.061264, 1.65398073, 20.6579266)
- Part735.Rotation = Vector3.new(90.0099945, 0, 180)
- Part735.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part735.Size = Vector3.new(0.267857134, 0.267857134, 0.267857134)
- Part735.BottomSurface = Enum.SurfaceType.Smooth
- Part735.BrickColor = BrickColor.new("Really black")
- Part735.TopSurface = Enum.SurfaceType.Smooth
- Part735.brickColor = BrickColor.new("Really black")
- Part735.FormFactor = Enum.FormFactor.Custom
- Part735.formFactor = Enum.FormFactor.Custom
- CylinderMesh736.Parent = Part735
- CylinderMesh736.Scale = Vector3.new(1.39999998, 1, 1.39999998)
- Part737.Parent = Tool0
- Part737.CFrame = CFrame.new(-40.7537804, 2.31277156, 21.8400497, -0.999999881, -2.65114359e-05, -5.22534756e-05, 6.08813862e-05, -0.38478297, -0.923003852, 4.50977905e-06, -0.923004389, 0.384789824)
- Part737.Orientation = Vector3.new(67.3699951, -0.00999999978, 179.98999)
- Part737.Position = Vector3.new(-40.7537804, 2.31277156, 21.8400497)
- Part737.Rotation = Vector3.new(67.3699951, 0, 180)
- Part737.Color = Color3.new(1, 0, 0)
- Part737.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part737.BottomSurface = Enum.SurfaceType.Smooth
- Part737.BrickColor = BrickColor.new("Really red")
- Part737.TopSurface = Enum.SurfaceType.Smooth
- Part737.brickColor = BrickColor.new("Really red")
- Part737.FormFactor = Enum.FormFactor.Custom
- Part737.formFactor = Enum.FormFactor.Custom
- CylinderMesh738.Parent = Part737
- CylinderMesh738.Scale = Vector3.new(0.669642806, 0.0446428582, 0.446428567)
- Part739.Parent = Tool0
- Part739.CFrame = CFrame.new(-40.5538063, 1.67839456, 20.612566, -0.000221806738, -0.707009912, -0.707203627, -0.00020162118, 0.707203329, -0.707006037, 1.00000012, -1.84786768e-05, -0.000294958882)
- Part739.Orientation = Vector3.new(44.9899979, -90.0199966, -0.0199999996)
- Part739.Position = Vector3.new(-40.5538063, 1.67839456, 20.612566)
- Part739.Rotation = Vector3.new(90.0199966, -45.0099983, 90.0199966)
- Part739.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part739.Size = Vector3.new(0.267857134, 0.267857134, 0.200000003)
- Part739.BottomSurface = Enum.SurfaceType.Smooth
- Part739.BrickColor = BrickColor.new("Bright yellow")
- Part739.Material = Enum.Material.Ice
- Part739.TopSurface = Enum.SurfaceType.Smooth
- Part739.brickColor = BrickColor.new("Bright yellow")
- Part739.FormFactor = Enum.FormFactor.Custom
- Part739.formFactor = Enum.FormFactor.Custom
- BlockMesh740.Parent = Part739
- BlockMesh740.Scale = Vector3.new(1, 1, 0.357142866)
- Decal741.Parent = Part739
- Decal741.Texture = "http://www.roblox.com/asset/?id=64841612"
- Part742.Parent = Tool0
- Part742.CFrame = CFrame.new(-40.7547798, 2.32478833, 21.8696289, -0.999999881, -2.70752389e-05, -5.2599753e-05, 6.14179371e-05, -0.384781361, -0.923004568, 4.89703643e-06, -0.923005104, 0.384788245)
- Part742.Orientation = Vector3.new(67.3699951, -0.00999999978, 179.98999)
- Part742.Position = Vector3.new(-40.7547798, 2.32478833, 21.8696289)
- Part742.Rotation = Vector3.new(67.3699951, 0, 180)
- Part742.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part742.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part742.BottomSurface = Enum.SurfaceType.Smooth
- Part742.BrickColor = BrickColor.new("Bright yellow")
- Part742.Material = Enum.Material.Ice
- Part742.TopSurface = Enum.SurfaceType.Smooth
- Part742.brickColor = BrickColor.new("Bright yellow")
- Part742.FormFactor = Enum.FormFactor.Custom
- Part742.formFactor = Enum.FormFactor.Custom
- CylinderMesh743.Parent = Part742
- CylinderMesh743.Scale = Vector3.new(0.535714269, 0.267857134, 0.357142866)
- Part744.Parent = Tool0
- Part744.CFrame = CFrame.new(-40.9280739, 1.71649992, 20.724823, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part744.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part744.Position = Vector3.new(-40.9280739, 1.71649992, 20.724823)
- Part744.Rotation = Vector3.new(90.0099945, 0, 180)
- Part744.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part744.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part744.BottomSurface = Enum.SurfaceType.Smooth
- Part744.BrickColor = BrickColor.new("Really black")
- Part744.TopSurface = Enum.SurfaceType.Smooth
- Part744.brickColor = BrickColor.new("Really black")
- Part744.FormFactor = Enum.FormFactor.Custom
- Part744.formFactor = Enum.FormFactor.Custom
- CylinderMesh745.Parent = Part744
- CylinderMesh745.Scale = Vector3.new(1.78571427, 0.669642806, 1.78571427)
- Part746.Parent = Tool0
- Part746.CFrame = CFrame.new(-40.553772, 1.67798948, 20.2559547, -0.000203985372, -0.70701009, -0.707203388, -0.000182979478, 0.70720309, -0.707006156, 1.00000012, -1.90624851e-05, -0.000269175653)
- Part746.Orientation = Vector3.new(44.9899979, -90.0199966, -0.00999999978)
- Part746.Position = Vector3.new(-40.553772, 1.67798948, 20.2559547)
- Part746.Rotation = Vector3.new(90.0199966, -45.0099983, 90.0199966)
- Part746.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part746.Size = Vector3.new(0.267857134, 0.267857134, 0.200000003)
- Part746.BottomSurface = Enum.SurfaceType.Smooth
- Part746.BrickColor = BrickColor.new("Bright yellow")
- Part746.Material = Enum.Material.Ice
- Part746.TopSurface = Enum.SurfaceType.Smooth
- Part746.brickColor = BrickColor.new("Bright yellow")
- Part746.FormFactor = Enum.FormFactor.Custom
- Part746.formFactor = Enum.FormFactor.Custom
- BlockMesh747.Parent = Part746
- BlockMesh747.Scale = Vector3.new(1, 1, 0.357142836)
- Decal748.Parent = Part746
- Decal748.Texture = "http://www.roblox.com/asset/?id=19736495"
- Part749.Parent = Tool0
- Part749.CFrame = CFrame.new(-40.335125, 1.05962396, 20.2348137, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part749.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part749.Position = Vector3.new(-40.335125, 1.05962396, 20.2348137)
- Part749.Rotation = Vector3.new(90.0099945, 0, 180)
- Part749.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part749.Size = Vector3.new(0.669642866, 1.00446427, 0.669642866)
- Part749.BottomSurface = Enum.SurfaceType.Smooth
- Part749.BrickColor = BrickColor.new("Really black")
- Part749.TopSurface = Enum.SurfaceType.Smooth
- Part749.brickColor = BrickColor.new("Really black")
- Part749.FormFactor = Enum.FormFactor.Custom
- Part749.formFactor = Enum.FormFactor.Custom
- CylinderMesh750.Parent = Part749
- Part751.Parent = Tool0
- Part751.CFrame = CFrame.new(-40.7491188, 1.43849456, 20.8992672, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part751.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part751.Position = Vector3.new(-40.7491188, 1.43849456, 20.8992672)
- Part751.Rotation = Vector3.new(90.0099945, 0, 180)
- Part751.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part751.Size = Vector3.new(0.803571403, 0.200000003, 0.625)
- Part751.BottomSurface = Enum.SurfaceType.Smooth
- Part751.BrickColor = BrickColor.new("Bright yellow")
- Part751.Material = Enum.Material.Ice
- Part751.TopSurface = Enum.SurfaceType.Smooth
- Part751.brickColor = BrickColor.new("Bright yellow")
- Part751.FormFactor = Enum.FormFactor.Custom
- Part751.formFactor = Enum.FormFactor.Custom
- CylinderMesh752.Parent = Part751
- CylinderMesh752.Scale = Vector3.new(1, 0.178571433, 1)
- Part753.Parent = Tool0
- Part753.CFrame = CFrame.new(-41.3740234, 1.62789774, 19.0951099, 0.999999881, -5.90240597e-05, -4.88428623e-06, -6.14775709e-05, -0.999996781, -0.000740349817, -4.98644067e-06, 0.000746504287, -0.999999881)
- Part753.Orientation = Vector3.new(0.0399999991, -180, -180)
- Part753.Position = Vector3.new(-41.3740234, 1.62789774, 19.0951099)
- Part753.Rotation = Vector3.new(179.959991, 0, 0)
- Part753.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part753.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part753.BottomSurface = Enum.SurfaceType.Smooth
- Part753.BrickColor = BrickColor.new("Bright yellow")
- Part753.Material = Enum.Material.Ice
- Part753.TopSurface = Enum.SurfaceType.Smooth
- Part753.brickColor = BrickColor.new("Bright yellow")
- Part753.FormFactor = Enum.FormFactor.Custom
- Part753.formFactor = Enum.FormFactor.Custom
- CylinderMesh754.Parent = Part753
- CylinderMesh754.Scale = Vector3.new(0.223214284, 0.714285731, 0.223214284)
- Part755.Parent = Tool0
- Part755.CFrame = CFrame.new(-40.7910767, 1.24756944, 20.9242191, -0.999999881, -4.65218363e-06, -5.97733961e-05, 6.22225707e-05, 0.000156703609, -0.999997079, 4.80739254e-06, -1.00000012, -0.000150552107)
- Part755.Orientation = Vector3.new(89.8600006, -158.349991, 21.6599998)
- Part755.Position = Vector3.new(-40.7910767, 1.24756944, 20.9242191)
- Part755.Rotation = Vector3.new(90.0099945, 0, 180)
- Part755.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part755.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part755.BottomSurface = Enum.SurfaceType.Smooth
- Part755.BrickColor = BrickColor.new("Really black")
- Part755.TopSurface = Enum.SurfaceType.Smooth
- Part755.brickColor = BrickColor.new("Really black")
- Part755.FormFactor = Enum.FormFactor.Custom
- Part755.formFactor = Enum.FormFactor.Custom
- CylinderMesh756.Parent = Part755
- CylinderMesh756.Scale = Vector3.new(0.446428567, 0.0446428582, 0.446428567)
- Part757.Parent = Tool0
- Part757.CFrame = CFrame.new(-40.2608566, 1.35968542, 19.0945663, -0.499783844, -0.000191709056, 0.866150141, -0.866149962, -0.000639550155, -0.499783844, 0.000649759546, -0.999999762, 0.000153588058)
- Part757.Orientation = Vector3.new(29.9899998, 89.9899979, -90.0400009)
- Part757.Position = Vector3.new(-40.2608566, 1.35968542, 19.0945663)
- Part757.Rotation = Vector3.new(89.9799957, 60.0099983, 179.979996)
- Part757.Color = Color3.new(0, 0.12549, 0.376471)
- Part757.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part757.BottomSurface = Enum.SurfaceType.Smooth
- Part757.BrickColor = BrickColor.new("Navy blue")
- Part757.Reflectance = 0.10000000149012
- Part757.TopSurface = Enum.SurfaceType.Smooth
- Part757.brickColor = BrickColor.new("Navy blue")
- Part757.FormFactor = Enum.FormFactor.Custom
- Part757.formFactor = Enum.FormFactor.Custom
- SpecialMesh758.Parent = Part757
- SpecialMesh758.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh758.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh758.MeshType = Enum.MeshType.FileMesh
- Part759.Parent = Tool0
- Part759.CFrame = CFrame.new(-40.9274635, 1.71631873, 20.5906143, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part759.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part759.Position = Vector3.new(-40.9274635, 1.71631873, 20.5906143)
- Part759.Rotation = Vector3.new(90.0099945, 0, 180)
- Part759.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part759.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part759.BottomSurface = Enum.SurfaceType.Smooth
- Part759.BrickColor = BrickColor.new("Really black")
- Part759.TopSurface = Enum.SurfaceType.Smooth
- Part759.brickColor = BrickColor.new("Really black")
- Part759.FormFactor = Enum.FormFactor.Custom
- Part759.formFactor = Enum.FormFactor.Custom
- CylinderMesh760.Parent = Part759
- CylinderMesh760.Scale = Vector3.new(1.51785719, 0.669642806, 1.51785719)
- Part761.Parent = Tool0
- Part761.CFrame = CFrame.new(-40.7541084, 1.91233778, 21.5506458, -0.999999881, 5.90240597e-05, -4.88428623e-06, 6.14775709e-05, 0.999996781, -0.000740349817, 4.98644067e-06, -0.000746504287, -0.999999881)
- Part761.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part761.Position = Vector3.new(-40.7541084, 1.91233778, 21.5506458)
- Part761.Rotation = Vector3.new(179.959991, 0, -180)
- Part761.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part761.Size = Vector3.new(0.200000003, 0.200000003, 0.428571433)
- Part761.BottomSurface = Enum.SurfaceType.Smooth
- Part761.BrickColor = BrickColor.new("Really black")
- Part761.TopSurface = Enum.SurfaceType.Smooth
- Part761.brickColor = BrickColor.new("Really black")
- Part761.FormFactor = Enum.FormFactor.Custom
- Part761.formFactor = Enum.FormFactor.Custom
- BlockMesh762.Parent = Part761
- BlockMesh762.Scale = Vector3.new(0.669642806, 0.446428567, 1)
- Part763.Parent = Tool0
- Part763.CFrame = CFrame.new(-40.7540474, 2.19380713, 21.4517727, 0.999999881, 5.90240597e-05, 4.88428623e-06, -6.14775709e-05, 0.999996781, 0.000740349817, -4.98644067e-06, -0.000746504287, 0.999999881)
- Part763.Orientation = Vector3.new(-0.0399999991, 0, 0)
- Part763.Position = Vector3.new(-40.7540474, 2.19380713, 21.4517727)
- Part763.Rotation = Vector3.new(-0.0399999991, 0, 0)
- Part763.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part763.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part763.BottomSurface = Enum.SurfaceType.Smooth
- Part763.BrickColor = BrickColor.new("Really black")
- Part763.TopSurface = Enum.SurfaceType.Smooth
- Part763.brickColor = BrickColor.new("Really black")
- Part763.FormFactor = Enum.FormFactor.Custom
- Part763.formFactor = Enum.FormFactor.Custom
- SpecialMesh764.Parent = Part763
- SpecialMesh764.Scale = Vector3.new(0.669642806, 0.133928567, 0.178571403)
- SpecialMesh764.MeshType = Enum.MeshType.Wedge
- Part765.Parent = Tool0
- Part765.CFrame = CFrame.new(-40.7541237, 2.2430687, 21.4921856, -0.999999881, 5.90240597e-05, -4.88428623e-06, 6.14775709e-05, 0.999996781, -0.000740349817, 4.98644067e-06, -0.000746504287, -0.999999881)
- Part765.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part765.Position = Vector3.new(-40.7541237, 2.2430687, 21.4921856)
- Part765.Rotation = Vector3.new(179.959991, 0, -180)
- Part765.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part765.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part765.BottomSurface = Enum.SurfaceType.Smooth
- Part765.BrickColor = BrickColor.new("Really black")
- Part765.TopSurface = Enum.SurfaceType.Smooth
- Part765.brickColor = BrickColor.new("Really black")
- Part765.FormFactor = Enum.FormFactor.Custom
- Part765.formFactor = Enum.FormFactor.Custom
- BlockMesh766.Parent = Part765
- BlockMesh766.Scale = Vector3.new(0.669642806, 0.357142866, 0.0446428582)
- Part767.Parent = Tool0
- Part767.CFrame = CFrame.new(-40.335125, 1.05962396, 20.2348137, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part767.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part767.Position = Vector3.new(-40.335125, 1.05962396, 20.2348137)
- Part767.Rotation = Vector3.new(90.0099945, 0, 180)
- Part767.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part767.Size = Vector3.new(0.401785702, 1.13839281, 0.401785702)
- Part767.BottomSurface = Enum.SurfaceType.Smooth
- Part767.BrickColor = BrickColor.new("Really black")
- Part767.TopSurface = Enum.SurfaceType.Smooth
- Part767.brickColor = BrickColor.new("Really black")
- Part767.FormFactor = Enum.FormFactor.Custom
- Part767.formFactor = Enum.FormFactor.Custom
- SpecialMesh768.Parent = Part767
- Part769.Parent = Tool0
- Part769.CFrame = CFrame.new(-40.7541122, 2.14002061, 21.452179, -0.999999881, -5.90240597e-05, 4.88428623e-06, 6.14775709e-05, -0.999996781, 0.000740349817, 4.98644067e-06, 0.000746504287, 0.999999881)
- Part769.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part769.Position = Vector3.new(-40.7541122, 2.14002061, 21.452179)
- Part769.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part769.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part769.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part769.BottomSurface = Enum.SurfaceType.Smooth
- Part769.BrickColor = BrickColor.new("Really black")
- Part769.TopSurface = Enum.SurfaceType.Smooth
- Part769.brickColor = BrickColor.new("Really black")
- Part769.FormFactor = Enum.FormFactor.Custom
- Part769.formFactor = Enum.FormFactor.Custom
- SpecialMesh770.Parent = Part769
- SpecialMesh770.Scale = Vector3.new(0.669642806, 0.223214284, 0.178571403)
- SpecialMesh770.MeshType = Enum.MeshType.Wedge
- Part771.Parent = Tool0
- Part771.CFrame = CFrame.new(-41.1557312, 1.54220915, 20.3677425, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part771.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part771.Position = Vector3.new(-41.1557312, 1.54220915, 20.3677425)
- Part771.Rotation = Vector3.new(90.0099945, 0, 180)
- Part771.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part771.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part771.BottomSurface = Enum.SurfaceType.Smooth
- Part771.BrickColor = BrickColor.new("Really black")
- Part771.TopSurface = Enum.SurfaceType.Smooth
- Part771.brickColor = BrickColor.new("Really black")
- Part771.FormFactor = Enum.FormFactor.Custom
- Part771.formFactor = Enum.FormFactor.Custom
- CylinderMesh772.Parent = Part771
- CylinderMesh772.Scale = Vector3.new(0.491071463, 1, 2.45535707)
- Part773.Parent = Tool0
- Part773.CFrame = CFrame.new(-41.1396599, 1.05948305, 20.2342987, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part773.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part773.Position = Vector3.new(-41.1396599, 1.05948305, 20.2342987)
- Part773.Rotation = Vector3.new(90.0099945, 0, 180)
- Part773.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part773.Size = Vector3.new(0.669642866, 1.00446427, 0.669642866)
- Part773.BottomSurface = Enum.SurfaceType.Smooth
- Part773.BrickColor = BrickColor.new("Really black")
- Part773.TopSurface = Enum.SurfaceType.Smooth
- Part773.brickColor = BrickColor.new("Really black")
- Part773.FormFactor = Enum.FormFactor.Custom
- Part773.formFactor = Enum.FormFactor.Custom
- CylinderMesh774.Parent = Part773
- Part775.Parent = Tool0
- Part775.CFrame = CFrame.new(-40.1231995, 1.62748516, 19.0948219, -0.999999881, -5.90240597e-05, 4.88428623e-06, 6.14775709e-05, -0.999996781, 0.000740349817, 4.98644067e-06, 0.000746504287, 0.999999881)
- Part775.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part775.Position = Vector3.new(-40.1231995, 1.62748516, 19.0948219)
- Part775.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part775.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part775.BottomSurface = Enum.SurfaceType.Smooth
- Part775.TopSurface = Enum.SurfaceType.Smooth
- Part775.FormFactor = Enum.FormFactor.Custom
- Part775.formFactor = Enum.FormFactor.Custom
- CylinderMesh776.Parent = Part775
- CylinderMesh776.Scale = Vector3.new(0.223214284, 0.714285731, 0.223214284)
- Part777.Parent = Tool0
- Part777.CFrame = CFrame.new(-40.6151505, 1.90049481, 19.7877216, 0.965937734, -0.258774668, -6.12501244e-05, -9.96980234e-05, -0.000135453563, -1, 0.258774668, 0.965937674, -0.000156639027)
- Part777.Orientation = Vector3.new(90, -15, 0)
- Part777.Position = Vector3.new(-40.6151505, 1.90049481, 19.7877216)
- Part777.Rotation = Vector3.new(90.0099945, 0, 15)
- Part777.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part777.Size = Vector3.new(0.200000003, 1.11607146, 0.200000003)
- Part777.BottomSurface = Enum.SurfaceType.Smooth
- Part777.BrickColor = BrickColor.new("Really black")
- Part777.TopSurface = Enum.SurfaceType.Smooth
- Part777.brickColor = BrickColor.new("Really black")
- Part777.FormFactor = Enum.FormFactor.Custom
- Part777.formFactor = Enum.FormFactor.Custom
- BlockMesh778.Parent = Part777
- BlockMesh778.Scale = Vector3.new(0.669642806, 1, 0.133928552)
- Part779.Parent = Tool0
- Part779.CFrame = CFrame.new(-40.7487335, 1.43857121, 21.3148251, 0.000105960498, 0.00026713041, 0.999999881, -0.999996781, -0.000740716001, 0.000103707949, 0.000746897771, -0.999999881, 0.000266905059)
- Part779.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part779.Position = Vector3.new(-40.7487335, 1.43857121, 21.3148251)
- Part779.Rotation = Vector3.new(-21.2299995, 89.9700012, -68.3600006)
- Part779.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part779.Size = Vector3.new(0.200000003, 0.794642806, 0.200000003)
- Part779.BottomSurface = Enum.SurfaceType.Smooth
- Part779.BrickColor = BrickColor.new("Bright yellow")
- Part779.Material = Enum.Material.Ice
- Part779.TopSurface = Enum.SurfaceType.Smooth
- Part779.brickColor = BrickColor.new("Bright yellow")
- Part779.FormFactor = Enum.FormFactor.Custom
- Part779.formFactor = Enum.FormFactor.Custom
- CylinderMesh780.Parent = Part779
- CylinderMesh780.Scale = Vector3.new(0.714285731, 1, 0.714285731)
- Part781.Parent = Tool0
- Part781.CFrame = CFrame.new(-40.3361702, 0.999263406, 21.2133789, -1, 3.96483156e-05, -4.64508303e-05, 6.08814735e-05, 0.707079887, -0.70713371, 4.80778954e-06, -0.70713377, -0.707079828)
- Part781.Orientation = Vector3.new(45, -180, 0)
- Part781.Position = Vector3.new(-40.3361702, 0.999263406, 21.2133789)
- Part781.Rotation = Vector3.new(135, 0, -180)
- Part781.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part781.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part781.BottomSurface = Enum.SurfaceType.Smooth
- Part781.BrickColor = BrickColor.new("Really black")
- Part781.TopSurface = Enum.SurfaceType.Smooth
- Part781.brickColor = BrickColor.new("Really black")
- Part781.FormFactor = Enum.FormFactor.Custom
- Part781.formFactor = Enum.FormFactor.Custom
- CylinderMesh782.Parent = Part781
- CylinderMesh782.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part783.Parent = Tool0
- Part783.CFrame = CFrame.new(-40.834507, 0.880534649, 21.2909451, 0.000267469237, -0.706984162, -0.707229257, -0.500311196, -0.612441897, 0.612043917, -0.865841806, 0.353676051, -0.353880763)
- Part783.Orientation = Vector3.new(-37.7399979, -116.579994, -140.75)
- Part783.Position = Vector3.new(-40.834507, 0.880534649, 21.2909451)
- Part783.Rotation = Vector3.new(-120.040001, -45.0099983, 89.9799957)
- Part783.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part783.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part783.BottomSurface = Enum.SurfaceType.Smooth
- Part783.BrickColor = BrickColor.new("Really black")
- Part783.TopSurface = Enum.SurfaceType.Smooth
- Part783.brickColor = BrickColor.new("Really black")
- Part783.FormFactor = Enum.FormFactor.Custom
- Part783.formFactor = Enum.FormFactor.Custom
- CylinderMesh784.Parent = Part783
- CylinderMesh784.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part785.Parent = Tool0
- Part785.CFrame = CFrame.new(-40.1666718, 1.62729406, 19.094326, -0.000266630435, -0.999999881, -5.85052476e-05, -0.000156918308, 6.09969866e-05, -0.999997079, 1.00000012, -0.000266475457, -0.000150783366)
- Part785.Orientation = Vector3.new(89.8600006, -158.789993, -68.7600021)
- Part785.Position = Vector3.new(-40.1666718, 1.62729406, 19.094326)
- Part785.Rotation = Vector3.new(90.0099945, 0, 90.0199966)
- Part785.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part785.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part785.BottomSurface = Enum.SurfaceType.Smooth
- Part785.BrickColor = BrickColor.new("Bright yellow")
- Part785.Material = Enum.Material.Ice
- Part785.TopSurface = Enum.SurfaceType.Smooth
- Part785.brickColor = BrickColor.new("Bright yellow")
- Part785.FormFactor = Enum.FormFactor.Custom
- Part785.formFactor = Enum.FormFactor.Custom
- CylinderMesh786.Parent = Part785
- CylinderMesh786.Scale = Vector3.new(0.223214284, 0.446428567, 0.223214284)
- Part787.Parent = Tool0
- Part787.CFrame = CFrame.new(-40.5210915, 0.820468903, 21.3206844, 2.12967516e-05, -0.999999881, -3.30579351e-05, -0.865868926, 5.47610398e-07, -0.500265062, 0.500271976, 3.94242124e-05, -0.865868628)
- Part787.Orientation = Vector3.new(30.0199986, -180, -90)
- Part787.Position = Vector3.new(-40.5210915, 0.820468903, 21.3206844)
- Part787.Rotation = Vector3.new(149.979996, 0, 90)
- Part787.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part787.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part787.BottomSurface = Enum.SurfaceType.Smooth
- Part787.BrickColor = BrickColor.new("Really black")
- Part787.TopSurface = Enum.SurfaceType.Smooth
- Part787.brickColor = BrickColor.new("Really black")
- Part787.FormFactor = Enum.FormFactor.Custom
- Part787.formFactor = Enum.FormFactor.Custom
- CylinderMesh788.Parent = Part787
- CylinderMesh788.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part789.Parent = Tool0
- Part789.CFrame = CFrame.new(-40.6837616, 1.2479744, 20.924181, -0.999999881, -5.03929914e-06, -6.05335299e-05, 6.29826391e-05, 0.00015633108, -0.99999702, 5.19459854e-06, -1.00000012, -0.00015017949)
- Part789.Orientation = Vector3.new(89.8600006, -158.050003, 21.9399986)
- Part789.Position = Vector3.new(-40.6837616, 1.2479744, 20.924181)
- Part789.Rotation = Vector3.new(90.0099945, 0, 180)
- Part789.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part789.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part789.BottomSurface = Enum.SurfaceType.Smooth
- Part789.BrickColor = BrickColor.new("Really black")
- Part789.TopSurface = Enum.SurfaceType.Smooth
- Part789.brickColor = BrickColor.new("Really black")
- Part789.FormFactor = Enum.FormFactor.Custom
- Part789.formFactor = Enum.FormFactor.Custom
- CylinderMesh790.Parent = Part789
- CylinderMesh790.Scale = Vector3.new(0.446428567, 0.0446428582, 0.446428567)
- Part791.Parent = Tool0
- Part791.CFrame = CFrame.new(-40.5537529, 1.67994022, 19.8981743, -0.000267494819, -0.707010865, -0.707202494, -0.000156933762, 0.707202256, -0.707007051, 1.00000012, -8.23841838e-05, -0.000295675069)
- Part791.Orientation = Vector3.new(44.9899979, -90.0199966, -0.00999999978)
- Part791.Position = Vector3.new(-40.5537529, 1.67994022, 19.8981743)
- Part791.Rotation = Vector3.new(90.0199966, -45.0099983, 90.0199966)
- Part791.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part791.Size = Vector3.new(0.267857134, 0.267857134, 0.200000003)
- Part791.BottomSurface = Enum.SurfaceType.Smooth
- Part791.BrickColor = BrickColor.new("Really black")
- Part791.TopSurface = Enum.SurfaceType.Smooth
- Part791.brickColor = BrickColor.new("Really black")
- Part791.FormFactor = Enum.FormFactor.Custom
- Part791.formFactor = Enum.FormFactor.Custom
- BlockMesh792.Parent = Part791
- BlockMesh792.Scale = Vector3.new(1, 1, 0.357142836)
- Decal793.Parent = Part791
- Decal793.Texture = "http://www.roblox.com/asset/?id=25401482"
- Part794.Parent = Tool0
- Part794.CFrame = CFrame.new(-40.753727, 1.90757322, 21.4566555, -0.999999881, 5.90240597e-05, -4.88428623e-06, 6.14775709e-05, 0.999996781, -0.000740349817, 4.98644067e-06, -0.000746504287, -0.999999881)
- Part794.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part794.Position = Vector3.new(-40.753727, 1.90757322, 21.4566555)
- Part794.Rotation = Vector3.new(179.959991, 0, -180)
- Part794.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part794.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part794.BottomSurface = Enum.SurfaceType.Smooth
- Part794.BrickColor = BrickColor.new("Really black")
- Part794.TopSurface = Enum.SurfaceType.Smooth
- Part794.brickColor = BrickColor.new("Really black")
- Part794.FormFactor = Enum.FormFactor.Custom
- Part794.formFactor = Enum.FormFactor.Custom
- BlockMesh795.Parent = Part794
- BlockMesh795.Scale = Vector3.new(0.736607134, 0.178571433, 0.580357254)
- Part796.Parent = Tool0
- Part796.CFrame = CFrame.new(-41.13937, 1.05919504, 20.6365814, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part796.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part796.Position = Vector3.new(-41.13937, 1.05919504, 20.6365814)
- Part796.Rotation = Vector3.new(90.0099945, 0, 180)
- Part796.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part796.Size = Vector3.new(0.669642866, 0.200000003, 0.669642866)
- Part796.BottomSurface = Enum.SurfaceType.Smooth
- Part796.BrickColor = BrickColor.new("Bright yellow")
- Part796.Material = Enum.Material.Ice
- Part796.TopSurface = Enum.SurfaceType.Smooth
- Part796.brickColor = BrickColor.new("Bright yellow")
- Part796.FormFactor = Enum.FormFactor.Custom
- Part796.formFactor = Enum.FormFactor.Custom
- CylinderMesh797.Parent = Part796
- CylinderMesh797.Scale = Vector3.new(1.04999995, 0.334821403, 1.04999995)
- Part798.Parent = Tool0
- Part798.CFrame = CFrame.new(-40.9001198, 1.89976299, 19.7473602, 0.965944588, 0.258748621, -5.82870343e-05, -1.81566938e-05, -0.000166951882, -0.99999702, -0.258748859, 0.965944767, -0.000150417036)
- Part798.Orientation = Vector3.new(89.8600006, -158.819992, -173.789993)
- Part798.Position = Vector3.new(-40.9001198, 1.89976299, 19.7473602)
- Part798.Rotation = Vector3.new(90.0099945, 0, -15)
- Part798.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part798.Size = Vector3.new(0.200000003, 1.11607146, 0.200000003)
- Part798.BottomSurface = Enum.SurfaceType.Smooth
- Part798.BrickColor = BrickColor.new("Really black")
- Part798.TopSurface = Enum.SurfaceType.Smooth
- Part798.brickColor = BrickColor.new("Really black")
- Part798.FormFactor = Enum.FormFactor.Custom
- Part798.formFactor = Enum.FormFactor.Custom
- BlockMesh799.Parent = Part798
- BlockMesh799.Scale = Vector3.new(0.669642806, 1, 0.133928552)
- Part800.Parent = Tool0
- Part800.CFrame = CFrame.new(-40.1847343, 1.58346486, 19.0952682, 0.000105215338, 0.000266683404, 0.999999881, -0.999996722, -0.000741312164, 0.000102962629, 0.000747493701, -0.999999881, 0.000266458548)
- Part800.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part800.Position = Vector3.new(-40.1847343, 1.58346486, 19.0952682)
- Part800.Rotation = Vector3.new(-21.1299992, 89.9700012, -68.4700012)
- Part800.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part800.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part800.BottomSurface = Enum.SurfaceType.Smooth
- Part800.BrickColor = BrickColor.new("Bright yellow")
- Part800.Material = Enum.Material.Ice
- Part800.Reflectance = 0.10000000149012
- Part800.TopSurface = Enum.SurfaceType.Smooth
- Part800.brickColor = BrickColor.new("Bright yellow")
- Part800.FormFactor = Enum.FormFactor.Custom
- Part800.formFactor = Enum.FormFactor.Custom
- SpecialMesh801.Parent = Part800
- SpecialMesh801.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh801.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh801.MeshType = Enum.MeshType.FileMesh
- Part802.Parent = Tool0
- Part802.CFrame = CFrame.new(-40.7480392, 1.44002724, 19.586256, -0.999999881, -4.83135545e-06, -5.90284326e-05, 6.14775709e-05, 0.000156450318, -0.999997079, 4.98644067e-06, -1.00000012, -0.000150298787)
- Part802.Orientation = Vector3.new(89.8600006, -158.559998, 21.4499989)
- Part802.Position = Vector3.new(-40.7480392, 1.44002724, 19.586256)
- Part802.Rotation = Vector3.new(90.0099945, 0, 180)
- Part802.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part802.Size = Vector3.new(0.803571403, 0.200000003, 0.625)
- Part802.BottomSurface = Enum.SurfaceType.Smooth
- Part802.BrickColor = BrickColor.new("Bright yellow")
- Part802.Material = Enum.Material.Ice
- Part802.TopSurface = Enum.SurfaceType.Smooth
- Part802.brickColor = BrickColor.new("Bright yellow")
- Part802.FormFactor = Enum.FormFactor.Custom
- Part802.formFactor = Enum.FormFactor.Custom
- CylinderMesh803.Parent = Part802
- CylinderMesh803.Scale = Vector3.new(1, 0.446428627, 1)
- Part804.Parent = Tool0
- Part804.CFrame = CFrame.new(-40.9262428, 1.05132961, 19.0956554, 0.96587491, -0.000238404493, -0.259008557, -0.259010196, -0.000164540077, -0.965871513, 0.000189103564, 1.00000012, -0.000214695348)
- Part804.Orientation = Vector3.new(74.9899979, -90.0499954, -90.0400009)
- Part804.Position = Vector3.new(-40.9262428, 1.05132961, 19.0956554)
- Part804.Rotation = Vector3.new(90.0099945, -15.0099993, 0.00999999978)
- Part804.Color = Color3.new(0, 0.12549, 0.376471)
- Part804.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part804.BottomSurface = Enum.SurfaceType.Smooth
- Part804.BrickColor = BrickColor.new("Navy blue")
- Part804.Reflectance = 0.10000000149012
- Part804.TopSurface = Enum.SurfaceType.Smooth
- Part804.brickColor = BrickColor.new("Navy blue")
- Part804.FormFactor = Enum.FormFactor.Custom
- Part804.formFactor = Enum.FormFactor.Custom
- SpecialMesh805.Parent = Part804
- SpecialMesh805.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh805.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh805.MeshType = Enum.MeshType.FileMesh
- Part806.Parent = Tool0
- Part806.CFrame = CFrame.new(-40.7481079, 2.15609574, 19.0937271, -0.000266630435, 0.999999881, 5.87585673e-05, -0.000156918308, -6.12503063e-05, 0.999997079, 1.00000012, 0.000266475399, 0.000150783395)
- Part806.Orientation = Vector3.new(-89.8600006, 21.289999, -111.32)
- Part806.Position = Vector3.new(-40.7481079, 2.15609574, 19.0937271)
- Part806.Rotation = Vector3.new(-89.9899979, 0, -90.0199966)
- Part806.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part806.Size = Vector3.new(0.200000003, 0.535714269, 0.200000003)
- Part806.BottomSurface = Enum.SurfaceType.Smooth
- Part806.BrickColor = BrickColor.new("Really black")
- Part806.TopSurface = Enum.SurfaceType.Smooth
- Part806.brickColor = BrickColor.new("Really black")
- Part806.FormFactor = Enum.FormFactor.Custom
- Part806.formFactor = Enum.FormFactor.Custom
- CylinderMesh807.Parent = Part806
- CylinderMesh807.Scale = Vector3.new(0.446428567, 1.0999999, 0.446428567)
- Part808.Parent = Tool0
- Part808.CFrame = CFrame.new(-40.6410561, 0.871514559, 21.2910194, -0.706894219, -0.70731914, -3.40281695e-05, -0.612431943, 0.612091541, -0.500265002, 0.353872865, -0.353618383, -0.865868628)
- Part808.Orientation = Vector3.new(30.0199986, -180, -45.0200005)
- Part808.Position = Vector3.new(-40.6410561, 0.871514559, 21.2910194)
- Part808.Rotation = Vector3.new(149.979996, 0, 134.979996)
- Part808.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part808.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part808.BottomSurface = Enum.SurfaceType.Smooth
- Part808.BrickColor = BrickColor.new("Really black")
- Part808.TopSurface = Enum.SurfaceType.Smooth
- Part808.brickColor = BrickColor.new("Really black")
- Part808.FormFactor = Enum.FormFactor.Custom
- Part808.formFactor = Enum.FormFactor.Custom
- CylinderMesh809.Parent = Part808
- CylinderMesh809.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part810.Parent = Tool0
- Part810.CFrame = CFrame.new(-41.1395798, 1.04953945, 21.1391182, -0.999999881, 1.06203042e-05, -5.79415428e-05, 6.1164792e-05, 0.259042054, -0.965862989, 4.89740205e-06, -0.965867639, -0.259036958)
- Part810.Orientation = Vector3.new(74.9899979, -179.98999, 0.00999999978)
- Part810.Position = Vector3.new(-41.1395798, 1.04953945, 21.1391182)
- Part810.Rotation = Vector3.new(105.009995, 0, -180)
- Part810.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part810.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part810.BottomSurface = Enum.SurfaceType.Smooth
- Part810.BrickColor = BrickColor.new("Really black")
- Part810.TopSurface = Enum.SurfaceType.Smooth
- Part810.brickColor = BrickColor.new("Really black")
- Part810.FormFactor = Enum.FormFactor.Custom
- Part810.formFactor = Enum.FormFactor.Custom
- CylinderMesh811.Parent = Part810
- CylinderMesh811.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part812.Parent = Tool0
- Part812.CFrame = CFrame.new(-40.6838226, 1.09281445, 21.1529884, 0.000264369563, 2.05480828e-05, -1, -0.500311732, -0.865845382, -0.000150058651, -0.865845382, 0.500311732, -0.000218622692)
- Part812.Orientation = Vector3.new(0.00999999978, -90.0099945, -149.979996)
- Part812.Position = Vector3.new(-40.6838226, 1.09281445, 21.1529884)
- Part812.Rotation = Vector3.new(149.979996, -90, 0)
- Part812.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part812.Size = Vector3.new(0.200000003, 0.223214284, 0.200000003)
- Part812.BottomSurface = Enum.SurfaceType.Smooth
- Part812.BrickColor = BrickColor.new("Really black")
- Part812.TopSurface = Enum.SurfaceType.Smooth
- Part812.brickColor = BrickColor.new("Really black")
- Part812.FormFactor = Enum.FormFactor.Custom
- Part812.formFactor = Enum.FormFactor.Custom
- CylinderMesh813.Parent = Part812
- CylinderMesh813.Scale = Vector3.new(0.223214284, 1, 0.223214284)
- Part814.Parent = Tool0
- Part814.CFrame = CFrame.new(-40.2199745, 1.4668206, 19.0950718, -0.25862512, -0.965977669, -4.82578525e-06, -0.965973973, 0.258626699, -0.000740451156, 0.000722490018, -0.00018828809, -0.999999881)
- Part814.Orientation = Vector3.new(0.0399999991, -180, -75.0100021)
- Part814.Position = Vector3.new(-40.2199745, 1.4668206, 19.0950718)
- Part814.Rotation = Vector3.new(179.959991, 0, 104.989998)
- Part814.Color = Color3.new(0, 0.12549, 0.376471)
- Part814.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part814.BottomSurface = Enum.SurfaceType.Smooth
- Part814.BrickColor = BrickColor.new("Navy blue")
- Part814.Reflectance = 0.10000000149012
- Part814.TopSurface = Enum.SurfaceType.Smooth
- Part814.brickColor = BrickColor.new("Navy blue")
- Part814.FormFactor = Enum.FormFactor.Custom
- Part814.formFactor = Enum.FormFactor.Custom
- SpecialMesh815.Parent = Part814
- SpecialMesh815.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh815.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh815.MeshType = Enum.MeshType.FileMesh
- Part816.Parent = Tool0
- Part816.CFrame = CFrame.new(-41.2838936, 1.46246254, 19.0953693, 0.258808136, 0.965928674, 4.71024578e-06, -0.965926349, 0.258804917, 0.000740929623, 0.000720372889, -0.00019804234, 0.999999881)
- Part816.Orientation = Vector3.new(-0.0399999991, 0, -75)
- Part816.Position = Vector3.new(-41.2838936, 1.46246254, 19.0953693)
- Part816.Rotation = Vector3.new(-0.0399999991, 0, -75)
- Part816.Color = Color3.new(0, 0.12549, 0.376471)
- Part816.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part816.BottomSurface = Enum.SurfaceType.Smooth
- Part816.BrickColor = BrickColor.new("Navy blue")
- Part816.Reflectance = 0.10000000149012
- Part816.TopSurface = Enum.SurfaceType.Smooth
- Part816.brickColor = BrickColor.new("Navy blue")
- Part816.FormFactor = Enum.FormFactor.Custom
- Part816.formFactor = Enum.FormFactor.Custom
- SpecialMesh817.Parent = Part816
- SpecialMesh817.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh817.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh817.MeshType = Enum.MeshType.FileMesh
- Part818.Parent = Tool0
- Part818.CFrame = CFrame.new(-40.5777817, 1.05572367, 19.0960236, -0.965899765, -0.000210822822, 0.258916169, -0.25891313, 2.81648245e-05, -0.965897501, 0.000198075562, -1.00000012, -7.58853275e-05)
- Part818.Orientation = Vector3.new(74.9899979, 90.0199966, -89.9899979)
- Part818.Position = Vector3.new(-40.5777817, 1.05572367, 19.0960236)
- Part818.Rotation = Vector3.new(90, 15.0099993, 179.98999)
- Part818.Color = Color3.new(0, 0.12549, 0.376471)
- Part818.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part818.BottomSurface = Enum.SurfaceType.Smooth
- Part818.BrickColor = BrickColor.new("Navy blue")
- Part818.Reflectance = 0.10000000149012
- Part818.TopSurface = Enum.SurfaceType.Smooth
- Part818.brickColor = BrickColor.new("Navy blue")
- Part818.FormFactor = Enum.FormFactor.Custom
- Part818.formFactor = Enum.FormFactor.Custom
- SpecialMesh819.Parent = Part818
- SpecialMesh819.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh819.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh819.MeshType = Enum.MeshType.FileMesh
- Part820.Parent = Tool0
- Part820.CFrame = CFrame.new(-40.3864517, 1.17236757, 19.0952034, -0.706932187, -0.000318247738, 0.707281172, -0.707277238, -0.000427648018, -0.706931949, 0.000531902944, -1.00000012, 8.14744271e-05)
- Part820.Orientation = Vector3.new(44.9899979, 89.9899979, -90.0299988)
- Part820.Position = Vector3.new(-40.3864517, 1.17236757, 19.0952034)
- Part820.Rotation = Vector3.new(89.9899979, 45.0099983, 179.970001)
- Part820.Color = Color3.new(0, 0.12549, 0.376471)
- Part820.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part820.BottomSurface = Enum.SurfaceType.Smooth
- Part820.BrickColor = BrickColor.new("Navy blue")
- Part820.Reflectance = 0.10000000149012
- Part820.TopSurface = Enum.SurfaceType.Smooth
- Part820.brickColor = BrickColor.new("Navy blue")
- Part820.FormFactor = Enum.FormFactor.Custom
- Part820.formFactor = Enum.FormFactor.Custom
- SpecialMesh821.Parent = Part820
- SpecialMesh821.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh821.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh821.MeshType = Enum.MeshType.FileMesh
- Part822.Parent = Tool0
- Part822.CFrame = CFrame.new(-41.042614, 0.844411135, 21.3114357, 0.000284873735, -0.865844786, 0.500312746, -0.50031215, 0.433069944, 0.74975884, -0.865845144, -0.2505261, -0.433069289)
- Part822.Orientation = Vector3.new(-48.5699997, 130.87999, -49.1199989)
- Part822.Position = Vector3.new(-41.042614, 0.844411135, 21.3114357)
- Part822.Rotation = Vector3.new(-120.009995, 30.0199986, 89.9799957)
- Part822.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part822.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part822.BottomSurface = Enum.SurfaceType.Smooth
- Part822.BrickColor = BrickColor.new("Really black")
- Part822.TopSurface = Enum.SurfaceType.Smooth
- Part822.brickColor = BrickColor.new("Really black")
- Part822.FormFactor = Enum.FormFactor.Custom
- Part822.formFactor = Enum.FormFactor.Custom
- CylinderMesh823.Parent = Part822
- CylinderMesh823.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part824.Parent = Tool0
- Part824.CFrame = CFrame.new(-40.8190498, 1.00602782, 19.0959415, 0.96587491, -0.259008646, -2.17359211e-05, -0.259010166, -0.965871215, -0.000801524846, 0.000188060454, 0.000785784796, -0.999999821)
- Part824.Orientation = Vector3.new(0.049999997, -180, -164.98999)
- Part824.Position = Vector3.new(-40.8190498, 1.00602782, 19.0959415)
- Part824.Rotation = Vector3.new(179.949997, 0, 15.0099993)
- Part824.Color = Color3.new(0, 0.12549, 0.376471)
- Part824.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part824.BottomSurface = Enum.SurfaceType.Smooth
- Part824.BrickColor = BrickColor.new("Navy blue")
- Part824.Reflectance = 0.10000000149012
- Part824.TopSurface = Enum.SurfaceType.Smooth
- Part824.brickColor = BrickColor.new("Navy blue")
- Part824.FormFactor = Enum.FormFactor.Custom
- Part824.formFactor = Enum.FormFactor.Custom
- SpecialMesh825.Parent = Part824
- SpecialMesh825.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh825.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh825.MeshType = Enum.MeshType.FileMesh
- Part826.Parent = Tool0
- Part826.CFrame = CFrame.new(-40.4884148, 1.10937834, 19.0952644, -0.965899706, -0.258916467, -5.15378497e-06, -0.258913368, 0.965897262, -0.000741048018, 0.000198582275, -0.000720350072, -0.999999881)
- Part826.Orientation = Vector3.new(0.0399999991, -180, -15.0099993)
- Part826.Position = Vector3.new(-40.4884148, 1.10937834, 19.0952644)
- Part826.Rotation = Vector3.new(179.959991, 0, 164.98999)
- Part826.Color = Color3.new(0, 0.12549, 0.376471)
- Part826.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part826.BottomSurface = Enum.SurfaceType.Smooth
- Part826.BrickColor = BrickColor.new("Navy blue")
- Part826.Reflectance = 0.10000000149012
- Part826.TopSurface = Enum.SurfaceType.Smooth
- Part826.brickColor = BrickColor.new("Navy blue")
- Part826.FormFactor = Enum.FormFactor.Custom
- Part826.formFactor = Enum.FormFactor.Custom
- SpecialMesh827.Parent = Part826
- SpecialMesh827.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh827.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh827.MeshType = Enum.MeshType.FileMesh
- Part828.Parent = Tool0
- Part828.CFrame = CFrame.new(-40.7531624, 1.74202073, 21.7740726, -0.999999881, 4.4740882e-06, 5.80447886e-05, 6.04939851e-05, -0.000157493399, 0.99999702, 4.62908793e-06, 1.00000012, 0.000151341897)
- Part828.Orientation = Vector3.new(-89.8600006, 20.9799995, 158.98999)
- Part828.Position = Vector3.new(-40.7531624, 1.74202073, 21.7740726)
- Part828.Rotation = Vector3.new(-89.9899979, 0, -180)
- Part828.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part828.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part828.BottomSurface = Enum.SurfaceType.Smooth
- Part828.BrickColor = BrickColor.new("Really black")
- Part828.TopSurface = Enum.SurfaceType.Smooth
- Part828.brickColor = BrickColor.new("Really black")
- Part828.FormFactor = Enum.FormFactor.Custom
- Part828.formFactor = Enum.FormFactor.Custom
- SpecialMesh829.Parent = Part828
- SpecialMesh829.Scale = Vector3.new(0.669642806, 0.803571045, 0.803571463)
- SpecialMesh829.MeshType = Enum.MeshType.Wedge
- Part830.Parent = Tool0
- Part830.CFrame = CFrame.new(-41.1186371, 1.16755998, 19.095562, 0.706965446, -0.000579189102, -0.707247794, -0.707247436, 0.000156046415, -0.706961811, 0.000524077157, 1.00000012, -0.000294859172)
- Part830.Orientation = Vector3.new(44.9899979, -90.0199966, -89.9899979)
- Part830.Position = Vector3.new(-41.1186371, 1.16755998, 19.095562)
- Part830.Rotation = Vector3.new(90.0199966, -45.0099983, 0.049999997)
- Part830.Color = Color3.new(0, 0.12549, 0.376471)
- Part830.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part830.BottomSurface = Enum.SurfaceType.Smooth
- Part830.BrickColor = BrickColor.new("Navy blue")
- Part830.Reflectance = 0.10000000149012
- Part830.TopSurface = Enum.SurfaceType.Smooth
- Part830.brickColor = BrickColor.new("Navy blue")
- Part830.FormFactor = Enum.FormFactor.Custom
- Part830.formFactor = Enum.FormFactor.Custom
- SpecialMesh831.Parent = Part830
- SpecialMesh831.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh831.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh831.MeshType = Enum.MeshType.FileMesh
- Part832.Parent = Tool0
- Part832.CFrame = CFrame.new(-40.3355026, 1.05795586, 21.0274315, -0.999999881, -4.65277571e-06, -5.84024892e-05, 6.08516639e-05, 0.000157091068, -0.99999702, 4.80779636e-06, -1.00000012, -0.000150939566)
- Part832.Orientation = Vector3.new(89.8600006, -158.849991, 21.1700001)
- Part832.Position = Vector3.new(-40.3355026, 1.05795586, 21.0274315)
- Part832.Rotation = Vector3.new(90.0099945, 0, 180)
- Part832.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part832.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part832.BottomSurface = Enum.SurfaceType.Smooth
- Part832.BrickColor = BrickColor.new("Really black")
- Part832.TopSurface = Enum.SurfaceType.Smooth
- Part832.brickColor = BrickColor.new("Really black")
- Part832.FormFactor = Enum.FormFactor.Custom
- Part832.formFactor = Enum.FormFactor.Custom
- CylinderMesh833.Parent = Part832
- CylinderMesh833.Scale = Vector3.new(0.334821403, 0.892857134, 0.334821403)
- Part834.Parent = Tool0
- Part834.CFrame = CFrame.new(-41.0161591, 1.10464633, 19.095232, 0.96587491, 0.259008676, 5.4968632e-06, -0.259010166, 0.965871334, 0.000740967575, 0.000188060454, -0.000723087811, 0.999999881)
- Part834.Orientation = Vector3.new(-0.0399999991, 0, -15.0099993)
- Part834.Position = Vector3.new(-41.0161591, 1.10464633, 19.095232)
- Part834.Rotation = Vector3.new(-0.0399999991, 0, -15.0099993)
- Part834.Color = Color3.new(0, 0.12549, 0.376471)
- Part834.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part834.BottomSurface = Enum.SurfaceType.Smooth
- Part834.BrickColor = BrickColor.new("Navy blue")
- Part834.Reflectance = 0.10000000149012
- Part834.TopSurface = Enum.SurfaceType.Smooth
- Part834.brickColor = BrickColor.new("Navy blue")
- Part834.FormFactor = Enum.FormFactor.Custom
- Part834.formFactor = Enum.FormFactor.Custom
- SpecialMesh835.Parent = Part834
- SpecialMesh835.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh835.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh835.MeshType = Enum.MeshType.FileMesh
- Part836.Parent = Tool0
- Part836.CFrame = CFrame.new(-41.2437744, 1.35499358, 19.0949478, 0.499893993, -0.000590392621, -0.866086364, -0.866086364, 0.000402996928, -0.499894232, 0.000644164043, 0.999999762, -0.000309875235)
- Part836.Orientation = Vector3.new(29.9899998, -90.0199966, -89.9700012)
- Part836.Position = Vector3.new(-41.2437744, 1.35499358, 19.0949478)
- Part836.Rotation = Vector3.new(90.0400009, -60.0099983, 0.0700000003)
- Part836.Color = Color3.new(0, 0.12549, 0.376471)
- Part836.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part836.BottomSurface = Enum.SurfaceType.Smooth
- Part836.BrickColor = BrickColor.new("Navy blue")
- Part836.Reflectance = 0.10000000149012
- Part836.TopSurface = Enum.SurfaceType.Smooth
- Part836.brickColor = BrickColor.new("Navy blue")
- Part836.FormFactor = Enum.FormFactor.Custom
- Part836.formFactor = Enum.FormFactor.Custom
- SpecialMesh837.Parent = Part836
- SpecialMesh837.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh837.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh837.MeshType = Enum.MeshType.FileMesh
- Part838.Parent = Tool0
- Part838.CFrame = CFrame.new(-41.1860046, 1.25730574, 19.0949173, 0.70696497, 0.707248449, 5.79122161e-06, -0.707247913, 0.706961036, 0.000740873977, 0.000524136878, -0.000532321923, 1)
- Part838.Orientation = Vector3.new(-0.0399999991, 0, -45.0099983)
- Part838.Position = Vector3.new(-41.1860046, 1.25730574, 19.0949173)
- Part838.Rotation = Vector3.new(-0.0399999991, 0, -45.0099983)
- Part838.Color = Color3.new(0, 0.12549, 0.376471)
- Part838.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part838.BottomSurface = Enum.SurfaceType.Smooth
- Part838.BrickColor = BrickColor.new("Navy blue")
- Part838.Reflectance = 0.10000000149012
- Part838.TopSurface = Enum.SurfaceType.Smooth
- Part838.brickColor = BrickColor.new("Navy blue")
- Part838.FormFactor = Enum.FormFactor.Custom
- Part838.formFactor = Enum.FormFactor.Custom
- SpecialMesh839.Parent = Part838
- SpecialMesh839.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh839.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh839.MeshType = Enum.MeshType.FileMesh
- Part840.Parent = Tool0
- Part840.CFrame = CFrame.new(-40.7533073, 1.77734017, 21.6393852, -0.999999881, 5.80407395e-05, -4.52624863e-06, 6.04939851e-05, 0.999996722, -0.000741035445, 4.62908793e-06, -0.000747189857, -0.999999881)
- Part840.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part840.Position = Vector3.new(-40.7533073, 1.77734017, 21.6393852)
- Part840.Rotation = Vector3.new(179.959991, 0, -180)
- Part840.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part840.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part840.BottomSurface = Enum.SurfaceType.Smooth
- Part840.BrickColor = BrickColor.new("Really black")
- Part840.TopSurface = Enum.SurfaceType.Smooth
- Part840.brickColor = BrickColor.new("Really black")
- Part840.FormFactor = Enum.FormFactor.Custom
- Part840.formFactor = Enum.FormFactor.Custom
- BlockMesh841.Parent = Part840
- BlockMesh841.Scale = Vector3.new(0.669642806, 0.446428627, 0.535714746)
- Part842.Parent = Tool0
- Part842.CFrame = CFrame.new(-41.3113976, 1.57773495, 19.095171, 0.000104649094, -0.000266772753, -0.999999881, -0.999996722, 0.000741282478, -0.000102396458, 0.000747463782, 0.999999881, -0.000266548333)
- Part842.Orientation = Vector3.new(0.00999999978, -90.0199966, -89.9599991)
- Part842.Position = Vector3.new(-41.3113976, 1.57773495, 19.095171)
- Part842.Rotation = Vector3.new(158.98999, -89.9700012, 68.5800018)
- Part842.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part842.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part842.BottomSurface = Enum.SurfaceType.Smooth
- Part842.BrickColor = BrickColor.new("Bright yellow")
- Part842.Material = Enum.Material.Ice
- Part842.Reflectance = 0.10000000149012
- Part842.TopSurface = Enum.SurfaceType.Smooth
- Part842.brickColor = BrickColor.new("Bright yellow")
- Part842.FormFactor = Enum.FormFactor.Custom
- Part842.formFactor = Enum.FormFactor.Custom
- SpecialMesh843.Parent = Part842
- SpecialMesh843.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh843.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh843.MeshType = Enum.MeshType.FileMesh
- Part844.Parent = Tool0
- Part844.CFrame = CFrame.new(-40.7489433, 1.43986607, 20.2559547, -1, 0.000178551345, 3.51970193e-05, -3.52763454e-05, -0.000444298668, -0.99999994, -0.000178535702, -0.999999881, 0.000444304984)
- Part844.Orientation = Vector3.new(89.9799957, 4.52999973, -175.459991)
- Part844.Position = Vector3.new(-40.7489433, 1.43986607, 20.2559547)
- Part844.Rotation = Vector3.new(89.9700012, 0, -179.98999)
- Part844.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part844.Size = Vector3.new(0.803571403, 1.25, 0.625)
- Part844.BottomSurface = Enum.SurfaceType.Smooth
- Part844.BrickColor = BrickColor.new("Really black")
- Part844.TopSurface = Enum.SurfaceType.Smooth
- Part844.brickColor = BrickColor.new("Really black")
- Part844.FormFactor = Enum.FormFactor.Custom
- Part844.formFactor = Enum.FormFactor.Custom
- CylinderMesh845.Parent = Part844
- Part846.Parent = Tool0
- Part846.CFrame = CFrame.new(-40.7485771, 1.43846297, 21.2744694, 0.000115049894, 0.000270945631, 0.999999881, -0.999996781, -0.000744648976, 0.000112801208, 0.000750833657, -0.999999881, 0.000270713033)
- Part846.Orientation = Vector3.new(-0.00999999978, 89.9799957, -90.0400009)
- Part846.Position = Vector3.new(-40.7485771, 1.43846297, 21.2744694)
- Part846.Rotation = Vector3.new(-22.6199989, 89.9700012, -66.9899979)
- Part846.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part846.Size = Vector3.new(0.200000003, 0.267857105, 0.200000003)
- Part846.BottomSurface = Enum.SurfaceType.Smooth
- Part846.BrickColor = BrickColor.new("Bright yellow")
- Part846.Material = Enum.Material.Ice
- Part846.TopSurface = Enum.SurfaceType.Smooth
- Part846.brickColor = BrickColor.new("Bright yellow")
- Part846.FormFactor = Enum.FormFactor.Custom
- Part846.formFactor = Enum.FormFactor.Custom
- CylinderMesh847.Parent = Part846
- CylinderMesh847.Scale = Vector3.new(0.892857134, 1, 0.892857134)
- Part848.Parent = Tool0
- Part848.CFrame = CFrame.new(-40.791153, 1.24952424, 21.0044289, -0.999999881, -6.50026996e-05, -6.86652347e-05, 5.1932926e-05, 0.259041339, -0.965863228, 8.07170363e-05, -0.965867758, -0.259036243)
- Part848.Orientation = Vector3.new(74.9899979, -179.979996, 0.00999999978)
- Part848.Position = Vector3.new(-40.791153, 1.24952424, 21.0044289)
- Part848.Rotation = Vector3.new(105.009995, 0, 180)
- Part848.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part848.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part848.BottomSurface = Enum.SurfaceType.Smooth
- Part848.BrickColor = BrickColor.new("Really black")
- Part848.TopSurface = Enum.SurfaceType.Smooth
- Part848.brickColor = BrickColor.new("Really black")
- Part848.FormFactor = Enum.FormFactor.Custom
- Part848.formFactor = Enum.FormFactor.Custom
- CylinderMesh849.Parent = Part848
- CylinderMesh849.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part850.Parent = Tool0
- Part850.CFrame = CFrame.new(-40.7907715, 1.25247526, 20.9592152, -0.999999881, -7.06167521e-06, -6.92069298e-05, 7.16556751e-05, 0.00016078644, -0.99999702, 7.21859942e-06, -1.00000012, -0.000154634705)
- Part850.Orientation = Vector3.new(89.8600006, -155.889999, 24.0199986)
- Part850.Position = Vector3.new(-40.7907715, 1.25247526, 20.9592152)
- Part850.Rotation = Vector3.new(90.0099945, 0, 180)
- Part850.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part850.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part850.BottomSurface = Enum.SurfaceType.Smooth
- Part850.BrickColor = BrickColor.new("Really black")
- Part850.TopSurface = Enum.SurfaceType.Smooth
- Part850.brickColor = BrickColor.new("Really black")
- Part850.FormFactor = Enum.FormFactor.Custom
- Part850.formFactor = Enum.FormFactor.Custom
- CylinderMesh851.Parent = Part850
- CylinderMesh851.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part852.Parent = Tool0
- Part852.CFrame = CFrame.new(-40.7910843, 1.20892286, 21.0852032, -0.999999881, -2.50598187e-05, -6.27647314e-05, 2.91139713e-05, 0.707075536, -0.70713383, 6.22463049e-05, -0.707140326, -0.70707345)
- Part852.Orientation = Vector3.new(45, -179.98999, 0)
- Part852.Position = Vector3.new(-40.7910843, 1.20892286, 21.0852032)
- Part852.Rotation = Vector3.new(135, 0, 180)
- Part852.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part852.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part852.BottomSurface = Enum.SurfaceType.Smooth
- Part852.BrickColor = BrickColor.new("Really black")
- Part852.TopSurface = Enum.SurfaceType.Smooth
- Part852.brickColor = BrickColor.new("Really black")
- Part852.FormFactor = Enum.FormFactor.Custom
- Part852.formFactor = Enum.FormFactor.Custom
- CylinderMesh853.Parent = Part852
- CylinderMesh853.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part854.Parent = Tool0
- Part854.CFrame = CFrame.new(-40.7911568, 1.23446536, 21.0475922, -0.999999881, -4.5224544e-05, -7.35046269e-05, 4.34826288e-05, 0.500134528, -0.865944207, 7.60703333e-05, -0.865950048, -0.500130773)
- Part854.Orientation = Vector3.new(59.9899979, -179.98999, 0)
- Part854.Position = Vector3.new(-40.7911568, 1.23446536, 21.0475922)
- Part854.Rotation = Vector3.new(120.009995, 0, 180)
- Part854.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part854.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part854.BottomSurface = Enum.SurfaceType.Smooth
- Part854.BrickColor = BrickColor.new("Really black")
- Part854.TopSurface = Enum.SurfaceType.Smooth
- Part854.brickColor = BrickColor.new("Really black")
- Part854.FormFactor = Enum.FormFactor.Custom
- Part854.formFactor = Enum.FormFactor.Custom
- CylinderMesh855.Parent = Part854
- CylinderMesh855.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part856.Parent = Tool0
- Part856.CFrame = CFrame.new(-40.694416, 1.02005529, 19.0954762, -0.96590203, 0.129363507, 0.224272639, -0.258904397, -0.483285964, -0.836299658, 0.000202900774, -0.86584872, 0.500306368)
- Part856.Orientation = Vector3.new(56.75, 24.1499996, -151.819992)
- Part856.Position = Vector3.new(-40.694416, 1.02005529, 19.0954762)
- Part856.Rotation = Vector3.new(59.1099968, 12.96, -172.369995)
- Part856.Color = Color3.new(0, 0.12549, 0.376471)
- Part856.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part856.BottomSurface = Enum.SurfaceType.Smooth
- Part856.BrickColor = BrickColor.new("Navy blue")
- Part856.Reflectance = 0.10000000149012
- Part856.TopSurface = Enum.SurfaceType.Smooth
- Part856.brickColor = BrickColor.new("Navy blue")
- Part856.FormFactor = Enum.FormFactor.Custom
- Part856.formFactor = Enum.FormFactor.Custom
- SpecialMesh857.Parent = Part856
- SpecialMesh857.MeshId = "http://www.roblox.com/asset/?id=3270017"
- SpecialMesh857.Scale = Vector3.new(0.138392851, 0.116071425, 0.178571433)
- SpecialMesh857.MeshType = Enum.MeshType.FileMesh
- Part858.Parent = Tool0
- Part858.CFrame = CFrame.new(-40.6843834, 1.24437392, 20.9965458, -1, 1.01808082e-05, -7.23837293e-05, 7.25502468e-05, 0.259041458, -0.965866208, 8.91708714e-06, -0.965866208, -0.259041458)
- Part858.Orientation = Vector3.new(74.9899979, -179.979996, 0.0199999996)
- Part858.Position = Vector3.new(-40.6843834, 1.24437392, 20.9965458)
- Part858.Rotation = Vector3.new(105.009995, 0, -180)
- Part858.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part858.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part858.BottomSurface = Enum.SurfaceType.Smooth
- Part858.BrickColor = BrickColor.new("Really black")
- Part858.TopSurface = Enum.SurfaceType.Smooth
- Part858.brickColor = BrickColor.new("Really black")
- Part858.FormFactor = Enum.FormFactor.Custom
- Part858.formFactor = Enum.FormFactor.Custom
- CylinderMesh859.Parent = Part858
- CylinderMesh859.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part860.Parent = Tool0
- Part860.CFrame = CFrame.new(-41.0614433, 1.65396047, 20.3675232, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part860.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part860.Position = Vector3.new(-41.0614433, 1.65396047, 20.3675232)
- Part860.Rotation = Vector3.new(90.0099945, 0, 180)
- Part860.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part860.Size = Vector3.new(0.200000003, 0.3125, 0.200000003)
- Part860.BottomSurface = Enum.SurfaceType.Smooth
- Part860.BrickColor = BrickColor.new("Really black")
- Part860.TopSurface = Enum.SurfaceType.Smooth
- Part860.brickColor = BrickColor.new("Really black")
- Part860.FormFactor = Enum.FormFactor.Custom
- Part860.formFactor = Enum.FormFactor.Custom
- CylinderMesh861.Parent = Part860
- CylinderMesh861.Scale = Vector3.new(1.78571427, 1, 1.78571427)
- Part862.Parent = Tool0
- Part862.CFrame = CFrame.new(-40.6838646, 1.2469871, 20.9511261, -0.999999881, -9.17725902e-06, -7.01019453e-05, 7.25503487e-05, 0.000160682102, -0.99999702, 9.33430056e-06, -1.00000012, -0.000154530222)
- Part862.Orientation = Vector3.new(89.8600006, -155.599991, 24.2999992)
- Part862.Position = Vector3.new(-40.6838646, 1.2469871, 20.9511261)
- Part862.Rotation = Vector3.new(90.0099945, 0, 180)
- Part862.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part862.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part862.BottomSurface = Enum.SurfaceType.Smooth
- Part862.BrickColor = BrickColor.new("Really black")
- Part862.TopSurface = Enum.SurfaceType.Smooth
- Part862.brickColor = BrickColor.new("Really black")
- Part862.FormFactor = Enum.FormFactor.Custom
- Part862.formFactor = Enum.FormFactor.Custom
- CylinderMesh863.Parent = Part862
- CylinderMesh863.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part864.Parent = Tool0
- Part864.CFrame = CFrame.new(-41.1393509, 1.0586375, 20.8262634, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part864.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part864.Position = Vector3.new(-41.1393509, 1.0586375, 20.8262634)
- Part864.Rotation = Vector3.new(90.0099945, 0, 180)
- Part864.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part864.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part864.BottomSurface = Enum.SurfaceType.Smooth
- Part864.BrickColor = BrickColor.new("Really black")
- Part864.TopSurface = Enum.SurfaceType.Smooth
- Part864.brickColor = BrickColor.new("Really black")
- Part864.FormFactor = Enum.FormFactor.Custom
- Part864.formFactor = Enum.FormFactor.Custom
- CylinderMesh865.Parent = Part864
- CylinderMesh865.Scale = Vector3.new(1.33928561, 0.223214284, 1.33928561)
- Part866.Parent = Tool0
- Part866.CFrame = CFrame.new(-41.0804863, 0.866137028, 21.2989578, -0.706935763, -0.707277656, -4.1748106e-05, -0.612390816, 0.612127662, -0.500271142, 0.353861213, -0.353638798, -0.865865111)
- Part866.Orientation = Vector3.new(30.0199986, -180, -45.0099983)
- Part866.Position = Vector3.new(-41.0804863, 0.866137028, 21.2989578)
- Part866.Rotation = Vector3.new(149.979996, 0, 134.98999)
- Part866.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part866.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part866.BottomSurface = Enum.SurfaceType.Smooth
- Part866.BrickColor = BrickColor.new("Really black")
- Part866.TopSurface = Enum.SurfaceType.Smooth
- Part866.brickColor = BrickColor.new("Really black")
- Part866.FormFactor = Enum.FormFactor.Custom
- Part866.formFactor = Enum.FormFactor.Custom
- CylinderMesh867.Parent = Part866
- CylinderMesh867.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part868.Parent = Tool0
- Part868.CFrame = CFrame.new(-40.3345337, 1.05941164, 19.832346, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part868.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part868.Position = Vector3.new(-40.3345337, 1.05941164, 19.832346)
- Part868.Rotation = Vector3.new(90.0099945, 0, 180)
- Part868.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part868.Size = Vector3.new(0.669642866, 0.200000003, 0.669642866)
- Part868.BottomSurface = Enum.SurfaceType.Smooth
- Part868.BrickColor = BrickColor.new("Bright yellow")
- Part868.Material = Enum.Material.Ice
- Part868.TopSurface = Enum.SurfaceType.Smooth
- Part868.brickColor = BrickColor.new("Bright yellow")
- Part868.FormFactor = Enum.FormFactor.Custom
- Part868.formFactor = Enum.FormFactor.Custom
- CylinderMesh869.Parent = Part868
- CylinderMesh869.Scale = Vector3.new(1.04999995, 0.334821403, 1.04999995)
- Part870.Parent = Tool0
- Part870.CFrame = CFrame.new(-41.1392136, 1.05966687, 19.8327408, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part870.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part870.Position = Vector3.new(-41.1392136, 1.05966687, 19.8327408)
- Part870.Rotation = Vector3.new(90.0099945, 0, 180)
- Part870.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part870.Size = Vector3.new(0.669642866, 0.200000003, 0.669642866)
- Part870.BottomSurface = Enum.SurfaceType.Smooth
- Part870.BrickColor = BrickColor.new("Bright yellow")
- Part870.Material = Enum.Material.Ice
- Part870.TopSurface = Enum.SurfaceType.Smooth
- Part870.brickColor = BrickColor.new("Bright yellow")
- Part870.FormFactor = Enum.FormFactor.Custom
- Part870.formFactor = Enum.FormFactor.Custom
- CylinderMesh871.Parent = Part870
- CylinderMesh871.Scale = Vector3.new(1.04999995, 0.334821403, 1.04999995)
- Part872.Parent = Tool0
- Part872.CFrame = CFrame.new(-40.7479744, 1.43995976, 19.3181801, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part872.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part872.Position = Vector3.new(-40.7479744, 1.43995976, 19.3181801)
- Part872.Rotation = Vector3.new(90.0099945, 0, 180)
- Part872.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part872.Size = Vector3.new(0.892857134, 0.200000003, 0.714285731)
- Part872.BottomSurface = Enum.SurfaceType.Smooth
- Part872.BrickColor = BrickColor.new("Bright yellow")
- Part872.Material = Enum.Material.Ice
- Part872.TopSurface = Enum.SurfaceType.Smooth
- Part872.brickColor = BrickColor.new("Bright yellow")
- Part872.FormFactor = Enum.FormFactor.Custom
- Part872.formFactor = Enum.FormFactor.Custom
- CylinderMesh873.Parent = Part872
- CylinderMesh873.Scale = Vector3.new(1, 0.446428567, 1)
- Part874.Parent = Tool0
- Part874.CFrame = CFrame.new(-40.7534447, 1.8449198, 21.720314, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part874.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part874.Position = Vector3.new(-40.7534447, 1.8449198, 21.720314)
- Part874.Rotation = Vector3.new(179.959991, 0, -180)
- Part874.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part874.Size = Vector3.new(0.200000003, 0.200000003, 0.267857224)
- Part874.BottomSurface = Enum.SurfaceType.Smooth
- Part874.BrickColor = BrickColor.new("Really black")
- Part874.TopSurface = Enum.SurfaceType.Smooth
- Part874.brickColor = BrickColor.new("Really black")
- Part874.FormFactor = Enum.FormFactor.Custom
- Part874.formFactor = Enum.FormFactor.Custom
- BlockMesh875.Parent = Part874
- BlockMesh875.Scale = Vector3.new(0.669642806, 0.223214284, 1)
- Part876.Parent = Tool0
- Part876.CFrame = CFrame.new(-41.1392708, 1.05917156, 20.2343597, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part876.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part876.Position = Vector3.new(-41.1392708, 1.05917156, 20.2343597)
- Part876.Rotation = Vector3.new(90.0099945, 0, 180)
- Part876.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part876.Size = Vector3.new(0.401785702, 1.13839281, 0.401785702)
- Part876.BottomSurface = Enum.SurfaceType.Smooth
- Part876.BrickColor = BrickColor.new("Really black")
- Part876.TopSurface = Enum.SurfaceType.Smooth
- Part876.brickColor = BrickColor.new("Really black")
- Part876.FormFactor = Enum.FormFactor.Custom
- Part876.formFactor = Enum.FormFactor.Custom
- SpecialMesh877.Parent = Part876
- Part878.Parent = Tool0
- Part878.CFrame = CFrame.new(-40.7479477, 1.43986559, 19.4523506, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part878.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part878.Position = Vector3.new(-40.7479477, 1.43986559, 19.4523506)
- Part878.Rotation = Vector3.new(90.0099945, 0, 180)
- Part878.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part878.Size = Vector3.new(0.892857134, 0.200000003, 0.714285731)
- Part878.BottomSurface = Enum.SurfaceType.Smooth
- Part878.BrickColor = BrickColor.new("Really black")
- Part878.TopSurface = Enum.SurfaceType.Smooth
- Part878.brickColor = BrickColor.new("Really black")
- Part878.FormFactor = Enum.FormFactor.Custom
- Part878.formFactor = Enum.FormFactor.Custom
- CylinderMesh879.Parent = Part878
- CylinderMesh879.Scale = Vector3.new(1, 0.892857134, 1)
- Part880.Parent = Tool0
- Part880.CFrame = CFrame.new(-40.7534637, 1.90757072, 21.6353989, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part880.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part880.Position = Vector3.new(-40.7534637, 1.90757072, 21.6353989)
- Part880.Rotation = Vector3.new(179.959991, 0, -180)
- Part880.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part880.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part880.BottomSurface = Enum.SurfaceType.Smooth
- Part880.BrickColor = BrickColor.new("Really black")
- Part880.TopSurface = Enum.SurfaceType.Smooth
- Part880.brickColor = BrickColor.new("Really black")
- Part880.FormFactor = Enum.FormFactor.Custom
- Part880.formFactor = Enum.FormFactor.Custom
- BlockMesh881.Parent = Part880
- BlockMesh881.Scale = Vector3.new(0.736607134, 0.178571433, 0.580357254)
- Part882.Parent = Tool0
- Part882.CFrame = CFrame.new(-40.754055, 2.21630812, 21.8090515, -0.999999881, 7.95612414e-06, 6.83430553e-05, 7.07916624e-05, -0.000160846044, 0.99999696, 8.1129092e-06, 1.00000012, 0.000154694251)
- Part882.Orientation = Vector3.new(-89.8600006, 23.8400002, 156.23999)
- Part882.Position = Vector3.new(-40.754055, 2.21630812, 21.8090515)
- Part882.Rotation = Vector3.new(-89.9899979, 0, -180)
- Part882.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part882.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part882.BottomSurface = Enum.SurfaceType.Smooth
- Part882.BrickColor = BrickColor.new("Really black")
- Part882.TopSurface = Enum.SurfaceType.Smooth
- Part882.brickColor = BrickColor.new("Really black")
- Part882.FormFactor = Enum.FormFactor.Custom
- Part882.formFactor = Enum.FormFactor.Custom
- SpecialMesh883.Parent = Part882
- SpecialMesh883.Scale = Vector3.new(0.669642806, 0.446428567, 0.535714269)
- SpecialMesh883.MeshType = Enum.MeshType.Wedge
- Part884.Parent = Tool0
- Part884.CFrame = CFrame.new(-40.7531471, 1.94301057, 21.8096237, 0.999999881, 7.95612414e-06, -6.83430553e-05, -7.07916624e-05, -0.000160846044, -0.99999696, -8.1129092e-06, 1.00000012, -0.000154694251)
- Part884.Orientation = Vector3.new(89.8600006, -156.160004, -156.23999)
- Part884.Position = Vector3.new(-40.7531471, 1.94301057, 21.8096237)
- Part884.Rotation = Vector3.new(90.0099945, 0, 0)
- Part884.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part884.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part884.BottomSurface = Enum.SurfaceType.Smooth
- Part884.BrickColor = BrickColor.new("Really black")
- Part884.TopSurface = Enum.SurfaceType.Smooth
- Part884.brickColor = BrickColor.new("Really black")
- Part884.FormFactor = Enum.FormFactor.Custom
- Part884.formFactor = Enum.FormFactor.Custom
- SpecialMesh885.Parent = Part884
- SpecialMesh885.Scale = Vector3.new(0.669642806, 0.446428567, 0.758928597)
- SpecialMesh885.MeshType = Enum.MeshType.Wedge
- Part886.Parent = Tool0
- Part886.CFrame = CFrame.new(-40.7536926, 2.2923243, 21.482933, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part886.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part886.Position = Vector3.new(-40.7536926, 2.2923243, 21.482933)
- Part886.Rotation = Vector3.new(179.959991, 0, -180)
- Part886.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part886.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part886.BottomSurface = Enum.SurfaceType.Smooth
- Part886.BrickColor = BrickColor.new("Really black")
- Part886.TopSurface = Enum.SurfaceType.Smooth
- Part886.brickColor = BrickColor.new("Really black")
- Part886.FormFactor = Enum.FormFactor.Custom
- Part886.formFactor = Enum.FormFactor.Custom
- BlockMesh887.Parent = Part886
- BlockMesh887.Scale = Vector3.new(0.669642806, 0.133928567, 0.133928567)
- Part888.Parent = Tool0
- Part888.CFrame = CFrame.new(-40.3651962, 0.886432648, 21.2813683, -0.865873516, 0.500262737, -4.15066097e-05, 0.433180213, 0.749718189, -0.500271499, -0.250239432, -0.433195978, -0.865864873)
- Part888.Orientation = Vector3.new(30.0199986, -180, 30.0199986)
- Part888.Position = Vector3.new(-40.3651962, 0.886432648, 21.2813683)
- Part888.Rotation = Vector3.new(149.979996, 0, -149.979996)
- Part888.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part888.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part888.BottomSurface = Enum.SurfaceType.Smooth
- Part888.BrickColor = BrickColor.new("Really black")
- Part888.TopSurface = Enum.SurfaceType.Smooth
- Part888.brickColor = BrickColor.new("Really black")
- Part888.FormFactor = Enum.FormFactor.Custom
- Part888.formFactor = Enum.FormFactor.Custom
- CylinderMesh889.Parent = Part888
- CylinderMesh889.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part890.Parent = Tool0
- Part890.CFrame = CFrame.new(-40.7538567, 2.34142756, 21.5991535, 0.999999881, 6.83358157e-05, 8.01800707e-06, -7.07916624e-05, 0.999996781, 0.000744640944, -8.1129092e-06, -0.000750795589, 0.999999881)
- Part890.Orientation = Vector3.new(-0.0399999991, 0, 0)
- Part890.Position = Vector3.new(-40.7538567, 2.34142756, 21.5991535)
- Part890.Rotation = Vector3.new(-0.0399999991, 0, 0)
- Part890.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part890.Size = Vector3.new(0.200000003, 0.200000003, 0.330357134)
- Part890.BottomSurface = Enum.SurfaceType.Smooth
- Part890.BrickColor = BrickColor.new("Really black")
- Part890.TopSurface = Enum.SurfaceType.Smooth
- Part890.brickColor = BrickColor.new("Really black")
- Part890.FormFactor = Enum.FormFactor.Custom
- Part890.formFactor = Enum.FormFactor.Custom
- SpecialMesh891.Parent = Part890
- SpecialMesh891.Scale = Vector3.new(0.669642806, 0.357142866, 1)
- SpecialMesh891.MeshType = Enum.MeshType.Wedge
- Part892.Parent = Tool0
- Part892.CFrame = CFrame.new(-40.7530937, 2.26496601, 21.4784527, -0.999999881, -6.83358157e-05, 8.01800707e-06, 7.07916624e-05, -0.999996781, 0.000744640944, 8.1129092e-06, 0.000750795589, 0.999999881)
- Part892.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part892.Position = Vector3.new(-40.7530937, 2.26496601, 21.4784527)
- Part892.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part892.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part892.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part892.BottomSurface = Enum.SurfaceType.Smooth
- Part892.BrickColor = BrickColor.new("Really black")
- Part892.TopSurface = Enum.SurfaceType.Smooth
- Part892.brickColor = BrickColor.new("Really black")
- Part892.FormFactor = Enum.FormFactor.Custom
- Part892.formFactor = Enum.FormFactor.Custom
- SpecialMesh893.Parent = Part892
- SpecialMesh893.Scale = Vector3.new(0.669642806, 0.133928567, 0.0892857015)
- SpecialMesh893.MeshType = Enum.MeshType.Wedge
- Part894.Parent = Tool0
- Part894.CFrame = CFrame.new(-40.7540894, 2.17145133, 21.4651031, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part894.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part894.Position = Vector3.new(-40.7540894, 2.17145133, 21.4651031)
- Part894.Rotation = Vector3.new(179.959991, 0, -180)
- Part894.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part894.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part894.BottomSurface = Enum.SurfaceType.Smooth
- Part894.BrickColor = BrickColor.new("Really black")
- Part894.TopSurface = Enum.SurfaceType.Smooth
- Part894.brickColor = BrickColor.new("Really black")
- Part894.FormFactor = Enum.FormFactor.Custom
- Part894.formFactor = Enum.FormFactor.Custom
- BlockMesh895.Parent = Part894
- BlockMesh895.Scale = Vector3.new(0.669642806, 0.0892857239, 0.31250003)
- Part896.Parent = Tool0
- Part896.CFrame = CFrame.new(-40.7532082, 2.22078466, 21.478569, 0.999999881, 6.83358157e-05, 8.01800707e-06, -7.07916624e-05, 0.999996781, 0.000744640944, -8.1129092e-06, -0.000750795589, 0.999999881)
- Part896.Orientation = Vector3.new(-0.0399999991, 0, 0)
- Part896.Position = Vector3.new(-40.7532082, 2.22078466, 21.478569)
- Part896.Rotation = Vector3.new(-0.0399999991, 0, 0)
- Part896.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part896.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part896.BottomSurface = Enum.SurfaceType.Smooth
- Part896.BrickColor = BrickColor.new("Really black")
- Part896.TopSurface = Enum.SurfaceType.Smooth
- Part896.brickColor = BrickColor.new("Really black")
- Part896.FormFactor = Enum.FormFactor.Custom
- Part896.formFactor = Enum.FormFactor.Custom
- SpecialMesh897.Parent = Part896
- SpecialMesh897.Scale = Vector3.new(0.669642806, 0.133928567, 0.0892857015)
- SpecialMesh897.MeshType = Enum.MeshType.Wedge
- Part898.Parent = Tool0
- Part898.CFrame = CFrame.new(-40.3351212, 1.02895904, 21.1795101, -0.999999881, 2.6927315e-05, -6.33866875e-05, 7.08067018e-05, 0.500134885, -0.865944088, 8.53016627e-06, -0.865949929, -0.50013113)
- Part898.Orientation = Vector3.new(59.9899979, -179.98999, 0.00999999978)
- Part898.Position = Vector3.new(-40.3351212, 1.02895904, 21.1795101)
- Part898.Rotation = Vector3.new(120.009995, 0, -180)
- Part898.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part898.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part898.BottomSurface = Enum.SurfaceType.Smooth
- Part898.BrickColor = BrickColor.new("Really black")
- Part898.TopSurface = Enum.SurfaceType.Smooth
- Part898.brickColor = BrickColor.new("Really black")
- Part898.FormFactor = Enum.FormFactor.Custom
- Part898.formFactor = Enum.FormFactor.Custom
- CylinderMesh899.Parent = Part898
- CylinderMesh899.Scale = Vector3.new(0.223214284, 0.290178567, 0.223214284)
- Part900.Parent = Tool0
- Part900.CFrame = CFrame.new(-41.2391968, 1.75328636, 19.0945587, 0.999999881, 7.95612414e-06, -6.83430553e-05, -7.07916624e-05, -0.000160846044, -0.99999696, -8.1129092e-06, 1.00000012, -0.000154694251)
- Part900.Orientation = Vector3.new(89.8600006, -156.160004, -156.23999)
- Part900.Position = Vector3.new(-41.2391968, 1.75328636, 19.0945587)
- Part900.Rotation = Vector3.new(90.0099945, 0, 0)
- Part900.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part900.Size = Vector3.new(0.200000003, 0.267857134, 0.357142866)
- Part900.BottomSurface = Enum.SurfaceType.Smooth
- Part900.BrickColor = BrickColor.new("Bright yellow")
- Part900.Material = Enum.Material.Ice
- Part900.TopSurface = Enum.SurfaceType.Smooth
- Part900.brickColor = BrickColor.new("Bright yellow")
- Part900.FormFactor = Enum.FormFactor.Custom
- Part900.formFactor = Enum.FormFactor.Custom
- BlockMesh901.Parent = Part900
- BlockMesh901.Scale = Vector3.new(0.446428567, 1, 1)
- Part902.Parent = Tool0
- Part902.CFrame = CFrame.new(-41.3284302, 1.6281296, 19.0946712, 0.000270802644, 0.999999881, -6.8560621e-05, 0.000160613854, -7.10539971e-05, -0.99999696, -1.00000012, 0.00027064592, -0.000154481851)
- Part902.Orientation = Vector3.new(89.8600006, -156.069992, 113.860001)
- Part902.Position = Vector3.new(-41.3284302, 1.6281296, 19.0946712)
- Part902.Rotation = Vector3.new(90.0099945, 0, -89.9799957)
- Part902.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part902.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part902.BottomSurface = Enum.SurfaceType.Smooth
- Part902.BrickColor = BrickColor.new("Bright yellow")
- Part902.Material = Enum.Material.Ice
- Part902.TopSurface = Enum.SurfaceType.Smooth
- Part902.brickColor = BrickColor.new("Bright yellow")
- Part902.FormFactor = Enum.FormFactor.Custom
- Part902.formFactor = Enum.FormFactor.Custom
- CylinderMesh903.Parent = Part902
- CylinderMesh903.Scale = Vector3.new(0.223214284, 0.446428567, 0.223214284)
- Part904.Parent = Tool0
- Part904.CFrame = CFrame.new(-40.7540092, 1.9792285, 21.4829845, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part904.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part904.Position = Vector3.new(-40.7540092, 1.9792285, 21.4829845)
- Part904.Rotation = Vector3.new(179.959991, 0, -180)
- Part904.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part904.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part904.BottomSurface = Enum.SurfaceType.Smooth
- Part904.BrickColor = BrickColor.new("Really black")
- Part904.TopSurface = Enum.SurfaceType.Smooth
- Part904.brickColor = BrickColor.new("Really black")
- Part904.FormFactor = Enum.FormFactor.Custom
- Part904.formFactor = Enum.FormFactor.Custom
- BlockMesh905.Parent = Part904
- BlockMesh905.Scale = Vector3.new(0.669642806, 0.223214284, 0.133928567)
- Part906.Parent = Tool0
- Part906.CFrame = CFrame.new(-40.7534142, 2.13123989, 21.6306229, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part906.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part906.Position = Vector3.new(-40.7534142, 2.13123989, 21.6306229)
- Part906.Rotation = Vector3.new(179.959991, 0, -180)
- Part906.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part906.Size = Vector3.new(0.200000003, 0.348214298, 0.267857194)
- Part906.BottomSurface = Enum.SurfaceType.Smooth
- Part906.BrickColor = BrickColor.new("Really black")
- Part906.TopSurface = Enum.SurfaceType.Smooth
- Part906.brickColor = BrickColor.new("Really black")
- Part906.FormFactor = Enum.FormFactor.Custom
- Part906.formFactor = Enum.FormFactor.Custom
- BlockMesh907.Parent = Part906
- BlockMesh907.Scale = Vector3.new(0.669642806, 1, 1)
- Part908.Parent = Tool0
- Part908.CFrame = CFrame.new(-41.0610886, 1.65414679, 19.9206314, -0.999999881, -7.95612414e-06, -6.83430553e-05, 7.07916624e-05, 0.000160846044, -0.99999696, 8.1129092e-06, -1.00000012, -0.000154694251)
- Part908.Orientation = Vector3.new(89.8600006, -156.160004, 23.7600002)
- Part908.Position = Vector3.new(-41.0610886, 1.65414679, 19.9206314)
- Part908.Rotation = Vector3.new(90.0099945, 0, 180)
- Part908.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part908.Size = Vector3.new(0.267857134, 0.580357134, 0.267857134)
- Part908.BottomSurface = Enum.SurfaceType.Smooth
- Part908.BrickColor = BrickColor.new("Really black")
- Part908.TopSurface = Enum.SurfaceType.Smooth
- Part908.brickColor = BrickColor.new("Really black")
- Part908.FormFactor = Enum.FormFactor.Custom
- Part908.formFactor = Enum.FormFactor.Custom
- CylinderMesh909.Parent = Part908
- CylinderMesh909.Scale = Vector3.new(1.5, 1, 1.5)
- Part910.Parent = Tool0
- Part910.CFrame = CFrame.new(-40.7536049, 2.09561014, 21.4832344, -0.999999881, -6.83358157e-05, 8.01800707e-06, 7.07916624e-05, -0.999996781, 0.000744640944, 8.1129092e-06, 0.000750795589, 0.999999881)
- Part910.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part910.Position = Vector3.new(-40.7536049, 2.09561014, 21.4832344)
- Part910.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part910.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part910.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part910.BottomSurface = Enum.SurfaceType.Smooth
- Part910.BrickColor = BrickColor.new("Really black")
- Part910.TopSurface = Enum.SurfaceType.Smooth
- Part910.brickColor = BrickColor.new("Really black")
- Part910.FormFactor = Enum.FormFactor.Custom
- Part910.formFactor = Enum.FormFactor.Custom
- SpecialMesh911.Parent = Part910
- SpecialMesh911.Scale = Vector3.new(0.669642806, 0.223214284, 0.133928552)
- SpecialMesh911.MeshType = Enum.MeshType.Wedge
- Part912.Parent = Tool0
- Part912.CFrame = CFrame.new(-40.7530098, 1.97965991, 21.4522305, 0.999999881, 6.83358157e-05, 8.01800707e-06, -7.07916624e-05, 0.999996781, 0.000744640944, -8.1129092e-06, -0.000750795589, 0.999999881)
- Part912.Orientation = Vector3.new(-0.0399999991, 0, 0)
- Part912.Position = Vector3.new(-40.7530098, 1.97965991, 21.4522305)
- Part912.Rotation = Vector3.new(-0.0399999991, 0, 0)
- Part912.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part912.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part912.BottomSurface = Enum.SurfaceType.Smooth
- Part912.BrickColor = BrickColor.new("Really black")
- Part912.TopSurface = Enum.SurfaceType.Smooth
- Part912.brickColor = BrickColor.new("Really black")
- Part912.FormFactor = Enum.FormFactor.Custom
- Part912.formFactor = Enum.FormFactor.Custom
- SpecialMesh913.Parent = Part912
- SpecialMesh913.Scale = Vector3.new(0.669642806, 0.223214284, 0.178571403)
- SpecialMesh913.MeshType = Enum.MeshType.Wedge
- Part914.Parent = Tool0
- Part914.CFrame = CFrame.new(-40.7532539, 2.02415013, 21.4833412, 0.999999881, 6.83358157e-05, 8.01800707e-06, -7.07916624e-05, 0.999996781, 0.000744640944, -8.1129092e-06, -0.000750795589, 0.999999881)
- Part914.Orientation = Vector3.new(-0.0399999991, 0, 0)
- Part914.Position = Vector3.new(-40.7532539, 2.02415013, 21.4833412)
- Part914.Rotation = Vector3.new(-0.0399999991, 0, 0)
- Part914.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part914.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part914.BottomSurface = Enum.SurfaceType.Smooth
- Part914.BrickColor = BrickColor.new("Really black")
- Part914.TopSurface = Enum.SurfaceType.Smooth
- Part914.brickColor = BrickColor.new("Really black")
- Part914.FormFactor = Enum.FormFactor.Custom
- Part914.formFactor = Enum.FormFactor.Custom
- SpecialMesh915.Parent = Part914
- SpecialMesh915.Scale = Vector3.new(0.669642806, 0.223214284, 0.133928552)
- SpecialMesh915.MeshType = Enum.MeshType.Wedge
- Part916.Parent = Tool0
- Part916.CFrame = CFrame.new(-40.7529984, 1.69736958, 21.381237, 0.999999881, 7.95612414e-06, -6.83430553e-05, -7.07916624e-05, -0.000160846044, -0.99999696, -8.1129092e-06, 1.00000012, -0.000154694251)
- Part916.Orientation = Vector3.new(89.8600006, -156.160004, -156.23999)
- Part916.Position = Vector3.new(-40.7529984, 1.69736958, 21.381237)
- Part916.Rotation = Vector3.new(90.0099945, 0, 0)
- Part916.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part916.Size = Vector3.new(0.200000003, 0.625, 0.200000003)
- Part916.BottomSurface = Enum.SurfaceType.Smooth
- Part916.BrickColor = BrickColor.new("Really black")
- Part916.TopSurface = Enum.SurfaceType.Smooth
- Part916.brickColor = BrickColor.new("Really black")
- Part916.FormFactor = Enum.FormFactor.Custom
- Part916.formFactor = Enum.FormFactor.Custom
- BlockMesh917.Parent = Part916
- BlockMesh917.Scale = Vector3.new(0.669642806, 1, 0.357142836)
- Part918.Parent = Tool0
- Part918.CFrame = CFrame.new(-40.7528458, 1.57683122, 21.5507927, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part918.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part918.Position = Vector3.new(-40.7528458, 1.57683122, 21.5507927)
- Part918.Rotation = Vector3.new(179.959991, 0, -180)
- Part918.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part918.Size = Vector3.new(0.200000003, 0.580357134, 0.200000003)
- Part918.BottomSurface = Enum.SurfaceType.Smooth
- Part918.BrickColor = BrickColor.new("Really black")
- Part918.TopSurface = Enum.SurfaceType.Smooth
- Part918.brickColor = BrickColor.new("Really black")
- Part918.FormFactor = Enum.FormFactor.Custom
- Part918.formFactor = Enum.FormFactor.Custom
- BlockMesh919.Parent = Part918
- BlockMesh919.Scale = Vector3.new(0.669642806, 1, 0.357142836)
- Part920.Parent = Tool0
- Part920.CFrame = CFrame.new(-40.7529297, 1.77365947, 21.0330124, -0.999999881, -6.83358157e-05, 8.01800707e-06, 7.07916624e-05, -0.999996781, 0.000744640944, 8.1129092e-06, 0.000750795589, 0.999999881)
- Part920.Orientation = Vector3.new(-0.0399999991, 0, 180)
- Part920.Position = Vector3.new(-40.7529297, 1.77365947, 21.0330124)
- Part920.Rotation = Vector3.new(-0.0399999991, 0, 180)
- Part920.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part920.Size = Vector3.new(0.200000003, 0.223214284, 0.200000003)
- Part920.BottomSurface = Enum.SurfaceType.Smooth
- Part920.BrickColor = BrickColor.new("Really black")
- Part920.TopSurface = Enum.SurfaceType.Smooth
- Part920.brickColor = BrickColor.new("Really black")
- Part920.FormFactor = Enum.FormFactor.Custom
- Part920.formFactor = Enum.FormFactor.Custom
- SpecialMesh921.Parent = Part920
- SpecialMesh921.Scale = Vector3.new(0.669642806, 1, 0.357142836)
- SpecialMesh921.MeshType = Enum.MeshType.Wedge
- Part922.Parent = Tool0
- Part922.CFrame = CFrame.new(-40.7533684, 1.82331729, 21.1039124, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part922.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part922.Position = Vector3.new(-40.7533684, 1.82331729, 21.1039124)
- Part922.Rotation = Vector3.new(179.959991, 0, -180)
- Part922.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part922.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part922.BottomSurface = Enum.SurfaceType.Smooth
- Part922.BrickColor = BrickColor.new("Really black")
- Part922.TopSurface = Enum.SurfaceType.Smooth
- Part922.brickColor = BrickColor.new("Really black")
- Part922.FormFactor = Enum.FormFactor.Custom
- Part922.formFactor = Enum.FormFactor.Custom
- SpecialMesh923.Parent = Part922
- SpecialMesh923.Scale = Vector3.new(0.669642806, 0.892857134, 0.357142836)
- SpecialMesh923.MeshType = Enum.MeshType.Wedge
- Part924.Parent = Tool0
- Part924.CFrame = CFrame.new(-40.2565613, 1.75296521, 19.0945873, 0.999999881, 7.95612414e-06, -6.83430553e-05, -7.07916624e-05, -0.000160846044, -0.99999696, -8.1129092e-06, 1.00000012, -0.000154694251)
- Part924.Orientation = Vector3.new(89.8600006, -156.160004, -156.23999)
- Part924.Position = Vector3.new(-40.2565613, 1.75296521, 19.0945873)
- Part924.Rotation = Vector3.new(90.0099945, 0, 0)
- Part924.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part924.Size = Vector3.new(0.200000003, 0.267857134, 0.357142866)
- Part924.BottomSurface = Enum.SurfaceType.Smooth
- Part924.BrickColor = BrickColor.new("Bright yellow")
- Part924.Material = Enum.Material.Ice
- Part924.TopSurface = Enum.SurfaceType.Smooth
- Part924.brickColor = BrickColor.new("Bright yellow")
- Part924.FormFactor = Enum.FormFactor.Custom
- Part924.formFactor = Enum.FormFactor.Custom
- BlockMesh925.Parent = Part924
- BlockMesh925.Scale = Vector3.new(0.446428567, 1, 1)
- Part926.Parent = Tool0
- Part926.CFrame = CFrame.new(-40.7484512, 1.88698626, 19.0945339, 0.999999881, 7.95612414e-06, -6.83430553e-05, -7.07916624e-05, -0.000160846044, -0.99999696, -8.1129092e-06, 1.00000012, -0.000154694251)
- Part926.Orientation = Vector3.new(89.8600006, -156.160004, -156.23999)
- Part926.Position = Vector3.new(-40.7484512, 1.88698626, 19.0945339)
- Part926.Rotation = Vector3.new(90.0099945, 0, 0)
- Part926.Color = Color3.new(0.960784, 0.803922, 0.188235)
- Part926.Size = Vector3.new(0.892857134, 0.267857134, 0.200000003)
- Part926.BottomSurface = Enum.SurfaceType.Smooth
- Part926.BrickColor = BrickColor.new("Bright yellow")
- Part926.Material = Enum.Material.Ice
- Part926.TopSurface = Enum.SurfaceType.Smooth
- Part926.brickColor = BrickColor.new("Bright yellow")
- Part926.FormFactor = Enum.FormFactor.Custom
- Part926.formFactor = Enum.FormFactor.Custom
- BlockMesh927.Parent = Part926
- BlockMesh927.Scale = Vector3.new(1, 1, 0.446428567)
- Part928.Parent = Tool0
- Part928.CFrame = CFrame.new(-40.7532768, 2.32331133, 21.7866592, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part928.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part928.Position = Vector3.new(-40.7532768, 2.32331133, 21.7866592)
- Part928.Rotation = Vector3.new(179.959991, 0, -180)
- Part928.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part928.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part928.BottomSurface = Enum.SurfaceType.Smooth
- Part928.BrickColor = BrickColor.new("Really black")
- Part928.TopSurface = Enum.SurfaceType.Smooth
- Part928.brickColor = BrickColor.new("Really black")
- Part928.FormFactor = Enum.FormFactor.Custom
- Part928.formFactor = Enum.FormFactor.Custom
- BlockMesh929.Parent = Part928
- BlockMesh929.Scale = Vector3.new(0.669642806, 0.535714269, 0.223214492)
- Part930.Parent = Tool0
- Part930.CFrame = CFrame.new(-40.7537003, 2.19399762, 21.4829159, -0.999999881, 6.83358157e-05, -8.01800707e-06, 7.07916624e-05, 0.999996781, -0.000744640944, 8.1129092e-06, -0.000750795589, -0.999999881)
- Part930.Orientation = Vector3.new(0.0399999991, -180, 0)
- Part930.Position = Vector3.new(-40.7537003, 2.19399762, 21.4829159)
- Part930.Rotation = Vector3.new(179.959991, 0, -180)
- Part930.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part930.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- Part930.BottomSurface = Enum.SurfaceType.Smooth
- Part930.BrickColor = BrickColor.new("Really black")
- Part930.TopSurface = Enum.SurfaceType.Smooth
- Part930.brickColor = BrickColor.new("Really black")
- Part930.FormFactor = Enum.FormFactor.Custom
- Part930.formFactor = Enum.FormFactor.Custom
- BlockMesh931.Parent = Part930
- BlockMesh931.Scale = Vector3.new(0.669642806, 0.133928567, 0.133928567)
- NumberValue932.Name = "Ammo"
- NumberValue932.Parent = Tool0
- NumberValue932.Value = 200
- Script933.Name = "Bullet"
- Script933.Parent = Tool0
- table.insert(cors,sandbox(Script933,function()
- ball = script.Parent
- damage = math.random(30,50)
- local hitt = false
- HitSound = Instance.new("Sound")
- HitSound.Name = "HitSound"
- HitSound.SoundId = "http://www.roblox.com/asset/?id=11945266"
- HitSound.Pitch = .8
- HitSound.Volume = 1
- HitSound.Parent = ball
- function onTouched(hit)
- if hit.Parent:findFirstChild("ForceField") ~= nil then return end
- if hit.CanCollide == false and hit.Parent:findFirstChild("Humanoid") == nil then return end
- if hit.Parent.className == "Hat" and hitt == false then
- hitt = true
- hit:BreakJoints()
- hit.Velocity = ball.Velocity
- hit.Parent.Parent = game.Workspace
- end
- if hit:findFirstChild("Metal") ~= nil and hitt == false then
- hitt = true
- for i = 1,math.random(1,3) do
- local j = Instance.new("Part")
- j.formFactor = "Plate"
- j.Size = Vector3.new(1,.4,1)
- j.BrickColor = BrickColor.new("Bright yellow")
- j.CanCollide = false
- j.Velocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
- j.CFrame = script.Parent.CFrame
- j.Parent = game.Workspace
- end
- end
- local humanoid = hit.Parent:findFirstChild("Humanoid")
- if humanoid ~= nil and hitt == false then
- hitt = true
- tagHumanoid(humanoid)
- if hit.Name == "Head" then
- humanoid.Health = humanoid.Health - damage * 2
- elseif hit.Name == "Torso" then
- humanoid.Health = humanoid.Health - damage * 1.5
- else
- humanoid.Health = humanoid.Health - damage
- end
- wait(.2)
- untagHumanoid(humanoid)
- end
- if hitt == true then
- HitSound:play()
- ball.Parent = nil
- end
- end
- function tagHumanoid(humanoid)
- -- todo: make tag expire
- local tag = ball:findFirstChild("creator")
- if tag ~= nil then
- local new_tag = tag:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- connection = ball.Touched:connect(onTouched)
- while true do
- wait(.01)
- if damage < 0 then
- break
- else
- damage = damage - .5
- end
- end
- ball.Parent = nil
- end))
- Script933.Disabled = true
- LocalScript934.Name = "GuiScript(backup)"
- LocalScript934.Parent = Tool0
- table.insert(cors,sandbox(LocalScript934,function()
- local Tool = script.Parent
- local Ammo = Tool.Ammo
- local MaxAmmo = Ammo.Value
- local vPlayer
- local Gui
- local Text
- function onChanged(value)
- if value == "Value" or value == Ammo.Value then
- if Gui ~= nil and Text ~= nil then
- if Ammo.Value >= 1 then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- elseif math.floor(Ammo.Value) == 0 then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- elseif Ammo.Value < 0 then
- for i = 0, 1, 0.03 / 2 do
- local Num = math.floor(i * MaxAmmo + 0.5)
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- wait()
- end
- end
- end
- end
- end
- function on2Changed()
- if Gui ~= nil and Text ~= nil then
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- wait()
- end
- end
- function setUpGui()
- if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
- return
- end
- Gui = Instance.new("ScreenGui")
- Text = Instance.new("TextLabel")
- Gui.Name = "DEDisplay"
- Gui.Parent = vPlayer.PlayerGui
- Text.BackgroundColor3 = BrickColor.Black().Color
- Text.BackgroundTransparency = 1
- Text.BorderColor3 = BrickColor.White().Color
- Text.BorderSizePixel = 0
- Text.Name = "Ammo"
- Text.Parent = Gui
- Text.Position = UDim2.new(0.15, 0, 0.825, 0)
- Text.Size = UDim2.new(0, -60, 0, 64)
- Text.FontSize = "Size18"
- Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
- Text.TextColor3 = BrickColor.White().Color
- end
- function onEquippedLocal(mouse)
- vPlayer = game.Players.LocalPlayer
- setUpGui()
- end
- function onUnequippedLocal(mouse)
- if Gui then
- Gui:remove()
- end
- Gui = nil
- Text = nil
- vPlayer = nil
- end
- Tool.Equipped:connect(onEquippedLocal)
- Tool.Unequipped:connect(onUnequippedLocal)
- Ammo.Changed:connect(onChanged)
- Tool.StoredAmmo.Changed:connect(on2Changed)
- end))
- SpecialMesh935.Name = "Larm"
- SpecialMesh935.Parent = Tool0
- SpecialMesh935.MeshId = "http://www.roblox.com/asset/?id=0"
- SpecialMesh935.MeshType = Enum.MeshType.FileMesh
- NumberValue936.Name = "Left"
- NumberValue936.Parent = Tool0
- NumberValue937.Name = "MaxAmmo"
- NumberValue937.Parent = Tool0
- NumberValue937.Value = 200
- SpecialMesh938.Name = "Rarm"
- SpecialMesh938.Parent = Tool0
- SpecialMesh938.MeshId = "http://www.roblox.com/asset/?id=0"
- SpecialMesh938.MeshType = Enum.MeshType.FileMesh
- LocalScript939.Name = "PaintballShooter"
- LocalScript939.Parent = Tool0
- table.insert(cors,sandbox(LocalScript939,function()
- -- Thanks for Meanwhile & XaXa for this script.
- -- Remember this was designed for Meanwhile weapons so any other weapons might not work.
- -- You have no permission to repubish this in you model even if it edited.
- -- If your found then you will be ban from my place.
- -- original Manofthelol Script
- Tool = script.Parent
- local Mouse = true
- local Spin = script.Parent.Spin.Value
- local Heat = script.Parent.Heat.Value
- local chamber = true
- local Player = Tool.Parent
- local Dist = 0.20
- local firing = false
- local enabled = true
- local reloading = false
- rotvalueB1 = 90
- rotvalueB2 = 30
- rotvalueB3 = 330
- rotvalueB4 = 270
- rotvalueB5 = 210
- rotvalueB6 = 150
- local arms = nil
- local torso = nil
- local weld33 = nil -- right arm
- local weld55 = nil -- left arm
- local welds = {}
- function ReloadSequence()
- Tool.S1.Transparency = 1
- wait()
- Tool.S2.Transparency = 1
- wait()
- Tool.S3.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.2, math.rad(-90))
- Tool.S4.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-90))
- Tool.S5.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
- Tool.S6.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.1, math.rad(-90))
- Tool.S7.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.2, math.rad(-90))
- Tool.S8.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.3, math.rad(-90))
- Tool.S9.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.4, math.rad(-90))
- Tool.S10.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.5, math.rad(-90))
- Tool.S11.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.S12.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.7, math.rad(-90))
- local mag = Tool.Mag:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag.Transparency = 1
- local mag = Tool.Mag2:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag2.Transparency = 1
- local mag = Tool.Mag3:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag3.Transparency = 1
- Tool.Handle.M1:play()
- wait(1)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.8, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.9, math.rad(-90))
- wait(.2)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -1, math.rad(-90))
- Tool.Mag.Transparency = 0
- Tool.Mag2.Transparency = 0
- Tool.Mag3.Transparency = 0
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.4)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.4)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.4)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.9, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.3)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.3)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.3)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.8, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.2)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.2)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.2)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.7, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.1)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.1)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.1)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Handle.M2:play()
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(309), -0.61, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(308), -0.62, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(307), -0.63, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(306), -0.64, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.65, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.66, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(303), -0.67, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.68, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(301), -0.69, math.rad(-90))
- Tool.S12.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.7, math.rad(-90))
- Tool.S11.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(301), -0.69, math.rad(-90))
- Tool.S10.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.68, math.rad(-90))
- Tool.S9.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(303), -0.67, math.rad(-90))
- Tool.S8.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.66, math.rad(-90))
- Tool.S7.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.65, math.rad(-90))
- Tool.S6.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(306), -0.64, math.rad(-90))
- Tool.S5.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(307), -0.63, math.rad(-90))
- Tool.S4.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(308), -0.62, math.rad(-90))
- Tool.S3.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(309), -0.61, math.rad(-90))
- Tool.S2.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.S1.Transparency = 0
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.5, math.rad(-90))
- wait(.03)
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Handle.M2:play()
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.4, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.3, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.2, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.1, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
- wait(.5)
- weld33.C1 = CFrame.new(-0.75, -1.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-70), math.rad(-35), 0)
- weld55.C1 = CFrame.new(-0.35, 2, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0, math.rad(-90))
- end
- function ReloadSequence2()
- Tool.S1.Transparency = 1
- wait()
- Tool.S2.Transparency = 1
- wait()
- Tool.S3.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.2, math.rad(-90))
- Tool.S4.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-90))
- Tool.S5.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
- Tool.S6.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.1, math.rad(-90))
- Tool.S7.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.2, math.rad(-90))
- Tool.S8.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.3, math.rad(-90))
- Tool.S9.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.4, math.rad(-90))
- Tool.S10.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.5, math.rad(-90))
- Tool.S11.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.S12.Transparency = 1
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.7, math.rad(-90))
- local mag = Tool.Mag:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag.Transparency = 1
- local mag = Tool.Mag2:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag2.Transparency = 1
- local mag = Tool.Mag3:clone()
- mag.CFrame = Tool.Mag.CFrame
- mag.CanCollide = false
- mag.Parent = game.Workspace
- Tool.Mag3.Transparency = 1
- Tool.Handle.M1:play()
- wait(1)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.8, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.9, math.rad(-90))
- wait(.2)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -1, math.rad(-90))
- Tool.Mag.Transparency = 0
- Tool.Mag2.Transparency = 0
- Tool.Mag3.Transparency = 0
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.4)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.4)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.4)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.9, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.3)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.3)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.3)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.8, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.2)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.2)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.2)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.7, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0.1)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0.1)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0.1)
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Handle.M2:play()
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(309), -0.61, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(308), -0.62, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(307), -0.63, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(306), -0.64, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.65, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.66, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(303), -0.67, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.68, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(301), -0.69, math.rad(-90))
- Tool.S12.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.7, math.rad(-90))
- Tool.S11.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(301), -0.69, math.rad(-90))
- Tool.S10.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.68, math.rad(-90))
- Tool.S9.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(303), -0.67, math.rad(-90))
- Tool.S8.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.66, math.rad(-90))
- Tool.S7.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.65, math.rad(-90))
- Tool.S6.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(306), -0.64, math.rad(-90))
- Tool.S5.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(307), -0.63, math.rad(-90))
- Tool.S4.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(308), -0.62, math.rad(-90))
- Tool.S3.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(309), -0.61, math.rad(-90))
- Tool.S2.Transparency = 0
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.S1.Transparency = 0
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.5, math.rad(-90))
- wait(.03)
- Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
- Tool.Handle.M2:play()
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.3, math.rad(-90))
- wait(.5)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.4, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.5, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(310), -0.6, math.rad(-90))
- Tool.Handle.Close:play()
- Tool.Handle.Engine:play()
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(308), -0.5, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.2, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(306), -0.4, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.3, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.2, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.5, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.1, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(298), 0, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.7, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(296), 0, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.8, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0, math.rad(-90))
- wait(.03)
- weld55.C1 = CFrame.new(-0.35, 1.9, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0, math.rad(-90))
- wait(.03)
- weld33.C1 = CFrame.new(-0.75, -1.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-70), math.rad(-35), 0)
- weld55.C1 = CFrame.new(-0.35, 2, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0, math.rad(-90))
- end
- function Reload()
- Tool.Left.Value = Tool.Ammo.Value
- if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
- reloading = true
- script.Parent.Ammo.Value = 0
- ReloadChoose()
- script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value + script.Parent.Left.Value
- if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
- script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
- script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
- script.Parent.Recoil.Value = 5
- elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
- script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
- script.Parent.StoredAmmo.Value = 0
- script.Parent.Recoil.Value = 5
- end
- reloading = false
- end
- end
- function ReloadChoose()
- if script.Parent.Left.Value == 0 then
- ReloadSequence2()
- elseif script.Parent.Left.Value >= 1 then
- ReloadSequence()
- end
- end
- function Equip(mouse)
- wait(.1)
- print("Equipped")
- if game.Players.LocalPlayer ~= nil then
- Gui = Tool.OverheatBar:clone()
- Gui.Parent = game.Players.LocalPlayer.PlayerGui
- end
- wait(0.01)
- arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
- torso = Tool.Parent:FindFirstChild("Torso")
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = nil
- sh[2].Part1 = nil
- falsearm1 = arms[1]:clone()
- local mesh1 = Tool.Larm:clone()
- mesh1.Parent = falsearm1
- local armweld1 = Instance.new("Weld")
- falsearm1.BrickColor = BrickColor.new("Light orange") -- this is the arm colour incase u want to change it
- falsearm1.Parent = Tool
- armweld1.Parent = falsearm1
- armweld1.Part0 = falsearm1
- armweld1.Part1 = arms[1]
- falsearm2 = arms[2]:clone()
- local mesh2 = Tool.Rarm:clone()
- mesh2.Parent = falsearm2
- local armweld2 = Instance.new("Weld")
- falsearm2.BrickColor = BrickColor.new("Light orange") -- this is the 2nd arm colour incase u want to change it
- falsearm2.Parent = Tool
- armweld2.Parent = falsearm2
- armweld2.Part0 = falsearm2
- armweld2.Part1 = arms[2]
- local weld1 = Instance.new("Weld") -- left arm
- weld55 = weld1
- weld1.Part0 = torso
- weld1.Parent = torso
- weld1.Part1 = arms[1]
- weld1.C1 = CFrame.new(-0.35, 2, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0, math.rad(-90))
- welds[1] = weld1
- local weld2 = Instance.new("Weld") -- right arm
- weld33 = weld2
- weld2.Part0 = torso
- weld2.Parent = torso
- weld2.Part1 = arms[2]
- weld2.C1 = CFrame.new(-0.75, -1.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-70), math.rad(-35), 0)
- welds[2] = weld2
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- function Unequip(mouse)
- Gui:Remove()
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = arms[1]
- sh[2].Part1 = arms[2]
- welds[1].Parent = nil
- welds[2].Parent = nil
- falsearm1:remove()
- falsearm2:remove()
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- colors = {199}
- local pellet = Instance.new("Part")
- pellet.Name = "Bullet"
- pellet.Shape = 1
- pellet.formFactor = 3
- pellet.BrickColor = BrickColor.new(24)
- pellet.Size = Vector3.new(.2,.2,.2)
- pellet.Locked = true
- Tool.Equipped:connect(function(mouse)
- function Shelling()
- local ammo = script.Parent.Ammo
- if ammo.Value == 12 then
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 11 then
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 10 then
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 9 then
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 8 then
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 7 then
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 6 then
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 5 then
- Tool.S5.Transparency = 1
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 4 then
- Tool.S4.Transparency = 1
- Tool.S5.Transparency = 1
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 3 then
- Tool.S3.Transparency = 1
- Tool.S4.Transparency = 1
- Tool.S5.Transparency = 1
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 2 then
- Tool.S2.Transparency = 1
- Tool.S3.Transparency = 1
- Tool.S4.Transparency = 1
- Tool.S5.Transparency = 1
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- if ammo.Value == 1 then
- Tool.S1.Transparency = 1
- Tool.S2.Transparency = 1
- Tool.S3.Transparency = 1
- Tool.S4.Transparency = 1
- Tool.S5.Transparency = 1
- Tool.S6.Transparency = 1
- Tool.S7.Transparency = 1
- Tool.S8.Transparency = 1
- Tool.S9.Transparency = 1
- Tool.S10.Transparency = 1
- Tool.S11.Transparency = 1
- Tool.S12.Transparency = 1
- end
- end
- function fire(v)
- if enabled == true then
- Spin = Spin + 1
- if Spin < 40 then
- Heat = Heat + 0.2
- return
- else
- end
- if Spin >= 45 then
- Spin = 45
- end
- Heat = Heat + 2
- firing = true
- local ammo = script.Parent.Ammo
- if ammo.Value >= 1 then
- ammo.Value = ammo.Value - 1
- script.Fire:Play()
- local vCharacter = Tool.Parent
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Part")
- local spawnPos = vCharacter.PrimaryPart.Position
- spawnPos = spawnPos + (v * 8)
- missile.Position = spawnPos
- missile.Size = Vector3.new(1,1,1)
- missile.Velocity = v * 500
- missile.BrickColor = BrickColor.new(24)
- missile.Shape = 0
- missile.BottomSurface = 0
- missile.TopSurface = 0
- missile.Name = "Bullet"
- missile.Elasticity = 0
- missile.Reflectance = .3
- missile.Friction = .9
- missile.CanCollide = false
- local force = Instance.new("BodyForce")
- force.force = Vector3.new(math.random(-5, 5),math.random(95, 105),math.random(-5, 5))
- force.Parent = missile
- local mesh = Instance.new("SpecialMesh")
- mesh.Scale = Vector3.new(.1,.1,.1)
- mesh.MeshType = "Sphere"
- mesh.Parent = missile
- local new_script = script.Parent.Bullet:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = vPlayer
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- cam = game.Workspace.CurrentCamera
- local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
- local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
- local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.01, 0, 0)
- cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
- Tool.Flash.Transparency = .5
- Tool.Flash.Smoke.Enabled = true
- wait()
- Tool.Flash.Transparency = 1
- Tool.Flash.Smoke.Enabled = false
- Shelling()
- elseif ammo.Value == 0 then
- Reload()
- end
- elseif enabled == false then
- end
- end
- end)
- function KeyDownFunctions(key)
- if key == "r" then
- Reload()
- end
- end
- function computeDirection(pos)
- local invrtDir = 1 / math.sqrt((pos.magnitude * pos.magnitude))
- local dir = Vector3.new(pos.x * invrtDir, pos.y * invrtDir, pos.z * invrtDir)
- return dir
- end
- function check(en)
- if not Tool.Enabled then
- return false
- end
- if Tool.Enabled then
- return true
- end
- if not enabled then
- return false
- end
- if enabled then
- return true
- end
- end
- function onActivated()
- if (not Tool.Enabled) or (not enabled) then
- return
- end
- --Tool.Enabled = false
- local character = Tool.Parent;
- local humanoid = character.Humanoid
- if humanoid == nil or humanoid.Health <= 0 then
- Tool:Remove()
- return
- end
- local targetPos = humanoid.TargetPoint
- local lookAt = (targetPos - character.Head.Position).unit
- if (check()) then
- end
- fire(lookAt)
- wait()
- onActivated()
- return
- --Tool.Enabled = true
- end
- function onButton1Up(mouse)
- firing = false
- enabled = false
- Tool.Enabled = false
- wait(.2)
- firing = false
- enabled = true
- Tool.Enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse == nil then
- print("Mouse not found")
- return
- end
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- mouse.Button1Up:connect(function() onButton1Up(mouse)end)
- mouse.KeyDown:connect(KeyDownFunctions)
- end
- function onEquippedLocal2(mouse)
- wait(.2)
- while Mouse == true do
- Spin = Spin - .5
- if not firing then
- Heat = Heat - .75
- end
- mouse.Icon = "http://www.roblox.com/asset/?id=45003129"
- --Spin Limit
- if Spin <= 0 then
- Spin = 0
- end
- if Spin > 10 then
- cam = game.Workspace.CurrentCamera
- local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
- local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
- local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.001, 0, 0)
- cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
- script.Ding.Pitch = .6 + (.3 * (Spin/40))
- script.Ding:Play()
- end
- if Spin > 45 then
- Spin = 45
- end
- --Heat Limit
- if Heat <= 0 then
- enabled = true
- Heat = 0
- end
- if Heat >= 150 then
- enabled = false
- Heat = 150
- end
- rotvalueB1 = rotvalueB1 + Spin
- rotvalueB2 = rotvalueB2 + Spin
- rotvalueB3 = rotvalueB3 + Spin
- rotvalueB4 = rotvalueB4 + Spin
- rotvalueB5 = rotvalueB5 + Spin
- rotvalueB6 = rotvalueB6 + Spin
- Tool.B1.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB1)) * Dist, 0, math.cos(math.rad(rotvalueB1)) * Dist)
- Tool.B2.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB2)) * Dist, 0, math.cos(math.rad(rotvalueB2)) * Dist)
- Tool.B3.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB3)) * Dist, 0, math.cos(math.rad(rotvalueB3)) * Dist)
- Tool.B4.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB4)) * Dist, 0, math.cos(math.rad(rotvalueB4)) * Dist)
- Tool.B5.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB5)) * Dist, 0, math.cos(math.rad(rotvalueB5)) * Dist)
- Tool.B6.Mesh.Offset = Vector3.new(math.sin(math.rad(rotvalueB6)) * Dist, 0, math.cos(math.rad(rotvalueB6)) * Dist)
- game.Players.LocalPlayer.PlayerGui.OverheatBar.HeatRed.Size = UDim2.new(0, Heat, 0, 10)
- wait()
- end
- end
- Tool.Equipped:connect(onEquippedLocal)
- Tool.Equipped:connect(onEquippedLocal2)
- Tool.Equipped:connect(Equip)
- Tool.Unequipped:connect(Unequip)
- script.Parent.Activated:connect(onActivated)
- script.Parent.Equipped:connect(equip1)
- script.Parent.Unequipped:connect(unequip1)
- end))
- Sound940.Name = "Ding"
- Sound940.Parent = LocalScript939
- Sound940.Pitch = 0.67874997854233
- Sound940.PlaybackSpeed = 0.67874997854233
- Sound940.SoundId = "http://www.roblox.com/asset/?id=2766581"
- Sound940.Volume = 1
- Sound941.Name = "Fire"
- Sound941.Parent = LocalScript939
- Sound941.Pitch = 2
- Sound941.PlaybackSpeed = 2
- Sound941.SoundId = "rbxasset://sounds//paintball.wav"
- Sound941.Volume = 1
- NumberValue942.Name = "Spin"
- NumberValue942.Parent = Tool0
- NumberValue943.Name = "StoredAmmo"
- NumberValue943.Parent = Tool0
- NumberValue943.Value = 500
- LocalScript944.Name = "BackupWeld"
- LocalScript944.Parent = Tool0
- table.insert(cors,sandbox(LocalScript944,function()
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(script.Parent.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(script.Parent)
- end
- script.Parent.Equipped:connect(Finale)
- script.Parent.Unequipped:connect(Finale)
- Finale()
- end))
- LocalScript945.Name = "BackupWeld"
- LocalScript945.Parent = Tool0
- table.insert(cors,sandbox(LocalScript945,function()
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(script.Parent.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(script.Parent)
- end
- script.Parent.Equipped:connect(Finale)
- script.Parent.Unequipped:connect(Finale)
- Finale()
- end))
- LocalScript946.Name = "BackupWeld"
- LocalScript946.Parent = Tool0
- table.insert(cors,sandbox(LocalScript946,function()
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(script.Parent.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(script.Parent)
- end
- script.Parent.Equipped:connect(Finale)
- script.Parent.Unequipped:connect(Finale)
- Finale()
- end))
- LocalScript947.Name = "Crouch"
- LocalScript947.Parent = Tool0
- table.insert(cors,sandbox(LocalScript947,function()
- on = 0
- Tool = script.Parent
- welds = {}
- sh = {}
- arms = nil
- torso = nil
- f = nil
- function Crouch(ison)
- if arms == nil and torso == nil then
- arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
- torso = Tool.Parent:FindFirstChild("Torso")
- end
- if arms ~= nil and torso ~= nil then
- sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- if ison == 1 then
- sh[1].Part1 = nil
- sh[2].Part1 = nil
- local weld1 = Instance.new("Weld")
- weld1.Part0 = torso
- weld1.Parent = torso
- weld1.Part1 = arms[1]
- weld1.C1 = CFrame.new(-0.5, 0.75, 1)
- arms[1].Name = "Left Leg"
- arms[1].CanCollide = true
- welds[1] = weld1
- -------------------------------------------
- local weld2 = Instance.new("Weld")
- weld2.Part0 = torso
- weld2.Parent = torso
- weld2.Part1 = arms[2]
- weld2.C1 = CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
- arms[2].Name = "Right Leg"
- arms[2].CanCollide = true
- welds[2] = weld2
- ---------------------------------
- local force = Instance.new("BodyForce")
- force.Parent = torso
- f = force
- Tool.Parent.Humanoid.WalkSpeed = 0
- wait(0.01)
- elseif ison == 0 then
- if arms then
- sh[1].Part1 = arms[1]
- sh[2].Part1 = arms[2]
- f.Parent = nil
- arms[2].Name = "Right Leg"
- arms[1].Name = "Left Leg"
- welds[1].Parent = nil
- welds[2].Parent = nil
- Tool.Parent.Humanoid.WalkSpeed = 16
- end
- end
- --
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- function Key(key)
- if key then
- key = string.lower(key)
- if (key=="c") then
- if on == 1 then
- on = 0
- elseif on == 0 then
- on = 1
- end
- Crouch(on)
- end
- end
- end
- function Equip(mouse)
- mouse.KeyDown:connect(Key)
- end
- script.Parent.Equipped:connect(Equip)
- end))
- ScreenGui948.Name = "OverheatBar"
- ScreenGui948.Parent = Tool0
- Frame949.Name = "HeatRed"
- Frame949.Parent = ScreenGui948
- Frame949.Position = UDim2.new(0, 15, 0, 15)
- Frame949.Size = UDim2.new(0, 100, 0, 10)
- Frame949.BackgroundColor = BrickColor.new("Really red")
- Frame949.BackgroundColor3 = Color3.new(1, 0, 0)
- Frame949.ZIndex = 3
- Frame950.Name = "HeatBack"
- Frame950.Parent = ScreenGui948
- Frame950.Position = UDim2.new(0, 15, 0, 15)
- Frame950.Size = UDim2.new(0, 150, 0, 10)
- Frame950.BackgroundColor = BrickColor.new("Institutional white")
- Frame950.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame950.BorderColor = BrickColor.new("Really black")
- Frame950.BorderColor3 = Color3.new(0, 0, 0)
- Frame950.ZIndex = 2
- TextLabel951.Name = "HeatLabel"
- TextLabel951.Parent = Frame950
- TextLabel951.Position = UDim2.new(0, 75, 0, 5)
- TextLabel951.BackgroundColor = BrickColor.new("Really black")
- TextLabel951.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel951.BorderColor = BrickColor.new("Really black")
- TextLabel951.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel951.ZIndex = 4
- TextLabel951.Text = "Heat"
- Frame952.Name = "HeatFrame"
- Frame952.Parent = ScreenGui948
- Frame952.Position = UDim2.new(0, 10, 0, 10)
- Frame952.Size = UDim2.new(0, 160, 0, 20)
- NumberValue953.Name = "Heat"
- NumberValue953.Parent = Tool0
- NumberValue954.Name = "Recoil"
- NumberValue954.Parent = Tool0
- Script955.Parent = NumberValue954
- table.insert(cors,sandbox(Script955,function()
- while true do
- wait(.3)
- if script.Parent.Value > 0 then
- script.Parent.Value = script.Parent.Value - 0
- end
- end
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Backpack
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- SpecialMesh2 = Instance.new("SpecialMesh")
- Sound3 = Instance.new("Sound")
- LocalScript4 = Instance.new("LocalScript")
- Script5 = Instance.new("Script")
- Sound6 = Instance.new("Sound")
- Sound7 = Instance.new("Sound")
- Script8 = Instance.new("Script")
- LocalScript9 = Instance.new("LocalScript")
- Animation10 = Instance.new("Animation")
- LocalScript11 = Instance.new("LocalScript")
- Tool0.Name = "RocketLauncher"
- Tool0.Parent = mas
- Tool0.TextureId = "http://www.roblox.com/asset/?id=94689922"
- Tool0.Grip = CFrame.new(0.0500000007, -0.600000024, -1, 1, 0, 0, 0, 1, -0, -0, 0, 1)
- Tool0.GripPos = Vector3.new(0.0500000007, -0.600000024, -1)
- Tool0.ToolTip = "Rocket Launcher"
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.CFrame = CFrame.new(57.6000023, 19.6000004, -156.800003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Position = Vector3.new(57.6000023, 19.6000004, -156.800003)
- Part1.Size = Vector3.new(0.839999974, 1.14999998, 3.55000019)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.FormFactor = Enum.FormFactor.Custom
- Part1.formFactor = Enum.FormFactor.Custom
- SpecialMesh2.Parent = Part1
- SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=94690054"
- SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=94689966"
- SpecialMesh2.MeshType = Enum.MeshType.FileMesh
- Sound3.Name = "ReloadSound"
- Sound3.Parent = Part1
- Sound3.SoundId = "http://www.roblox.com/Asset?ID=94132726"
- Sound3.Volume = 1
- LocalScript4.Name = "MouseIcon"
- LocalScript4.Parent = Tool0
- table.insert(cors,sandbox(LocalScript4,function()
- local MOUSE_ICON = 'rbxasset://textures/GunCursor.png'
- local RELOADING_ICON = 'rbxasset://textures/GunWaitCursor.png'
- local Tool = script.Parent
- local Mouse = nil
- local function UpdateIcon()
- Mouse.Icon = Tool.Enabled and MOUSE_ICON or RELOADING_ICON
- end
- local function OnEquipped(mouse)
- Mouse = mouse
- UpdateIcon()
- end
- local function OnChanged(property)
- if property == 'Enabled' then
- UpdateIcon()
- end
- end
- Tool.Equipped:connect(OnEquipped)
- Tool.Changed:connect(OnChanged)
- end))
- Script5.Name = "Launcher"
- Script5.Parent = Tool0
- table.insert(cors,sandbox(Script5,function()
- -----------------
- --| Constants |--
- -----------------
- local COOLDOWN = 4 -- Seconds until tool can be used again
- -- RocketPropulsion Fields
- local TARGET_RADIUS = 5
- local MAX_SPEED = 75
- local MAX_TORQUE = Vector3.new(4e6, 4e6, 0)
- local MAX_THRUST = 50000
- local THRUST_P = 500
- local THRUST_D = 50000
- local TARGET_OVERSHOOT_DISTANCE = 10000000
- local ROCKET_MESH_ID = 'http://www.roblox.com/asset/?id=94690081'
- local ROCKET_MESH_SCALE = Vector3.new(2.5, 2.5, 2)
- local ROCKET_PART_SIZE = Vector3.new(1, 1, 4)
- --------------------
- --| WaitForChild |--
- --------------------
- -- Waits for parent.child to exist, then returns it
- local function WaitForChild(parent, childName)
- assert(parent, "ERROR: WaitForChild: parent is nil")
- while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
- return parent[childName]
- end
- -----------------
- --| Variables |--
- -----------------
- local DebrisService = Game:GetService('Debris')
- local PlayersService = Game:GetService('Players')
- local Tool = script.Parent
- local ToolHandle = Tool.Handle
- local RocketScript = WaitForChild(script, 'Rocket')
- local SwooshSound = WaitForChild(script, 'Swoosh')
- local BoomSound = WaitForChild(script, 'Boom')
- local ReloadSound = WaitForChild(ToolHandle, 'ReloadSound')
- local MyModel = nil
- local MyPlayer = nil
- local BaseRocket = nil
- local RocketClone = nil
- -----------------
- --| Functions |--
- -----------------
- local function MakeBaseRocket()
- -- Set up the rocket part
- local rocket = Instance.new('Part')
- rocket.Name = 'Rocket'
- rocket.FormFactor = Enum.FormFactor.Custom --NOTE: This must be done before changing Size
- rocket.Size = ROCKET_PART_SIZE
- rocket.CanCollide = false
- rocket.BottomSurface = Enum.SurfaceType.Smooth
- rocket.TopSurface = Enum.SurfaceType.Smooth
- -- Add the mesh
- local mesh = Instance.new('SpecialMesh', rocket)
- mesh.MeshId = ROCKET_MESH_ID
- mesh.Scale = ROCKET_MESH_SCALE
- mesh.TextureId = ToolHandle.Mesh.TextureId
- -- Add fire
- local fire = Instance.new('Fire', rocket)
- fire.Heat = 5
- fire.Size = 2
- -- Add the propulsion
- local rocketPropulsion = Instance.new('RocketPropulsion', rocket)
- rocketPropulsion.CartoonFactor = 1
- rocketPropulsion.TargetRadius = TARGET_RADIUS
- rocketPropulsion.MaxSpeed = MAX_SPEED
- rocketPropulsion.MaxTorque = MAX_TORQUE
- rocketPropulsion.MaxThrust = MAX_THRUST
- rocketPropulsion.ThrustP = THRUST_P
- rocketPropulsion.ThrustD = THRUST_D
- -- Clone the sounds
- local swooshSoundClone = SwooshSound:Clone()
- swooshSoundClone.Parent = rocket
- local boomSoundClone = BoomSound:Clone()
- boomSoundClone.Parent = rocket
- -- Attach creator tags
- local creatorTag = Instance.new('ObjectValue', rocket)
- creatorTag.Name = 'creator' --NOTE: Must be called 'creator' for website stats
- creatorTag.Value = MyPlayer
- local iconTag = Instance.new('StringValue', creatorTag)
- iconTag.Name = 'icon'
- iconTag.Value = Tool.TextureId
- -- Finally, clone the rocket script and enable it
- local rocketScriptClone = RocketScript:Clone()
- rocketScriptClone.Parent = rocket
- rocketScriptClone.Disabled = false
- return rocket
- end
- local function OnEquipped()
- MyModel = Tool.Parent
- MyPlayer = PlayersService:GetPlayerFromCharacter(MyModel)
- BaseRocket = MakeBaseRocket()
- RocketClone = BaseRocket:Clone()
- end
- local function OnActivated(byFireButton)
- if Tool.Enabled and MyModel and MyModel:FindFirstChild('Humanoid') and MyModel.Humanoid.Health > 0 then
- Tool.Enabled = false
- -- Get the target position
- local targetPosition = MyModel.Humanoid.TargetPoint
- if byFireButton then -- Using Fire Button, shoot forwards
- targetPosition = MyModel.Humanoid.Torso.CFrame.lookVector * 1000
- end
- -- Position the rocket clone
- local spawnPosition = ToolHandle.Position + (ToolHandle.CFrame.lookVector * (ToolHandle.Size.z / 2))
- RocketClone.CFrame = CFrame.new(spawnPosition, targetPosition) --NOTE: This must be done before assigning Parent
- DebrisService:AddItem(RocketClone, 30)
- RocketClone.Parent = Workspace
- -- Assign target and launch!
- local rocketPropulsion = RocketClone:FindFirstChild('RocketPropulsion')
- if rocketPropulsion then
- local direction = (targetPosition - RocketClone.Position).unit
- rocketPropulsion.TargetOffset = RocketClone.Position + (direction * TARGET_OVERSHOOT_DISTANCE)
- rocketPropulsion:Fire()
- end
- wait(0) --TODO: Remove when sounds realize they can be played as soon as they enter the Workspace
- -- Swoosh!
- local swooshSound = RocketClone:FindFirstChild('Swoosh')
- if swooshSound then
- swooshSound:Play()
- end
- -- Prepare the next rocket to be fired
- RocketClone = BaseRocket:Clone()
- ReloadSound:Play()
- wait(COOLDOWN)
- -- Stop the reloading sound if it hasn't already finished
- ReloadSound:Stop()
- Tool.Enabled = true
- end
- end
- local function OnUnequipped()
- ReloadSound:Stop() --TODO: This does not work online
- end
- -- Also activate when the Fire Button is down
- local function OnChildAdded(child)
- if child.Name == 'FireButtonDown' then
- child.Changed:connect(function(newValue)
- if newValue == true then
- OnActivated(true)
- end
- end)
- end
- end
- --------------------
- --| Script Logic |--
- --------------------
- Tool.Equipped:connect(OnEquipped)
- Tool.Activated:connect(OnActivated)
- Tool.Unequipped:connect(OnUnequipped)
- Tool.ChildAdded:connect(OnChildAdded) --NOTE: Added for Fire Button
- end))
- Sound6.Name = "Boom"
- Sound6.Parent = Script5
- Sound6.SoundId = "rbxasset://sounds/collide.wav"
- Sound6.Volume = 1
- Sound7.Name = "Swoosh"
- Sound7.Parent = Script5
- Sound7.Looped = true
- Sound7.SoundId = "rbxasset://sounds/Rocket whoosh 01.wav"
- Sound7.Volume = 0.69999998807907
- Script8.Name = "Rocket"
- Script8.Parent = Script5
- table.insert(cors,sandbox(Script8,function()
- -----------------
- --| Constants |--
- -----------------
- local BLAST_RADIUS = 6
- local BLAST_PRESSURE = 750000
- -- Rocket will fly through things named these
- local ROCKET_IGNORE_LIST = {rocket = 1, handle = 1, effect = 1, water = 1} --NOTE: Keys must be lowercase, values must evaluate to true
- --------------------
- --| WaitForChild |--
- --------------------
- -- Waits for parent.child to exist, then returns it
- local function WaitForChild(parent, childName)
- assert(parent, "ERROR: WaitForChild: parent is nil")
- while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
- return parent[childName]
- end
- -----------------
- --| Variables |--
- -----------------
- local DebrisService = Game:GetService('Debris')
- local Rocket = script.Parent
- local CreatorTag = WaitForChild(Rocket, 'creator')
- local Connection = nil
- -----------------
- --| Functions |--
- -----------------
- -- Returns the ancestor that contains a Humanoid, if it exists
- local function FindCharacterAncestor(subject)
- if subject and subject ~= Workspace then
- local humanoid = subject:FindFirstChild('Humanoid')
- if humanoid then
- return subject, humanoid
- else
- return FindCharacterAncestor(subject.Parent)
- end
- end
- return nil
- end
- local function OnExplosionHit(hitPart)
- if hitPart then
- local _, humanoid = FindCharacterAncestor(hitPart.Parent)
- if humanoid and humanoid.Health > 0 then
- local hitBindable = humanoid:FindFirstChild('Hit')
- if hitBindable then
- hitBindable:Invoke(0, CreatorTag)
- else
- print("Could not find BindableFunction 'Hit'")
- end
- end
- end
- end
- local function OnTouched(otherPart)
- if Rocket and otherPart then
- -- Fly through anything in the ignore list
- if ROCKET_IGNORE_LIST[string.lower(otherPart.Name)] then
- return
- end
- -- Fly through the creator
- local myPlayer = CreatorTag.Value
- if myPlayer and myPlayer.Character and myPlayer.Character:IsAncestorOf(otherPart) then
- return
- end
- -- Create the explosion
- local explosion = Instance.new('Explosion')
- explosion.BlastPressure = BLAST_PRESSURE
- explosion.BlastRadius = BLAST_RADIUS
- explosion.Position = Rocket.Position
- explosion.Hit:connect(OnExplosionHit)
- explosion.Parent = Workspace
- -- Start playing the boom sound
- local boomSound = Rocket:FindFirstChild('Boom')
- if boomSound then
- boomSound:Play()
- end
- -- NOTE:
- -- If we just destroyed the rocket at this point, the boom sound would be destroyed too,
- -- so instead we will hide the rocket, keep it in the same spot, and schedule it for deletion
- -- Stop playing the swoosh sound
- local swooshSound = Rocket:FindFirstChild('Swoosh')
- if swooshSound then
- swooshSound:Stop()
- end
- -- Put out the fire
- local fire = Rocket:FindFirstChild('Fire')
- if fire then
- fire:Destroy()
- end
- Rocket.Transparency = 1
- Rocket.CanCollide = false
- Rocket.Anchored = true
- DebrisService:AddItem(Rocket, 3)
- -- Destroy the connection so this method won't be called again
- Connection:disconnect()
- end
- end
- --------------------
- --| Script Logic |--
- --------------------
- -- Arm the rocket and save the touch connection so we can disconnect it later
- Connection = Rocket.Touched:connect(OnTouched)
- end))
- Script8.Disabled = true
- LocalScript9.Name = "Animation"
- LocalScript9.Parent = Tool0
- table.insert(cors,sandbox(LocalScript9,function()
- --------------------
- --| WaitForChild |--
- --------------------
- -- Waits for parent.child to exist, then returns it
- local function WaitForChild(parent, childName)
- assert(parent, "ERROR: WaitForChild: parent is nil")
- while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
- return parent[childName]
- end
- -----------------
- --| Variables |--
- -----------------
- local Tool = script.Parent
- local FireAndReloadAnimation = WaitForChild(script, 'FireAndReload')
- local FireAndReloadTrack = nil
- -----------------
- --| Functions |--
- -----------------
- local function OnEquipped()
- local myModel = Tool.Parent
- local humanoid = myModel:FindFirstChild('Humanoid')
- if humanoid then -- Preload animations
- FireAndReloadTrack = humanoid:LoadAnimation(FireAndReloadAnimation)
- end
- end
- local function OnChanged(property)
- if property == 'Enabled' and Tool.Enabled == false then
- -- Play fire and reload animation
- if FireAndReloadTrack then
- FireAndReloadTrack:Play()
- end
- end
- end
- local function OnUnequipped()
- -- Stop animations
- if FireAndReloadTrack then FireAndReloadTrack:Stop() end
- end
- --------------------
- --| Script Logic |--
- --------------------
- Tool.Equipped:connect(OnEquipped)
- Tool.Changed:connect(OnChanged)
- Tool.Unequipped:connect(OnUnequipped)
- end))
- Animation10.Name = "FireAndReload"
- Animation10.Parent = LocalScript9
- Animation10.AnimationId = "http://www.roblox.com/Asset?ID=94771598"
- LocalScript11.Name = "VisualizeReload"
- LocalScript11.Parent = Tool0
- table.insert(cors,sandbox(LocalScript11,function()
- -----------------
- --| Constants |--
- -----------------
- local ROCKET_MESH_ID = 'http://www.roblox.com/asset/?id=94690081'
- local ROCKET_MESH_SCALE = Vector3.new(1, 1, 1)
- local ANIM_TOTAL_TIME = 3.4 -- Total length of FireAndReload animation
- local ROCKET_SHOW_TIME = 1.5 -- Seconds after animation begins to show the rocket
- local ROCKET_HIDE_TIME = 2.2 -- Seconds after animation begins to hide the rocket
- -----------------
- --| Variables |--
- -----------------
- local Tool = script.Parent
- local ToolHandle = Tool.Handle
- local MyModel = nil
- local ReloadRocket = nil
- local StillEquipped = false
- -----------------
- --| Functions |--
- -----------------
- local function MakeReloadRocket()
- local reloadRocket = Instance.new('Part')
- reloadRocket.Name = "Ammo"
- reloadRocket.FormFactor = Enum.FormFactor.Custom --NOTE: This must be done before changing Size
- reloadRocket.Size = Vector3.new() -- As small as possible
- local mesh = Instance.new('SpecialMesh', reloadRocket)
- mesh.MeshId = ROCKET_MESH_ID
- mesh.Scale = ROCKET_MESH_SCALE
- mesh.TextureId = ToolHandle.Mesh.TextureId
- return reloadRocket
- end
- local function OnEquipped()
- MyModel = Tool.Parent
- ReloadRocket = MakeReloadRocket()
- end
- local function OnChanged(property)
- if property == 'Enabled' and Tool.Enabled == false then
- -- Show the next rocket going into the launcher
- StillEquipped = true
- wait(ROCKET_SHOW_TIME)
- if StillEquipped then
- local leftArm = MyModel:FindFirstChild('Left Arm')
- if leftArm then
- local weld = ReloadRocket:FindFirstChild('Weld')
- if not weld then
- weld = Instance.new('Weld')
- weld.Part0 = leftArm
- weld.Part1 = ReloadRocket
- weld.C1 = CFrame.new(Vector3.new(0, 1, 0))
- weld.Parent = ReloadRocket
- end
- ReloadRocket.Parent = MyModel
- end
- wait(ROCKET_HIDE_TIME - ROCKET_SHOW_TIME)
- if StillEquipped and ReloadRocket.Parent == MyModel then
- ReloadRocket.Parent = nil
- end
- end
- end
- end
- local function OnUnequipped()
- StillEquipped = false
- ReloadRocket:Destroy()
- ReloadRocket = nil
- end
- --------------------
- --| Script Logic |--
- --------------------
- Tool.Equipped:connect(OnEquipped)
- Tool.Changed:connect(OnChanged)
- Tool.Unequipped:connect(OnUnequipped)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Backpack
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- --Hair
- p = game.Players.LocalPlayer
- char = p.Character
- torso = char.Torso
- hed = char.Head
- neck = char.Torso.Neck
- hum = char.Humanoid
- hum.MaxHealth = math.huge
- local msg = game:GetService("Chat")
- torso.BrickColor = BrickColor.new("Pastel brown")
- hed.BrickColor = BrickColor.new("Pastel brown")
- char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
- char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
- char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
- char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
- ypcall(function()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- end)
- function sbchat(msg,displayname)
- if not displayname then
- displayname = '<Bitch Smoke>'
- end
- for i,v in pairs(game:GetService('Players'):GetChildren()) do
- local st = Instance.new('StringValue')
- st.Name = 'SB_Chat'
- st.Value = displayname..'/'..msg
- delay(0.2,function() st.Parent = v end)
- end
- end
- p1 = Instance.new("Part",char)
- p1.FormFactor = Enum.FormFactor.Custom
- p1.Size = Vector3.new(1.8,0.8,1.8)
- p1.CanCollide = false
- p1.Locked = true
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- SMesh = Instance.new("SpecialMesh", p1)
- SMesh.MeshId = "http://www.roblox.com/asset/?id=6837450"
- SMesh.MeshType = Enum.MeshType.FileMesh
- SMesh.Name = "Mesh"
- SMesh.TextureId = "http://www.roblox.com/asset/?id=6837452"
- w1 = Instance.new("Weld", hed)
- w1.Part0 = hed
- w1.C0 = CFrame.new(0,0,0)*CFrame.Angles(0,1.5,0)
- w1.Part1 = p1
- w1.C1 = CFrame.new(0, -0.600, -0.100)
- -----
- if Head:FindFirstChild("face") then
- Head.face.Texture = "http://www.roblox.com/asset/?id=161600502"
- mouse = game.Players.LocalPlayer:GetMouse()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" or v.ClassName == "Accessory" then
- v:Remove()
- end
- end
- dft = {}
- --lollllll
- wait(0.2)
- p = game.Players.LocalPlayer
- char = p.Character
- torso = char.Torso
- hed = char.Head
- neck = char.Torso.Neck
- hum = char.Humanoid
- hum.MaxHealth = math.huge
- ypcall(function()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "rbxassetid://897350528"
- char.Pants.PantsTemplate = "rbxassetid://778058135"
- end)
- function sbchat(msg,displayname)
- if not displayname then
- displayname = '<Bitch Smoke>'
- end
- for i,v in pairs(game:GetService('Players'):GetChildren()) do
- local st = Instance.new('StringValue')
- st.Name = 'SB_Chat'
- st.Value = displayname..'/'..msg
- delay(0.2,function() st.Parent = v end)
- end
- end
- Player = game:GetService("Players").LocalPlayer
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- local ff = Instance.new('ForceField', Character)
- ff.Visible = false
- function unanchor()
- if UNANCHOR == true then
- for _, c in pairs(Character:GetChildren()) do
- if c:IsA("BasePart") then
- c.Anchored = false
- end
- end
- else
- for _, c in pairs(Character:GetChildren()) do
- if c:IsA("BasePart") then
- c.Anchored = true
- end
- end
- end
- end
- function Taunt()
- local Gun = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(0, 0, 0),false)
- local HandleMesh = CreateMesh("SpecialMesh", Gun, "FileMesh", "72012879", "72012859", VT(2,2,2), VT(0,0, 0))
- local Weld = CreateWeldOrSnapOrMotor("Weld", Gun, RightArm, Gun, CF(0 * Player_Size, -1.6 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
- local GunPoint = CreatePart(3, Weapon, "SmoothPlastic", 0, 1, "Really black", "Handle", VT(0, 0, 0),false)
- local HandleWeld = CreateWeldOrSnapOrMotor("Weld", GunPoint, RightArm, GunPoint, CF(0 * Player_Size, -2.6 * Player_Size, -0.6 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(135)), CF(0, 0, 0))
- for _, c in pairs(Weapon:GetChildren()) do
- if c.ClassName == "Part" then
- c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
- end
- end
- Weapon.Parent = Character
- ATTACK = true
- Rooted = false
- for i=0, 0.3, 0.1 / Animation_Speed do
- Swait()
- turnto(Mouse.Hit.p)
- RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.5)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- end
- repeat
- Swait(2)
- turnto(Mouse.Hit.p)
- for i=0, 0.3, 0.1 / Animation_Speed do
- RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.5)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- end
- Swait(2)
- turnto(Mouse.Hit.p)
- local RayHit, Way = CastProperRay(GunPoint.Position,Mouse.Hit.p,5000,Character)
- local distance = (GunPoint.Position - Way).magnitude
- CreateSound("135362176", GunPoint, 1, 1)
- MagicBlock(0.2,5,GunPoint.CFrame,"New Yeller",VT(0.2,0.2,0.2))
- local BLOCK = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Pearl", "Explosion", VT(0, 0, 0))
- BLOCK.CFrame = CF(Way)
- BLOCK.Anchored = true
- CreateSound("0", BLOCK, 1, 1)
- Debris:AddItem(BLOCK,10)
- local prt = partasdeff:Clone()
- prt.Parent = BLOCK
- prt:Emit(15)
- MagicSphere(VT(1,1,1),10,CF(Way),"Pearl",VT(2,2,2))
- for i=0, 0.3, 0.1 / Animation_Speed do
- RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(120), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.5)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5)
- end
- until HOLD == false
- ATTACK = false
- Rooted = false
- wait(10)
- game.Workspace.Dark_Eccentric.Adds:Remove()
- end
- --//=================================\\
- --|| ASSIGN THINGS TO KEYS
- --\\=================================//
- function KeyDown(Key)
- if Key == "t" and ATTACK == false then
- Taunt()
- end
- end
- function KeyUp(Key)
- KEYHOLD = false
- end
- Mouse.KeyDown:connect(function(NEWKEY)
- KeyDown(NEWKEY)
- end)
- Mouse.KeyUp:connect(function(NEWKEY)
- KeyUp(NEWKEY)
- end)
- --//=================================\\
- --\\=================================//
- --//=================================\\
- --|| WRAP THE WHOLE SCRIPT UP
- --\\=================================//
- local JUMPED = false
- Humanoid.Changed:connect(function(Jump)
- if Jump == "Jump" and (Disable_Jump == true) then
- Humanoid.Jump = false
- elseif Jump == "Jump" and Disable_Jump == false and JUMPED == false then
- JUMPED = true
- CreateSound(158309736, Torso, 10, 1, false)
- end
- end)
- while true do
- Swait()
- ANIMATE.Parent = nil
- local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
- IDLEANIMATION:Play()
- SINE = SINE + CHANGE
- local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
- local TORSOVERTICALVELOCITY = RootPart.Velocity.y
- local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
- local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
- local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
- if ANIM == "Walk" and TORSOVELOCITY > 1 then
- RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2)) * Player_Size) * ANGLES(RAD(0), RAD(0) / 75, RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
- RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- end
- if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
- ANIM = "Jump"
- if ATTACK == false then
- RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
- end
- elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
- ANIM = "Fall"
- if ATTACK == false then
- RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
- end
- elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
- ANIM = "Idle"
- if ATTACK == false then
- RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(25), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
- RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- end
- elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
- ANIM = "Walk"
- WALK = WALK + 1 / Animation_Speed
- if WALK >= 15 - (5 * (Humanoid.WalkSpeed / 16 / Player_Size)) then
- WALK = 0
- if WALKINGANIM == true then
- WALKINGANIM = false
- elseif WALKINGANIM == false then
- WALKINGANIM = true
- end
- end
- --RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- --LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
- if ATTACK == false then
- RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 0.15 / Animation_Speed)
- RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(60 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
- LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-60 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 0.35 / Animation_Speed)
- RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
- LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
- end
- end
- unanchor()
- Humanoid.MaxHealth = "inf"
- Humanoid.Health = "inf"
- if Rooted == false then
- Disable_Jump = false
- Humanoid.WalkSpeed = Speed
- elseif Rooted == true then
- Disable_Jump = true
- Humanoid.WalkSpeed = 0
- end
- end
- local COLOR = C3((0+sick.PlaybackLoudness/200)/510,(115+sick.PlaybackLoudness/25)/510,(150+sick.PlaybackLoudness*1.5)/610)
- for _, c in pairs(Character:GetChildren()) do
- if c:IsA("BasePart") and c.Name ~= "Detail" then
- c.Material = "Neon"
- if c:FindFirstChildOfClass("ParticleEmitter") then
- c:FindFirstChildOfClass("ParticleEmitter"):remove()
- end
- if c == Head then
- if c:FindFirstChild("face") then
- c.face:remove()
- end
- end
- elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
- c:remove()
- elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
- c:remove()
- elseif c.Name == "Detail" then
- c.Material = "Neon"
- c.Color = COLOR
- end
- end
- if DEAD == false then
- sick.SoundId = "rbxassetid://"..SONG
- sick.Looped = true
- sick.Pitch = 1
- sick.Volume = 2
- sick.Playing = true
- sick.Parent = Torso
- else
- sick:remove()
- end
- Humanoid.Name = "Heavy"
- --//=================================\\
- --\\=================================//
- --//====================================================\\--
- --|| END OF SCRIPT
- --\\====================================================//--
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement