Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player=game.Players.LocalPlayer
- repeat wait() until Player
- local Character=Player.Character
- repeat wait() until Character
- PlayerGui=Player.PlayerGui
- Backpack=Player.Backpack
- Torso=Character.Torso
- Head=Character.Head
- Humanoid=Character.Humanoid
- Humanoid.JumpPower = 90
- LeftArm=Character:WaitForChild("Left Arm")
- LeftLeg=Character:WaitForChild("Left Leg")
- RightArm=Character:WaitForChild("Right Arm")
- RightLeg=Character:WaitForChild("Left Arm")
- LS=Torso:WaitForChild("Left Shoulder")
- LH=Torso:WaitForChild("Left Hip")
- RS=Torso:WaitForChild("Right Shoulder")
- RH=Torso:WaitForChild("Right Hip")
- Neck=Torso.Neck
- it=Instance.new
- vt=Vector3.new
- cf=CFrame.new
- local runServ = game:GetService("RunService").RenderStepped
- local TextTable = {}
- euler=CFrame.fromEulerAnglesXYZ
- angles=CFrame.Angles
- necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
- LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
- RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
- RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
- RootPart=Character.HumanoidRootPart
- RootJoint=RootPart.RootJoint
- RootCF=euler(-1.57,0,3.14)
- attack=false
- attackdebounce=false
- MMouse=Player:GetMouse()
- combo=0
- local Anim="Idle"
- local Effects={}
- equipped=false
- local idle=0
- local hold=false
- local con1=nil
- local con2=nil
- local Mode="Binary"
- local idleanim=0
- local idleanim2=false
- local impulse=1
- local hitfloor,posfloor=nil,nil
- local damcount=0
- local guard=false
- local damagebonus = 1
- --player
- player=nil
- --save shoulders
- RSH, LSH=nil, nil
- --welds
- RW, LW=Instance.new("Weld"), Instance.new("Weld")
- RW.Name="Right Shoulder" LW.Name="Left Shoulder"
- LH=Torso["Left Hip"]
- RH=Torso["Right Hip"]
- Asset="http://www.roblox.com/asset/?id="
- function swait(num)
- if num==0 or num==nil then
- game:service'RunService'.RenderStepped:wait()
- else
- for i=0,num do
- game:service'RunService'.RenderStepped:wait()
- end
- end
- end
- local Tool=Instance.new("HopperBin")
- Tool.Parent=Backpack
- Tool.Name="Cerberus' Fang"
- local Bin = Tool
- script.Parent = Tool
- function NoOutline(Part)
- Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
- end
- function part22(formfactor,parent,reflectance,transparency,brickcolor,name,size)
- local fp=it("Part")
- fp.formFactor=formfactor
- fp.Parent=parent
- fp.Reflectance=reflectance
- fp.Transparency=transparency
- fp.CanCollide=false
- fp.Locked=true
- fp.BrickColor=brickcolor
- fp.Name=name
- fp.Size=size
- fp.Position=Torso.Position
- NoOutline(fp)
- if fp.BrickColor == BrickColor.new("Toothpaste") then
- fp.Material="Neon"
- elseif fp.BrickColor == BrickColor.new("Fossil") then
- fp.BrickColor = BrickColor.new("Toothpaste")
- fp.Material="Granite"
- else
- fp.Material="SmoothPlastic"
- end
- fp:BreakJoints()
- return fp
- end
- function mesh(Mesh,part,meshtype,meshid,offset,scale)
- local mesh=it(Mesh)
- mesh.Parent=part
- if Mesh=="SpecialMesh" then
- mesh.MeshType=meshtype
- mesh.MeshId=meshid
- end
- mesh.Offset=offset
- mesh.Scale=scale
- return mesh
- end
- function weld(parent,part0,part1,c0)
- local weld=it("Weld")
- weld.Parent=parent
- weld.Part0=part0
- weld.Part1=part1
- weld.C0=c0
- return weld
- end
- function CreateWeaponPart(className, parent, Brickcolor, Material, Transparency, Reflectance, Name, Size, Position, Rotation, MeshClass, MeshScale, MeshId, MeshType)
- local Part = Instance.new(className, parent)
- Part.BrickColor = BrickColor.new(Brickcolor)
- Part.Transparency = Transparency
- Part.Reflectance = Reflectance
- Part.Material = Material
- Part.Name = Name
- Part.Anchored = true
- Part.CanCollide = false
- Part.Locked = true
- Part.Size = Size
- Part.Position = Position
- Part.Rotation = Rotation
- local Mesh = Instance.new(MeshClass, Part)
- Mesh.Scale = MeshScale
- if MeshClass == "SpecialMesh" then
- Mesh.MeshId = MeshId
- Mesh.MeshType = MeshType
- end
- return Part
- end
- clerp = function(a, b, t)
- return a:lerp(b, t)
- end
- Player=game:GetService('Players').LocalPlayer
- Character=Player.Character
- Mouse=Player:GetMouse()
- m=Instance.new('Model',Character)
- local function weldBetween(a, b)
- local weldd = Instance.new("ManualWeld")
- weldd.Part0 = a
- weldd.Part1 = b
- weldd.C0 = CFrame.new()
- weldd.C1 = b.CFrame:inverse() * a.CFrame
- weldd.Parent = a
- return weldd
- end
- it=Instance.new
- function nooutline(part)
- part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
- end
- function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
- local fp=it("Part")
- fp.formFactor=formfactor
- fp.Parent=parent
- fp.Reflectance=reflectance
- fp.Transparency=transparency
- fp.CanCollide=false
- fp.Locked=true
- fp.BrickColor=BrickColor.new(tostring(brickcolor))
- fp.Name=name
- fp.Size=size
- fp.Position=Character.Torso.Position
- nooutline(fp)
- fp.Material=material
- fp:BreakJoints()
- return fp
- end
- function mesh(Mesh,part,meshtype,meshid,offset,scale)
- local mesh=it(Mesh)
- mesh.Parent=part
- if Mesh=="SpecialMesh" then
- mesh.MeshType=meshtype
- mesh.MeshId=meshid
- end
- mesh.Offset=offset
- mesh.Scale=scale
- return mesh
- end
- function weld(parent,part0,part1,c0,c1)
- local weld=it("Weld")
- weld.Parent=parent
- weld.Part0=part0
- weld.Part1=part1
- weld.C0=c0
- weld.C1=c1
- return weld
- end
- Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Handle",Vector3.new(0.712662637, 0.21775803, 0.811641812))
- Handleweld=weld(m,Character["Torso"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.38205719, 1.83777094, 0.00259381533, 0.015901994, 0, 0.999873638, 0, -1, 0, 0.999873638, 0, -0.015901994))
- Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really red","Hitbox",Vector3.new(0.415719718, 0.277146608, 0.200000003))
- Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.66108322e-005, -0.3594594, 4.62425232, -3.00072134e-006, 0, 1.00000012, 0.00574871758, -0.999983549, 1.72440195e-008, 0.999983549, 0.00574871711, 3.00072134e-006))
- mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.0989807546))
- Light_a1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_a1weld=weld(m,Handle,Light_a1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344902515, 0.664596915, -0.870941162, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
- mesh("BlockMesh",Light_a1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_a2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_a2weld=weld(m,Handle,Light_a2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344969273, 0.664084971, 0.870912552, -2.25845724e-008, 0.987763882, -0.15595673, 3.41422856e-006, 0.1559567, 0.987764001, 1.00000012, -5.10314408e-007, -3.37697566e-006))
- mesh("BlockMesh",Light_a2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_a3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_a3weld=weld(m,Handle,Light_a3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202616692, 0.578147054, -0.870939255, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
- mesh("BlockMesh",Light_a3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_a4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_a4weld=weld(m,Handle,Light_a4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202519417, 0.577640235, 0.870914459, -7.86734745e-007, 0.987762094, 0.15596877, 2.38232315e-006, -0.155968726, 0.987762094, 1.00000012, 1.14838338e-006, -2.22958624e-006))
- mesh("BlockMesh",Light_a4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_b1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_b1weld=weld(m,Handle,Light_b1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345939636, 0.661491394, -1.68257523, -7.86734745e-007, 0.987762094, 0.15596877, -2.38232315e-006, 0.155968726, -0.987762094, -1.00000012, -1.14838338e-006, 2.22958624e-006))
- mesh("BlockMesh",Light_b1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_b2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_b2weld=weld(m,Handle,Light_b2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346003532, 0.660979152, 1.68255424, -1.1336524e-006, 0.987762868, -0.155963719, 6.39818609e-006, 0.155963689, 0.987762928, 1, 1.22155896e-007, -6.49504364e-006))
- mesh("BlockMesh",Light_b2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_b3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_b3weld=weld(m,Handle,Light_b3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201576233, 0.575033545, -1.6825676, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
- mesh("BlockMesh",Light_b3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_b4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_b4weld=weld(m,Handle,Light_b4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20147562, 0.574531019, 1.68255806, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
- mesh("BlockMesh",Light_b4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_c1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_c1weld=weld(m,Handle,Light_c1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345945835, 0.661480904, -2.49422836, 1.18045136e-007, 0.987762988, 0.15596275, -5.39794564e-006, 0.155962735, -0.987763047, -1.00000012, -7.25131429e-007, 5.34951687e-006))
- mesh("BlockMesh",Light_c1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_c2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_c2weld=weld(m,Handle,Light_c2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346002579, 0.660987377, 2.49423027, -1.11781992e-006, 0.987762988, -0.155962735, 5.39794564e-006, 0.155962706, 0.987763047, 1.00000012, 2.62638736e-007, -5.50411642e-006))
- mesh("BlockMesh",Light_c2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_c3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_c3weld=weld(m,Handle,Light_c3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20157671, 0.575031877, -2.49422646, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
- mesh("BlockMesh",Light_c3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_c4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_c4weld=weld(m,Handle,Light_c4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201478004, 0.574540138, 2.49423027, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
- mesh("BlockMesh",Light_c4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_d1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_d1weld=weld(m,Handle,Light_d1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345943451, 0.661472201, -3.30586624, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
- mesh("BlockMesh",Light_d1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_d2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_d2weld=weld(m,Handle,Light_d2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34497261, 0.664089203, 3.30584145, -2.25845724e-008, 0.987763882, -0.15595673, 1.41374767e-006, 0.1559567, 0.987764001, 1.00000012, -1.9801162e-007, -1.39884651e-006))
- mesh("BlockMesh",Light_d2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_d3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_d3weld=weld(m,Handle,Light_d3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202612877, 0.578138947, -3.30587578, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
- mesh("BlockMesh",Light_d3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_d4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_d4weld=weld(m,Handle,Light_d4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201478481, 0.574546099, 3.30586433, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
- mesh("BlockMesh",Light_d4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_e1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_e1weld=weld(m,Handle,Light_e1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345943451, 0.661470532, -4.1171875, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
- mesh("BlockMesh",Light_e1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_e2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_e2weld=weld(m,Handle,Light_e2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344973564, 0.664087772, 4.11747169, -2.25845724e-008, 0.987763882, -0.15595673, 1.41374767e-006, 0.1559567, 0.987764001, 1.00000012, -1.9801162e-007, -1.39884651e-006))
- mesh("BlockMesh",Light_e2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_e3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_e3weld=weld(m,Handle,Light_e3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20261097, 0.578123569, -4.11749458, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
- mesh("BlockMesh",Light_e3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Light_e4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Light_e4weld=weld(m,Handle,Light_e4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201473236, 0.574541509, 4.11718941, -1.78650953e-006, 0.987762094, 0.155968785, 3.38256359e-006, -0.155968741, 0.987762094, 1.00000012, 2.29181364e-006, -3.06218863e-006))
- mesh("BlockMesh",Light_e4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942741, 0.395923018))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.151039124, -0.55511266, -0.0771560669, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.692866147, 0.217758015, 0.217757672))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41541672, -0.494895756, -0.415709972, -1.00000012, -0, 2.00048089e-006, -2.00048089e-006, 0, -1.00000012, 0, -1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=11294922",Vector3.new(0, 0, 0),Vector3.new(1.38573229, 0.43551603, 0.435515344))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.227656007, 0.386025906, 0.435499191, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.613680542))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21744919, 0.0395898819, -4.94718552e-006, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904786, 0.692866504, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.395923525, 0.200000003, 0.395923018))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148495197, 0.653341532, -0.910669327, -0.00272075622, 0.999996364, -8.874583e-005, 0, 8.87461501e-005, 1.00000012, 0.999996364, 0.00272075599, -2.42143869e-007))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292142))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682970405, -1.21746063, -0.375571251, 0, 0, -1.00000012, 1.00000012, 0, 0, 0, -1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.356330752))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923589945, -1.21779442, 0.140283346, 0.000455453992, 0.707107186, 0.707106352, 0.999999881, 4.09815693e-005, -0.000685092062, -0.000513411127, 0.707106411, -0.707107008))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.11822319, -1.10858536, -0.613673389, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.593885481, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.623579621, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.17232513e-007, 1.53417969, 0.118777275, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.296942651, 0.200000003, 0.791846037))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.670330048, 0.653529525, -0.353099823, 0.705182195, 0.709026158, 0.000113216229, -7.00391829e-005, -9.00172163e-005, 1.00000012, 0.709026277, -0.705182195, -1.38189644e-005))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.633477807, 0.200000003, 0.296942204))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338905334, 0.666440487, -0.652772725, -0.99999553, -0.00301499991, -1.07847154e-006, 0.00301500014, -0.99999547, 8.70702643e-005, -1.34296715e-006, 8.70665972e-005, 1))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.613681495, 0.613681614, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37581062, 1.43051147e-006, -0.237549305, 1.00000012, 0, -2.00048089e-006, 2.00048089e-006, 0, 1.00000012, 0, -1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692863107))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.200000003, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425682068, 1.35599327, -2.89678574e-005, -4.79939372e-005, 1, 7.63295759e-007, -1.00000012, -4.79939335e-005, 0, 0, -7.63295702e-007, 1.00000012))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9759642",Vector3.new(0, 0, 0),Vector3.new(0.494904429, 0.593885481, 0.494903773))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.296942651, 0.200000003, 0.791846037))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.670612335, -0.652475655, -0.352989197, 0.705182374, 0.709025979, 0.000262228772, -0.000178415328, -0.000192394145, 1, 0.709026098, -0.705182374, -9.17166471e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.116244316, -1.21746254, -0.564181566, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.217757925, 0.494904637, 0.989807606))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.692866147, 0.217758015, 0.217757672))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41541862, -0.41571331, -0.49488759, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=11294922",Vector3.new(0, 0, 0),Vector3.new(1.38573229, 0.43551603, 0.435515344))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55427742, 0.386023998, 0.207862794, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.395923018))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237556338, 0.386025906, 0.316738129, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 0.197961539))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, 0.386023045, 0.267249823, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.593885541, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.921478271, -0.118469238, -1.0086689, 0.866024554, 0, 0.500001788, 0, -1, 0, 0.500001788, 0, -0.866024554))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.237554327, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.267249346, 0.583983898, 0.97990799, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.890824616))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.118222237, -1.10857201, 0.613679051, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.593885481, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.118222237, -1.21746445, 0.564185143, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.989807606))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.633477807, 0.200000003, 0.296942234))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338939667, 0.6664958, 0.653412223, -0.999995589, -0.00301400037, 1.92224979e-006, 0.0030140006, -0.99999547, 8.80860462e-005, 1.65775418e-006, 8.80914376e-005, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0425601006, -0.712405443, 1.09910011, 7.58192073e-006, -0.999999762, -0.000655203243, -1.49011612e-008, -0.000655203243, 0.999999881, -1.00000012, -7.58190754e-006, -2.04890966e-008))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.316738963, 0.200000003, 0.613680542))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10857391, 0.138568878, -4.17232513e-007, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.494904488, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-007, -0.306869507, 0.425621033, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.60000002, 1.20000005, 1.60000002))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534482956, 0.29693985, -0.465205908, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 0.59388262))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.455312014, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.306743622, -0.53397131, -0.00990486145, 1, 0, 1.00024045e-006, 1.00024045e-006, 0, -1, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.692865252))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.18776906))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923611164, 0.0111498833, -0.574466705, 0.00059766788, 0.707106233, -0.707107186, 0.000266429968, 0.707107127, 0.707106471, 0.999999881, -0.000611009658, 0.000234220177))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386013508, -0.346408844, -2.56299973e-006, -4.79939372e-005, 1, 7.63295759e-007, -1.00000012, -4.79939335e-005, 0, 0, -7.63295702e-007, 1.00000012))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9759642",Vector3.new(0, 0, 0),Vector3.new(0.346433073, 0.54439503, 0.346432626))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.237554327, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267232537, 0.583973885, 0.979887009, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.890824616))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.356330752))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923777103, -1.21768188, -0.140360355, 0.000454638153, 0.707105935, -0.707107604, 1, -0.00018494275, 0.000458011404, 0.000193088315, -0.707107723, -0.707105994))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.554293096, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.66893005e-006, -0.336555481, 0.692858219, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791846812, 1, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Lime green","Part",Vector3.new(0.217758, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.209877014, 0.820841789, 0.336512446, -0.999997616, 0.00224400032, 1.95391476e-006, 0.00224400032, 0.999997497, -3.56840974e-005, -2.0340085e-006, -3.5679619e-005, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791847408, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.886619568, 0.0296878815, 0.166914463, 4.75905836e-007, 0.906307757, 0.422618389, -1.00000012, 4.30894971e-007, 2.01165676e-007, -9.31322575e-010, -0.422618389, 0.906307876))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989808261))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.593885541, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.921669006, -0.118473053, 1.00864506, 0.866026759, 0, -0.499997944, 0, -1, 0, -0.499997973, -0, -0.866026759))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.79184711, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.24709511e-005, -0.95022583, 0.425620079, -4.10098583e-005, 0, 1.00000012, 1.00000012, 0, 4.10098583e-005, 0, 1, 0))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(2, 1, 1.70000005))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.23754549, 0.38602829, 0.316724777, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515225))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326532364, -0.277152061, 0.623580456, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.772210598, -0.39607659, 0.0767498016, -0.00224371767, -0.999997497, 3.56840937e-005, -0.00175121333, -3.17548875e-005, -0.99999851, 0.999996006, -0.00224377634, -0.0017511379))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Lime green","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.762619972, 0.15593338, -0.455708832, 0.00224371767, 0.999997497, -3.56840937e-005, 0.999996066, -0.00224377634, -0.0017491458, -0.00174922124, -3.17593622e-005, -0.999998569))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923555, 1, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425620914, -0.136585236, 0.357419968, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.95021522))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.771354198, 0.395902991, 0.0771656036, -0.00223771832, -0.999997497, 3.55886805e-005, -2.01910734e-006, -3.55842531e-005, -1.00000012, 0.999997616, -0.00223771832, -1.9390136e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675139, 0.200000003, 0.237553596))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, 0.178159237, 0.287046313, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292083))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425614417, -0.411204338, 0.430540085, 1.00024045e-006, 0, 1.00000012, 0.642787635, -0.766044497, -6.42612576e-007, 0.766044497, 0.642787576, -7.65547156e-007))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.554273605, 0.386026859, -0.207853317, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.395923018))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.887131691, 0.0296993256, -0.167997122, 4.52343374e-006, 0.906307757, -0.422618449, -1.00000012, -5.02218825e-007, -1.17793679e-005, -1.08890235e-005, 0.422618419, 0.906307817))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989808261))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.21775803, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890825272, 0.415721893, 0.30683881, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.791843772))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.237554327, 0.200000003, 0.811641812))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.831430435, 0.138568878, -5.54323196e-006, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.395923555, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425621033, 0.138526917, 1.96695328e-006, 0, -1, 0, 1, 0, 1.00024045e-006, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.75, 1.10000002, 1.75))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292083))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425622404, -0.411198616, 0.430553436, 2.00048089e-006, 0, 1.00000012, 0.642787635, -0.766044497, -1.28522515e-006, 0.766044617, 0.642787635, -1.53202564e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.692865133))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237559855, 0.386023998, -0.366226196, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.653273821, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.7285347e-006, -0.386047363, 0.623573303, -1.00024045e-006, 0, 1, 1, 0, 1.00024045e-006, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923227, 1, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.32752037, -0.642852485, -0.40580225, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, -1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.559419632, -0.395918071, -0.633377075, -0.57357657, -0.819151998, -1.99023634e-006, 3.82773578e-006, -2.48703572e-007, -1.00000012, 0.819152057, -0.57357651, 3.27732414e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989807248))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692996979, 0.346421838, 0.326647282, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885601, 0.791845977))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425610185, -0.128688812, 0.358807087, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.866081536))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.752254784, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692802429, -0.119048119, 0.554284751, -0.999999762, -0.000842000183, -1.01514161e-006, 0.000842000241, -0.999999642, -1.33894746e-005, -1.00396574e-006, -1.33903222e-005, 1))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.217758, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.209882736, 0.820811749, -0.336554676, -0.999997616, 0.00224200031, 1.95391476e-006, 0.00224200031, 0.999997497, -3.56522905e-005, -2.0340085e-006, -3.56478195e-005, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791847408, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.559423447, 0.296949625, -0.633375168, -0.57357657, -0.819151998, -1.99023634e-006, 3.82773578e-006, -2.48703572e-007, -1.00000012, 0.819152057, -0.57357651, 3.27732414e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989807248))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.20756495))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.868783951, -0.395947218, -0.8646698, 0.00400982937, 0.999992013, 2.02382871e-005, -1.86264515e-009, -2.02384454e-005, 1.00000012, 0.999992013, -0.0040098289, -8.00937414e-008))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14576721e-006, -0.0396251678, 0.692857265, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923227, 0.19796142, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.257350385, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.87430191e-006, 0.484981537, 0.386013985, 1.59982592e-005, 0, 1.00000012, 1.00000012, 4.69999941e-005, -1.59982592e-005, -4.69999941e-005, 1, 7.51867901e-010))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.593885362, 1, 0.593884528))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.237553596))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0693016052, 0.178164005, -0.287035227, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.327535629, -0.643372416, 0.148481846, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012, 0, 1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.20756495))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.871027946, 0.395915806, -0.861118317, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.18776906))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923591137, -0.0116081238, -0.574420929, 0.000457439572, 0.7071082, 0.707105398, 0.000516495667, -0.707105398, 0.707107961, 0.99999994, 4.17576703e-005, -0.000688675791))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692958832, -0.346427798, 0.326639175, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885601, 0.791845977))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534492493, 0.386018276, 0.445420384, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 0.395921141))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.296942711, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.647176743, -0.15836972, -0.0357837677, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.692863703))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336585999, -0.38601923, -0.504780293, 1.00000012, 0, -8.70060176e-005, 0, -1, 0, -8.70060176e-005, 0, -1.00000012))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534500122, 0.29693985, 0.465214014, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 0.59388262))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692882538, -0.38602829, 0.267238021, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515225))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326519012, 0.277132988, 0.623055935, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.692865133))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.237550378, 0.386026859, -0.366220474, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.277146161))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692062378, -0.533974111, 0.0593810081, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.21775803, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435506821, -9.53674316e-007, 0.356327593, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791848063, 1, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108296, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.405787468, -0.643530607, 0.327264786, -9.79876131e-005, 1, 1.55839541e-006, -0.000480066985, -1.60543561e-006, 1, 1, 9.79868491e-005, 0.000480068848))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216591, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534488678, 0.386023045, -0.445412278, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 0.395921141))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108296, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.148493767, -0.643008232, 0.327199936, -9.59878744e-005, -1, 1.52659152e-006, -0.000476051122, -1.48089623e-006, -1, 1, -9.59885874e-005, -0.000476051122))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216591, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.227651, 0.386026859, 0.435495377, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942681, 0.395923018))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.118780136, -0.55428803, 0.148468971, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.336534381))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0693016052, 0.138570309, -9.53674316e-007, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.296942323))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890830994, 0.237547874, 0.376130968, 1.00000012, 0, -2.99885869e-006, 0, 1, 0, 2.99885869e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.21775803, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, 0.415714264, -0.306834102, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.791843772))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.296942323))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, 0.237549305, -0.376113653, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03938675, -0.384558678, -0.828479767, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334537029, -0.712084353, -0.119167328, 0, 1, 0, -7.10226595e-005, 0, 1.00000012, 1.00000012, 0, 7.10226595e-005))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.811643183, 0.237554222, 0.613680542))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.762144089, -0.0098991394, -1.31130219e-006, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.200000003, 0.277146161))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692863464, 0.534472346, 0.0593881607, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.200000003, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.146087646, -0.652716637, -0.267591476, -1.09986104e-005, 1, 1.74921936e-007, 1.00024045e-006, -1.74910937e-007, 1.00000012, 1.00000012, 1.09986104e-005, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.752254784, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692844391, -0.118090153, -0.554295063, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.21775803, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435506821, 0, -0.356324553, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791848063, 1, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267237186, 0.000525593758, 1.35599327, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177642882, 0.32662487, 1.35599709, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.514700949, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.40425491e-006, 0.871015549, 0.386013985, 1.59982592e-005, 0, 1.00000012, 1.00000012, 4.69999941e-005, -1.59982592e-005, -4.69999941e-005, 1, 7.51867901e-010))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865252))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.455312014, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.306827545, 0.534477353, -0.00989580154, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.692865252))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.99941516, 0.257350385, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57759857, 7.09295273e-006, -0.0730948448, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.593882918))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.8806349))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00988769531, 0.356347322, -1.93002701, 0, 1, 0, 0, 0, -1.00000012, -1.00000012, -0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336724281, 0.713122964, 0.116666794, 0.00515666232, -0.999986649, 0.000378046476, -0.00178726949, 0.000368834415, 0.999998391, -0.999985278, -0.00515732961, -0.00178534351))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177644014, -0.445400238, -1.35592461, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504785299, -0.386024952, 0.336530685, 0, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38953781, -0.158358395, -0.102788925, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989809334, 0.296942741, 0.692863703))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.395923525, 0.200000003, 0.395923018))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.145953178, -0.652799129, -0.911043167, 0, 1, 0, 0, 0, 1.00000012, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(1.02940094, 0.395923644, 0.296942502))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.338947296, 0.913908482, 0.652818501, 0.99999553, 0.00301499991, 1.07847154e-006, 0.00301500014, -0.99999547, 8.70702643e-005, 1.34296715e-006, -8.70665972e-005, -1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(1.02940118, 0.395923644, 0.296942502))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338968277, 0.913911581, 0.653335929, -0.999995589, -0.00301400037, 1.92224979e-006, 0.0030140006, -0.99999547, 8.70861768e-005, 1.65961683e-006, 8.70915683e-005, 1.00000012))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.761768818, 0.156364441, 0.455287755, 0.00223771832, 0.999997497, -3.55886805e-005, 0.999997616, -0.00223771832, -1.95391476e-006, -2.03214586e-006, -3.5584224e-005, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923555, 1, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942741, 0.395923018))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148592949, 0.554452479, -0.118732452, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.200000003, 0.296942264))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148594379, 0.653429747, -0.267204285, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31130219e-005, 1.13824463, 0.38606596, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
- mesh("CylinderMesh",Part,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.554292977, 0.0989809185, 0.554292202))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16827631, -0.76214695, -1.71227264, 0, -1, 0, 0, 0, 1.00000012, -1.00000012, -0, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178170085, 0.326641083, 2.16767502, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386008263, -0.761632562, -1.71227264, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38950348, -0.15837419, 0.102788925, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989809334, 0.296942741, 0.692863703))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504786015, 0.000508666039, -1.35600662, 0, 1, 0, 1.00024045e-006, 0, -1, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.475107551))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01939583, 0.277132988, 0.642854989, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178163826, 0.326638222, 1.35604858, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177645087, 0.326627254, 2.16762733, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178153992, -0.445386887, -1.35599709, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71227646, -0.762147069, -0.385269165, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03983688, -0.384497166, -0.828224182, 0.499981016, 0.135068983, -0.855438828, -2.91503966e-007, -0.987763047, -0.155962437, -0.866036534, 0.0779784992, -0.493862778))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.000524163246, 2.16761208, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71227264, -0.761632562, 0.169015884, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97917747, 0.386007309, 0.237041235, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.25678349, -0.384568691, -2.93719673, -0.499979496, -0.135069013, -0.855439723, -1.6852282e-006, -0.987762928, 0.155963108, -0.866037369, 0.0779797882, 0.49386099))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4429512, -0.385538578, -1.53269196, 0.499981016, 0.135068983, -0.855438828, -2.91503966e-007, -0.987763047, -0.155962437, -0.866036534, 0.0779784992, -0.493862778))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.475107551))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01940918, -0.277152061, 0.643370032, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.8806349))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, -0.355821371, -1.92998695, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.59258461, 0.277134895, 0.623060226, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.98981142, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44249535, -0.385597229, -1.53294563, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.04919767, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28635216, -0.277153015, 0.693120122, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.593885303, 0.475108355, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79060555, -0.642864764, 0.148463249, 1.00000012, 0, -2.00048089e-006, -2.00048089e-006, 0, -1.00000012, 0, 1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(1.18777061, 0.950216711, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.24715924, 0.257350385, 0.237553805))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28637123, -0.277153015, 0.524593234, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.593884528))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.405804157, -0.642864764, -4.79060555, 0, 1, 0, -2.00048089e-006, 0, -1.00000012, -1.00000012, -0, 2.00048089e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 1.18776906))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504792213, 0.000519275665, -3.79078865, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178170562, 0.326642036, 4.60246658, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.04919767, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.2863369, 0.277132988, 0.692605674, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.494904637, 0.494903833))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177643895, -0.445404053, -3.79081154, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.24715924, 0.257350385, 0.237553805))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28634834, 0.277132988, 0.52407819, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.50479126, 0.000516235828, -2.16755486, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.257350415, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921562, 0.277134895, 0.336013079, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692865252))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177643955, -0.445402145, -2.16757393, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178154111, -0.445390224, -4.60243988, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177647471, -0.445404053, -4.60242653, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386031151, -0.762144089, 2.86081123, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.59260368, -0.277154922, 0.623571396, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.98981142, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.8487606, -0.385525703, -2.23560715, 0.499982089, 0.135070011, -0.855438054, 4.87011857e-006, -0.987763345, -0.155960798, -0.866035938, 0.0779734254, -0.493864566))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86043358, -0.76162672, -0.376111984, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, -1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.5836941, 0.200000003, 0.475107551))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70174599, 0.277134895, 0.642850995, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178147912, -0.445389271, -3.79082108, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178152323, -0.445388317, -2.16762161, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168254852, -0.761627078, 2.86078835, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.84829521, -0.385599613, -2.23585129, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.00052934885, 3.79085732, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920418, -0.168262005, -0.237033784, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.66259003, -0.384561062, -3.64008141, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96931267, -0.355815083, 0.133619308, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989808798, 0.494904637, 0.148471117))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177642167, 0.326627254, 4.60250664, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178151071, -0.445388317, -2.97922134, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.66020966, -0.385531425, -3.64114761, 0.499982089, 0.135070011, -0.855438054, 1.75950117e-006, -0.987763047, -0.155962572, -0.866035879, 0.0779769644, -0.49386403))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504792213, 0.000524997711, -2.9791851, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267243862, 0.000516414642, 4.60247231, 0, -1, 0, 0, 0, -1.00000012, 1.00000012, 0, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177645683, -0.445402145, -2.97917747, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178166628, 0.326641083, 2.97925186, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178166747, 0.326642036, 3.79087067, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292142))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.684964538, -1.21738052, -0.371157169, 0, 0, -1.00000012, 1.00000012, 0, 0, 0, -1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.257350296, 0.494904637, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504786015, 0.000524282455, -4.60235596, 0, 1, 0, 1.00024045e-006, 0, -1, -1, -0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.593885303, 0.475108355, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79063225, -0.643370032, -0.405827999, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012, 0, -1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(1.18777061, 0.950216711, 0.400000006))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97918892, -0.168279171, 0.237552047, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96927452, 0.356327415, 0.133632183, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989808798, 0.494904637, 0.148471117))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.25455475, -0.38553381, -2.93850517, 0.499982089, 0.135070011, -0.855438054, 1.75950117e-006, -0.987763047, -0.155962572, -0.866035879, 0.0779769644, -0.49386403))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.000524044037, 2.97925377, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.257350415, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920799, -0.277152061, 0.336534858, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692865252))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177637935, 0.326628208, 3.79087257, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.5836941, 0.200000003, 0.475107551))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70178032, -0.277153969, 0.643375039, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.593884528))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.148485184, -0.643370032, -4.79063225, 0, -1, 0, 1.00024045e-006, 0, 1.00000012, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 1.18776906))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.17764163, 0.326627254, 2.97924614, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86044502, -0.762152076, 0.178175926, -1.00000012, -0, 0, 0, 0, 1.00000012, 0, 1, 0))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.197961763, 0.475108355, 0.0395922996))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921944, 0.386025906, -0.23755455, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652606249, 0.230033875, -0.508267403, 0.000252032652, -8.59999564e-005, -1, -0.999996424, -0.00272299978, -0.000251797959, -0.00272297813, 0.999996364, -8.66859336e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00988912582, -1.0491066, 0.425631642, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01939583, 0.148463249, 0.642854989, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653520107, 0.229761124, -0.508263588, 0.000249031931, -8.59999709e-005, -1.00000012, -0.999996364, -0.00272199977, -0.000248795375, -0.00272197858, 0.999996364, -8.66775372e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, 0.762023926, -0.37561965, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35599709, 0.267236233, 0.177642882, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158368766, -0.102788925, -1.04309654, 0, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.08867455, 0.344964981, -0.565106094, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08867455, -0.202518463, -0.478660822, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35598755, 0.465183258, -0.059373796, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35598946, -0.306829929, -0.0588632822, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.652948201, -0.754156113, -0.666642666, 0.000283026136, 8.60000073e-005, 1.00000012, 0.999996364, 0.00272300094, -0.000283258967, -0.00272302516, 0.999996364, -8.52290104e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158365965, -0.035779953, 1.04308701, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158359528, -0.102788925, -1.04310226, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01940918, -0.405820847, 0.643370032, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00991010666, -1.04906845, 0.425105631, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35599709, -0.504775047, 0.178153992, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01939583, -0.40580225, 0.642854989, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158360422, -0.035779953, 1.04310417, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35604668, -0.30684185, -0.0593842864, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01940918, 0.148483276, 0.643370032, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.653179646, -0.754579544, -0.666635036, 0.000286026858, 8.70000076e-005, 1.00000012, 0.999996424, 0.0027220014, -0.000286262482, -0.00272202608, 0.999996364, -8.62211309e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.9003315, 0.345945358, -0.562512517, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90033913, -0.201577663, -0.476064533, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277152061, -1.71227455, 0.76214397, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.1676693, -0.306845188, -0.0593817234, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16762733, -0.306830883, -0.0588731766, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60247993, -0.306851864, -0.0593990088, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60246658, 0.267261982, 0.178175569, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90032387, -0.201476574, -0.475550771, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60235977, 0.465183258, -0.0593807697, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16767502, 0.267252922, 0.178170085, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16757011, 0.465199947, -0.0588729978, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3559227, 0.465197086, -0.0588680506, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33522987, 0.34497118, -0.565107763, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, -0.762012482, 0.514190376, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90032387, 0.346004963, -0.561996877, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35592461, -0.504788876, 0.177644014, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08868408, 0.344903946, -0.565622687, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.08868408, -0.202617168, -0.479171902, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16763115, 0.26723814, 0.177644014, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16757393, -0.50479126, 0.177643955, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16762161, -0.504776001, 0.178152323, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.1676178, 0.465185165, -0.0593771935, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35604858, 0.267251015, 0.178163826, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277132988, -1.71227264, 0.761632562, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.33492851, -0.201480389, -0.475555658, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28634834, 0.128663063, 0.52407819, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28634834, -0.425602913, 0.52407819, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60248375, -0.306839943, -0.0588464737, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920036, -0.207851887, -0.237041831, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97924614, 0.26723814, 0.17764163, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.71197319, 0.34600544, -0.561996996, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79081154, -0.504792213, 0.177643895, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97926521, -0.306845188, -0.0593867302, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60237312, 0.465199947, -0.0588512421, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79087257, 0.267240047, 0.177637935, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60234642, -0.504788876, 0.177620649, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79080009, 0.465200901, -0.0588721037, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97917747, -0.50479126, 0.177645683, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.52359962, 0.344970226, -0.565108299, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28636742, -0.425623894, 0.524597049, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28636742, 0.128684998, 0.524597049, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.70174599, -0.405807972, 0.642850995, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97919273, 0.465199947, -0.0588704348, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.9792614, -0.306830883, -0.0588662624, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.71198845, 0.345947266, -0.562511206, 1.00000012, 0, -1.00024045e-006, 1.55763701e-007, 0.987762868, 0.155963734, 9.89064574e-007, -0.155963704, 0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60246849, 0.267248154, 0.177624762, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.71198463, -0.201477528, -0.475551605, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79086876, -0.306832314, -0.0588677526, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.207853317, -4.79052925, 0.64285624, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.355823874, 2.84058952, 0.0890722275, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.296942741, 0.296942294))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97920799, -0.20787096, -0.237548351, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.52359962, -0.202616215, -0.479168534, -1.00000012, -0, 1.00024045e-006, 1.55763701e-007, -0.987762868, 0.155963734, 9.89064574e-007, 0.155963704, 0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.33494377, 0.345947266, -0.562510014, 1.00000012, 0, -1.00024045e-006, 1.55763701e-007, 0.987762868, 0.155963734, 9.89064574e-007, -0.155963704, 0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33522224, -0.202616692, -0.479167372, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.71198845, -0.201579094, -0.47606203, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.692866445, 0.435515314))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277155876, -5.03801155, 0.623578191, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79086876, -0.306845188, -0.0593838692, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34641695, -4.79052925, 0.64285624, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.346436977, -4.79055595, 0.643373728, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60238266, -0.504771233, 0.178159237, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.52360344, 0.345946789, -0.562511802, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921753, 0.465185165, -0.059374094, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.355823427, 0.019785881, 2.96935463, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.989809036, 0.989807546))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277153015, 2.86044502, 0.762146235, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277133942, 2.86044121, 0.761628628, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97922134, -0.504777908, 0.178151071, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.257350326, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00135803e-005, 0.0730962753, 2.65646172, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.79184562))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.52360344, -0.201479435, -0.475552797, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70174599, 0.148464203, 0.642850995, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.692866445, 0.435515314))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277134895, -5.03800392, 0.62306267, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97918892, 0.34641695, -0.237034023, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79082108, 0.465185165, -0.0593768358, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70178032, -0.405824184, 0.643375039, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79087067, 0.267252922, 0.178166747, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.623579621, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00115323067, 0.12310648, 1.62293434, 0.000369857065, -0.00468900241, 0.999989092, -0.00266775838, 0.999985456, 0.00468997285, -0.999996483, -0.0026694634, 0.000357343815))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.395923018))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.613681495, 0.217757598))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237549305, -1.37582779, 0.415718704, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.653273523, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15863991, 0.237549305, 0.891465187, 0.942427218, 0, 0.334411889, 0, 1, 0, -0.33441186, 0, 0.942427218))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.613681138, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32322311e-005, 0.237550259, 1.72224808, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.613681138, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.33786011e-006, -0.079185009, 1.21744537, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904488, 0.494903356))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692806244, -0.207854271, -0.118766785, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 0.494903356))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.979887009, -0.583973885, 0.445394158, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.77205044, 0.217757955, 0.692865252))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.70876694e-006, -0.41571188, 1.41542244, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.277146071, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.386026859, 0.188062668, -0.435491562, 0, -1, 0, 0, 0, 1.00000012, -1.00000012, -0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961777, 0.98980701))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.356346726, 0.0198001862, 2.96935844, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.989809036, 0.989807546))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.979898453, -0.583983898, 0.445411742, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.97990036, 0.465208054, -0.445404887, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921944, 0.34643507, -0.23755455, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.207874298, -4.79055595, 0.643370748, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.257350385, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.924242496, -0.189838171, -1.11833572, -5.76395541e-005, -0.707109153, 0.707104564, 0.000187574886, -0.707104445, -0.707109153, 1, 9.18781516e-005, 0.000173391774))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 1, 0.494903684))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54972076e-006, -0.692854881, 0.663188934, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.791846454, 0.197961867, 0.494903356))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.613681495, 0.217757598))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.237550259, -1.37582207, 0.415703297, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.653273523, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15863609, 0.237550259, 0.891444206, -0.942427576, 0, 0.334410846, 0, 1, 0, -0.334410816, -0, -0.942427576))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97925186, 0.267252922, 0.178166628, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.356351018, -0.0890879631, -2.84059525, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.296942741, 0.296942294))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79082108, -0.504777908, 0.178147912, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.70178032, 0.148481846, 0.643375039, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.435515225))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277132988, 0.227628708, 0.623045385, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534488678, -0.386023998, 0.504797816, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.197961509))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.534498215, -0.386018276, 0.504806519, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.197961509))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00989580154, 0.475107193, -0.465189338, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.207846165, 0.32752037, 0.642852485, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006332, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692958832, -0.465206146, 0.346427798, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.593884051))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.277146071, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386013985, 0.188062787, -0.435480118, 0, 1, 0, 0, 0, -1.00000012, -1.00000012, -0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961777, 0.98980701))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0098991394, -0.762134552, 0.514684796, 0, -1, 0, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890825272, 0.237547874, 0.564183474, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.346418858, 0.32752037, 0.642852485, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006571, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692859173, -0.0593874454, -0.0396194458, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961107, 0.197961867, 0.197961137))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.890810013, 0.237550259, 0.564180493, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.207865238, 0.327533722, 0.643372774, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006571, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0693016052, -0.207853317, -0.118776917, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 0.494903356))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653200984, -0.0768260956, -0.666610241, -0.000286026858, -8.8000008e-005, -1.00000012, -0.999996305, -0.00272600097, 0.000286266208, -0.00272602635, 0.999996364, -8.72199671e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.979909897, 0.445414782, -0.465211868, 1, 0, 1.00024045e-006, -1.00024045e-006, 0, 1, 0, -1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.257350385, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923590422, -0.189778805, -1.11881065, 0.000455453992, 0.707107186, 0.707106352, 0.000517478213, -0.707106352, 0.707107008, 0.99999994, 4.38571115e-005, -0.000687967986))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 1, 0.494903684))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, 0.47498703, -0.464695096, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465200186, 0.336538315, -0.346432209, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.593884349, 0.197961837, 0.197961509))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.435515225))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277155876, 0.227676392, 0.623560071, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, -0.465209007, 0.346427798, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885362, 0.593883991))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652766943, -0.0771579742, -0.666466713, -0.000285026617, -8.70000076e-005, -1.00000012, -0.999996305, -0.00272700097, 0.000285263173, -0.00272702612, 0.999996364, -8.6222426e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.217758015, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.35632214, -2.86102295e-006, 0.613672256, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494903058, 1, 0.989807189))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.652610779, -0.447790146, -0.508266449, -0.000252032652, 8.59999564e-005, 1, 0.999996424, 0.00272299978, 0.000251797959, -0.00272297813, 0.999996364, -8.66859336e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.692857265, -0.0593935847, -0.0396194458, 0, -1, 0, 0, 0, -1.00000012, 1.00000012, 0, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961107, 0.197961867, 0.197961137))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158372581, 0.429410934, -0.035782814, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 0.692864776))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465219557, 0.336540222, -0.346427917, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.593884349, 0.197961837, 0.197961509))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.296942741, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533971965, -0.227560043, 0.128666878, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652598798, 0.146188736, -0.564811707, 0.000282043591, 2.10000017e-005, -1.00000012, -0.000356716453, 1, 2.08993933e-005, 1, 0.000356710487, 0.000282051042))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.296942741, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.53447485, -0.227661133, 0.128670216, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652598798, -0.146187782, 0.564811707, 0.000282043591, 2.10000017e-005, -1.00000012, 0.000356716453, -1, -2.08993933e-005, -1, -0.000356710487, -0.000282051042))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653546691, -0.148749352, 0.564065933, 0.000282043591, -6.70000081e-005, -1.00000012, 0.00307347393, -0.999995351, 6.78665529e-005, -0.999995351, -0.00307349232, -0.000281834975))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.217757955, 0.217757598))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, -0.415727139, 0.494897604, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.811643004, 0.21775803, 0.217757583))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.48362732e-006, -0.465200424, -1.90734863e-006, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.217757955, 0.217757598))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.89081192, -0.415721893, 0.494899482, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.445421636, 0.336530685, 0.38601923, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395922661, 0.197961837, 0.197961509))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346438885, 0.327533722, 0.643372774, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006332, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.653520942, -0.447515488, -0.508264065, -0.000249031931, 8.59999709e-005, 1.00000012, 0.999996364, 0.00272299978, 0.000248795375, -0.00272297836, 0.999996364, -8.66777773e-005))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158366442, 0.429412842, -0.035782814, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 0.692864776))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.217758015, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356329083, 0, 0.613664627, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494903058, 1, 0.989807189))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00988912582, 0.762075424, -0.376144052, 0, -1, 0, 1.00000012, 0, 0, 0, 0, 1.00000012))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653548717, 0.148748398, -0.564065933, 0.000282043591, -6.70000081e-005, -1.00000012, -0.00307347393, 0.999995351, -6.78665529e-005, 0.999995351, 0.00307349232, 0.000281834975))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
- Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.445404768, 0.336530685, 0.386023045, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395922661, 0.197961837, 0.197961509))
- Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.296942711, 0.200000003, 0.200000003))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.647201538, 0.158358812, -0.0357818604, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.692863703))
- function MagicBlood(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
- prt.Anchored=true
- prt.CFrame=cframe
- local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- table.insert(Effects,{prt,"Blood",delay,x3,y3,z3})
- end
- function ElecEffect(cff,x,y,z)
- local prt=part22(3,F2,0,0,BrickColor.new("Hot pink"),"Part",vt(1,1,1))
- prt.Anchored=true
- prt.CFrame=cff*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
- prt.CFrame=cf(prt.Position)
- --prt.CFrame=cf(cff)*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
- game:GetService("Debris"):AddItem(prt,2)
- xval=math.random()/2
- yval=math.random()/2
- zval=math.random()/2
- msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(xval,yval,zval))
- Effects[#Effects+1]={prt,"Elec",0.1,x,y,z,xval,yval,zval} --part, type, delay
- end
- function ob1u(mouse)
- hold = false
- end
- buttonhold = false
- eul=0
- holdx=false
- equipped=false
- local nostop = false
- function FireBullet(Shooter, Velocity, MinDam, MaxDam, SIZe)
- local Bullet = Instance.new("Part", F2)
- Bullet.BrickColor = BrickColor.new("Toothpaste")
- Bullet.Material = "Neon"
- Bullet.Transparency = .5
- Bullet.CanCollide = false
- Bullet.Name = "Bullet"
- Bullet.Anchored = false
- Bullet.Locked = true
- Bullet.Size = SIZe
- Bullet.Shape = "Ball"
- Bullet.CFrame = Shooter.CFrame
- local BVel = Instance.new("BodyVelocity",Bullet)
- BVel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
- BVel.Velocity = Shooter.CFrame.lookVector*Velocity
- local bill = Instance.new("BillboardGui")
- bill.Parent = Shooter
- bill.Name = "pew"
- bill.Size = UDim2.new(1.6, 0, 1.6, 0)
- local IL = Instance.new("ImageLabel")
- IL.Parent = bill
- IL.Name = "Flash"
- IL.BackgroundTransparency = 1
- IL.Size = UDim2.new(1, 0, 1, 0)
- IL.Image = "rbxasset://textures/particles/sparkles_main.dds"
- IL.ImageColor3 = Color3.new(0, 0, 234)
- local Flash = Instance.new("PointLight", Shooter)
- Flash.Brightness = 100
- Flash.Color = IL.ImageColor3
- Flash.Range = 10
- Flash.Shadows = true
- game:GetService("Debris"):AddItem(Bullet, 10)
- game:GetService("Debris"):AddItem(bill, .1)
- game:GetService("Debris"):AddItem(Flash, .1)
- local function BoomEffect(Cframe)
- local Boo = Instance.new("Part", F2)
- Boo.BrickColor = BrickColor.new("Toothpaste")
- Boo.Transparency = .5
- Boo.Material = "Neon"
- Boo.Anchored = true
- Boo.CanCollide = false
- Boo.CFrame = Cframe
- game:GetService("Debris"):AddItem(Bullet, 0)
- Boo.Size = Vector3.new(Bullet.Size.X*10,Bullet.Size.X*10,Bullet.Size.X*10)
- MagniDamage(Boo,(Bullet.Size.X*10)*2,MinDam+5,MaxDam+5,1,"Breaker")
- so("http://roblox.com/asset/?id=206082273",Shooter,.5,1)
- local BooM = Instance.new("SpecialMesh", Boo)
- BooM.MeshType = "Sphere"
- for i = .5, 2, .3 do
- wait()
- BooM.Scale = Vector3.new(i*2,i*2,i*2)
- Boo.Transparency = i/2
- end
- game:GetService("Debris"):AddItem(Boo, 0)
- end
- local HitSomething = false
- Bullet.Touched:connect(function(part)
- local HUM = FindHum(part.Parent)
- if HUM and HUM ~= Humanoid and not HitSomething then
- local Tor = part.Parent:FindFirstChild("Torso")
- if Tor then
- HitSomething = true
- Damagefunc(Tor,MinDam/2,MaxDam/2,10,"Breaker",RootPart,.2,.5,1)
- BoomEffect(Bullet.CFrame)
- end
- end
- if not HUM and not HitSomething then
- if part.Anchored == true and part.Name ~= "Effect" and part.Name ~= "Handle" then
- BoomEffect(Bullet.CFrame)
- end
- end
- end)
- end
- local StopLaser = false
- function FireLaser(Shooter, Duration, Range, Size, minDam, maxDam, BuildUp, FirstMes, LastMes, message)
- local BeamStart = Instance.new("Part", F2)
- BeamStart.BrickColor = BrickColor.new("Hot pink")
- BeamStart.Material = "Neon"
- BeamStart.Transparency = 0
- BeamStart.Name = "BeamStart"
- BeamStart.Anchored = false
- BeamStart.CanCollide = false
- BeamStart.Locked = true
- BeamStart.Size = Size
- BeamStart.CFrame = Shooter.CFrame
- local BSMesh = Instance.new("SpecialMesh", BeamStart)
- BSMesh.MeshType = "Sphere"
- local BSWeld = Instance.new("Weld", BeamStart)
- BSWeld.Part0 = Shooter
- BSWeld.Part1 = BeamStart
- BSWeld.C0 = CFrame.new(0,0,-(Size.Z/2))
- if BuildUp > .008 then
- BSMesh.Scale = Vector3.new(0,0,0)
- local BeamCharge = Instance.new("Sound", BeamStart)
- BeamCharge.Volume = 1
- BeamCharge.SoundId = "http://roblox.com/asset/?id=244578827"
- BeamCharge.Pitch = 0.8
- BeamCharge:Play()
- for i = 0, BuildUp, .008 do
- wait()
- BSMesh.Scale = Vector3.new(i/BuildUp,i/BuildUp,i/BuildUp)
- BSWeld.C0 = CFrame.new(0,0,-((i*(Size.Z/2))/BuildUp))
- BeamStart.Transparency = ((-BuildUp+i)*-1)
- --MagicBlood(BrickColor.new("Toothpaste"),Shooter.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
- end
- BeamCharge:Pause()
- game:GetService("Debris"):AddItem(BeamCharge, 0)
- end
- local Beam = Instance.new("Part", F2)
- Beam.BrickColor = BrickColor.new("Hot pink")
- Beam.Material = "Neon"
- Beam.Name = "Beam"
- Beam.Transparency = 0
- Beam.Anchored = true
- Beam.CanCollide = false
- Beam.Locked = true
- local BeamMesh = Instance.new("SpecialMesh", Beam)
- BeamMesh.MeshType = "Cylinder"
- local BeamEnd = Instance.new("Part", F2)
- BeamEnd.BrickColor = BrickColor.new("Hot pink")
- BeamEnd.Material = "Neon"
- BeamEnd.Transparency = 0
- BeamEnd.Name = "BeamEnd"
- BeamEnd.Anchored = true
- BeamEnd.CanCollide = false
- BeamEnd.Locked = true
- BeamEnd.Size = Vector3.new(Size.X, Size.X, Size.X)
- local BEMesh = Instance.new("SpecialMesh", BeamEnd)
- BEMesh.MeshType = "Sphere"
- local BeamFire = Instance.new("Sound", Beam)
- BeamFire.Volume = 1
- BeamFire.PlayOnRemove = true
- BeamFire.SoundId = "http://roblox.com/asset/?id=376107717"
- BeamFire.Pitch = 1
- BeamFire:Destroy()
- game:GetService("Debris"):AddItem(BeamFire, 5)
- local BeamSound = Instance.new("Sound", Beam)
- BeamSound.Volume = 1
- BeamSound.Looped = true
- BeamSound.SoundId = "http://roblox.com/asset/?id=254847708"
- BeamSound.Pitch = 1
- BeamSound:Play()
- local TEM = 0
- local run = runServ:connect(function()
- local Hit, Pos = rayCast(BeamStart.Position, BeamStart.CFrame.lookVector, 999, Character)
- Beam.Size = Vector3.new((BeamStart.CFrame.p - Pos).magnitude,Size.X,Size.X)
- Beam.CFrame = CFrame.new((BeamStart.CFrame.p + Pos)/2,BeamStart.CFrame.p)*CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
- BeamEnd.CFrame = CFrame.new(Pos)
- if Hit then
- --MagicBlock(BrickColor.new("Toothpaste"),BeamEnd.CFrame*cf(math.random(-200,200)/100,-math.random(0,1)/100,math.random(-200,200)/100),math.random(30,80)/100,math.random(30,80)/100,math.random(30,80)/100,Size.X*12,Size.X*12,Size.X*12,0.05)
- end
- end)
- local run2 = runServ:connect(function()
- MagniDamage(BeamEnd,Range,minDam,maxDam,1,"Breaker")
- MagniDamage(Beam,Range,minDam*4,maxDam*4,1,"LifeSToothpaste")
- end)
- repeat TEM = TEM+.1 wait() until TEM > Duration-1 or StopLaser
- StopLaser = false
- so("http://roblox.com/asset/?id=161006163",Shooter,1,.4)
- BeamSound:Pause()
- game:GetService("Debris"):AddItem(BeamSound, 0)
- for i = 0, 1, .04 do
- wait()
- BeamStart.Transparency = i
- Beam.Transparency = i
- BeamEnd.Transparency = i
- BSMesh.Scale = Vector3.new((-1+i)*-1,(-1+i)*-1,1)
- BeamMesh.Scale = Vector3.new(1,(-1+i)*-1,(-1+i)*-1)
- BEMesh.Scale = Vector3.new((-1+i)*-1,(-1+i)*-1,1)
- end
- run:disconnect()
- run2:disconnect()
- game:GetService("Debris"):AddItem(BeamStart, 0)
- game:GetService("Debris"):AddItem(Beam, 0)
- game:GetService("Debris"):AddItem(BeamEnd, 0)
- end
- local CanLaser = true
- local Hover = false
- local CMHP = false
- local MadePlatform = false
- local HovLaser = false
- function CreateGround()
- local G1 = Instance.new("Part", workspace)
- local G2 = Instance.new("Part", workspace)
- G1.BrickColor = BrickColor.new("Earth green")
- G2.BrickColor = BrickColor.new("Pine Cone")
- G1.Material, G2.Material = "Grass", "Grass"
- G1.Name, G2.Name = "GrassBaseplate", "DirtBaseplate"
- G1.Anchored, G2.Anchored = true, true
- G1.Locked, G2.Locked = true, true
- G1.Size, G2.Size = Vector3.new(2048, 10, 2048), Vector3.new(2048, 100, 2048)
- G1.CFrame = RootPart.CFrame*CFrame.new(0,-3-(G1.Size.Y/2), 0)
- G2.CFrame = G1.CFrame*CFrame.new(0,-5-(G2.Size.Y/2), 0)
- return G1, G2
- end
- function CreateMiniPlatforms()
- if not CMHP then
- CMHP = true
- local Plat = Instance.new("Part", workspace)
- Plat.BrickColor = BrickColor.new("Hot pink")
- Plat.Transparency = .8
- Plat.Name = "Platform"
- Plat.Material = "Neon"
- Plat.Anchored = true
- Plat.CanCollide = true
- Plat.Locked = true
- Plat.Size = Vector3.new(10, 10, 1)
- Plat.CFrame = (RootPart.CFrame * CFrame.new(0, -4, 0)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
- local PMesh = Instance.new("SpecialMesh", Plat)
- PMesh.MeshType = "Sphere"
- local function gh()
- if HovLaser then
- FireLaser(Plat, 0, 8, Vector3.new(3.6,3.6,6.8), 100, 300, 0, _, _, false)
- end
- end
- delay(.1,gh)
- CMHP = false
- for i = .8, 1, .04 do
- wait()
- Plat.Transparency = i
- Plat.Parent = F2
- end
- game:GetService("Debris"):AddItem(Plat, 0)
- end
- end
- runServ:connect(function()
- if Hover and Humanoid.Health > .1 then
- CreateMiniPlatforms()
- end
- end)
- Humanoid.Changed:connect(function()
- if Humanoid.Health < .1 then
- game:GetService("Debris"):AddItem(Grass, 0)
- game:GetService("Debris"):AddItem(Dirt, 0)
- end
- end)
- local CanLaser = true
- local Hover = false
- local CMHP = false
- local MadePlatform = false
- local HovLaser = false
- so = function(id,par,vol,pit)
- coroutine.resume(coroutine.create(function()
- local sou = Instance.new("Sound",par or workspace)
- sou.Parent=par
- sou.Volume=vol
- sou.Pitch=pit or 1
- sou.SoundId=id
- swait()
- sou:Play()
- game:GetService("Debris"):AddItem(sou,6)
- end))
- end
- function CreateGround()
- local G1 = Instance.new("Part", workspace)
- local G2 = Instance.new("Part", workspace)
- G1.BrickColor = BrickColor.new("Earth green")
- G2.BrickColor = BrickColor.new("Pine Cone")
- G1.Material, G2.Material = "Grass", "Grass"
- G1.Name, G2.Name = "GrassBaseplate", "DirtBaseplate"
- G1.Anchored, G2.Anchored = true, true
- G1.Locked, G2.Locked = true, true
- G1.Size, G2.Size = Vector3.new(2048, 10, 2048), Vector3.new(2048, 100, 2048)
- G1.CFrame = RootPart.CFrame*CFrame.new(0,-3-(G1.Size.Y/2), 0)
- G2.CFrame = G1.CFrame*CFrame.new(0,-5-(G2.Size.Y/2), 0)
- return G1, G2
- end
- function FindHum(parent)
- local hm = nil
- for _, HM in pairs(parent:GetChildren()) do
- if HM:IsA("Humanoid") then
- hm = HM
- end
- end
- return hm
- end
- function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
- for _,c in pairs(workspace:children()) do
- local hum=FindHum(c)
- 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,Part,.2,1,nil,1)
- end
- end
- end
- end
- end
- function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
- return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
- end
- local Point=Torso.CFrame*cf(0,Torso.Size.Y,0)
- LastPoint=Point
- function effect(Color,Ref,LP,P1,returnn)
- local effectsmsh=Instance.new("CylinderMesh")
- effectsmsh.Scale=Vector3.new(0.2,1,0.2)
- effectsmsh.Name="Mesh"
- local effectsg=Instance.new("Part")
- effectsg.formFactor=3
- effectsg.CanCollide=false
- effectsg.Name="Eff"
- effectsg.Locked=true
- effectsg.Anchored=true
- effectsg.Size=Vector3.new(0.5,1,0.5)
- effectsg.Parent=F2
- effectsmsh.Parent=effectsg
- effectsg.BrickColor=BrickColor.new(Color)
- effectsg.Reflectance=Ref
- local point1=P1
- local mg=(LP.p - point1.p).magnitude
- effectsg.Size=Vector3.new(0.5,mg,0.5)
- effectsg.CFrame=cf((LP.p+point1.p)/2,point1.p) * CFrame.Angles(math.rad(90),0,0)
- effectsmsh.Scale=Vector3.new(0.2,1,0.2)
- game:GetService("Debris"):AddItem(effectsg,2)
- if returnn then return effectsg end
- coroutine.resume(coroutine.create(function(Part,Mesh)
- if not returnn then
- for i=0,1,0.05 do
- wait()
- Part.Transparency=1*i
- Mesh.Scale=Vector3.new(0.5-0.5*i,1,0.5-0.5*i)
- end
- Part.Parent=nil
- end
- end),effectsg,effectsmsh)
- end
- local function CFrameFromTopBack(at, top, back)
- local right = top:Cross(back)
- return CFrame.new(at.x, at.y, at.z,
- right.x, top.x, back.x,
- right.y, top.y, back.y,
- right.z, top.z, back.z)
- end
- F1 = Instance.new("Folder", Character)
- F1.Name = "Effects Folder"
- F2 = Instance.new("Folder", F1)
- F2.Name = "Effects"
- function Triangle(a, b, c)
- --[[local edg1 = (c-a):Dot((b-a).unit)
- local edg2 = (a-b):Dot((c-b).unit)
- local edg3 = (b-c):Dot((a-c).unit)
- if edg1 <= (b-a).magnitude and edg1 >= 0 then
- a, b, c = a, b, c
- elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
- a, b, c = b, c, a
- elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
- a, b, c = c, a, b
- else
- assert(false, "unreachable")
- end
- local len1 = (c-a):Dot((b-a).unit)
- local len2 = (b-a).magnitude - len1
- local width = (a + (b-a).unit*len1 - c).magnitude
- local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
- local list = {}
- if len1 > 0.01 then
- local w1 = Instance.new('WedgePart', workspace)
- w1.FormFactor = 'Custom'
- w1.Material = "Neon"
- if Mode=="Binary" then
- w1.BrickColor = BrickColor.new("White")
- else
- w1.BrickColor = BrickColor.new("Toothpaste")
- end
- w1.Transparency = 0
- w1.Reflectance = 0
- w1.CanCollide = false
- NoOutline(w1)
- local sz = Vector3.new(0.2, width, len1)
- w1.Size = sz
- local sp = Instance.new("SpecialMesh",w1)
- sp.MeshType = "Wedge"
- sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
- w1:BreakJoints()
- w1.Anchored = true
- w1.Transparency = 0.7
- game:GetService("Debris"):AddItem(w1,25)
- table.insert(Effects,{w1,"Disappear",.01})
- w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
- table.insert(list,w1)
- end
- if len2 > 0.01 then
- local w2 = Instance.new('WedgePart', workspace)
- w2.Material = "Neon"
- w2.FormFactor = 'Custom'
- if Mode=="Binary" then
- w2.BrickColor = BrickColor.new("White")
- else
- w2.BrickColor = BrickColor.new("Toothpaste")
- end
- w2.Transparency = 0
- w2.Reflectance = 0
- w2.CanCollide = false
- NoOutline(w2)
- local sz = Vector3.new(0.2, width, len2)
- w2.Size = sz
- local sp = Instance.new("SpecialMesh",w2)
- sp.MeshType = "Wedge"
- sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
- w2:BreakJoints()
- w2.Anchored = true
- w2.Transparency = 0.7
- game:GetService("Debris"):AddItem(w2,25)
- table.insert(Effects,{w2,"Disappear",.01})
- w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
- table.insert(list,w2)
- end
- return unpack(list)--]]
- end
- --[[
- Things for effects
- put the variables in one table
- like effect={brick,interval,i}
- ]]
- function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
- prt.Anchored=true
- prt.CFrame=cframe
- msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- table.insert(Effects,{prt,"Block1",delay,x3,y3,z3}) --part, type, delay
- --[[coroutine.resume(coroutine.create(function(Part,Mesh,dur)
- for i=0,1,delay do
- wait()
- Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh)]]
- end
- function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
- prt.Anchored=true
- prt.CFrame=cframe
- local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
- --[[coroutine.resume(coroutine.create(function(Part,Mesh)
- local wld=nil
- for i=0,1,delay do
- wait()
- Part.CFrame=Part.CFrame
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh)]]
- end
- function MagicWave(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
- prt.Anchored=true
- prt.CFrame=cframe
- local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
- end
- function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
- prt.Anchored=true
- prt.CFrame=cframe
- msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- --table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
- Effects[#Effects+1]={prt,"Cylinder",delay,x3,y3,z3} --part, type, delay
- --[[coroutine.resume(coroutine.create(function(Part,Mesh)
- for i=0,1,delay do
- wait()
- Part.CFrame=Part.CFrame
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh)]]
- end
- function MagicCylinder2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
- prt.Anchored=true
- prt.CFrame=cframe
- msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- --table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
- Effects[#Effects+1]={prt,"Cylinder",delay,x3,y3,z3} --part, type, delay
- --[[coroutine.resume(coroutine.create(function(Part,Mesh)
- for i=0,1,delay do
- wait()
- Part.CFrame=Part.CFrame
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh)]]
- end
- function MagicBlood(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
- local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
- prt.Anchored=true
- prt.CFrame=cframe
- local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,5)
- table.insert(Effects,{prt,"Blood",delay,x3,y3,z3})
- end
- function ElecEffect(cff,x,y,z)
- local prt=part22(3,F2,0,0,BrickColor.new("Hot pink"),"Part",vt(1,1,1))
- prt.Anchored=true
- prt.CFrame=cff*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
- prt.CFrame=cf(prt.Position)
- --prt.CFrame=cf(cff)*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
- game:GetService("Debris"):AddItem(prt,2)
- xval=math.random()/2
- yval=math.random()/2
- zval=math.random()/2
- msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(xval,yval,zval))
- Effects[#Effects+1]={prt,"Elec",0.1,x,y,z,xval,yval,zval} --part, type, delay
- end
- function Lightning(p0,p1,tym,ofs,col,th,tra,last)
- --[[p0=pos1
- p1=pos2
- tym=times
- ofs=offset
- col=color
- th=size
- tra=transparency
- last=lastingtime]]
- local magz = (p0 - p1).magnitude local curpos = p0 local trz = {-ofs,ofs}
- for i=1,tym do
- local li = Instance.new("Part",F2) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true li.Transparency = tra or 0.4 li.BrickColor = BrickColor.new(col)
- li.Material = "Neon"
- li.formFactor = "Custom" li.CanCollide = false li.Size = Vector3.new(th,th,magz/tym) local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
- local trolpos = CFrame.new(curpos,p1)*CFrame.new(0,0,magz/tym).p+ofz
- if tym == i then
- local magz2 = (curpos - p1).magnitude li.Size = Vector3.new(th,th,magz2)
- li.CFrame = CFrame.new(curpos,p1)*CFrame.new(0,0,-magz2/2)
- else
- li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/tym/2)
- end
- curpos = li.CFrame*CFrame.new(0,0,magz/tym/2).p game:GetService("Debris"):AddItem(li,last)
- end
- end
- local DragTable = {}
- function Bringer()
- for i, d in pairs(DragTable) do
- if d then
- if d:IsA("BodyPosition") then
- local tem = d:FindFirstChild("Time")
- if not tem then
- tem = Instance.new("NumberValue")
- tem.Parent = d
- tem.Name = "Time"
- tem.Value = 0
- end
- if tem.Value < 1.5 then
- tem.Value = tem.Value+.1
- d.Position = RootPart.Position + Vector3.new(0,23,0)
- else
- game:GetService("Debris"):AddItem(tem, 0)
- game:GetService("Debris"):AddItem(d, 0)
- table.remove(DragTable, i)
- end
- end
- end
- end
- end
- runServ:connect(function()
- Bringer()
- end)
- Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Duration,KnockbackType,decreaseblock)
- if hit.Parent==nil then
- return
- end
- local H = nil
- h=hit.Parent:FindFirstChild("Humanoid")
- for _,v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h=v
- H = v
- end
- end
- if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
- h=hit.Parent.Parent:FindFirstChild("Humanoid")
- end
- if hit.Parent.className=="Hat" then
- hit=hit.Parent.Parent:findFirstChild("Head")
- end
- -- and hit.Parent~=CannonTarget.Parent or hit.Parent~=RailgunTarget.Parent
- if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
- if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
- --[[if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
- return
- end]]
- --hs(hit,1.2)
- so("http://www.roblox.com/asset/?id=10209590",hit,1,math.random(50,100)/100)
- --so("rbxasset://sounds\\unsheath.wav",hit,1,math.random(200,250)/100)
- c=Instance.new("ObjectValue")
- c.Name="creator"
- c.Value=game:service("Players").LocalPlayer
- c.Parent=h
- game:GetService("Debris"):AddItem(c,.5)
- Damage=math.random(minim,maxim)
- if Mode=="Demon" then
- Damage=Damage*damagebonus
- end
- -- h:TakeDamage(Damage)
- blocked=false
- block=hit.Parent:findFirstChild("Block")
- if block~=nil then
- print(block.className)
- if block.className=="NumberValue" then
- if block.Value>0 then
- blocked=true
- if decreaseblock==nil then
- block.Value=block.Value-1
- end
- end
- end
- if block.className=="IntValue" then
- if block.Value>0 then
- blocked=true
- if decreaseblock~=nil then
- block.Value=block.Value-1
- end
- end
- end
- end
- if blocked==false then
- --h:TakeDamage(Damage)
- --H.Health=H.Health-Damage
- showDamage(hit.Parent,Damage,.5,BrickColor:Red())
- else
- --H.Health=H.Health-(Damage/2)
- showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
- end
- if Type=="Knockdown" then
- hum=hit.Parent.Humanoid
- hum.PlatformStand=true
- hum:ChangeState(Enum.HumanoidStateType.FallingDown)
- local tor = hum.Parent:FindFirstChild("Torso")
- if tor then
- tor.Velocity = tor.CFrame.lookVector*-10
- end
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand=false
- end),hum)
- --hit.CFrame=cf(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
- elseif Type=="Breaker" then
- hum=hit.Parent.Humanoid
- hum.PlatformStand=true
- hum:ChangeState(Enum.HumanoidStateType.FallingDown)
- hum.JumpPower = 20
- local tor = hum.Parent:FindFirstChild("Torso")
- if tor then
- tor.Velocity = tor.CFrame.lookVector*-50
- end
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand=false
- end),hum)
- --hit.CFrame=cf(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
- if H.MaxHealth > 100000000 then
- H.MaxHealth = 100
- wait()
- end
- elseif Type=="Normal" then
- vp=Instance.new("BodyVelocity")
- vp.P=500
- vp.maxForce=Vector3.new(math.huge,0,math.huge)
- -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
- if KnockbackType==1 then
- vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/100
- elseif KnockbackType==2 then
- vp.velocity=Property.CFrame.lookVector*knockback
- end
- if knockback>-100 then
- vp.Parent=hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp,.5)
- elseif Type=="LifesToothpaste" then
- for i=1,5 do
- --MagicBlood(BrickColor.new("Really red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
- end
- vp=Instance.new("BodyVelocity")
- vp.P=500
- vp.maxForce=Vector3.new(math.huge,0,math.huge)
- if KnockbackType==1 then
- vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/250
- elseif KnockbackType==2 then
- vp.velocity=Property.CFrame.lookVector*knockback
- end
- if knockback>-250 then
- vp.Parent=hit.Parent.Torso
- end
- H:ChangeState(Enum.HumanoidStateType.FallingDown)
- game:GetService("Debris"):AddItem(vp,.5)
- Heal=math.ceil(Damage/3)
- Humanoid.Health=Humanoid.Health+Heal
- showDamage(RootPart,Heal,.5,BrickColor.new("Bright green"))
- elseif Type == "DevilStyle" then
- for i=1,5 do
- --MagicBlood(BrickColor.new("Toothpaste"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
- end
- vp=Instance.new("BodyPosition")
- vp.P = 80000
- vp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- if KnockbackType==1 then
- vp.Position=RootPart.Position
- elseif KnockbackType==2 then
- vp.Position=RootPart.Position
- end
- if H.MaxHealth > 100000000 then
- H.MaxHealth = 100
- wait()
- end
- H:ChangeState(Enum.HumanoidStateType.FallingDown)
- vp.Parent=hit.Parent.Torso
- table.insert(DragTable, vp)
- Heal=math.ceil(Damage/5)
- Humanoid.Health=Humanoid.Health+Heal
- showDamage(RootPart,Heal,.5,BrickColor.new("Bright green"))
- elseif Type == "Dragger" then
- for i=1,5 do
- --MagicBlood(BrickColor.new("Really red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
- end
- vp=Instance.new("BodyPosition")
- vp.P = 80000
- vp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- H:ChangeState(Enum.HumanoidStateType.FallingDown)
- if KnockbackType==1 then
- vp.Position=RootPart.Position
- elseif KnockbackType==2 then
- vp.Position=RootPart.Position
- end
- vp.Parent=hit.Parent.Torso
- table.insert(DragTable, vp)
- elseif Type=="Up" then
- hit.Velocity = Vector3.new(0, 100, 0)
- H:ChangeState(Enum.HumanoidStateType.FallingDown)
- elseif Type=="Snare" then
- bp=Instance.new("BodyPosition")
- bp.P=2000
- bp.D=100
- bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- bp.position=hit.Parent.Torso.Position
- bp.Parent=hit.Parent.Torso
- game:GetService("Debris"):AddItem(bp,1)
- elseif Type=="Charge" then
- Charge=Charge+1
- coroutine.resume(coroutine.create(function(part22)
- swait(30)
- for i=1,5 do
- swait(5)
- so("rbxasset://sounds\\unsheath.wav",hit,1,2)
- --MagicCircle(BrickColor.new("Bright red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.2,2,.1,.2,8,.1,0.05)
- newdam=math.random(1,5)
- if blocked==false then
- H.Health = H.Health-newdam
- showDamage(hit.Parent,newdam,.5,BrickColor:Red())
- else
- H.Health = H.Health-newdam/2
- showDamage(hit.Parent,newdam,.5,BrickColor.new("Bright blue"))
- end
- end
- end),hit)
- end
- local debounceD=Instance.new("BoolValue")
- debounceD.Name="DebounceHit"
- debounceD.Parent=hit.Parent
- debounceD.Value=true
- if Duration < .2 then
- Duration = .2
- end
- game:GetService("Debris"):AddItem(debounceD,Duration)
- local c=Instance.new("ObjectValue")
- c.Name="creator"
- c.Value=Player
- c.Parent=h
- game:GetService("Debris"):AddItem(c,Duration)
- H.Health=H.Health-Damage
- CRIT=false
- hitDeb=true
- AttackPos=6
- end
- end
- showDamage=function(Char,Dealt,du,Color)
- --[[c=Instance.new("Part")
- c.Transparency=0
- c.BrickColor=Color
- c.Material = "Neon"
- c.Name="DamageDisplay"
- c.TopSurface=0
- c.BottomSurface=0
- c.formFactor="Plate"
- c.Size=Vector3.new(1,.4,1)
- ms=Instance.new("CylinderMesh")
- ms.Scale=Vector3.new(.8,.8,.8)
- local bill = Instance.new("BillboardGui")
- bill.Parent = c
- bill.AlwaysOnTop = true
- bill.Name = "YEA"
- bill.Size = UDim2.new(4, 0, 4, 0)
- bill.StudsOffset = Vector3.new(0, 1, 0)
- local textl = Instance.new("TextLabel")
- textl.Parent = bill
- textl.Name = "WHYYYYYYYY"
- textl.BackgroundTransparency = 1
- textl.Size = UDim2.new(1, 0, 1, 0)
- textl.Font = "SourceSansLight"
- textl.Text = "-"..Dealt..""
- textl.TextColor3 = Color3.new(40/255, 0,60/255)
- textl.TextScaled = true
- textl.TextStrokeColor3 = Color3.new(139/255, 0, 209/255)
- textl.TextStrokeTransparency = 0
- if CRIT==true then
- ms.Scale=Vector3.new(1,1.25,1)
- end
- ms.Parent=c
- c.Reflectance=0
- Instance.new("BodyGyro").Parent=c
- c.Parent=F2
- if Char:findFirstChild("Head")~=nil then
- c.CFrame=cf(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
- elseif Char.Parent:findFirstChild("Head")~=nil then
- c.CFrame=cf(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
- end
- local f=Instance.new("BodyPosition")
- f.P=2000
- f.D=100
- f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
- f.position=c.Position+Vector3.new(0,3,0)
- f.Parent=c
- game:GetService("Debris"):AddItem(c,0)
- c.CanCollide=false
- c.CanCollide=false--]]
- end
- function LetItBuild()
- attack=true
- for i=0,1,0.1 do
- swait()
- RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.8)*euler(0.2,0,-1),.3)
- Torso.Neck.C0=clerp(Torso.Neck.C0,necko*euler(0,0,1),.3)
- RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(1.5,-0.5,1.5)*euler(.6,0,.4),.3)
- LW.C0=clerp(LW.C0,cf(0,0.5,-0.5)*euler(1.57,-1.57,0)*euler(1.5,0,0),.3)
- RH.C0=clerp(RH.C0,cf(1,-.6,-.5)*euler(-0.2,2,0)*euler(0,0,0),.3)
- LH.C0=clerp(LH.C0,cf(-1,-.2,0)*euler(0.5,-.6,0)*euler(-.4,0,0),.3)
- end
- local num=0
- local magik=0
- local num2=0
- local dammulti = 1
- while holdx==true do
- swait()
- if magik<25 then
- if num>=10 then
- pos1=Torso.Position+vt(math.random(-200,200)/100,math.random(-200,200)/100,math.random(-200,200)/100)
- pos2=Hitbox.Position--+vt(math.random(-50,50)/100,math.random(-50,50)/100,math.random(-50,50)/100)
- Lightning(pos1,pos2,5,3,"Dark indigo",.1,.5,.5)
- MagicCircle(BrickColor.new("Dark indigo"),cf(pos1),5,5,5,1,1,1,.1)
- MagicBlood(BrickColor.new("Dark indigo"),Torso.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
- so("http://www.roblox.com/asset/?id=178452221",Torso,.1,1.5)
- magik=magik+3
- num=0
- end
- end
- Humanoid.MaxHealth = Humanoid.MaxHealth+20
- dammulti = dammulti+(2+(Humanoid.MaxHealth/Humanoid.Health))
- num=num+1
- num2=num2+magik
- Humanoid.Health = Humanoid.Health-.08
- if num2>=50 then
- MagicBlood(BrickColor.new("Dark indigo"),cf(Hitbox.Position)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,1,.1,0.1)
- num2=0
- end
- --MagicBlock(BrickColor.new("Really red"),cf(Hitbox.Position)*cf(math.random(-100,100)/100,math.random(-100,100)/100,math.random(-100,100)/100)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),magik/5,magik/5,magik/5,magik/8,magik/8,magik/8,.1)
- end
- RootPart.Velocity=RootPart.CFrame.lookVector*(6*magik)
- blcf=nil
- scfr=nil
- Hitbox.Parent=model2
- Hitbox.Size=vt(1,6,1)
- Hitbox.Transparency=1
- Hitbox.CFrame=Hitbox.CFrame
- con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,(magik*2221)*dammulti,(magik*4441)*dammulti,1,"DevilStyle",RootPart,.2/(dammulti*magik),1) end)
- for i=1,3 do
- so("http://roblox.com/asset/?id=28144425",Hitbox,1,1)
- for i=0,1,0.1 do
- swait()
- Hitbox.CFrame=Hitbox.CFrame
- local blcf = Hitbox.CFrame*CFrame.new(0,-.5,0)
- if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
- local h = 5
- local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
- if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
- local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
- if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
- scfr = blcf
- elseif not scfr then
- scfr = blcf
- end
- RootJoint.C0=RootCF*cf(0,0,-0.8)*euler(0,0,6.28*i)*euler(0.2,0,-1)
- RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(1.5,-0.5,1.5)*euler(.4,0,0),.3)
- LW.C0=clerp(LW.C0,cf(0,0.5,-0.5)*euler(1.57,-1.57,0)*euler(1.5,0,0),.3)
- RH.C0=clerp(RH.C0,cf(1,-.6,-.5)*euler(-0.2,2,0)*euler(0,0,0),.3)
- LH.C0=clerp(LH.C0,cf(-1,-.2,0)*euler(0.5,-.6,0)*euler(-.4,0,0),.3)
- end
- end
- con1:disconnect()
- attack=false
- end
- ----------------------------------------------------
- function Dmg()
- local partofdeath = rarm
- local function CreateRegion3FromLocAndSize(Position, Size)
- local SizeOffset = Size/2
- local Point1 = Position - SizeOffset
- local Point2 = Position + SizeOffset
- return Region3.new(Point1, Point2)
- end
- local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
- for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
- Spawn(function()
- if Debounces.Slashing == true and Debounces.Slashed == false then
- Debounces.Slashed = true
- ypcall(function()
- local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
- humanoid:TakeDamage(math.random(10,18))
- end)
- wait(.4)
- Debounces.Slashed = false
- end
- end)
- end
- end
- Player = game.Players.LocalPlayer
- local function CFA(x,y,z)
- return CFrame.fromEulerAnglesXYZ(math.rad(x),math.rad(y),math.rad(z))
- end
- local ArtificialHB = Instance.new("BindableEvent", nil)
- ArtificialHB.Name = "Heartbeat"
- local frame = 1 / 240
- local tf = 0
- local allowframeloss = false
- local tossremainder = false
- local lastframe = tick()
- ArtificialHB:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- ArtificialHB:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- ArtificialHB:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- local 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
- local function NoOutline(Part)
- Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
- end
- local function part(formfactor,parent, material,reflectance,transparency,brickcolor,name,size)
- local P=Instance.new("Part")
- P.formFactor=formfactor
- P.Parent=parent
- P.Reflectance=reflectance
- P.Transparency=transparency
- P.CanCollide=false
- P.Locked=true
- P.BrickColor=BrickColor.new(brickcolor)
- P.Name=name
- P.Size=size
- P.Position=Player.Character.Torso.Position
- NoOutline(P)
- P.Material=material
- P:BreakJoints()
- return P
- end
- local function mesh(Mesh,part,meshtype,meshid,offset,scale)
- local mesh=Instance.new(Mesh)
- mesh.Parent=part
- if Mesh=="SpecialMesh" then
- mesh.MeshType=meshtype
- if meshid == "" then
- mesh.MeshId=""
- else
- mesh.MeshId=meshid
- end
- end
- mesh.Offset=offset
- mesh.Scale=scale
- return mesh
- end
- function Laser(Hitbox,Colour,Par)
- local Beam = part(3,nil,Enum.Material.Neon,0.10000000149012,0,BrickColor.new("Lime green").Color,"Part",Vector3.new(0.5, 0.4, 0.5))
- Beam.Shape = "Cylinder"
- local CMesh = mesh("SpecialMesh",Beam,Enum.MeshType.Cylinder,"",Vector3.new(0,0,0),Vector3.new(0.1, 0.4, 0.1))
- CMesh.VertexColor = Vector3.new(3, 3, 3)
- Beam.Parent = Par
- Beam.Mesh.Scale = Vector3.new(1,0.5,0.5)
- Beam.Anchored = true
- local Hit2 = Beam.Touched:connect(function(hit) end) -- Beam.Touched:connect(function(hit) Damage(Function) end)
- local Count = 0
- local Tbl = {Hitbox, Par, Beam}
- local Angl = 0
- local mag
- for i = 1,60 do
- Angl = Angl+30
- local ang = math.random(-360,360)
- Count = Count + i
- Count = Count + i
- local StartPos = (Hitbox.CFrame)
- local ray = Ray.new(StartPos.p,(StartPos.p-(StartPos*CFrame.new(0,1,0)).p).unit*Count/2)
- local P = Instance.new('Part')
- table.insert(Tbl,P)
- local Hit,Pos = workspace:FindPartOnRayWithIgnoreList(ray, Tbl)
- local ph
- if Hit then
- if Hit and Hit.Anchored == false and not Hit.Parent:FindFirstChild'Humanoid' then
- local bv = Instance.new('BodyVelocity',Hit)
- local hih = 50000
- bv.maxForce = Vector3.new(hih,hih,hih)
- bv.velocity = Hitbox.CFrame.lookVector * 20 + Vector3.new(0,-2,0)
- spawn(function()
- swait(5)
- bv:Destroy()
- end)
- end
- if Hit.CanCollide == false then
- table.insert(Tbl,Hit)
- end
- P.Parent = Par
- P.FormFactor = 3
- P.TopSurface,P.BottomSurface = 10,10
- P.Size = Vector3.new(2,2,2)
- P.Anchored = true
- P.Position = Pos
- P.BrickColor = BrickColor.new("Lime green")
- P.Transparency = .2
- P.CanCollide = false
- P.Material = Enum.Material.Neon
- P.CFrame = CFrame.new(Pos) * CFA(math.random(-360,360),math.random(-360,360),math.random(-360,360))
- spawn(function()
- local C = 40
- for i = 1,C,1 do
- P.Transparency = P.Transparency + 1/C
- swait(5)
- end;
- P:Destroy()
- end)
- mag = (Hitbox.CFrame.p-Pos).magnitude
- else
- mag = (Hitbox.CFrame.p-Pos).magnitude
- end
- local Down = 0--.125
- Beam.Size = Vector3.new(mag,2.5,2.5)
- Beam.CFrame = Hitbox.CFrame * CFrame.new(0,-mag/2,0) * CFA(-180,-180,90)
- swait(5)
- end--]]
- coroutine.resume(coroutine.create(function()
- repeat swait()
- Beam.CFrame = Hitbox.CFrame * CFrame.new(0,-mag/2,0) * CFA(0,0,90)
- until Beam == nil
- end))
- spawn(function()
- local C = 40
- for i = 1,C,1 do
- pcall(function()
- Beam.Mesh.Scale = Beam.Mesh.Scale - Vector3.new(0,.085/2,.085/2)
- end)
- pcall(function()
- Beam.Transparency = Beam.Transparency + 1/C
- end)
- swait(5)
- Hit2:disconnect()
- end;Beam:Destroy()
- end)
- end
- --Example Call: Laser(Player.Character.Head,Colour,Player.Character)
- function key(key)
- if key == "f" then
- FireBullet(Hitbox, 800, 1, 5, Vector3.new(.2,.2,.2))
- end
- if key == "r" then
- FireLaser(Hitbox, 10, 40, Vector3.new(4.6,4.6,8.8), 60, 100, 1, "", "", true)
- end
- if key == "z" then
- FireLaser(Hitbox, 10, 40, Vector3.new(20.8,20.8,46), 600000, 9000000, 1.5, "", "", true)
- end
- if key == "x" then
- FireLaser(Hitbox, 10, 40, Vector3.new(1,1,7), 10, 10, 1, "", "", true)
- end
- if key == "c" then
- Laser(Hitbox,BrickColor.new("Lime green"),Player.Character)
- end
- end
- function s(mouse)
- mouse.KeyDown:connect(key)
- player=Player
- ch=Character
- --MMouse=mouse
- end
- function ds(mouse)
- end
- Bin.Selected:connect(s)
- Bin.Deselected:connect(ds)
- function NoOutlines(Part)
- Part.TopSurface="SmoothNoOutlines"
- Part.BottomSurface="SmoothNoOutlines"
- Part.LeftSurface="SmoothNoOutlines"
- Part.RightSurface="SmoothNoOutlines"
- Part.FrontSurface="SmoothNoOutlines"
- Part.BackSurface="SmoothNoOutlines"
- end
- local Player=game:GetService("Players").LocalPlayer
- local Character=Player.Character
- local Torso=Character.Torso
- local Mouse=Player:GetMouse()
- function ThrowGrenade()
- local grenadepart=Instance.new("Part",Character)
- local particleemitter2 = Instance.new("ParticleEmitter", grenadepart)
- particleemitter2.VelocitySpread = 360
- particleemitter2.Lifetime = NumberRange.new(1)
- particleemitter2.Speed = NumberRange.new(0)
- particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 9), NumberSequenceKeypoint.new(1, 9)})
- particleemitter2.Rate = 15
- particleemitter2.Rotation = NumberRange.new(0, 360)
- particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.5, 0.744), NumberSequenceKeypoint.new(1, 1)})
- particleemitter2.Name = "ParticleEmitter2"
- particleemitter2.LightEmission = 0
- particleemitter2.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
- particleemitter2.Texture = "http://www.roblox.com/asset/?id=243660364"
- particleemitter2.LockedToPart = true
- local particleemitter = Instance.new("ParticleEmitter", grenadepart)
- particleemitter.Lifetime = NumberRange.new(1)
- particleemitter.Speed = NumberRange.new(0)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 6), NumberSequenceKeypoint.new(1, 6)})
- particleemitter.Rate = 15
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5), NumberSequenceKeypoint.new(1, 0.5)})
- particleemitter.LightEmission = 0
- particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
- particleemitter.Texture = "http://www.roblox.com/asset/?id=243660373"
- particleemitter.LockedToPart = true
- local particleemitter2 = Instance.new("ParticleEmitter", grenadepart)
- particleemitter2.VelocitySpread = 360
- particleemitter2.Lifetime = NumberRange.new(1)
- particleemitter2.Speed = NumberRange.new(0)
- particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 9), NumberSequenceKeypoint.new(1, 9)})
- particleemitter2.Rate = 15
- particleemitter2.Rotation = NumberRange.new(0, 360)
- particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.5, 0.744), NumberSequenceKeypoint.new(1, 1)})
- particleemitter2.Name = "ParticleEmitter2"
- particleemitter2.LightEmission = 0
- particleemitter2.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
- particleemitter2.Texture = "http://www.roblox.com/asset/?id=243660364"
- particleemitter2.LockedToPart = true
- local particleemitter = Instance.new("ParticleEmitter", grenadepart)
- particleemitter.Lifetime = NumberRange.new(1)
- particleemitter.Speed = NumberRange.new(0)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 6), NumberSequenceKeypoint.new(1, 6)})
- particleemitter.Rate = 15
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5), NumberSequenceKeypoint.new(1, 0.5)})
- particleemitter.LightEmission = 0
- particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
- particleemitter.Texture = "http://www.roblox.com/asset/?id=243660373"
- particleemitter.LockedToPart = true
- NoOutlines(grenadepart)
- grenadepart.Size=Vector3.new(.4,.4,.4)
- grenadepart.Material="Neon"
- grenadepart.BrickColor=BrickColor.new("Hot pink")
- grenadepart:BreakJoints()
- grenadepart.CFrame=Hitbox.CFrame*CFrame.new(0,1,0)
- grenadepart.Shape="Ball"
- local grenadetouched=false
- grenadeconnection=grenadepart.Touched:connect(function(touchtarget)
- if touchtarget.Parent~=Player.Name or "Hitbox" then
- if grenadetouched==false then
- grenadetouched=true
- grenadepart.Anchored=true
- grenadepart.CanCollide=false
- grenadepart.Transparency=1
- local explosion=Instance.new("Explosion",grenadepart)
- explosion.Position=grenadepart.Position
- explosion.BlastRadius=10
- explosion.BlastPressure=10
- explosion.ExplosionType=0
- end
- end
- end)
- local grenadethrowmagnitude=(Mouse.hit.p-grenadepart.Position).magnitude
- if grenadethrowmagnitude<200 then
- grenadepart.Velocity=(Mouse.hit.p-grenadepart.Position).unit*(grenadethrowmagnitude*1.5)+Vector3.new(0,50,0)
- else
- grenadepart.Velocity=(Mouse.hit.p-grenadepart.Position).unit*(225)+Vector3.new(0,50,0)
- end
- game:GetService("Debris"):AddItem(grenadepart,10)
- end
- Mouse.Button1Down:connect(function()
- ThrowGrenade()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement