Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- local maus = plr:GetMouse()
- local PGui=plr.PlayerGui
- local lleg = chr["Left Leg"]
- local rleg = chr["Right Leg"]
- local larm = chr["Left Arm"]
- local rarm = chr["Right Arm"]
- local hed = chr.Head
- local armanims = false
- local rutprt = chr.HumanoidRootPart
- local torso = chr.Torso
- local otheranims=false
- local swimming=false
- chr.Animate.Disabled=true
- local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
- local RunSpeed=30
- local WlkSpeed=16
- local SwimSpeed=14
- local SwimDashSpeed=28
- local anim = "Idling"
- local lastanim = "Idling"
- local val = 0
- local syne = 0
- local num = 0
- local runtime = 0
- local pseudohead=hed:Clone()
- for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
- pseudohead.Name='PseudoHead'
- pseudohead.Parent=chr.Head
- local pseudoweld=Instance.new('Weld',torso)
- pseudoweld.Part0=hed
- pseudoweld.Name='PseudoHedWld'
- pseudoweld.Part1=pseudohead
- hed.Transparency=1
- coroutine.wrap(function()
- for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
- function Lerp(a, b, i)
- local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
- local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
- local calx = com1[1] + (com2[1] - com1[1]) * i
- local caly = com1[2] + (com2[2] - com1[2]) * i
- local calz = com1[3] + (com2[3] - com1[3]) * i
- local cala = com1[4] + (com2[4] - com1[4]) * i
- local calb = com1[5] + (com2[5] - com1[5]) * i
- local calc = com1[6] + (com2[6] - com1[6]) * i
- return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
- end
- function TwnSingleNumber(s,f,m)
- local wot=s+(f-s)*m
- return wot
- end
- function TwnVector3(q,w,e)
- local begin={q.x,q.y,q.z}
- local ending={w.x,w.y,w.z}
- local bgx=begin[1]+(ending[1]-begin[1])*e
- local bgy=begin[2]+(ending[2]-begin[2])*e
- local bgz=begin[3]+(ending[3]-begin[3])*e
- return Vector3.new(bgx,bgy,bgz)
- end
- newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
- wld = Instance.new("Weld", wp1)
- wld.Part0 = wp0
- wld.Part1 = wp1
- wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
- end
- Player=game:GetService('Players').LocalPlayer
- Character=Player.Character
- Mouse=Player:GetMouse()
- m=Instance.new('Model',Character)
- 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.Brick,m,Enum.Material.Metal,1,1,"Black","Handle",Vector3.new(1.29641879, 0.312060267, 0.227520004))
- Handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),CFrame.new(-0.0149519444, 0.949842215, 0.00441265106, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158817768, -3.03935075, 4.77418518, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.872586608, 0.696021676))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(1.06449354, 0.307984889, 0.227520004))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.31494164, 0.00124526024, 1.78813934e-005, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Col_Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.450367093))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(1.85129857, 0.315553576, 0.227520004))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-5.87756252, 1.12115347, -0.0184012651, -0.00797700044, 0.274818987, -0.961462975, -0.0217779912, 0.961217642, 0.274929553, 0.999731004, 0.0231318455, -0.00168262795))
- mesh("BlockMesh",Col_Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.450367093))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(0.793395817, 0.315553576, 0.227520004))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-4.07144928, 0.581784725, 3.27825546e-005, -0.00142200012, 0.17207402, -0.985083103, -0.0231460072, 0.984814465, 0.172060519, 0.999731123, 0.0230454057, 0.0025824199))
- mesh("BlockMesh",Col_Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.450367093))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(1.06449354, 0.307984889, 0.227520004))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-3.27442455, 0.269274116, 2.02655792e-005, 0.000546000141, 0.0878540203, -0.996133208, -0.0231869929, 0.995866656, 0.0878178105, 0.999731004, 0.0230493844, 0.00258081383))
- mesh("BlockMesh",Col_Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.450367093))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(0.793395817, 0.315553576, 0.227520004))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-4.74355555, 0.707420349, -0.0183535814, -0.00615599845, 0.195035949, -0.980776787, -0.0223590098, 0.980523407, 0.195125893, 0.999731123, 0.0231303908, -0.00167528994))
- mesh("BlockMesh",Col_Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.450367093))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(1.29641879, 0.312060267, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00166845322, 0.0271141529, 0.000629425049, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.98826778, 0.883645773, 0.00157105923, -0.00922600366, 0.497384191, -0.867481291, -0.0212790053, 0.867224157, 0.497463077, 0.999731004, 0.0230487362, 0.00258282758))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.412663817, 0.555282235, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.42113304, -0.346726418, 0.00156152248, 0.00371400081, -0.0492790118, -0.998778224, -0.0228920039, 0.998519182, -0.0493513569, 0.999731123, 0.0230473243, 0.00258040545))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.994765878, 0.652520776, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.42114449, -0.314360619, 0.00155472755, 0.00371400081, -0.0492790118, -0.998778224, -0.0228920039, 0.998519182, -0.0493513569, 0.999731123, 0.0230473243, 0.00258040545))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.994765878, 0.652520776, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.480638713, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.75283718, -0.228187442, 0.00154924393, 0.0027649987, -0.00795699656, -0.999964535, -0.0230239965, 0.999702752, -0.00801857654, 0.999731123, 0.0230453517, 0.00258097495))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.15320885, -0.178858995, -0.00433695316, 0.00236500031, 0.00928800087, -0.999954104, -0.0230670068, 0.999691367, 0.00923100486, 0.999731123, 0.0230441131, 0.00257851626))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.789800346, 0.179123342, 0.240536943))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.17112136, 0.221183538, -0.0043566227, -0.00533899851, 0.337043911, -0.941473782, -0.0225679968, 0.941206813, 0.337076336, 0.999731123, 0.0230468288, 0.0025813044))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.789800346, 0.179123342, 0.240536943))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.480638713, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-3.64721632, 0.0685203075, 0.00155746937, 0.00056000019, 0.0873300284, -0.996179342, -0.0231839977, 0.99591279, 0.0872936323, 0.999731123, 0.0230465345, 0.00258237077))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Quill grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.561839938, -1.14565945, 0.0018736124, 0.0202230066, -0.920933366, 0.389195144, 0.0113480054, -0.389038235, -0.921151757, 0.999731123, 0.0230450425, 0.00258323411))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.473397434, 0.522016287))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.09361887, -0.0651893616, 0.00126576424, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754272938, 0.527134538, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.17757213, 1.44953024, 0.00156402588, -0.0159450062, 0.763993323, -0.64502722, -0.016834015, 0.644812644, 0.764155328, 0.999731243, 0.0230428595, 0.00257953396))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.281485736, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.659963489, 0.63932538, -0.000614643097, 0.0159439966, -0.763845801, 0.645201802, -0.0168400034, 0.644987166, 0.764007807, -0.999731123, -0.0230465382, -0.00257949368))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.718746006, 0.0639726296, 0.496427387))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.924868882, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-4.29239607, 0.330039978, -0.0160773993, -0.00519699976, 0.153119996, -0.988193989, -0.0225930009, 0.987937093, 0.153199017, 0.999731243, 0.0231224392, -0.00167486863))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(1.45746064, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-5.83711243, 0.719637156, -0.0168081522, -0.00692600245, 0.22880207, -0.973448336, -0.0221340023, 0.973198175, 0.22890076, 0.999731123, 0.0231316742, -0.00167606783))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.496805072, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.29717207, -0.288731337, 0.0015488863, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.05816746, 1.00655174, 0.0015642643, -0.00922600366, 0.497384191, -0.867481291, -0.0212790053, 0.867224157, 0.497463077, 0.999731004, 0.0230487362, 0.00258282758))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.994765878, 0.859792054, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Black","Part",Vector3.new(0.52043283, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.93111658, -0.186139584, 0.00218164921, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.92888242, 0.463161618))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.68822205, 1.14013505, 0.00155472755, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294038, 0.849556386, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00155115128, 0.984236956, -1.61299479, -0.999731004, -0.0230490007, -0.00257900008, -0.0193514116, 0.767679632, 0.640541673, -0.0127839977, 0.640419245, -0.767919123))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.511047542, 0.255890518, 0.225183547))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.0015642643, 1.0421586, -1.68906128, -0.999731004, -0.0230490007, -0.00257900008, -0.0193514116, 0.767679632, 0.640541673, -0.0127839977, 0.640419245, -0.767919123))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.511047542, 0.255890518, 0.225183547))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.61219263, 1.08221149, 0.00155365467, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294038, 0.849556386, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.242495522, 0.327197492, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.934810162, -1.20536542, 0.00218033791, 0.0212789923, -0.86722368, -0.497463822, -0.00922700018, 0.497384965, -0.867480874, 0.999731004, 0.0230492186, 0.00258197752))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.504104078))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.38702512, 0.976281881, 0.00155448914, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.937375486, 0.849556386, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.51172781, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.00448728, -0.0905809402, 0.00155937672, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.611578107, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00156211853, 0.926685333, -1.54194677, -0.999731004, -0.0230490007, -0.00257900008, -0.0193514116, 0.767679632, 0.640541673, -0.0127839977, 0.640419245, -0.767919123))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.511047542, 0.255890518, 0.225183547))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.305656016, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.73025751, 0.0170589685, 0.00154685974, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.975635886, 1, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.18472624, 0.896080256, -0.00120961666, -0.0148059977, 0.720166922, -0.693642914, -0.0178450011, 0.693418086, 0.720314443, 0.999731243, 0.0230430327, 0.00258463295))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.393533975, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.54114962, 1.02467203, 0.00155067444, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294038, 0.849556386, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.391101927, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.422725916, 1.38972998, 0.00121176243, 0.0231539924, -0.998237669, -0.0546389818, -0.0013189977, -0.0546840876, 0.998502851, -0.999731123, -0.0230472591, -0.00258282805))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821408451, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(1.04394341, 1.0909543, 0.00121724606, 0.0138739953, -0.683544755, 0.72977674, -0.0185830127, 0.72954464, 0.683680654, -0.999731123, -0.0230468344, -0.00258062268))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953773081, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.13986635, 0.269025326, 0.00125455856, -0.00401599845, 0.281459898, -0.959564626, -0.0228410028, 0.959296167, 0.281476736, 0.999731123, 0.0230478272, 0.00257629412))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.0870027393, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.918655276, 0.0302206278, 0.00128209591, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.188568011, 0.570635855, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00189065933, -0.738847256, -0.639299393, -0.999731004, -0.0230490007, -0.00257900008, -0.0159461964, 0.763845801, -0.645201802, 0.0168412142, -0.644987106, -0.764007866))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.541109085, 0.0716493651, 0.0767671093))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.16813254, -0.083006382, 0.00125837326, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.0870027393, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.93055892, 0.722340584, 0.00125086308, -0.0128929978, 0.644890964, -0.764165878, -0.0192750022, 0.763927102, 0.645014703, 0.999731123, 0.0230454691, 0.00258096401))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.0870027393, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.34400928, 1.16765118, 0.00126075745, -0.0215309951, 0.963668764, -0.266230941, -0.00862499233, 0.266103715, 0.963905811, 0.999731004, 0.0230500922, 0.00258215796))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.0870027393, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.000638842583, -0.103034019, -1.2525599, -0.999731004, -0.0230490007, -0.00257900008, -0.0230414253, 0.999730229, -0.00292900181, 0.00264581502, -0.00286878995, -0.999992371))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.530177593, 0.747200251, 0.624372482))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.515458703, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.400811434, 1.46163118, 0.00121247768, 0.0231539924, -0.998237669, -0.0546389818, -0.0013189977, -0.0546840876, 0.998502851, -0.999731123, -0.0230472591, -0.00258282805))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.368482381, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.544226646, -0.755554199, 0.00126028061, 0.0213810056, -0.872781157, -0.487643123, -0.00898600277, 0.487567186, -0.873039186, 0.999731004, 0.0230484195, 0.00258186297))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.19676666, 0.174005538, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.00639439, -0.812852144, -0.00433242321, 0.0142189981, -0.521224916, -0.853300869, -0.0183200017, 0.853108108, -0.521412492, 0.999731123, 0.0230464358, 0.00258150208))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579369009, 0.345452189, 0.240536943))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.621147633, 0.159193516, 0.000629901886, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.128444925, 0.18935892, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Dark stone grey","Part",Vector3.new(0.783447266, 0.34815684, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.97543931, -0.000554084778, 0.000618338585, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491309464))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0881903172, 1.38434887, 0.00121772289, 0.0225710049, -0.992567241, 0.119586028, -0.00531901233, 0.119495586, 0.992820561, -0.999731123, -0.0230450351, -0.00258234143))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199499831, 0.281479508, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.454901993, 0.421582699, 0.000641465187, -0.00988100469, 0.524004221, -0.851658404, -0.0209799986, 0.851403832, 0.524091005, 0.999731123, 0.0230463371, 0.00258088228))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.128444925, 0.261008292, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Dark stone grey","Part",Vector3.new(0.290994704, 0.34815684, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.743714333, 0.0002617836, 0.000635623932, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491309464))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.274828374, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.49963951, 0.185424805, -0.00121641159, -0.00408299826, 0.284549862, -0.958652496, -0.022827005, 0.958384216, 0.284567446, 0.999731123, 0.0230450537, 0.00258234004))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.314360142, 1.51527357, 0.00120556355, 0.0230270047, -0.973577261, -0.227194056, 0.00272200955, -0.227192432, 0.973846197, -0.999731123, -0.0230431817, -0.0025814746))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953773081, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.302050829, 0.745018363, 0.00095641613, -0.0225840062, 0.942359209, 0.333840102, 0.00525999116, -0.333808631, 0.942626238, 0.999731123, 0.0230442714, 0.00258193514))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.261008292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Quill grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.783005297, -1.10117483, -0.000928044319, 0.0151219964, -0.732334793, 0.680776834, 0.0175830163, -0.680554628, -0.732486367, 0.999731123, 0.0230467673, 0.00258531095))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.473397434, 0.570635557))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.949791312, 0.487065315, -0.00434303284, -0.011621004, 0.594219208, -0.804219306, -0.0200650003, 0.803973079, 0.594327152, 0.999731123, 0.0230433345, 0.00258003362))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.30334878, 0.179123342, 0.240536943))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.800710797, 0.00755381584, 0.00094640255, -0.00251299911, -0.00290399906, 0.999992669, 0.0230530053, -0.999730229, -0.00284530432, 0.999731123, 0.0230456851, 0.0025792669))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.338876605, 0.458043963, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.000624895096, -0.580647469, -0.639029026, -0.999731004, -0.0230490007, -0.00257900008, -0.0159461964, 0.763845801, -0.645201802, 0.0168412142, -0.644987106, -0.764007866))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.530177593, 0.0716493651, 0.0767671093))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.381318092, -0.94070369, 0.00127208233, 0.0220990069, -0.913161278, -0.406999141, -0.00702299317, 0.406946689, -0.913424969, 0.999731123, 0.0230441336, 0.00257999217))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.418129534, 0.949353814, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.478524327, 1.28506351, 0.00122618675, 0.0193890017, -0.891839147, 0.45193705, -0.0127160111, 0.451765478, 0.892046094, -0.999731243, -0.0230427198, -0.00258135563))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199499831, 0.281479508, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Quill grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(1.06903172, 0.730411708, 0.00188446045, -0.0158379935, 0.597240746, 0.801905692, 0.0169379972, -0.801730931, 0.597445071, 0.999731123, 0.0230450071, 0.00258174678))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.377136648, 0.980060697, 0.522016287))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.781213522, 0.889925957, 0.00125992298, -0.0160179976, 0.766811907, -0.641671956, -0.0167640038, 0.641458154, 0.766974866, 0.999731243, 0.0230423938, 0.00257996237))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.139376596, 0.365923405, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.893458605, 1.15072465, 0.00122833252, 0.0184729975, -0.724135935, -0.689409912, 0.0140180066, -0.689272225, 0.724366903, -0.999731123, -0.0230453778, -0.00258198171))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.393533975, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Quill grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(1.14875746, 0.4563694, 0.00187432766, -0.0132629983, 0.47684595, 0.878886878, 0.0190189984, -0.878684819, 0.477023304, 0.999731243, 0.0230423082, 0.00258486322))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.388068259, 0.130504131, 0.522016287))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Bright green","Part",Vector3.new(0.248713434, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.674019277, 1.1251874, -0.000950217247, 0.0168870073, -0.799840331, 0.599975288, -0.0158910081, 0.599770367, 0.800014436, -0.999731123, -0.0230440591, -0.00258194213))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.667874217, 0.550164342))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.36035788, -0.424215555, -0.00121831894, 0.00553599978, -0.129262999, -0.99159497, -0.0225219838, 0.991342425, -0.129355818, 0.999731123, 0.0230487995, 0.0025768124))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.808930755, 0.662756503, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.35933292, 0.550595641, 0.00121104717, 0.00915800501, -0.290041149, -0.956970453, 0.0213039927, -0.956736684, 0.290174216, -0.999731123, -0.0230447054, -0.00258276472))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953773081, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.390075386, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0369704962, 1.11456966, 0.00127375126, -0.0229999889, 0.999595523, -0.0167249925, -0.00296700187, 0.0166610964, 0.999856889, 0.999731123, 0.0230463184, 0.00258259661))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.773403466, 1, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00155425072, 1.11029482, -1.76637244, -0.999731004, -0.0230490007, -0.00257900008, -0.0193514116, 0.767679632, 0.640541673, -0.0127839977, 0.640419245, -0.767919123))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.511047542, 0.255890518, 0.225183547))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.53351754, 1.12334776, -0.000945806503, 0.0168870073, -0.799840331, 0.599975288, -0.0158910081, 0.599770367, 0.800014436, -0.999731123, -0.0230440591, -0.00258194213))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.319746286, 0.667874217, 0.550164342))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.21599257, 1.81675804, 0.00154519081, -0.0222299974, 0.984043896, -0.176531985, -0.00660098204, 0.176427275, 0.984291494, 0.999731123, 0.0230460837, 0.00257367804))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.614896357, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.673153639, 1.18448734, 0.00122177601, 0.0168870073, -0.799840331, 0.599975288, -0.0158910081, 0.599770367, 0.800014436, -0.999731123, -0.0230440591, -0.00258194213))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199499831, 0.281479508, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.45553994, 1.22114515, 0.00157034397, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.281485736, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0301311016, 0.826504707, 0.000956177711, -0.0230340138, 0.97382158, 0.226144135, 0.00269999169, -0.22614269, 0.974090457, 0.999731123, 0.0230478011, 0.00257966411))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.647403002, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.242495522, 0.521652997, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.59547079, -0.0357422829, 0.0018748045, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.501545072))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.7655592, 1.20825791, 0.00155556202, -0.0127799977, 0.640420914, -0.767917871, -0.0193490088, 0.76767838, 0.640543163, 0.999731123, 0.023044588, 0.00258058147))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294038, 0.849556386, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.235209614, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.711235285, 0.0658324957, 0.000641226768, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.623095393, 1, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.678504229, -0.0484796762, 0.000971317291, 0.00367400097, -0.0474620126, -0.99886626, -0.0228950046, 0.998607218, -0.0475339144, 0.999731123, 0.0230436884, 0.00258224062))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.972903371, 0.619255006, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.318353206, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.48159635, -0.266295195, -0.0012280941, 0.00227500009, 0.01315, -0.99991101, -0.0230769999, 0.999647975, 0.0130940359, 0.999731123, 0.0230451543, 0.0025776613))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.424778193, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.578295588, 1.05409002, 0.00126504898, -0.01926101, 0.887162387, -0.461055219, -0.0129129877, 0.460881561, 0.887367725, 0.999731123, 0.0230451971, 0.00257887342))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0546574928, 0.0870027393, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.318464518, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.40474606, 0.232381105, -0.00122880936, -0.00191300048, 0.192780048, -0.981240213, -0.023114007, 0.980971277, 0.192772284, 0.999731004, 0.0230491646, 0.00257932069))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.808930755, 1, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.266587019, 1.3781693, 0.00120985508, 0.0213050079, -0.956737339, 0.2901721, -0.00915700104, 0.290039033, 0.95697099, -0.999731123, -0.0230453797, -0.00258156075))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.396266848, 0.516898751, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.443424702, 0.030343771, 0.000943779945, -0.00109700032, 0.158001065, -0.987438381, -0.0231689978, 0.987169862, 0.157983854, 0.999731004, 0.0230512656, 0.00257780077))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.321699381, 0.15201807, 0.000955700874, -0.00728900172, 0.417960078, -0.908436239, -0.0220110025, 0.908173203, 0.418015659, 0.999731243, 0.0230425075, 0.00258004409))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.000306844711, 0.0463330746, -0.140547276, -0.999731004, -0.0230490007, -0.00257900008, -0.0230414253, 0.999730229, -0.00292900181, 0.00264581502, -0.00286878995, -0.999992371))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.565705001, 0.440131694, 0.736964345))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.579321384, 0.604588389, 0.000960946083, -0.0163800027, 0.622950077, 0.782090127, 0.0164150037, -0.781922162, 0.623160005, 0.999731123, 0.0230453704, 0.00258215982))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.647403002, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.207494259, -0.0928707123, 0.000951051712, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.486451745, 0.708816648, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.744727492, -0.343635321, 0.000977039337, 0.0105370013, -0.550507069, 0.834764123, 0.0206600092, -0.834512353, -0.55060184, 0.999731123, 0.023047924, 0.00258022221))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.511047661, 0.158652082, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.227520019, 0.356307656, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.154972076, 0.452605486, 0.000644922256, 0.0231719948, -0.997115731, -0.0722729862, 0.000905991881, 0.0723133162, -0.997381628, 0.999731123, 0.0230458397, 0.0025790222))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194034144, 1, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Lily white","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.5165931, 0.216356695, 0.00121700764, 0.0127159981, -0.451759934, -0.892048895, 0.0193899982, -0.891841888, 0.451931506, -0.999731123, -0.0230435878, -0.00258103502))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.31428057, 0.534811139, 0.578312278))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Dark stone grey","Part",Vector3.new(0.926457405, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.379840136, -0.125204802, 0.000640511513, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.432454914, 0.522016287))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.366830587, 0.0510215759, 0.00221192837, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.937376022, 0.383835763, 0.529693067))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.35136795, 0.177421093, 0.00094294548, -0.00917700212, 0.495446116, -0.868590176, -0.0212949999, 0.868333042, 0.495524406, 0.999731123, 0.0230440535, 0.0025818313))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.0873787403, -0.753434658, 0.000644087791, -0.0230400078, 0.999730349, -0.00292900088, -0.00264699548, 0.00286876527, 0.999992371, 0.999731123, 0.023047585, 0.00258018542))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.382602543, 0.954471648, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.295895576, -0.748491764, 0.0009547472, 0.0217849892, -0.971545517, 0.235848874, 0.00794800371, -0.235729128, -0.97178638, 0.999731123, 0.0230448823, 0.00258649071))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.475520253, 0.158652082, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Medium stone grey","Part",Vector3.new(0.263636231, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.216866016, 0.740495443, 0.000632762909, 0.0225560013, -0.940421104, -0.339263022, -0.0053910003, 0.339230031, -0.940688014, 0.999731123, 0.0230471268, 0.00258186227))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.465720773, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.227520019, 0.312060267, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.623607635, 0.0273089409, 0.000640630722, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194034144, 1, 0.511780679))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.508618951, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0967252254, 0.000676691532, 0.000945210457, 0.0106720068, -0.358378202, -0.933515549, -0.0205880031, 0.933292091, -0.35852775, 0.999731123, 0.02304543, 0.00258180802))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.659655333, 0.0811083317, -0.000939011574, 0.00266099907, -0.00343199889, -0.999990642, 0.0230400097, -0.999728501, 0.00349240913, -0.999731004, -0.0230490863, -0.00258120312))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.687225938, -0.027872324, 0.000955939293, 0.00109700032, -0.158001065, 0.987438381, 0.0231689978, -0.987169862, -0.157983854, 0.999731004, 0.0230512656, 0.00257780077))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.50034523, -0.107414722, 0.000970244408, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.48098591, 0.565518022, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.444574594, 0.34507823, -0.000963687897, 0.0120919924, -0.423161775, -0.905973434, 0.019785, -0.905761063, 0.423326671, -0.999731123, -0.0230435468, -0.00258020009))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.695587635, -0.150626421, 0.000957846642, 0.00518099871, -0.330499917, 0.943791747, 0.0226029959, -0.943524718, -0.330530465, 0.999731123, 0.0230449978, 0.00258188788))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.480638713, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-3.20657992, -0.0378842354, 0.00155949593, 0.00127600064, 0.0563650243, -0.99840945, -0.0231520049, 0.998144269, 0.0563204661, 0.999731123, 0.0230433121, 0.00257859565))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.82638395, 0.642688036, 0.00155067444, -0.00539199822, 0.339233875, -0.940686643, -0.0225569941, 0.940419734, 0.339266896, 0.999731004, 0.023048386, 0.00258135446))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.281485736, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.367396355, 0.0826923847, -0.000938296318, 0.00266099907, -0.00343199889, -0.999990642, 0.0230400097, -0.999728501, 0.00349240913, -0.999731004, -0.0230490863, -0.00258120312))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.305127144, -0.120472908, 0.000969409943, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294455, 0.35312888, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.153181314, 0.255677819, -0.000948190689, 0.0156089962, -0.586448908, -0.809835792, 0.0171499867, -0.809658349, 0.586650908, -0.999731123, -0.0230457038, -0.00258036447))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.613780975, 0.183183789, -0.000946640968, 0.00632000156, -0.163656041, -0.986497223, 0.0223130044, -0.986248255, 0.163757682, -0.999731123, -0.0230466668, -0.00258143223))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.686384082, -0.275133848, 0.000966310501, 0.00917700212, -0.495446116, 0.868590176, 0.0212949999, -0.868333042, -0.495524406, 0.999731123, 0.0230440535, 0.0025818313))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.02439523, 0.899111271, 0.00155317783, -0.00922600366, 0.497384191, -0.867481291, -0.0212790053, 0.867224157, 0.497463077, 0.999731004, 0.0230487362, 0.00258282758))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.412663817, 0.555282235, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.25368762, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.600331187, 1.74550319, 0.00155508518, -0.0207440052, 0.938460231, -0.344764084, -0.0103669949, 0.344617814, 0.938685834, 0.999731123, 0.02304627, 0.002580259))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.284038395, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-1.96756411, 0.314329863, 0.00155854225, -0.00139299966, 0.170776948, -0.985308766, -0.0231480058, 0.985040247, 0.170763135, 0.999731123, 0.0230458044, 0.00258098496))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699615479, 0.186800003, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.234045208, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.132048368, 0.161450386, 0.000948309898, 0.0231660083, -0.997694373, -0.0637910217, 0.00110298558, 0.0638336316, -0.997960031, 0.999731004, 0.023048386, 0.00257921242))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.439992964, 1, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.621161819, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.319671631, 0.106071234, 0.00220811367, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.42733714, 0.529693067))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.325814635, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-6.58620739, 1.18264508, -0.0168553591, -0.00849199854, 0.297657937, -0.954634786, -0.0215790085, 0.954392374, 0.297774285, 0.999731123, 0.0231287722, -0.00168153527))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.325047731, 0.137892604, -0.000945687294, 0.00632000156, -0.163656041, -0.986497223, 0.0223130044, -0.986248255, 0.163757682, -0.999731123, -0.0230466668, -0.00258143223))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.420639992, -0.0515599251, 0.000947475433, 0.00518099871, -0.330499917, 0.943791747, 0.0226029959, -0.943524718, -0.330530465, 0.999731123, 0.0230449978, 0.00258188788))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.433823705, -0.128046513, 0.000943422318, 0.00917700212, -0.495446116, 0.868590176, 0.0212949999, -0.868333042, -0.495524406, 0.999731123, 0.0230440535, 0.0025818313))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.202691078, 0.236404181, -0.000970125198, 0.013772998, -0.500411928, -0.865677893, 0.0186630134, -0.865480542, 0.500594795, -0.999731004, -0.0230508503, -0.00258106645))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.3990345, 0.020886898, 0.000944256783, 0.00109700032, -0.158001065, 0.987438381, 0.0231689978, -0.987169862, -0.157983854, 0.999731004, 0.0230512656, 0.00257780077))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.293053627, 0.175671995, -0.00093793869, 0.0101750037, -0.335904121, -0.941841364, 0.0208380055, -0.94161427, 0.336048245, -0.999731123, -0.0230453834, -0.00258135656))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.35254097, 0.511780918, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.09653378, 0.921124935, 0.00156092644, -0.00922600366, 0.497384191, -0.867481291, -0.0212790053, 0.867224157, 0.497463077, 0.999731004, 0.0230487362, 0.00258282758))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.412663817, 0.337775379, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-2.37360096, 0.238728523, 0.00155556202, -0.00139299966, 0.170776948, -0.985308766, -0.0231480058, 0.985040247, 0.170763135, 0.999731123, 0.0230458044, 0.00258098496))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.994765878, 0.611578107, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.718416452, -0.357543468, 0.00096476078, 0.0105370013, -0.550507069, 0.834764123, 0.0206600092, -0.834512353, -0.55060184, 0.999731123, 0.023047924, 0.00258022221))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.131178111, 0.458043963, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.178694248, 0.223734379, -0.000945806503, 0.0120919924, -0.423161775, -0.905973434, 0.019785, -0.905761063, 0.423326671, -0.999731123, -0.0230435468, -0.00258020009))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Part",Vector3.new(0.480638713, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-4.97678947, 0.346221924, -0.0168281794, -0.00529499818, 0.157293946, -0.987537622, -0.0225760005, 0.987281024, 0.157374129, 0.999731123, 0.0231279433, -0.00167658285))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.818849623, 0.483632803))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.41035521, -0.250308037, 0.000949859619, 0.0149039924, -0.723893642, 0.689750612, 0.0177659933, -0.689526618, -0.724042475, 0.999731123, 0.0230452269, 0.00258399057))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.224095836, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.456976175, 0.38045311, -0.000962734222, 0.013772998, -0.500411928, -0.865677893, 0.0186630134, -0.865480542, 0.500594795, -0.999731004, -0.0230508503, -0.00258106645))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.450300455, -0.352524638, -0.000959277153, -0.0156089962, 0.586448908, 0.809835792, -0.0171499867, 0.809658349, -0.586650908, -0.999731123, -0.0230457038, -0.00258036447))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.550164521, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.146960616, 0.0245616436, 0.000949859619, 0.0102760075, -0.540166378, 0.841495574, 0.0207859948, -0.841242731, -0.540257931, 0.999731243, 0.0230430178, 0.00258327951))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.486451745, 0.363364488, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.467025995, -0.0424563885, 0.00094974041, 0.00263699982, -0.00230299984, -0.999993861, -0.0230389945, 0.999731779, -0.00236315047, 0.999731123, 0.0230450835, 0.00258323364))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.307127714, 0.212231159, 0.000961065292, -0.0113119958, 0.581793845, -0.813257694, -0.0202439968, 0.813009739, 0.581898034, 0.999731123, 0.023046013, 0.00258106901))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.237673998, 0.0415439606, 0.000966787338, -0.00238800002, 0.212914005, -0.977068007, -0.0230700001, 0.976799071, 0.212911785, 0.999731004, 0.0230493918, 0.0025793293))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.972903371, 0.719052315, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.168176413, 0.0198965073, 0.000938415527, 0.00917700212, -0.495446116, 0.868590176, 0.0212949999, -0.868333042, -0.495524406, 0.999731123, 0.0230440535, 0.0025818313))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.248691723, 0.478515178, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.246853709, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.511818409, 0.0329166651, 0.00220942497, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926444471, 1, 0.529693067))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0306186676, 0.0868350863, -0.000949621201, 0.0101750037, -0.335904121, -0.941841364, 0.0208380055, -0.94161427, 0.336048245, -0.999731123, -0.0230453834, -0.00258135656))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.391380072, 0.425030828, -0.00094139576, 0.0156089962, -0.586448908, -0.809835792, 0.0171499867, -0.809658349, 0.586650908, -0.999731123, -0.0230457038, -0.00258036447))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0838096142, 0.0737352371, 0.000957608223, 0.00109700032, -0.158001065, 0.987438381, 0.0231689978, -0.987169862, -0.157983854, 0.999731004, 0.0230512656, 0.00257780077))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.454031229, -0.294082046, -0.000943660736, -0.013772998, 0.500411928, 0.865677893, -0.0186630134, 0.865480542, -0.500594795, -0.999731004, -0.0230508503, -0.00258106645))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.41813001, 0.437572777, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00931978226, 0.0879127979, -0.000972151756, 0.00632000156, -0.163656041, -0.986497223, 0.0223130044, -0.986248255, 0.163757682, -0.999731123, -0.0230466668, -0.00258143223))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.477165699, -0.1187253, -0.000954985619, -0.00632000156, 0.163656041, 0.986497223, -0.0223130044, 0.986248255, -0.163757682, -0.999731123, -0.0230466668, -0.00258143223))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.52477622, -0.23940593, -0.00094461441, -0.0120919924, 0.423161775, 0.905973434, -0.019785, 0.905761063, -0.423326671, -0.999731123, -0.0230435468, -0.00258020009))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.233168885, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.0182247162, 0.055765748, -0.000955581665, 0.013772998, -0.500411928, -0.865677893, 0.0186630134, -0.865480542, 0.500594795, -0.999731004, -0.0230508503, -0.00258106645))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.568076789, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.447131157, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.106237829, -0.195704222, 0.00220036507, -0.0207209978, 0.937716901, -0.346781969, -0.0104170041, 0.346635133, 0.937942326, 0.999731123, 0.0230475292, 0.00258557429))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.464588672, 1, 0.529693067))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.111874819, 0.0708091259, -0.000959515572, 0.0120919924, -0.423161775, -0.905973434, 0.019785, -0.905761063, 0.423326671, -0.999731123, -0.0230435468, -0.00258020009))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.54248786, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.0477313995, 0.083981514, -0.000949859619, 0.00266099907, -0.00343199889, -0.999990642, 0.0230400097, -0.999728501, 0.00349240913, -0.999731004, -0.0230490863, -0.00258120312))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0980541706, 0.0590776205, -0.000954508781, 0.0156089962, -0.586448908, -0.809835792, 0.0171499867, -0.809658349, 0.586650908, -0.999731123, -0.0230457038, -0.00258036447))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.232294455, 0.465720773, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.406825781, 0.107088566, 0.000961184502, -0.00518099871, 0.330499917, -0.943791747, -0.0226029959, 0.943524718, 0.330530465, 0.999731123, 0.0230449978, 0.00258188788))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.54736948, 0.287725866, -0.000954031944, 0.0101750037, -0.335904121, -0.941841364, 0.0208380055, -0.94161427, 0.336048245, -0.999731123, -0.0230453834, -0.00258135656))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.119778395, 0.0563616753, 0.000943779945, 0.00518099871, -0.330499917, 0.943791747, 0.0226029959, -0.943524718, -0.330530465, 0.999731123, 0.0230449978, 0.00258188788))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.472782373, -0.202789247, -0.000951290131, -0.0101750037, 0.335904121, 0.941841364, -0.0208380055, 0.94161427, -0.336048245, -0.999731123, -0.0230453834, -0.00258135656))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.678820968, -0.344233513, 0.000944972038, 0.0113119958, -0.581793845, 0.813257694, 0.0202439968, -0.813009739, -0.581898034, 0.999731123, 0.023046013, 0.00258106901))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.147575364, 0.368482292, 0.539928615))
- Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.196963429, 0.0552690029, 0.000945448875, 0.00678999862, -0.397292912, 0.917666733, 0.0221750084, -0.917402446, -0.397342563, 0.999731123, 0.0230472237, 0.0025808122))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.139376774, 0.368482292, 0.539928615))
- SphereMesh=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","SphereMesh",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- SphereMeshweld=weld(m,Handle,SphereMesh,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(1.13015199, -0.550629973, -0.00591373444, -0.015890006, 0.599769235, 0.800015271, -0.0168870036, 0.799841166, -0.599974096, -0.999731123, -0.02304345, -0.00258117542))
- mesh("SpecialMesh",SphereMesh,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.863588154, 0.386394709, 0.788142323))
- Col_Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0.40000000596046,0,"Lime green","Col_Blade",Vector3.new(0.227520019, 0.347574621, 0.496618122))
- Col_Bladeweld=weld(m,Handle,Col_Blade,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0180461407, -1.26677847, 6.9964304, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Col_Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.478253096, 1, 1))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158740282, -2.40658689, 6.26560688, -0.999731123, -0.0231310017, 0.00167600019, 0.0197811853, -0.888209283, -0.459013164, 0.0121060722, -0.458856583, 0.888427973))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.73952347, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158699751, -1.1999898, 4.74725819, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.923764706, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00250005722, 0.138772607, 3.12700987, -0.999731004, -0.0230490007, -0.00257900008, 0.022936672, -0.999038756, 0.0373559929, -0.00343753956, 0.037286792, 0.999298751))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158663988, -2.37215471, 6.13326073, -0.999731123, -0.0231310017, 0.00167600019, 0.0197811853, -0.888209283, -0.459013164, 0.0121060722, -0.458856583, 0.888427973))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.826526284, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249910355, 0.359729767, 2.22145653, -0.999731004, -0.0230490007, -0.00257900008, 0.0223096684, -0.986091614, 0.164698943, -0.00633927621, 0.164597079, 0.986340523))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.245689243, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249266624, -0.420199752, 3.84987307, -0.999731004, -0.0230490007, -0.00257900008, 0.0231851339, -0.990335763, -0.136738971, 0.000597620849, -0.136761993, 0.990603745))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249576569, -1.88072801, 4.08003235, -0.999731004, -0.0230490007, -0.00257900008, 0.0215824749, -0.883834243, -0.467302114, 0.00849143695, -0.467232049, 0.88409394))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.923764706, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.245689243, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249040127, -1.11661792, 3.93014622, -0.999731004, -0.0230490007, -0.00257900008, 0.0227291323, -0.951542258, -0.306677073, 0.00461457204, -0.306653172, 0.951810181))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158706903, -2.10945272, 4.8715992, -0.999731123, -0.0231310017, 0.00167600019, 0.0197811853, -0.888209283, -0.459013164, 0.0121060722, -0.458856583, 0.888427973))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.923764706, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00248420238, 0.168496728, 3.37365294, -0.999731004, -0.0230490007, -0.00257900008, 0.022936672, -0.999038756, 0.0373559929, -0.00343753956, 0.037286792, 0.999298751))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249803066, 0.528314352, 2.39996815, -0.999731004, -0.0230490007, -0.00257900008, 0.0219913274, -0.977387369, 0.210310072, -0.0073681199, 0.210196793, 0.97763139))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249683857, 0.643476248, 2.82827663, -0.999731004, -0.0230490007, -0.00257900008, 0.0219913274, -0.977387369, 0.210310072, -0.0073681199, 0.210196793, 0.97763139))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158627033, -3.21234703, 5.15841961, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.872586608, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00250601768, 0.316231132, 2.04038882, -0.999731004, -0.0230490007, -0.00257900008, 0.0223096684, -0.986091614, 0.164698943, -0.00633927621, 0.164597079, 0.986340523))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158740282, -2.99772167, 4.59346294, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.872586608, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.270723999, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00250470638, 0.573800325, 2.60903168, -0.999731004, -0.0230490007, -0.00257900008, 0.0219913274, -0.977387369, 0.210310072, -0.0073681199, 0.210196793, 0.97763139))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158762932, -1.25056052, 4.97859716, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.923764706, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249266624, -0.427483082, 3.58797169, -0.999731004, -0.0230490007, -0.00257900008, 0.0231851339, -0.990335763, -0.136738971, 0.000597620849, -0.136761993, 0.990603745))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.921205819, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.50418663))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158628225, -1.18260515, 6.99084663, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.823967516, 1))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.015879631, -1.28384709, 6.73533154, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.596224785, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158766508, -3.14327979, 4.9542141, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.872586608, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158598423, -1.16744971, 4.53505516, -0.999731123, -0.0231310017, 0.00167600019, 0.0215828046, -0.954393089, -0.29777202, 0.00848732702, -0.297655761, 0.95463562))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.923764706, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.245689243, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(-0.00249087811, -1.14021814, 4.148386, -0.999731004, -0.0230490007, -0.00257900008, 0.0227291323, -0.951542258, -0.306677073, 0.00461457204, -0.306653172, 0.951810181))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 1, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.015873909, -3.27448416, 5.29295826, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.872586608, 0.696021676))
- Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0.40000000596046,0,"Black","Wedge",Vector3.new(0.227520019, 0.227520004, 0.227520004))
- Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0158786774, -3.33326268, 5.45228672, -0.999731123, -0.0231310017, 0.00167600019, 0.0173783638, -0.795031726, -0.606318772, 0.0153572327, -0.606126547, 0.795219898))
- mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.519246161, 0.783024967, 0.696021676))
- Hitbox=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Medium stone grey","Hitbox",Vector3.new(0.690000057, 1.08000004, 5.80000019))
- Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 0.00264700083, -0.00286800088, -0.999992371, -0.0230410062, 0.999730229, -0.00292823906, 0.999731004, 0.0230485816, 0.00258020521),CFrame.new(0.0325213671, 0.171207666, 4.40657902, 1, 0, 0, 0, 0.992272258, 0.124080032, 0, -0.124080032, 0.992272258))
- RArm=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Handle",Vector3.new(1.04923391, 1.3986032, 0.93019712))
- RArmweld=weld(m,Character["Right Arm"],RArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0173950195, 0.239709616, 0.0501570702, 0.0151341362, -0.00132400251, 0.999893725, 0.000670999929, 1.00000358, 0.0013140036, -0.999885261, 0.000651038077, 0.0151348654))
- Body=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.20000000298023,0,"Dark green","Body",Vector3.new(0.518696666, 0.514399052, 0.200000003))
- Bodyweld=weld(m,RArm,Body,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0204563141, 0.472463369, 0.563453674, 1.00000918, 6.03299122e-006, 1.86264515e-009, -8.38190317e-009, 2.94312485e-008, 1.00000012, 6.03473745e-006, -1.00000918, -1.03991624e-008))
- mesh("SpecialMesh",Body,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.100000001, 0.400000006))
- Body=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.20000000298023,0,"Dark green","Body",Vector3.new(0.518696666, 0.514399052, 0.200000003))
- Bodyweld=weld(m,RArm,Body,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0209598541, 0.472712278, 0.180891991, 1.00000918, 6.03299122e-006, 1.86264515e-009, -8.38190317e-009, 2.94312485e-008, 1.00000012, 6.03473745e-006, -1.00000918, -1.03991624e-008))
- mesh("SpecialMesh",Body,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.100000001, 0.400000006))
- Body=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.20000000298023,0,"Dark green","Body",Vector3.new(0.518696666, 0.514399052, 0.200000003))
- Bodyweld=weld(m,RArm,Body,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0214862823, 0.47297287, -0.219111681, 1.00000918, 6.03299122e-006, 1.86264515e-009, -8.38190317e-009, 2.94312485e-008, 1.00000012, 6.03473745e-006, -1.00000918, -1.03991624e-008))
- mesh("SpecialMesh",Body,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.100000001, 0.400000006))
- RArm=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark green","RArm",Vector3.new(0.511821449, 0.468603224, 0.52270782))
- RArmweld=weld(m,RArm,RArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.212046623, -0.997919321, -0.000370025635, 8.63320281e-007, 1.02698448e-006, -1, 4.98958616e-006, 1, 1.0269888e-006, 1, -4.98958707e-006, 8.63315165e-007))
- mesh("SpecialMesh",RArm,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5, 0.5))
- RArm=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark green","RArm",Vector3.new(0.511821449, 0.468603224, 0.52270782))
- RArmweld=weld(m,RArm,RArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02478957, 0.0572724342, -0.233242035, 5.0047197e-006, 1, 6.51829879e-008, -8.64251604e-007, -6.51786607e-008, 1, 1, -5.0047197e-006, 8.64251263e-007))
- mesh("SpecialMesh",RArm,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5, 0.5))
- RArm=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","RArm",Vector3.new(1.04923391, 0.508603275, 0.93019712))
- RArmweld=weld(m,RArm,RArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00074005127, -1.0038507, -0.000364303589, 1, 4.8694154e-017, 4.65652761e-009, 0, 1, -1.04571818e-008, -4.65652805e-009, 1.04571809e-008, 1))
- mesh("SpecialMesh",RArm,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
- RArm=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark green","RArm",Vector3.new(0.511821449, 0.468603224, 0.52270782))
- RArmweld=weld(m,RArm,RArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02416897, 0.0643925667, 0.237155914, 5.0047197e-006, 1, 6.51829879e-008, -8.64251604e-007, -6.51786607e-008, 1, 1, -5.0047197e-006, 8.64251263e-007))
- mesh("SpecialMesh",RArm,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5, 0.5))
- --[[local mult = 2
- ----------------------------------------------------
- larm.Size = larm.Size * mult
- rarm.Size = rarm.Size * mult
- lleg.Size = lleg.Size * mult
- rleg.Size = rleg.Size * mult
- torso.Size = torso.Size * mult
- hed.Size = hed.Size * mult
- rutprt.Size = rutprt.Size * mult
- ----------------------------------------------------]]
- newWeld(law, torso, larm, -1.5, 0.5, 0)
- newWeld(raw, torso, rarm, 1.5, 0.5, 0)
- newWeld(llw, torso, lleg, -.5, -2, 0)
- newWeld(rlw, torso, rleg, .5, -2, 0)
- newWeld(hw, torso, hed, 0, 1.5, 0)
- local rutwald=Instance.new('Weld',rutprt)
- rutwald.Part0=rutprt
- rutwald.Part1=torso
- rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
- larm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
- rarm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
- rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
- lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
- maus.KeyDown:connect(function(kei)
- if string.byte(kei)==48 and not otheranims then
- runnin=true
- end
- if kei=='w' then fldb.w=true end
- if kei=='a' then fldb.a=true end
- if kei=='s' then fldb.s=true end
- if kei=='d' then fldb.d=true end
- end)
- maus.KeyUp:connect(function(kei)
- if string.byte(kei)==48 and not otheranims then
- runnin=false
- end
- if kei=='w' then fldb.w=false end
- if kei=='a' then fldb.a=false end
- if kei=='s' then fldb.s=false end
- if kei=='d' then fldb.d=false end
- end)
- game:service'RunService'.RenderStepped:connect(function()
- if anim~=lastanim then
- runtime=0
- end
- lastanim=anim
- chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0)
- syne=syne+.95
- if not otheranims and not swimming then
- if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
- anim="Idling"
- elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 and (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude < RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
- anim="Walking"
- elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
- anim="Sprinting"
- elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
- anim='Jumping'
- elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
- anim='Falling'
- end
- end
- if anim=="Idling" then
- idlesineinc=35
- if not armanims then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525+math.cos(syne/idlesineinc)/25,0)*CFrame.Angles(math.rad(30),math.rad(15),math.rad(-10)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525+math.cos(syne/idlesineinc)/25,0)*CFrame.Angles(math.rad(-30),math.rad(15),math.rad(-10)),.1)
- end
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.9-math.cos(syne/idlesineinc)/20,-.8+(math.cos(syne/idlesineinc)/35))*CFrame.Angles(--[[-(math.cos(syne/idlesineinc)/35)]]math.rad(20),0,math.rad(-2.5)),.1)
- rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9-math.cos(syne/idlesineinc)/20,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(--[[-(math.cos(syne/idlesineinc)/35)]]math.rad(-20),0,math.rad(2.5)),.1)
- hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/idlesineinc)/50,0)*CFrame.Angles(math.cos(syne/idlesineinc)/20,0,0),.1)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.2+math.cos(syne/idlesineinc)/20,0)*CFrame.Angles(math.cos(syne/idlesineinc)/35+math.rad(-20),math.rad(0),math.rad(0)),.1)
- end
- if anim=="Walking" then
- if not armanims then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(30),0,math.rad(0)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)* CFrame.Angles(math.rad(-30), math.rad(0), math.rad(40)), 0.3)
- end
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.9-math.cos(syne/6)/10,-(math.cos(syne/6)/1.125))*CFrame.Angles(math.cos(syne/6)/1.125,0,math.rad(-2.5)),.1)
- rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9-math.cos(syne/6)/10,math.cos(syne/6)/1.125)*CFrame.Angles(-(math.cos(syne/6)/1.125),0,math.rad(2.5)),.1)
- hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/3)/20,0,0),.1)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/3.375)/20,math.cos(syne/3)/5)*CFrame.Angles(math.cos(syne/3)/20+math.rad(-3.5),math.cos(syne/6)/10,-math.cos(syne/6)/30+math.sin(rutprt.RotVelocity.y/2)/7.5),.1)
- end
- if anim=="Sprinting" then
- if not armanims then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(55),0,math.rad(12.5)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)* CFrame.Angles(math.rad(-30), math.rad(0), math.rad(40)), 0.3)
- end
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.6-math.cos(syne/4)/4,-(math.cos(syne/4)*2)-math.rad(10))*CFrame.Angles(math.cos(syne/4)*2+math.rad(10),0,math.rad(-2.5)),.1)
- rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.6-math.cos(syne/4)/4,math.cos(syne/4)*2-math.rad(10))*CFrame.Angles(-(math.cos(syne/4)*2)+math.rad(10),0,math.rad(2.5)),.1)
- hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.55+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(20),0,0),.1)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.3+math.cos(syne/2.5)/15,math.cos(syne/2.5))*CFrame.Angles(math.cos(syne/2.5)/10+math.rad(-25),math.cos(syne/2.5)/10,math.cos(syne/4)/20+math.sin(rutprt.RotVelocity.y/2)/4),.1)
- end
- if anim=="Jumping" then
- if not armanims then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
- end
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
- rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.1,-.1)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
- hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.1)
- end
- if anim=="Falling" then
- if not armanims then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
- end
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
- rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
- hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)),.035)
- end
- if runnin and not otheranims and not swimming then
- chr.Humanoid.WalkSpeed=RunSpeed
- chr.Humanoid.JumpPower=RunSpeed*8
- elseif not runnin and not otheranims and not swimming then
- chr.Humanoid.WalkSpeed=WlkSpeed
- chr.Humanoid.JumpPower=60
- end
- end)
- --[[]]----[[Moves]]----[[]]--
- --if just moving arms the debounce should be armanims if anything else then otheranims
- function swait(num)
- if num == 0 or num == nil then
- game:service'RunService'.Heartbeat:wait(0)
- else
- for i = 0, num do
- game:service'RunService'.Heartbeat:wait(0)
- end
- end
- end
- attackone = function()
- attack = true
- armanims=true
- for i = 0, 1, 0.13 do
- swait()
- end
- --[[for i = 1,5 do
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,0,0)*CFrame.Angles(6*syne,math.rad(0),math.rad(0)),.1)
- end]]
- local sou = Instance.new("Sound", workspace)
- sou.Volume = 10
- sou.SoundId = "http://roblox.com/asset/?id=422287669"
- sou:Play()
- armanims=false
- attack = false
- end
- attacktwo = function()
- attack = true
- armanims=true
- --[[for i = 0, 1, 0.13 do
- swait()
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.650,0)*CFrame.Angles(math.rad(90), math.rad(-20), math.rad(0)),.1)
- end]]
- local sou = Instance.new("Sound", workspace)
- sou.Volume = 10
- sou.SoundId = "http://roblox.com/asset/?id=731361082"
- sou:Play()
- armanims=false
- attack = false
- end
- attackthree = function()
- attack = true
- otheranims=true
- for i = 0, 1, 0.13 do
- swait()
- end
- for i = 0, 1, 0.1 do
- swait()
- end
- otheranims=false
- attack = false
- end
- attackfour = function()
- attack = true
- otheranims=true
- for i = 0, 1, 0.13 do
- swait()
- end
- for i = 0, 1, 0.1 do
- swait()
- end
- otheranims=false
- attack = false
- end
- --[[]]----[[Moves]]----[[]]--
- maus.KeyDown:connect(function(kei)
- if kei=='z' --[[and not attack]] then
- attackone()
- elseif kei=='x' --[[and not attack]] then
- attacktwo()
- elseif kei=='c' --[[and not attack]] then
- attackthree()
- elseif kei=='v' --[[and not attack]] then
- attackfour()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement