Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[QAEO ARMORY]]--
- wait(1 / 60)
- script.Archivable=false
- Effects = { }
- ShootEffects = { }
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local mouse = Player:GetMouse()
- local m = Instance.new('Model', Character)
- m.Name = "WeaponModel"
- local effect = Instance.new('Model', Character)
- effect.Name = "Effect"
- local LeftArm = Character["Left Arm"]
- local RightArm = Character["Right Arm"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local heal=true
- local Head = Character.Head
- local Torso = Character.Torso
- local fathermode = false
- local cam = game.Workspace.CurrentCamera
- local RootPart = Character.HumanoidRootPart
- local RootJoint = RootPart.RootJoint
- local equipped = false
- local attack = false
- local Anim = 'Idle'
- local idle = 0
- local attacktype = 1
- local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velocity = RootPart.Velocity.y
- local sine = 0
- local change = 1
- local mana = 0
- local it =Instance.new
- vt=Vector3.new
- local grabbed = false
- local cf = CFrame.new
- local mr = math.rad
- local angles = CFrame.Angles
- local ud = UDim2.new
- local c3 = Color3.new
- local NeckCF = cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- Humanoid.Animator:Destroy()
- Character.Animate:Destroy()
- local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
- local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
- RSH, LSH = nil, nil
- RW = Instance.new("Weld")
- LW = Instance.new("Weld")
- RH = Torso["Right Hip"]
- LH = Torso["Left Hip"]
- RSH = Torso["Right Shoulder"]
- LSH = Torso["Left Shoulder"]
- RSH.Parent = nil
- LSH.Parent = nil
- RW.Name = "RW"
- RW.Part0 = Torso
- RW.C0 = cf(1.5, 0.5, 0)
- RW.C1 = cf(0, 0.5, 0)
- RW.Part1 = RightArm
- RW.Parent = Torso
- LW.Name = "LW"
- LW.Part0 = Torso
- LW.C0 = cf(-1.5, 0.5, 0)
- LW.C1 = cf(0, 0.5, 0)
- LW.Part1 = LeftArm
- LW.Parent = Torso
- local co1 = 30
- local co2 = 30
- local co3 = 30
- local co4 = 60
- local cooco = 5
- local cooldown1 = 0
- local cooldown2 = 0
- local cooldown3 = 0
- local cooldown4 = 0
- local coolcool = 0
- local maxEnergy = 100
- local Energy = 0--Energy you start out with
- local skill1stam = 10--how much stamina is needed for a skill
- local skill2stam = 50
- local skill3stam = 60
- local skill4stam = 100
- local skill5stam = 100
- local recovermana = 5--how much mana per second
- local skillcolorscheme = BrickColor.new("Bright yellow").Color
- local scrn = Instance.new('ScreenGui', Player.PlayerGui)
- function makeframe(par, trans, pos, size, color)
- local frame = Instance.new('Frame', par)
- frame.BackgroundTransparency = trans
- frame.BorderSizePixel = 0
- frame.Position = pos
- frame.Size = size
- frame.BackgroundColor3 = color
- return frame
- end
- function makelabel(par, text)
- local label = Instance.new('TextLabel', par)
- label.BackgroundTransparency = 1
- label.Size = UDim2.new(1, 0, 1, 0)
- label.Position = UDim2.new(0, 0, 0, 0)
- label.TextColor3 = Color3.new(255, 255, 255)
- label.TextStrokeTransparency = 0
- label.FontSize = Enum.FontSize.Size32
- label.Font = Enum.Font.SourceSansLight
- label.BorderSizePixel = 0
- label.TextScaled = true
- label.Text = text
- end
- framesk1 = makeframe(scrn, .5, UDim2.new(.8, 0, .85, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
- framesk2 = makeframe(scrn, .5, UDim2.new(.8, 0, .74, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
- framesk3 = makeframe(scrn, .5, UDim2.new(.8, 0, .63, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
- framesk4 = makeframe(scrn, .5, UDim2.new(.8, 0, .52, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
- bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
- bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
- bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
- bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
- text1 = Instance.new('TextLabel', framesk1)
- text1.BackgroundTransparency = 1
- text1.Size = UDim2.new(1, 0, 1, 0)
- text1.Position = UDim2.new(0, 0, 0, 0)
- text1.TextColor3 = Color3.new(255, 255, 255)
- text1.TextStrokeTransparency = 0
- text1.FontSize = Enum.FontSize.Size18
- text1.Font = Enum.Font.SourceSansLight
- text1.BorderSizePixel = 0
- text1.TextScaled = true
- text1.Text = "[Z]\n Spacial Wave"
- text2 = Instance.new('TextLabel', framesk2)
- text2.BackgroundTransparency = 1
- text2.Size = UDim2.new(1, 0, 1, 0)
- text2.Position = UDim2.new(0, 0, 0, 0)
- text2.TextColor3 = Color3.new(255, 255, 255)
- text2.TextStrokeTransparency = 0
- text2.FontSize = Enum.FontSize.Size18
- text2.Font = Enum.Font.SourceSansLight
- text2.BorderSizePixel = 0
- text2.TextScaled = true
- text2.Text = "[X]\n Clockwork"
- text3 = Instance.new('TextLabel', framesk3)
- text3.BackgroundTransparency = 1
- text3.Size = UDim2.new(1, 0, 1, 0)
- text3.Position = UDim2.new(0, 0, 0, 0)
- text3.TextColor3 = Color3.new(255, 255, 255)
- text3.TextStrokeTransparency = 0
- text3.FontSize = Enum.FontSize.Size18
- text3.Font = Enum.Font.SourceSansLight
- text3.BorderSizePixel = 0
- text3.TextScaled = false
- text3.Text = "[C]\n Counter Clockwork"
- text4 = Instance.new('TextLabel', framesk4)
- text4.BackgroundTransparency = 1
- text4.Size = UDim2.new(1, 0, 1, 0)
- text4.Position = UDim2.new(0, 0, 0, 0)
- text4.TextColor3 = Color3.new(255, 255, 255)
- text4.TextStrokeTransparency = 0
- text4.FontSize = Enum.FontSize.Size18
- text4.Font = Enum.Font.SourceSansLight
- text4.BorderSizePixel = 0
- text4.TextScaled = true
- text4.Text = "[V]\n Spacial Trigger"
- function clerp(a, b, t)
- return a:lerp(b, t)
- end
- BPos=Instance.new("BodyPosition")
- Gy=Instance.new("BodyGyro")
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- RemoveOutlines(Part)
- return Part
- end
- function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "Heartbeat"
- script:WaitForChild("Heartbeat")
- frame = 1 / 30
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- function swait(num)
- if num == 0 or num == nil then
- ArtificialHB.Event:wait()
- else
- for i = 0, num do
- ArtificialHB.Event:wait()
- end
- end
- end
- function CreateWeld(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- function CreateSound(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local sou = Instance.new("Sound", par or workspace)
- sou.Volume = vol
- sou.Pitch = pit or 1
- sou.SoundId = id
- swait()
- sou:play()
- game:GetService("Debris"):AddItem(sou, 6)
- end))
- end
- local function getclosest(obj, distance)
- local last, lastx = distance + 1
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA'Model' and v ~= Character and v:findFirstChild('Humanoid') and v:findFirstChild('Torso') and v:findFirstChild('Humanoid').Health > 0 then
- local t = v.Torso
- local dist = (t.Position - obj.Position).magnitude
- if dist <= distance then
- if dist < last then
- last = dist
- lastx = v
- end
- end
- end
- end
- return lastx
- end
- Bin=Instance.new("HopperBin")
- Bin.Name="Grandfather"
- Bin.Parent=Player.Backpack
- Handle=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","FakeHandle",Vector3.new(1.29000008, 0.200000003, 0.200000003))
- HandleWeld=CreateWeld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0299263, -0.932053328, 0.0486602783, -0.0005330001, 0.023691006, 0.999719262, 0.0221509952, -0.999473751, 0.023697, 0.999754488, 0.0221574064, 7.94025618e-006))
- FakeHandle=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","FakeHandle",Vector3.new(1.29000008, 0.200000003, 0.200000003))
- FakeHandleWeld=CreateWeld(m,Handle,FakeHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24149036, 3.74951553, 0.0439910889, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22339582, 4.94425201, 0.0448913574, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 2.11922452e-006, -2.12225132e-006, 2.66358256e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.888888896, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.51085472, 0.306662083, -0.000457763672, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000396728516, -3.97182655, -2.19562626, -7.99528789e-006, 2.2277236e-006, 1, 0.866023839, -0.50000298, 8.03917646e-006, 0.50000304, 0.866023719, 2.06567347e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31054401, 4.48204994, 0.0448913574, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.64128141e-006, 1.10641122e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0329437256, 0.306678057, -4.05534172, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.24147224, 3.7495327, 0.0448913574, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -1.37271595, -4.07557869, -7.99528789e-006, 2.2277236e-006, 1, 0.258816272, -0.965926588, 4.22261655e-006, 0.965926588, 0.258816242, 7.14650378e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240004539, -3.77759171, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 0.333333343, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.96311188, -2.95736504, 0.0440063477, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Hitbox=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Hitbox",Vector3.new(4.65999985, 0.969999969, 0.200000003))
- HitboxWeld=CreateWeld(m,FakeHandle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.14429283, 0.327413559, 0, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
- CreateMesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1.00740743, 1.14814818, 0.177777752))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506767273, 0.141674995, 0.022644043, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.333839417, 0.366575241, 0.0217895508, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546722412, 0.118536711, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.439409256, 0.384243011, -0.000442504883, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333851814, 0.366586685, 0.0226593018, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.545269012, -0.0258321762, -0.000457763672, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511058807, 0.264110565, -0.000442504883, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0688209534, -0.498138428, -0.000427246094, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.545257568, 0.00361824036, 0.0217895508, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548643112, 0.124119759, -0.000442504883, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.506757736, 0.141657829, 0.0217895508, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.548646927, -0.146356583, 0.0217895508, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411178589, -0.0226593018, 0.0177776814, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208498955, -0.46065712, -0.000427246094, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333654404, -0.513034821, 0.0217895508, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0759630203, 0.475587845, 0.021774292, 0.258816242, -0.965926588, 1.86264515e-007, 0.965926766, 0.258816242, -2.19186768e-006, 2.06899131e-006, 7.4878335e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208488941, 0.438444138, 0.0217895508, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.0043226e-006, -2.79396772e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548727036, -0.0197615623, -0.000442504883, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.215445518, 0.43674469, 0.0226745605, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19768083e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0759553909, 0.475576401, 0.022644043, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882116, 2.69524753e-006, 2.64676055e-006, 5.40167093e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.333651543, 0.49080658, -0.000442504883, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.545280457, 0.00361776352, 0.022644043, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438188553, 0.388845444, -0.000442504883, -0.707108438, -0.707105279, 1.95577741e-007, 0.70710516, -0.707108319, -1.96509063e-006, 1.52789289e-006, -1.25169754e-006, 1.00000012))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.33364296, -0.513038635, 0.0226593018, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.64128141e-006, 1.10641122e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.073972702, -0.618423462, 0.021774292, -0.258816242, 0.965926588, -1.86264515e-007, -0.965926707, -0.258816242, -2.80654058e-006, -2.759567e-006, -5.45755029e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340694427, 0.364219666, 0.0217895508, 0.707104325, -0.707109451, 5.77419996e-008, 0.707109451, 0.707104206, -2.17184424e-006, 1.49360858e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.548721313, -0.00246310234, 0.021774292, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434206009, -0.288028717, -0.000457763672, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.068832159, 0.475917816, 0.021774292, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93307642e-006, -1.86264515e-009, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511074066, -0.286334991, 0.0226593018, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0711903572, 0.617090225, 0.0226745605, -0.258814365, 0.965927124, 2.81259418e-006, 0.965927243, 0.258814365, 3.85148451e-006, 2.99187377e-006, 3.71411443e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0739717484, 0.596204758, -0.000427246094, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336107254, -0.508220673, 0.0217895508, -0.707104325, 0.707109451, -5.77419996e-008, -0.707109392, -0.707104266, -1.82539225e-006, -1.33231515e-006, -1.25169754e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.215447426, 0.43674469, 0.0217895508, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208616734, 0.561750412, -0.000427246094, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.0043226e-006, -2.79396772e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336097717, 0.486003876, -0.000427246094, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.707103729, -2.17370689e-006, 1.47923129e-006, 1.59442425e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0761415958, -0.649288177, 0.0226593018, -4.99617636e-006, -1, 3.00072134e-006, -1.00000012, 4.99580619e-006, 3.88827175e-006, -3.88832996e-006, -2.99885869e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.172222212, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0694794655, 0.597396851, -0.000442504883, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93307642e-006, -1.86264515e-009, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0688376427, 0.475934982, 0.0226593018, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00460818e-006, 1.95513712e-006, 1.95513712e-006, 1.86264515e-009, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.440137863, 0.26106739, 0.0226593018, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.511079788, -0.286324501, 0.0217895508, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.438186646, -0.41106987, 0.021774292, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340705872, -0.386451721, -0.000442504883, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.226183891, 0.0009765625, -0.442707062, 0.500000238, 0.866025209, 1.78813934e-007, 7.95145752e-006, -4.38466668e-006, -1.00000012, -0.866025329, 0.500000238, -9.07946378e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.688888967, 0.438889027, 0.377777785))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.215435982, -0.458969116, -0.000442504883, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.20699406e-006, 1.00000012))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.441606522, 0.404708862, 0.0217895508, 0.866026998, -0.499997288, -2.9746443e-006, 0.499997318, 0.866026998, -3.86498868e-006, 4.50806692e-006, 1.85891986e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.223954201, -0.0226745605, -0.371606827, -0.500000238, -0.866025209, -1.78813934e-007, -7.95145752e-006, 4.38466668e-006, 1.00000012, -0.866025329, 0.500000238, -9.07946378e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.440134048, 0.261076927, 0.0217895508, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548721313, -0.00247383118, 0.0226593018, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.510513306, 0.25871563, -0.000457763672, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.212512016, -0.581157684, 0.022644043, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.413951874, 0.000427246094, -0.0599970818, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.805555582, 0.444444597, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208609104, -0.583967209, 0.0226745605, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 1.11944973e-006, -1.15734292e-006, 7.4505806e-009, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336105347, -0.50822258, 0.022644043, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 1.26287341e-006, -8.98377039e-007, -8.88481736e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333847046, -0.388801575, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438179016, -0.411075592, 0.0226593018, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0694792271, -0.619607925, 0.022644043, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00359318e-006, 2.04378739e-006, -2.04378739e-006, 0, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0739688873, -0.618423462, 0.022644043, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.258821189, 1.30338594e-006, -1.21688936e-006, -4.97326255e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511802673, -0.158421993, -0.000442504883, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34094429, -0.540950775, 0.0226745605, 0.707102776, -0.707110882, 3.10130417e-006, -0.707110941, -0.707102776, 4.15090472e-006, -7.42264092e-007, -5.12599945e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336496353, 0.507621765, 0.0226745605, -0.707103193, 0.707110405, 2.91876495e-006, 0.707110465, 0.707103133, 3.84449959e-006, 6.54079486e-007, 4.78513539e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.54249382, -0.00193452835, 0.0226593018, -0.965927064, -0.258814931, 2.16951594e-006, -0.258814931, 0.965926945, 3.81283462e-006, -3.08227027e-006, 3.12365592e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506753922, -0.163885117, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.505588531, -0.139631271, 0.0217895508, 0.866023004, 0.500004292, -1.99861825e-006, -0.500004351, 0.866022944, -4.77582216e-006, -6.57048076e-007, 5.13158739e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411178589, -0.0218048096, 0.0177714825, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546728134, -0.140758753, 0.022644043, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.21051693, 0.580282211, 0.0226745605, -0.499995559, 0.86602807, 2.11037695e-006, 0.86602813, 0.4999955, 4.20119613e-006, 2.58197542e-006, 3.93018126e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.337209702, -0.366308212, 0.021774292, 0.499996006, 0.866027713, -2.88896263e-006, -0.866027832, 0.499995947, -4.00375575e-006, -2.02353112e-006, 4.50201333e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.505577087, -0.139648438, 0.0226745605, -0.866027057, -0.499997228, 2.84146518e-006, -0.499997258, 0.866027057, 4.13320959e-006, -4.52925451e-006, 2.16066837e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.546943665, -0.0313858986, 0.021774292, -0.965924859, -0.258822948, -2.65147537e-006, 0.258822978, -0.965924799, -3.85567546e-006, -1.56357419e-006, -4.41260636e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.177777797, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.491279602, 0.241680145, -8.04272713e-006, 4.22634184e-006, 1.00000012, 0.866023183, -0.500004172, 9.07853246e-006, 0.500004172, 0.866023004, 3.59490514e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.966666698))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.443826675, -0.438047409, 0.0226593018, 0.866022706, -0.500005007, 3.20281833e-006, -0.500005007, -0.866022587, 3.75695527e-006, 8.9610694e-007, -4.85032797e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208620548, -0.583963394, 0.0218200684, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.511810303, 0.136191368, 0.021774292, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.434211731, 0.265800476, 0.0217895508, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.510509491, -0.280939102, 0.0217895508, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.546730042, -0.140769005, 0.021774292, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.508924484, 0.106307983, 0.022644043, 0.866027653, 0.499996185, 3.17860395e-006, 0.499996245, -0.866027653, 3.86498868e-006, 4.68629878e-006, -1.76019967e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.51051712, -0.280929565, 0.022644043, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435190201, -0.26415062, 0.0226593018, -0.707109451, -0.707104206, 2.17184424e-006, -0.707104266, 0.707109332, 3.94135714e-006, -4.32459638e-006, 1.25169754e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516139984, -0.311442375, 0.021774292, -0.965927005, 0.258815527, -2.85869464e-006, -0.258815557, -0.965926886, -3.7048012e-006, -3.72040085e-006, -2.84053385e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.438528061, 0.230806351, 0.022644043, 0.707109392, 0.707104266, 2.82656401e-006, 0.707104325, -0.707109332, 4.05684114e-006, 4.86656791e-006, -8.69855285e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.155555561, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336502075, 0.507612228, 0.0217895508, 0.707108676, -0.707104862, -3.03052366e-006, 0.707104921, 0.707108557, -4.2822212e-006, 5.17029548e-006, 8.84756446e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340531349, 0.332960129, 0.0226745605, 0.500003397, 0.866023421, 3.22051346e-006, 0.86602354, -0.500003397, 4.15742397e-006, 5.21162292e-006, 7.13393092e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340540886, 0.332969666, 0.021774292, -0.499995947, -0.866027713, -3.1106174e-006, 0.866027832, -0.499995947, -3.99537385e-006, 1.90385617e-006, -4.69386578e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0723047256, -0.650421143, 0.0217895508, -0.258822352, 0.965924978, -3.14041972e-006, -0.965925038, -0.258822322, -3.6736019e-006, -4.3620239e-006, 2.08243728e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.122222222, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.51115036, 0.278116703, 0.0217895508, 0.965926886, -0.258815557, -2.1411106e-006, 0.258815616, 0.965926826, -4.29525971e-006, 3.17988452e-006, 3.59490514e-006, 0.99999994))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.435184479, -0.264160156, 0.0217895508, 0.707103431, 0.707110226, -2.30595469e-006, -0.707110226, 0.707103372, -3.92645597e-006, -1.14511931e-006, 4.40515578e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.223959923, -0.0217895508, -0.371601105, 0.499999106, 0.866026044, 1.56462193e-007, 7.94115476e-006, -4.40143049e-006, -1.00000012, -0.866026103, 0.499999017, -9.07946378e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666746, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0700378418, 0.615943909, 0.0226745605, 4.99297948e-006, 1.00000012, 2.99885869e-006, 1.00000012, -4.99004454e-006, 4.1097519e-006, 4.1097519e-006, 2.99885869e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546937943, -0.0313835144, 0.022644043, 0.965927064, 0.25881505, 2.82889232e-006, 0.25881502, -0.965926886, 4.18536365e-006, 3.8156868e-006, -3.30992043e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.177777782, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438524246, 0.23081398, 0.0217895508, -0.707103431, -0.707110345, -2.69338489e-006, 0.707110286, -0.707103312, -4.0717423e-006, 9.75211151e-007, -4.78699803e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.155555561, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.070025444, 0.615943909, 0.0217895508, 4.00546014e-006, -1, -2.99699605e-006, 1.00000012, 4.00635963e-006, -4.0876912e-006, 4.08763299e-006, -2.99885869e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208492756, 0.43844223, 0.0226593018, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.076128006, -0.64928627, 0.0217895508, -4.002266e-006, 1.00000012, -3.00072134e-006, -1.00000012, -4.00280169e-006, -3.91033245e-006, -3.91033245e-006, 3.00072134e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.172222212, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.549314499, -0.173342228, 0.0226593018, 1.00000012, -4.92833624e-006, 3.11003532e-006, -4.93151674e-006, -1, 4.00096178e-006, 3.10997711e-006, -3.99909914e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.542495728, -0.00194549561, 0.0217895508, 0.965924978, 0.258822888, -2.34739855e-006, -0.258822858, 0.965924799, -4.14252281e-006, 1.19471224e-006, 4.6081841e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.337207794, -0.36631012, 0.022644043, -0.500003457, -0.866023362, 2.77720392e-006, -0.86602354, 0.500003517, 3.8407743e-006, -4.71406383e-006, -4.84287739e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.159971952, -0.374303818, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.545419693, 0.140028477, 0.0226745605, -1.00000012, 5.03908996e-006, 1.88866397e-006, 5.04272612e-006, 1, 4.01958823e-006, -1.88872218e-006, 4.02145088e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516141891, -0.311440468, 0.0226593018, 0.965924442, -0.258824378, 3.05799767e-006, -0.258824468, -0.965924442, 4.22634184e-006, 1.85938552e-006, -4.87267971e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.216077805, -0.613618851, 0.021774292, -0.500002563, 0.866023958, -2.79583037e-006, -0.866024137, -0.500002563, -4.04473394e-006, -4.9022492e-006, 4.00468707e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.549314499, -0.17332983, 0.021774292, -1.00000012, -4.06637537e-006, -2.91061588e-006, 4.06559866e-006, -1, -3.99723649e-006, -2.91061588e-006, -3.99909914e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.51115036, 0.278112888, 0.0226745605, -0.965924799, 0.258823574, 2.96346843e-006, 0.258823603, 0.96592474, 3.76999378e-006, -1.88720878e-006, 4.41074371e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.5454216, 0.140015841, 0.0217590332, 1.00000012, 3.95562074e-006, -2.08808342e-006, -3.9551669e-006, 1.00000012, -4.00096178e-006, 2.08814163e-006, 3.99909914e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0401082039, -1.05483818, 0.0337677002, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.395060539, -0.870586395, 0.000442504883, 0.499998391, 0.866026402, 1.15297735e-006, 0.866026521, -0.499998361, 1.04680657e-006, 1.48487743e-006, 4.80562449e-007, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0374622345, -0.928998947, 0.000442504883, 0.258817315, 0.965926409, 7.28294253e-007, 0.965926409, -0.258817255, 1.90315768e-006, 2.02667434e-006, 2.10478902e-007, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.255632401, -0.0226593018, 0.0177705288, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.987793922, 0.561574936, 0.0328826904, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0401134491, 0.954843521, 0.032913208, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 1.30666673))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000473022461, -0.137746096, 0.146755219, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499921799, -0.0217895508, 0.0177772045, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.544492722, 0.0733528137, 8.09004996e-006, -6.22309744e-006, -1, -1.00000012, 5.818727e-006, -8.09010817e-006, 5.82118355e-006, 1, -6.22496009e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333343, 0.888888896))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.33490181, -1.01570129, 0.0328826904, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.334913969, 0.915706635, 0.0337524414, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00359318e-006, 2.04378739e-006, -2.04378739e-006, 0, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.987799644, 0.561567307, 0.0337677002, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0599739552, 0.555604935, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 0.444444418))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.255601883, -0.0217895508, 0.0177774429, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0401053429, 0.954845428, 0.0337677002, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 2.11922452e-006, -2.12271698e-006, 2.64495611e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55560112, -0.0226745605, 0.0178086758, -1.00000012, -2.15636283e-006, -6.95401104e-006, -6.95401104e-006, 8.22357833e-006, 1, -2.15546152e-006, 1, -8.22730362e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.666666687))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.0599734783, 0.155635834, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.666666687, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.155632019, -0.0226593018, 0.0177927017, -1.00000012, -2.15636283e-006, -6.95401104e-006, -6.95401104e-006, 8.22357833e-006, 1, -2.15546152e-006, 1, -8.22730362e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499919891, -0.022644043, 0.0177686214, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.0488579273, 0.722267151, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333492, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.0933058262, -0.744487762, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.182183266, 0.855588913, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.555555701, 0.555555522))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.55560112, -0.0217895508, 0.0177996159, 1.00000012, -2.8411132e-006, 7.06478022e-006, 7.06472201e-006, 8.78795981e-006, -1, 2.845989e-006, 1.00000012, 8.78609717e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444329, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.0933089256, 0.74448967, -8.01897841e-006, 3.22796404e-006, 1, 6.99491648e-006, 1, -3.2261014e-006, -1, 6.99434167e-006, -8.01909482e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.387777776))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.0933105946, -0.94947052, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.700727463, -0.743144989, 0.0115661621, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68179395e-006, 2.81259418e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222224, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.982076645, -0.52293396, 0.0106964111, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222239, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.982073784, -0.52293396, 0.0115509033, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222239, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.689611912, 0.698707581, 0.0115661621, 0.258820206, -0.965925574, 1.63912773e-007, -0.965925574, -0.258820206, 1.28056854e-006, -1.19482866e-006, -4.89875674e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.222222283, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.689612389, 0.698707581, 0.0106811523, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81503128e-006, -2.92435288e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.222222283, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.588941574, 0.0733530521, -8.04272713e-006, 4.22634184e-006, 1.00000012, 1.00000012, -5.81791392e-006, 8.04272713e-006, 5.82011944e-006, 1.00000012, -4.22820449e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.888888896))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.355555624))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.00668716431, -0.933359146, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444418, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33045578, 0.960157394, -0.000442504883, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.622222245, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334909439, -1.01569748, 0.033782959, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00460818e-006, 1.95513712e-006, 1.95513712e-006, 0, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1890583, -0.216745377, 0.0439910889, 0.707104325, -0.707109451, 5.77419996e-008, 0.707109451, 0.707104206, -2.17184424e-006, 1.49360858e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.406620979, 0.895383835, 0.0337524414, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.6419217e-006, 1.10454857e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.685470581, 0.780828476, 0.0328826904, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81532232e-006, -2.94297934e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.983344078, 0.606010437, -0.000427246094, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.644444525, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0434451103, 0.999282837, -0.000442504883, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.633333385, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1890564, -0.216737747, 0.0449066162, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406629562, 0.895378113, 0.032913208, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.68547821, 0.780824661, 0.0337677002, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.25882116, 2.30269507e-006, -2.18179775e-006, -7.54371285e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.681031227, 0.825273514, -0.000442504883, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81532232e-006, -2.94297934e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334904909, 0.915710449, 0.0328979492, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.413854599, 0.939809799, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.605555594, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.193306684, -0.755594254, 8.04272713e-006, -4.22634184e-006, -1.00000012, 1.99796978e-006, 1.00000012, -4.22634184e-006, 1, -1.99575152e-006, 8.04272713e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.97429657, -0.534032822, 0.000442504883, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.533333361, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.689621449, -0.754255295, 0.000442504883, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68179395e-006, 2.81259418e-007, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.700726986, -0.743146896, 0.0106658936, 0.258815289, -0.965926826, 1.8812716e-007, 0.965926945, 0.258815289, -2.16951594e-006, 2.0468724e-006, 7.43195415e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222239, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.666601181, 0.000427246094, -0.0933353901, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.444444597, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.255628586, 0.000442504883, -0.0599951744, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.444444597, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.732635498, -0.722951889, 0.000442504883, 0.707104862, 0.707108796, 1.71549618e-006, 0.707108855, -0.707104862, 9.66712832e-007, 1.89669663e-006, 5.30853868e-007, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.72215271, -0.0226593018, 0.0177686214, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.333333313, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.317780256, -0.888916016, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.666666627, 0.888889194))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.666666687, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.155632019, -0.0217895508, 0.0178005695, 1.00000012, -2.8411132e-006, 7.06478022e-006, 7.06472201e-006, 8.78795981e-006, -1, 2.845989e-006, 1.00000012, 8.78609717e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.333333373, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.306673288, -0.77781105, -8.06641765e-006, 5.22658229e-006, 1, -2.998745e-006, -0.99999994, 5.22844493e-006, 1.00000012, -2.99782096e-006, 8.06641765e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 1, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499925613, 0.000427246094, -0.0600106716, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.444444597, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.215522051, 0.933357239, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222343, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.644378662, 0.000427246094, -0.0488862991, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.444444597, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 1.79555559))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.11552453, -0.391170502, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0622398853, -0.722257614, -8.06641765e-006, 5.22658229e-006, 1, -2.998745e-006, -0.99999994, 5.22844493e-006, 1.00000012, -2.99782096e-006, 8.06641765e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.777777851, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.26666674))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0955717564, -0.888912201, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444448, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.428887606, 0.866699219, 7.80523987e-006, 5.78910112e-006, -1, 2.00646718e-006, -0.99999994, -5.79096377e-006, -1.00000012, -2.00936847e-006, -7.80529808e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444567, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.644371033, -0.0226593018, 0.0177805424, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.64437294, -0.0217895508, 0.0177731514, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.466666758))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.0599701405, -0.988891602, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222239, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18907356, 0.0612068176, 0.0439758301, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.36514427e-006, -1.2498349e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.998738289, 0.478488922, 0.0106811523, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.944444358, 0.222222283, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.18907166, 0.0611991882, 0.0448760986, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 2.26311386e-006, -1.60565833e-006, -1.59442425e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.72215271, -0.0217895508, 0.0177767277, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.333333313, 0.222222358, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.752771378, -1.70083046, 0.0328826904, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0380110741, 1.81349373, 0.0337677002, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 1.11944973e-006, -1.15780858e-006, 3.7252903e-009, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.68104744, -1.74228096, 0.033782959, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882116, 2.69524753e-006, 2.64705159e-006, 5.40167093e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43126297, -0.440723896, 0.0337524414, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.415555596))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.217791557, 3.14763069, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.998738289, 0.478487015, 0.0115356445, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.944444358, 0.222222283, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411231995, -1.85502052, 0.0337677002, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.195569277, -0.888916016, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.555555522, 0.888889194))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.681043625, 1.64228058, 0.0328826904, -0.258815289, 0.965926826, -1.8812716e-007, -0.965927005, -0.258815318, -2.82889232e-006, -2.78104562e-006, -5.53205609e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26191521, 1.06346083, 0.033782959, -0.965925217, -0.258821994, -6.73811883e-007, -0.258822024, 0.965925097, 1.85705721e-006, 1.70897692e-007, 1.96881592e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406616211, -0.995361328, 0.033782959, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.752756119, 1.60083961, 0.0337524414, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332020521, -1.87510872, 0.0337677002, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00439717e-006, 2.95491191e-006, 2.95497011e-006, 0, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39550209, -0.768675327, -0.000442504883, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000036, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04138565, 1.36567116, 0.033782959, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0380134583, -1.91348839, 0.0337677002, 0.258816063, 0.965926707, 7.05942512e-007, 0.965926766, -0.258816034, 2.88011506e-006, 2.96387589e-006, -6.33299351e-008, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.76656342, -0.032913208, 0.0710742474, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777731, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.752754211, 1.60084343, 0.0328826904, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2193222, 1.13064575, 0.0337677002, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 1.26287341e-006, -8.98377039e-007, -8.88481736e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.752759933, -1.70083618, 0.0337524414, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411211967, 1.75500488, 0.0337677002, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.6419217e-006, 1.10454857e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404014587, -1.8105526, -0.000442504883, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.605555594, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.999269485, -0.493020058, 0.000442504883, 0.86602366, 0.500003159, 2.02190131e-006, 0.500003219, -0.86602366, 7.80448318e-007, 2.14221654e-006, 3.37138772e-007, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.427777737, 0.111111112, 0.455555528))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37312126, -0.0296888351, 0.033782959, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.332023382, -1.87511063, 0.0328826904, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4378109, -0.033782959, 0.591032505, 0.965925395, -0.258821338, 2.99140811e-006, -4.61109448e-006, -5.65126538e-006, 1, -0.258821398, -0.965925276, -6.65150583e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.711111128, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.577777743, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.39992905, -0.0328979492, 0.0710861683, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.351133108, -2.28879356, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333284, 0.222222343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.92793274, 2.17365265, 7.87631143e-006, 2.79210508e-006, -1, -0.707104325, -0.707109332, -7.54371285e-006, -0.707109332, 0.707104206, -3.59676778e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.661111116))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.533333361))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.373340368, 2.93322372, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(1.33333337, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.88875961, -0.673328876, 0.0448913574, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.987796783, -0.661561966, 0.0328979492, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26192474, 1.06344938, 0.0328979492, 0.965926766, 0.258815914, 8.06991011e-007, -0.258815914, 0.965926707, -2.18674541e-006, -1.34581933e-006, 1.90548599e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.332024336, 1.77513504, 0.0337677002, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00338218e-006, 1.04407081e-006, -1.04407081e-006, 0, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35701561, -0.0328979492, 0.959096909, -0.866025567, 0.49999997, -3.09199095e-006, 5.85510861e-006, 3.95998359e-006, -1.00000012, -0.5, -0.866025448, -6.3534826e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.649999976, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3731041, -0.0702953339, 0.0328826904, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22569084, 0.271190643, 0.0328826904, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37088776, -0.0258455276, -0.000442504883, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888824, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.317777634, 2.17771339, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411245346, -1.85501671, 0.0328826904, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0380268097, -1.91348648, 0.0328826904, -0.258821219, -0.965925336, -7.50645995e-007, 0.965925336, -0.25882116, -2.00793147e-006, 1.7452985e-006, -1.2461096e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04139709, 1.36566448, 0.0328979492, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.987790108, -0.661561966, 0.0337371826, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.351133347, -2.37768745, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.666666746))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240033865, -3.52204132, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.777777851))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.032913208, -0.215545177, 1.16659164, -7.94790685e-006, 2.29105353e-007, 1, -4.64115146e-009, 1, -2.30967999e-007, -1.00000012, -5.4760676e-009, -7.94796506e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.13333334))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.266666681, 0.844444454))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.117789268, 2.24437332, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 2.08883667, 0.0511171818, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222239, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.577777743, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.39992905, -0.0337677002, 0.0710904598, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.44444442, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.44428444, 0.517767191, 0.0439910889, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(1.33333337, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.88876152, -0.673300505, 0.0440063477, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26192474, -1.16346502, 0.0328674316, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39494896, 0.713122368, 0.0328826904, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.533333361))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.428881407, 2.93319702, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2201252, 0.315633774, -0.000442504883, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.384451628, 3.6553688, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.888888896, 0.777777791))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.332222164))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.00442194939, 1.94495964, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 1))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.333333343))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.451114655, 3.41094017, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222224, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.032913208, -0.217801571, 3.36650276, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37311745, -0.0702953339, 0.033782959, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(2.42222214, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.42761993, 0.484430075, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.377777785, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.92218018, -0.0337677002, 0.0710775852, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43128014, -0.44070816, 0.0328979492, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.283333272))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.17107892, 1.34165955, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240036488, -3.42205238, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333284, 0.222222343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.88880539, -0.0711040497, -0.0328979492, -1.00000012, -8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, 1.86264515e-009, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.177777782, 0.13333334, 0.13333334))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04765511, 0.55175209, -0.000457763672, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43708801, -0.518847466, 0.0328826904, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.217777789, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90997505, 1.04284573, -0.000442504883, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.989644051, -1.4774456, -0.000457763672, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.644444525, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35825729, 0.0879907608, 0.000442504883, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.638888896, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 1.88883972, 0.322785616, 7.87631143e-006, 2.79210508e-006, -1, -1.00000012, -2.17866273e-006, -7.87636964e-006, -2.1780952e-006, 1, 2.79024243e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.616666317))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.75527191, 0.677408218, 7.87631143e-006, 2.79210508e-006, -1, -0.965925097, -0.258822173, -8.32974911e-006, -0.258822203, 0.965925097, 6.57513738e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.69444412))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26097679, -1.36421204, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04208946, -0.607302666, 0.0337677002, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.749071121, -0.844144821, 0.0328674316, -0.707108438, -0.707105279, 1.95577741e-007, 0.70710516, -0.707108319, -1.96509063e-006, 1.52707798e-006, -1.25356019e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.985210419, -1.52189445, 0.033782959, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21932793, -1.23063469, 0.033782959, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 2.75950879e-006, 1.94541644e-006, 1.95764005e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000457763672, 1.85951233, -0.420578957, 7.87631143e-006, 2.79210508e-006, -1, -0.866026044, 0.499999166, -5.424954e-006, 0.499999225, 0.866025925, 6.3534826e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.661110818))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35547829, 0.121307373, 0.0439910889, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35547829, -0.276857376, 0.0440063477, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.681055546, 1.64227676, 0.033782959, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.258821189, 1.30338594e-006, -1.21688936e-006, -4.97326255e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26098824, 1.20867348, 0.0440063477, 0.965926766, 0.258815885, -1.92318112e-007, -0.258815914, 0.965926707, -2.18674541e-006, -3.80561687e-007, 2.16253102e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19759178, -0.0328979492, 1.29328156, -0.707106829, 0.707106948, -3.01375985e-006, 7.46408477e-006, 3.20374966e-006, -1, -0.707106948, -0.707106709, -7.54091889e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.794444442, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.50555557, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2195034, 1.47472382, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04209137, 0.507313728, 0.0328826904, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0400173664, 1.76664162, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.555555642, 0.555555344))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20016479, -0.25006485, 0.000427246094, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.749082565, 0.744153976, 0.033782959, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65222446e-006, 1.25169754e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39535141, -0.101773739, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000036, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26120186, 0.203057289, 0.0337677002, -0.965925217, -0.258821964, 3.2549724e-007, -0.258821994, 0.965925097, 1.85705721e-006, -7.94418156e-007, 1.70990825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.91107368, -1.23172569, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19757652, -0.0337524414, 1.29328918, 0.707104743, -0.707108796, 3.05660069e-006, -7.49435276e-006, -3.17394733e-006, 1, -0.707108855, -0.707104743, -7.54371285e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.794444442, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749076843, 0.744155884, 0.0328826904, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222209, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.038025856, 1.81349373, 0.0328979492, 0.258822173, 0.965924919, -2.4959445e-007, -0.965925097, 0.258822083, -2.01212242e-006, -1.87905971e-006, 7.61821866e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39494324, 0.713132858, 0.033782959, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749074936, -0.844139099, 0.0337677002, 0.707104445, 0.707109272, -2.84984708e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.17346644e-006, -1.57766044e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2609787, 1.20868063, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39493942, -0.81312108, 0.0328826904, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26041794, 1.17535067, 0.000442504883, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672222197, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26098442, -1.36420727, 0.0439758301, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39590263, 0.0462248325, 0.0328674316, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26564789, 0.247499943, -0.000442504883, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888943, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43127441, 0.340747833, 0.0337982178, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.406633377, -0.995368958, 0.0328674316, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51270069e-006, -1.10827386e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0401058197, -1.05484009, 0.0328826904, -0.258822173, -0.965924919, 2.4959445e-007, 0.965925097, -0.258822113, -1.98651105e-006, 1.98319321e-006, -2.73808837e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22568321, -0.371173859, 0.033782959, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26192284, -1.16344357, 0.0337677002, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42905426, -0.396276951, -0.000442504883, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.25748634, -1.11900187, -0.000442504883, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888943, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.745542526, -1.65638733, -0.000442504883, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.627777815, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2256813, 0.27117157, 0.0337677002, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 2.26311386e-006, -1.60565833e-006, -1.59442425e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336460352, -1.83066368, -0.000457763672, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.622222245, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0346918106, -1.86904526, -0.000442504883, -0.258821219, -0.965925336, -7.50645995e-007, 0.965925336, -0.25882116, -2.00793147e-006, 1.7452985e-006, -1.2461096e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.633333385, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.681048393, -1.74228477, 0.0328979492, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332011938, 1.77513504, 0.0328826904, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22568321, -0.371189117, 0.0328979492, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.707103729, -2.17370689e-006, 1.47923129e-006, 1.59442425e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.685490608, -0.880828857, 0.0328979492, 0.258815289, -0.965926826, 1.8812716e-007, 0.965926945, 0.258815289, -2.16951594e-006, 2.0468724e-006, 7.43195415e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04137993, -1.46566677, 0.0337371826, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.8660236, 2.77534127e-006, 1.40920747e-006, -2.39163637e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.685470104, -0.880832672, 0.0337677002, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68150291e-006, 2.79396772e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.622222245))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.173335552, -3.51093864, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 0.333333433, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43127441, 0.340723991, 0.0328826904, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.340000868, 2.46657753, 7.78154936e-006, 6.78934157e-006, -1, -7.01379213e-006, -1, -6.78934157e-006, -1, 7.0126498e-006, -7.78154936e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.444444448, 0.222222343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.283333331, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3416748, -0.0337677002, 0.215527296, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -1.26666832, -0.137739182, -7.97159737e-006, 1.2293458e-006, 1, 1.00000012, 2.17891011e-006, 7.97159737e-006, -2.1778169e-006, 1, -1.2293458e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.666666687, 0.222221985))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.914638519, 1.35980606, 7.92363426e-006, 7.95349479e-007, -1, -0.500000238, -0.866025329, -4.64916229e-006, -0.866025448, 0.500000238, -6.46524131e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.622221947))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.16667557, -0.148854971, 7.90046761e-006, 1.76951289e-006, -1.00000012, -1.00000012, 2.81886696e-006, -7.90058402e-006, 2.82179008e-006, 1, 1.76951289e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.317776442, -2.59990501, -7.99528789e-006, 2.2277236e-006, 1, 1.00195484e-006, -1.00000012, 2.2277236e-006, 1.00000012, 1.00352918e-006, 7.99528789e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.26666671))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.284470558, -2.3110218, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 1))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.239980221, 3.62204552, 7.78154936e-006, 6.78934157e-006, -1, -7.01379213e-006, -1, -6.78934157e-006, -1, 7.0126498e-006, -7.78154936e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.222222343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.373106, -0.0296888351, 0.0328979492, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.283333361, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3416748, -0.032913208, 0.215525627, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39494705, -0.813129902, 0.0337677002, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.577777743))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0177989006, 2.39994431, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.555555642, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 2.66656303, 0.106654644, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222239, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 0.428872824, -2.62212181, 7.99528789e-006, -2.2277236e-006, -1, 1.99690658e-006, 1, -2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16659164, -0.215526581, -0.0337677002, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.13333334))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.76656532, -0.0337677002, 0.071079731, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777731, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411226273, 1.75499916, 0.032913208, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.222222224, 0.533333361))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.251114845, 2.93319893, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21933174, -1.23063278, 0.0328979492, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.70710367, -1.15204602e-006, 7.567578e-007, 8.73580575e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03582764, -1.42121983, -0.000442504883, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998122, -0.866026521, -1.15483999e-006, 4.60306183e-007, -1.06915832e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 1.01999998))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.12891984, 2.35101891, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -2.88876724, 0.0400183201, -7.94790685e-006, 2.29105353e-007, 1, 1.00000012, 1.7878574e-007, 7.94790685e-006, -1.7786715e-007, 1, -2.30967999e-007))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.444444478, 0.777777791))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.377777785, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.92218018, -0.0328979492, 0.071075201, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.451107264, 2.17771339, 3.09699681e-006, -1.53295696e-006, 1, -5.57975e-009, 1, 1.53109431e-006, -1.00000012, -6.74845069e-009, 3.09699681e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3570137, -0.0337524414, 0.959100723, 0.866024256, -0.500002325, 3.13576311e-006, -6.74580224e-006, -5.4128468e-006, 1, -0.500002384, -0.866024137, -8.06339085e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.649999976, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.29554987, 3.28873444, 7.87631143e-006, 2.79210508e-006, -1, -9.93990398e-007, -1, -2.79210508e-006, -1.00000012, 9.91252818e-007, -7.87636964e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.888888955, 0.888888836))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.546595097, 1.43948364, 7.90046761e-006, 1.76951289e-006, -1.00000012, -0.258820266, -0.965925455, -3.75509262e-006, -0.965925753, 0.258820295, -7.17258081e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.538888633))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19118309, 1.50804615, 0.0439910889, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.244444445))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.306667328, 1.98884583, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.555555642, 1))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.27335, -2.51101112, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222239, 0.666666746))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.288888872))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.159977674, -1.05555534, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333343, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.117790937, 1.79995918, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.222222283, 0.222222))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0511372089, 2.76656151, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.888888955, 0.777777731))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.92206001, -0.0552401543, 7.87631143e-006, 2.79210508e-006, -1, -0.965926409, 0.258817255, -6.88573346e-006, 0.258817315, 0.965926349, 4.73484397e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.69444412))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42047119, 0.452883244, 0.000457763672, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.744444489, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.362202883, -3.54426193, -2.90683238e-006, -6.48386776e-006, -1, 6.99665179e-006, 1, -6.48573041e-006, 1, -6.9960206e-006, -2.90683238e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.666666627, 0.333333462))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.91107941, 1.07619286, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258822024, 0.965925097, 1.85705721e-006, 1.70897692e-007, 1.96881592e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.428881884, 3.2442894, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.44444442, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.44428062, 0.517786741, 0.0448913574, -1, -3.00154625e-006, 6.64731488e-008, -2.9990988e-006, 1, 1.9967556e-006, -6.65313564e-008, 1.99861825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337677002, -0.217788458, 3.36650467, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337371826, -0.071116209, -2.88880539, 7.94790685e-006, -2.29105353e-007, -1, -4.64115146e-009, 1, -2.30967999e-007, 1.00000012, 5.4760676e-009, 7.94796506e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.177777782))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.288888931, 0.333333343))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.528879642, 1.94439888, 3.09699681e-006, -1.53295696e-006, 1, -5.57975e-009, 1, 1.53109431e-006, -1.00000012, -6.74845069e-009, 3.09699681e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4378109, -0.0328826904, 0.591030121, -0.965926111, 0.258818239, -2.92388722e-006, 3.54723306e-006, 1.94273889e-006, -0.99999994, -0.258818299, -0.965926051, -2.79583037e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.711111128, 0.333333343, 0.333333075))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19116402, 1.50806522, 0.0448913574, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35547638, 0.121311188, 0.0448913574, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26120567, -0.30305624, 0.033782959, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19118118, -1.66358662, 0.0439910889, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04208565, 0.507320404, 0.0337677002, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.70347786, -0.744318008, 7.90046761e-006, 1.76951289e-006, -1.00000012, -0.707107782, 0.707105815, -4.33623791e-006, 0.707105875, 0.707107723, 6.83777034e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.838888586))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04208755, -0.60730648, 0.0328674316, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.73330116, 0.662195921, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444445729, 0.555555522, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26120186, 0.203063965, 0.0328979492, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.91108704, 1.07618332, 0.0439910889, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42825317, 0.486222267, 0.0449066162, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21932793, 1.13064766, 0.0328826904, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -2.84798443e-006, -2.0712032e-006, -1.95764005e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4282608, -0.641762733, 0.0439910889, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39377975, 0.825011969, 0.000442504883, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.705555499, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39589882, -0.146213055, 0.0337677002, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.0933141708, 1.18333244, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.388888896))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.91108322, -1.23171616, 0.0439910889, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.24884987, 1.19867706, 7.94790685e-006, -2.29105353e-007, -1, -0.707107306, -0.707106292, -5.45755029e-006, -0.707106352, 0.707107306, -5.78165054e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.805555344))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39212036, -1.01387787, 0.0448760986, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4282608, 0.486214638, 0.0439910889, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4393158, -0.474412918, -0.000457763672, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43709373, 0.418863297, 0.0328826904, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37728882, -0.888151169, 0.0328979492, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.985199928, 1.42189217, 0.0337677002, 0.500001729, -0.866024375, -1.99303031e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.79046765e-006, -8.02800059e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.34069252, 0.36422348, 0.0226593018, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.216078758, -0.613616943, 0.0226593018, 0.499995619, -0.866028011, 2.88337469e-006, -0.86602813, -0.499995589, 3.79700214e-006, -1.84681267e-006, -4.39584255e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548648834, -0.146352291, 0.0226593018, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.439409256, -0.406470299, 0.022644043, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511810303, 0.13619566, 0.0226593018, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0722923279, -0.650424957, 0.0226593018, 0.258814394, -0.965927124, 3.18512321e-006, -0.965927184, -0.258814365, 4.14717942e-006, -3.1812815e-006, -4.14997339e-006, -1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.122222222, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.44383049, -0.438037872, 0.021774292, -0.866027117, 0.499997228, -3.0240044e-006, -0.499997258, -0.866027057, -4.13320959e-006, -4.68525104e-006, -2.06939876e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071187973, 0.617090225, 0.0217895508, 0.258822292, -0.965924978, -2.85543501e-006, 0.965925097, 0.258822292, -4.32459638e-006, 4.91557876e-006, -1.64099038e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.069491148, -0.619606018, 0.021774292, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.21250248, -0.581161499, 0.021774292, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.20699406e-006, 1.00000012))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.440139771, -0.28329277, -0.000427246094, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.210535049, 0.580295563, 0.0217895508, 0.500002503, -0.866023958, -2.20164657e-006, 0.866024077, 0.500002503, -3.95346433e-006, 4.52349195e-006, 6.89178705e-008, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434215546, 0.26581955, 0.022644043, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.159968138, -0.445964813, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.605555475))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.513504028, 0.173899651, -8.04272713e-006, 4.22634184e-006, 1.00000012, 0.866023183, -0.500004172, 9.07853246e-006, 0.500004172, 0.866023004, 3.59490514e-007))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.677777946))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.21249485, 0.558950424, -0.000442504883, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0759539604, -0.49779129, -0.000442504883, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81503128e-006, -2.92435288e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.439411163, -0.40646553, 0.0217895508, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.508914948, 0.106319427, 0.021774292, -0.866023004, -0.500004411, -2.99979001e-006, 0.500004411, -0.866022885, -4.22261655e-006, -4.87954821e-007, -5.15580177e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.339841843, -0.54094696, 0.0217895508, -0.707108796, 0.707104862, -2.96905637e-006, -0.707104862, -0.707108676, -3.73553485e-006, -4.74083936e-006, -5.42029738e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.222222224, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.441610336, 0.404705048, 0.022644043, -0.866023064, 0.500004411, 2.81911343e-006, 0.500004411, 0.866022944, 4.24310565e-006, -3.18919774e-007, 5.08315861e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39211655, 0.858333349, 0.0440063477, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 1.76164055, -0.0177643299, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.194444448, 0.200000018))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.42825508, -0.641769886, 0.0448608398, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2248745, -1.18621063, -0.000442504883, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.70710367, -1.15204602e-006, 7.567578e-007, 8.73580575e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.985196114, 1.42190933, 0.0328826904, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39590263, 0.0462155342, 0.0337982178, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35547447, -0.276863098, 0.0448760986, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19117165, -1.66359234, 0.0448913574, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -2.39365196, -3.68817139, -7.99528789e-006, 2.2277236e-006, 1, 0.499996841, -0.866027355, 5.93066216e-006, 0.866027296, 0.499996662, 5.8086589e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.244444475))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.373344421, 1.98882103, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 1))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41533661, 1.66656113, -0.000427246094, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672222197, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.205555543, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.23731375, 4.91090775, -0.000427246094, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0337219238, -0.284467459, -4.05533409, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.9630928, -2.95738792, 0.0448760986, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37730598, 0.788163185, 0.0328826904, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43708801, -0.518837929, 0.033782959, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 2.7269125e-006, 6.124028e-007, 2.65985727e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.685488701, -1.69783783, -0.000442504883, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.24444443, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 3.94423676, 0.206682444, 7.99528789e-006, -2.2277236e-006, -1, -1.00000012, -2.17943489e-006, -7.99528789e-006, -2.17914658e-006, 1, -2.2277236e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 1, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.41477966, -1.85543633, 0.0439910889, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -4.41917992, -1.17568445, -8.01897841e-006, 3.22796404e-006, 1, 0.965925097, -0.258822441, 8.58167186e-006, 0.258822411, 0.965924859, -1.04308128e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31056404, -4.6375885, 0.0439910889, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51270069e-006, -1.10827386e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3795166, -0.843707085, -0.000427246094, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888824, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.75630188, 0.788581848, -0.000457763672, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.627777815, 0.222222224, 0.666666687))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24146748, -3.90507507, 0.0448455811, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.96144676, 2.76849079, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.705555499, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39212608, -1.01387215, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39211273, 0.858339787, 0.0449066162, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.333333343, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.72203064, -0.67331934, 0.0448913574, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.42222261, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.87757683, 0.0511171818, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.666666687, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.96311378, 2.80182362, 0.0439910889, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22342062, 4.94424629, 0.0440368652, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39589882, -0.146208048, 0.0328826904, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2612114, -0.30304575, 0.0328674316, -0.965926766, -0.258815914, -8.06991011e-007, 0.258815914, -0.965926647, -1.81421638e-006, -3.10188625e-007, -1.96322799e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.333333343, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.72203636, -0.673300982, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.985199928, -1.52189636, 0.0328979492, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37729073, -0.888142586, 0.0337677002, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43709373, 0.418851852, 0.0337677002, 0.965926409, -0.258817405, -9.68575478e-008, -0.258817464, -0.96592623, 2.27242708e-006, -6.81902748e-007, -2.1699816e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.96309471, 2.8018465, 0.0448760986, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.30778694, 4.4487114, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.638888896, 0.111111112, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04139328, -1.46565723, 0.0328826904, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998122, -0.866026521, -1.15483999e-006, 4.60306183e-007, -1.06915832e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41478729, 1.69988871, 0.0440063477, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337219238, 0.306680918, -4.05534172, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.24148846, -3.90505886, 0.0439910889, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0329437256, -0.284449339, -4.05533409, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31053638, -4.63760185, 0.0448608398, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -3.28157997, -3.0474577, -7.99528789e-006, 2.2277236e-006, 1, 0.707103789, -0.707109749, 7.22892582e-006, 0.707109809, 0.707103729, 4.07733023e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.41477776, 1.69990969, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.977777898, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.55529976, 0.217778444, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.777777791, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41476822, -1.85545683, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22339773, -5.09979439, 0.0448760986, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22342491, -5.09978485, 0.0439758301, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.00379873e-006, -2.81259418e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(2.37777805, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.85536575, 0.128893137, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.222222224))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.777777791, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.27754784, -0.6733284, 0.0448760986, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000381469727, -0.284454823, -4.15533829, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.888888896))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37731171, 0.788154602, 0.0337677002, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.777777791, 0.222222224, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.27754974, -0.673306465, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 4.05533409, 0.284459352, 7.99528789e-006, -2.2277236e-006, -1, -1.00000012, -2.17943489e-006, -7.99528789e-006, -2.17914658e-006, 1, -2.2277236e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 0.111111112))
- Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.384466887, 3.76646423, 2.21567461e-006, -6.55278563e-006, 1, -7.00621422e-006, 0.99999994, 6.55092299e-006, -1.00000012, -7.00717283e-006, 2.21549999e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.888888896, 0.333333462))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 0.384452581, -3.97758865, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.888888955, 0.888888896))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31055737, 4.48204231, 0.0440063477, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
- CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.866666794, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.49974251, 0.395549297, -0.000427246094, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.777777791, 0.222222239))
- Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24925804, 3.71618652, -0.000442504883, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
- CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.744444489, 0.111111112, 0.444444448))
- Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChild("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CreateSound(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- HitHealth=h.Health
- h.Health = h.Health - Damage
- if HitHealth~=h.Health and HitHealth~=0 and h.Health<=0 and h.Parent.Name~="Lost Soul" then
- print("gained spree")
- game.Players.LocalPlayer:FindFirstChild("leaderstats").Spree.Value=game.Players.LocalPlayer.leaderstats.Spree.Value+1
- end
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = vt(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0,1,0.1 do
- swait()
- BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame,5, 5, 5, 1, 1, 1, .08,1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = vt(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Instance.new("ObjectValue")
- c.Name = "creator"
- c.Value = Player
- c.Parent = h
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- TextColor3 = Color,
- TextScaled = true,
- Font = Enum.Font.ArialBold,
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time + 0.1))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
- for _,c in pairs(workspace:children()) do
- local hum=c:findFirstChild("Humanoid")
- if hum~=nil then
- local head=c:findFirstChild("Torso")
- if head~=nil then
- local targ=head.Position-Part.Position
- local mag=targ.magnitude
- if mag<=magni and c.Name~=Player.Name then
- --Damagefunc(head,mindam,maxdam,knock,Type,RootPart,.2,1,nil,1)
- Damagefunc(head, head, mindam,maxdam, knock, Type, RootPart, .1, "http://www.roblox.com/asset/?id=231917784", 1)
- end
- end
- end
- end
- end
- --[[Effect Functions]]--
- function BlockEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end
- function SphereEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- function RingEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt=CreatePart(effect,"Neon",0,0,brickcolor,"Effect",vt(.5,.5,.5))--part(3,effect,"SmoothPlastic",0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
- prt.Anchored=true
- prt.CFrame=cframe
- msh=CreateMesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,2)
- coroutine.resume(coroutine.create(function(Part,Mesh,num)
- for i=0,1,delay do
- swait()
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh,(math.random(0,1)+math.random())/5)
- end
- function CylinderEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- function WaveEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- function SpecialEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://24388358", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- function BreakEffect(brickcolor, cframe, x1, y1, z1)
- local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end
- GetX = function(Part, Point)
- local x, y, z = Part.CFrame:toObjectSpace(CFrame.new(Part.Position, Point)):toEulerAnglesXYZ()
- return math.deg(x)
- end
- GetY = function(Part, Point)
- local x, y, z = Part.CFrame:toObjectSpace(CFrame.new(Part.Position, Point)):toEulerAnglesXYZ()
- return math.deg(y)
- end
- LoopFunctions = {}
- function DoLoop(times, func)
- LoopFunctions[#LoopFunctions + 1] = {
- times,
- 0,
- func
- }
- end
- --
- local transseq2 = NumberSequence.new({NumberSequenceKeypoint.new(0,.35),NumberSequenceKeypoint.new(1,1)})
- Effect1 = function(orig, adjj, radius, deg, parts, fade, wide, fadespeed,mindam,maxdam)
- local orig = orig
- local adjj = adjj or CFrame.new(0, 0, 0)
- local radius = radius or 8
- local deg = deg or 65
- local parts = parts or 6
- local fade = fade or 1
- local wide = wide or 0.2
- local fadespeed = fadespeed or 0.05
- local part = {}
- for x = -deg / 2, deg / 2, deg / parts do
- local function reframe(x, radius, wide, orig)
- local xa = x - deg / parts / 2
- local xb = x + deg / parts / 2
- local xxa = math.sin(math.rad(xa)) * radius * wide
- local zza = math.cos(math.rad(xa)) * radius
- local xxb = math.sin(math.rad(xb)) * radius * wide
- local zzb = math.cos(math.rad(xb)) * radius
- local xx = math.sin(math.rad(x)) * radius * wide
- local zz = math.cos(math.rad(x)) * radius
- local kek = CFrame.new(orig * CFrame.new(xxa, 0, zza).p, orig * CFrame.new(xxb, 0, zzb).p) * CFrame.new(0, 0, -(orig * CFrame.new(xxa, 0, zzb).p - orig * CFrame.new(xx, 0, zz).p).magnitude)
- local len = (orig * CFrame.new(xxa, 0, zza).p - orig * CFrame.new(xxb, 0, zzb).p).magnitude
- return kek, len
- end
- local kek, len = reframe(x, radius, wide, orig)
- local new = Instance.new("Part", Character)
- new.Anchored = true
- new.TopSurface = 10
- new.BottomSurface = 10
- new.CanCollide = false
- new.Size = Vector3.new(0.2, 0.2, 0.2)
- new.BrickColor = BrickColor.new("Deep orange")
- new.Transparency = 0
- new.CFrame = kek
- new.Material = "Neon"
- local PE1 = Create("ParticleEmitter"){
- Parent = new,
- Color = ColorSequence.new(BrickColor.new("Deep orange").Color),
- Transparency = transseq2,
- Size = NumberSequence.new(0.2),
- Texture = "rbxassetid://263433152",
- Lifetime = NumberRange.new(.5),
- Rate = 100,
- VelocitySpread = 180,
- Rotation = NumberRange.new(100),
- Speed = NumberRange.new(3),
- LightEmission = 0.7,
- }
- local newm = Instance.new("BlockMesh", new)
- newm.Scale = Vector3.new(0.5, 0.1, len) * 5
- part[#part + 1] = {
- new,
- newm,
- x,
- CFrame.new(fade * radius / (1 / fadespeed), 0, 0),
- reframe
- }
- end
- DoLoop(1 / fadespeed, function(i)
- orig = orig * adjj
- for x = 1, #part do
- local kek, len = part[x][5](part[x][3], radius + fade * radius * i, wide, orig)
- MagniDamage(part[x][1], 3, mindam, maxdam, "Normal")
- part[x][1].CFrame = kek
- part[x][2].Scale = Vector3.new(0.5, 0.1, 0.01 + len) * 5
- part[x][1].Transparency = 0 + 1 * i
- if i == 1 then
- part[x][1]:Remove()
- end
- end
- end)
- end
- --[[ V = The CFraming of the part]]--
- --[[EXAMPLE: ExampleWeld.C0 = clerp(ExampleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3) ]]--
- --[[ ^ = The Rotations of the part]]--
- --[[Attack Function]]--
- function timewarp()
- attack = true
- Humanoid.WalkSpeed = 0
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 360,20 do
- swait()
- SphereEffect(BrickColor.new("Pastel yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),1,1,1,.1,.1,.1,0.01)
- end
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
- MagniDamage(Torso,20,30,45,3,"Snare")
- SphereEffect(BrickColor.new("Pastel yellow"),RootPart.CFrame,100,100,100,5,5,5,0.07)
- BlockEffect(BrickColor.new("White"),RootPart.CFrame,80,80,80,5,5,5,0.07,1)
- Humanoid.WalkSpeed=16
- attack=false
- end
- findNearestTorso = function(pos, distance)
- local list = (game.Workspace:children())
- local torso = nil
- local dist = distance
- local temp, human, temp2 = nil, nil, nil
- for x = 1, #list do
- temp2 = list[x]
- canfind = true
- -- DECOMPILER ERROR at PC36: Unhandled construct in 'MakeBoolean' P1
- if game.Players:GetPlayerFromCharacter(temp2) ~= nil and game.Players:GetPlayerFromCharacter(temp2).TeamColor == Player.TeamColor and Player.Neutral == false then
- canfind = false
- end
- canfind = true
- if temp2.className == "Model" and temp2 ~= Character and canfind == true then
- temp = temp2:findFirstChild("Torso")
- human = temp2:findFirstChild("Humanoid")
- if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
- torso = temp
- dist = (temp.Position - pos).magnitude
- end
- end
- end
- return torso, dist
- end
- function tempus()
- attack = true
- Humanoid.WalkSpeed = 0
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
- MagniDamage(Torso,15,30,35,3,"Snare")
- BPos.position = BPos.position - Vector3.new(0,5,0)
- BlockEffect(BrickColor.new("Cool yellow"),Handle.CFrame*cf(0,-3,0),20,20,20,5,5,5,0.07)
- SphereEffect(BrickColor.new("White"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
- MagniDamage(Hitbox,25,10,15,30,"Freeze")
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- BPos.position = BPos.position + Vector3.new(0,5,0)
- Humanoid.WalkSpeed=20
- attack=false
- end
- function swordblast()
- attack = true
- Humanoid.WalkSpeed = 0
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- tPos = mouse.Hit.p
- ref = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Black"), "Reference", vt())
- ref.Anchored = true
- ref.CFrame = Handle.CFrame * cf(0, -2, 0)
- game:GetService("Debris"):AddItem(ref, 1)
- BlockEffect(BrickColor.new("White"), cf(ref.Position) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 7, 7, 7, 1, 1, 1, 0.08, 2)
- local icepart1 = CreatePart(effect,"SmoothPlastic", 0.5, 0, BrickColor.new("White"), "Ice", vt(2, 4, 2))
- icepart1.Anchored = true
- icepart1.Material = Enum.Material.Neon
- i1msh = CreateMesh("SpecialMesh", icepart1, "FileMesh", "http://www.roblox.com/asset/?id=1778999", vt(0, 0, 0), vt(0.7, 2, 0.7))
- icepart1.CFrame = cf(ref.Position)
- game:GetService("Debris"):AddItem(icepart1, 20)
- --[[ local parti1 = icicleparti1:Clone()
- parti1.Parent = icepart1
- local parti2 = icicleparti2:Clone()
- parti2.Parent = icepart1]]
- MouseLook = cf(icepart1.Position, mouse.Hit.p)
- --so("338594467", icepart1, 1, 1)
- table.insert(ShootEffects, {MouseLook, "ShootIce", 50, icepart1.Position, 8, 27, 0, icepart1, 7, 2})
- Humanoid.WalkSpeed=16
- attack=false
- end
- function destroytime()
- attack = true
- Humanoid.WalkSpeed = 0
- ref=CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "ref", Vector3.new())
- ref.Anchored=true
- ref.CanCollide=false
- ref.Parent=nil
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 360,60 do
- SphereEffect(BrickColor.new("Daisy orange"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),1,1,1,.1,.1,.1,0.01)
- end
- for i = 360, 0,-60 do
- swait()
- SphereEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),5,5,5,-.1,-.1,-.1,0.03)
- end
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- ref.Parent=effect
- CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
- RingEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*angles(math.rad(90),0,0),40,40,8,.5,.5,0,0.07)
- for i = 0, 360,60 do
- ref.CFrame=RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8)
- MagniDamage(ref,15,30,35,70,"Knockdown")
- BlockEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),5,5,5,3,3,3,0.07)
- end
- MagniDamage(Torso,15,20,25,70,"Knockdown")
- Humanoid.WalkSpeed=16
- attack=false
- end
- function slashone()
- attack = true
- for i = 0, 1, 0.5 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(90), math.rad(0), math.rad(20)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-100), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(-30)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=235097614", Handle, 1, 2)
- Effect1(RootPart.CFrame * CFrame.Angles(0, 3.2, 1.5), CFrame.new(0, 0, 2), 5, 150, 6, 1, 0.85, 0.05,12,15) --orig, adjj, radius, deg, parts, fade, wide, fadespeed
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(180), math.rad(0), math.rad(20)), .5)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(-30)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- attack = false
- end
- function slashtwo()
- attack = true
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=235097614", Handle, 1, 2.5)
- Effect1(RootPart.CFrame * CFrame.Angles(0, 3.2, 1.5), CFrame.new(0, 0, 2), 5, 150, 6, 1, 0.85, 0.05,12,15) --orig, adjj, radius, deg, parts, fade, wide, fadespeed
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(150)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-80)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .5)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- attack = false
- end
- function attackone()
- attack = true
- local con = Handle.Touched:connect(function(hit)
- Damagefunc(Hitbox, hit, 8, 13, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
- end)
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(-55)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(60), math.rad(0), math.rad(50)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0.2) * angles(math.rad(0), math.rad(-40), math.rad(-40)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1,-.5) * RHCF * angles(math.rad(0), math.rad(-30), math.rad(-50)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=189505665", Handle, 1, 1)
- Torso.Velocity=RootPart.CFrame.lookVector*100
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(-55)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(60), math.rad(0), math.rad(50)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0.2) * angles(math.rad(0), math.rad(-40), math.rad(-40)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1,-.5) * RHCF * angles(math.rad(0), math.rad(-30), math.rad(-50)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- con:disconnect()
- attack = false
- end
- function spattackone()
- attack=true
- for i = 0, 1,0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(80)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- for i = 0, 1,0.15 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-90)), .5)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, 1)
- MagniDamage(RightArm,5,9,14,0,"Normal")
- BlockEffect(BrickColor.new("Cool yellow"),RightArm.CFrame*cf(0,-1,0),5,5,5,3,3,3,0.07)
- SphereEffect(BrickColor.new("White"),RightArm.CFrame*cf(0,-1,0),10,10,10,3,3,3,0.07)
- for i = 0, 1,0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-90)), .5)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- attack=false
- end
- function spattacktwo()
- attack=true
- for i = 0, 1,0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-80)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- for i = 0, 1,0.15 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .5)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(90)), .5)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, 1.2)
- MagniDamage(RightArm,5,9,14,0,"Normal")
- BlockEffect(BrickColor.new("Cool yellow"),LeftArm.CFrame*cf(0,-1,0),5,5,5,3,3,3,0.07)
- SphereEffect(BrickColor.new("White"),LeftArm.CFrame*cf(0,-1,0),10,10,10,3,3,3,0.07)
- for i = 0, 1,0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .5)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(90)), .5)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- attack=false
- end
- function spattackthree()
- attack = true
- Humanoid.WalkSpeed = 5
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, .8)
- MagniDamage(RightArm,5,9,18,0,"Normal")
- BlockEffect(BrickColor.new("Cool yellow"),LeftArm.CFrame*cf(0,-1,0),15,15,15,3,3,3,0.07)
- SphereEffect(BrickColor.new("White"),LeftArm.CFrame*cf(0,-1,0),20,20,20,3,3,3,0.07)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- Humanoid.WalkSpeed=20
- attack=false
- end
- function switch()
- attack = true
- Humanoid.WalkSpeed = 5
- if heal == false then
- heal = true
- else
- heal=false
- end
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=206083252", Handle, 1, .8)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- Humanoid.WalkSpeed=20
- attack=false
- end
- function Disappear(Mod)
- for _,v in pairs(Mod:children()) do
- if v.className=="Hat" then
- for _,i in pairs(v:children()) do
- if i.className=="Part" then
- coroutine.resume(coroutine.create(function(Part)
- for i=0,1,0.1 do
- swait()
- Part.Transparency=i
- end
- Part.Transparency=1
- end),i)
- end
- end
- end
- if v.className=="Part" and v.Name~="HumanoidRootPart" then
- coroutine.resume(coroutine.create(function(Part)
- for i=0,1,0.1 do
- swait()
- Part.Transparency=i
- end
- Part.Transparency=1
- end),v)
- end
- end
- end
- function Reappear(Mod)
- for _,v in pairs(Mod:children()) do
- if v.className=="Hat" then
- for _,i in pairs(v:children()) do
- if i.className=="Part" and v.Name ~= "Handle" then
- coroutine.resume(coroutine.create(function(Part)
- for i=1,0,-0.1 do
- swait()
- Part.Transparency=i
- end
- Handle.Transparency=1
- Hitbox.Transparency=1
- Part.Transparency=0
- end),i)
- end
- end
- end
- if v.className=="Part" and v.Name~="HumanoidRootPart" and v.Name ~= "Handle" then
- coroutine.resume(coroutine.create(function(Partt)
- for i=1,0,-0.1 do
- swait()
- Partt.Transparency=i
- end
- FakeHandle.Transparency=1
- Hitbox.Transparency=1
- Partt.Transparency=0
- end),v)
- Hitbox.Transparency=1
- end
- end
- Hitbox.Transparency=1
- end
- function Take()
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- Disappear(m)
- CreateSound("http://www.roblox.com/asset/?id=206083252", Handle, 1, 1)
- SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,50,20,5,5,10,0.07)
- for i = 0, 1, 0.05 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- Reappear(m)
- BPos.Parent=nil
- Gy.Parent=nil
- HandleWeld.Parent=RightArm
- SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,20,50,5,5,10,0.07)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- fathermode=false
- attack = false
- end
- function Plant()
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(0), math.rad(190)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=191395766", Handle, 1, .7)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), .3)
- end
- HandleWeld.Parent=nil
- BPos.P=50000
- BPos.D=1000
- BPos.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- BPos.position=FakeHandle.Position
- BPos.Parent=FakeHandle
- Gy.maxTorque = vt(math.huge,math.huge,math.huge)
- Gy.P = 20e+003
- Gy.cframe=FakeHandle.CFrame
- Gy.Parent=FakeHandle
- for i = 0,1,.1 do
- swait()
- BPos.position = BPos.position + Vector3.new(0,i,0)
- end
- SphereEffect(BrickColor.new("White"),Handle.CFrame,0,0,0,2,2,2,0.05)
- CreateSound("http://www.roblox.com/asset/?id=192410089", Handle, 1, .7)
- fathermode = true
- attack = false
- end
- function attacktwo()
- attack = true
- local con = Hitbox.Touched:connect(function(hit)
- Damagefunc(Hitbox, hit, 8, 14, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
- end)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=231917961", Handle, 1, 1)
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- con:disconnect()
- attack = false
- end
- function attackthree()
- attack = true
- local con = Hitbox.Touched:connect(function(hit)
- Damagefunc(Hitbox, hit, 8, 14, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
- end)
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(35), math.rad(0), math.rad(75)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
- RH.C0 = clerp(RH.C0, cf(.8,-1,-.5) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-30)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(190), math.rad(0)), .3)
- end
- CreateSound("http://www.roblox.com/asset/?id=231917961", Handle, 1, 1.3)
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- for i = 0, 1, 0.25 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
- end
- con:disconnect()
- attack = false
- end
- --[[Attacks]]--
- function ob1u()
- end
- function ob1d()
- if fathermode == false then
- if attack == false and attacktype == 1 then
- attacktype =2
- attackone()
- elseif attack == false and attacktype == 2 then
- attacktype =3
- attacktwo()
- elseif attack == false and attacktype == 3 then
- attacktype =1
- attackthree()
- end
- else
- if attack == false and attacktype == 1 then
- attacktype =2
- spattackone()
- elseif attack == false and attacktype == 2 then
- attacktype =3
- spattacktwo()
- elseif attack == false and attacktype == 3 then
- attacktype =1
- spattackthree()
- end
- end
- end
- local slashcomb = 1
- function key(k)
- k = k:lower()
- if attack == false and k == 'z' and slashcomb == 1 and fathermode == false and cooldown1>=10 then
- cooldown1=cooldown1-10
- slashcomb=2
- slashone()
- elseif attack == false and k == 'z' and slashcomb == 2 and fathermode == false and cooldown1>=10 then
- cooldown1=cooldown1-10
- slashtwo()
- slashcomb=1
- elseif attack == false and k == 'z' and fathermode == true and cooldown1>=10 then
- cooldown1=cooldown1-10
- swordblast()
- elseif attack == false and k == 'x' and fathermode == false and cooldown2 >=co2 then
- cooldown2=0
- timewarp()
- elseif attack == false and k == 'x' and fathermode == true and cooldown2 >=co2 then
- cooldown2=0
- tempus()
- elseif attack == false and k == 'c' and fathermode == false and cooldown3 >=co3 then
- cooldown3=0
- destroytime()
- elseif attack == false and k == 'c' and fathermode == true then
- switch()
- elseif attack == false and k == 'v' and fathermode == false then
- Plant()
- elseif attack == false and k == 'v' and fathermode == true then
- Take()
- end
- end
- function ds(mouse)
- end
- function s(mouse)
- print("Selected")
- mouse.Button1Down:connect(function() ob1d(mouse) end)
- mouse.Button1Up:connect(function() ob1u(mouse) end)
- mouse.KeyDown:connect(key)
- end
- Bin.Selected:connect(s)
- Bin.Deselected:connect(ds)
- local away = false
- local debb=false
- function fatherly()
- if debb == true then return end
- if cooldown4 <= 0 then
- away=true
- attack = true
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- Disappear(m)
- SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,50,20,5,5,10,0.07)
- for i = 0, 1, 0.05 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- Reappear(m)
- BPos.Parent=nil
- Gy.Parent=nil
- HandleWeld.Parent=RightArm
- SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,20,50,5,5,10,0.07)
- cooldown4=cooldown4+2
- for i = 0, 1, 0.1 do
- swait()
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- fathermode=false
- attack = false
- away=false
- debb=false
- end
- if fathermode==true then
- debb = true
- for i = 0,1,0.05 do
- swait()
- end
- if heal == true then
- cooldown4 = cooldown4-1
- MagniDamage(Handle,20,-3,-1,0,"Normal")
- SphereEffect(BrickColor.new("White"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
- else
- cooldown4 = cooldown4-2
- MagniDamage(Handle,20,5,10,2,"Normal")
- SphereEffect(BrickColor.new("Persimmon"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
- end
- debb=false
- end
- end
- --[[Movement Detection]]--
- function updateskills()
- if fathermode == true then
- text1.Text="[Z]\n Time blast"
- text2.Text="[X]\n Over clock"
- text3.Text="[C]\n Judgement"
- else
- text1.Text="[Z]\n Spacial Wave"
- text2.Text="[X]\n Clockwork"
- text3.Text="[C]\n Counter Clockwork"
- end
- if cooldown1 <= co1 then
- cooldown1 = cooldown1 + 1 / 30
- end
- if cooldown2 <= co2 then
- cooldown2 = cooldown2 + 1 / 30
- end
- if cooldown3 <= co3 then
- cooldown3 = cooldown3 + 1 / 30
- end
- if cooldown4 <= co4 and fathermode == false then
- cooldown4 = cooldown4 + 1 / 30
- end
- end
- while true do
- swait()
- updateskills()
- bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), 'Out', 'Quad', .5)
- bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), 'Out', 'Quad', .5)
- bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), 'Out', 'Quad', .5)
- bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), 'Out', 'Quad', .5)
- coroutine.resume(coroutine.create(function()
- if away == true then return end
- fatherly()
- end))
- Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- velocity = RootPart.Velocity.y
- sine = sine + change
- local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- if equipped == true or equipped == false then
- if attack == false and fathermode == true then
- BPos.position = BPos.position + Vector3.new(0,0+.05*math.cos(sine/6),0)
- end
- if RootPart.Velocity.y > 1 and hit == nil then
- Anim = "Jump"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(30)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)), .3)
- RH.C0 = clerp(RH.C0, cf(1, -1, 0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif RootPart.Velocity.y < -1 and hit == nil then
- Anim = "Fall"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.8) * RHCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -.7, -0.5) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif Torsovelocity < 1 and hit ~= nil then
- Anim = "Idle"
- if attack == false then
- if fathermode == false then
- change = 1
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-50)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(55)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- else
- change=1
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(10)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(10)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- end
- elseif Torsovelocity > 2 and hit ~= nil then
- Anim = "Walk"
- if attack == false then
- if fathermode == false then
- Humanoid.WalkSpeed=15
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(55)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5+.15*math.cos(sine/9), -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(-20), math.rad(0-50*math.cos(sine/5))), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(-20), math.rad(0-50*math.cos(sine/5))), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- else
- Humanoid.WalkSpeed=20
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0.1+.1*math.cos(sine/9)) * angles(math.rad(10), math.rad(0), math.rad(30)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-10), math.rad(0), math.rad(-30)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1, 1+.15*math.cos(sine/9), -.8) * angles(math.rad(0), math.rad(160), math.rad(90)), .3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)), .3)
- RH.C0 = clerp(RH.C0, cf(1,-1+.1*math.cos(sine/3),0) * RHCF * angles(math.rad(-10), math.rad(0), math.rad(0-50*math.cos(sine/3))), .3)
- LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/3),0) * LHCF * angles(math.rad(10), math.rad(0), math.rad(-0-50*math.cos(sine/3))), .3)
- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
- end
- end
- end
- end
- for i, v in pairs(LoopFunctions) do
- v[2] = v[2] + 1
- v[3](v[2] / v[1])
- if v[1] <= v[2] then
- LoopFunctions[i] = nil
- end
- end
- if #Effects > 0 then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if Thing[1].Transparency <= 1 then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder" then
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Blood" then
- Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, .5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Elec" then
- Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Shatter" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
- Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
- Thing[6] = Thing[6] + Thing[5]
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- if 0 < #ShootEffects then
- for e = 1, #ShootEffects do
- if ShootEffects[e] ~= nil then
- local Thing = ShootEffects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if Thing[2] == "ShootIce" then
- local Look = Thing[1]
- local hit, pos = rayCast(Thing[4], Look.lookVector, Thing[9], Character)
- local mag = (Thing[4] - pos).magnitude
- Thing[8].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * angles(-1.57, 0, 0)
- Thing[4] = Thing[4] + Look.lookVector * Thing[9]
- Thing[3] = Thing[3] - 1
- BlockEffect(BrickColor.new("Cool yellow"), Thing[8].CFrame, 20, 20, 20, 5, 5, 5, 0.1)
- if hit ~= nil or Thing[3] <= 0 then
- Thing[3] = 0
- ref = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt())
- ref.Anchored = true
- ref.CFrame = cf(pos)
- game:GetService("Debris"):AddItem(ref, 1)
- ref2 = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt(5, 5, 5))
- ref2.Anchored = true
- ref2.CFrame = cf(pos)
- game:GetService("Debris"):AddItem(ref2, 5)
- size = 3
- if Thing[10] == 2 then
- freeze = true
- size = 4
- CreateSound("http://www.roblox.com/asset/?id=338594574", ref, 1, 1)
- else
- CreateSound("http://www.roblox.com/asset/?id=338594556", ref, 1, 1)
- end
- -- BlockEffect(BrickColor.new("White"), cf(ref.Position), 20, 20, 20, 5, 5, 5, 0.1)
- MagniDamage(ref, size, Thing[5], Thing[6], Thing[7], "Normal")
- -- BlockEffect(BrickColor.new("Cool yellow"), Thing[8].CFrame * cf(math.random(-100, 100) / 100, math.random(-100, 100) / 100, math.random(-100, 100) / 100) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 5, 5, 5, 0, 0, 0, 0.05, 3)
- freeze = false
- for i = 1, 8 do
- BreakEffect(BrickColor.new("Cool yellow"), ref.CFrame * cf(math.random(-200, 200) / 100, math.random(-200, 200) / 100, math.random(-200, 200) / 100), math.random(20, 50) / 100, math.random(1, 5), math.random(20, 50) / 100)
- end
- if Thing[10] == 2 then
- for i = 1, 5 do
- BlockEffect(BrickColor.new("Cool yellow"), cf(ref.Position) * cf(math.random(-100, 100) / 100, math.random(-100, 100) / 100, math.random(-100, 100) / 100) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 30, 30, 30, 0.5, 0.5, 0.5, 0.05)
- end
- end
- end
- if Thing[3] <= 0 then
- Thing[8].Transparency = 1
- game:GetService("Debris"):AddItem(Thing[8], 5)
- table.remove(ShootEffects, e)
- end
- else
- Part.Parent = nil
- table.remove(ShootEffects, e)
- end
- end
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment