Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mult = 1
- 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 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=70
- local WlkSpeed=20
- local SwimSpeed=14
- local SwimDashSpeed=28
- local anim = "Idling"
- local lastanim = "Idling"
- local val = 0
- local syne = 0
- local num = 0
- local runtime = 0
- 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 * mult, b.Y * mult, b.Z * mult, 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
- ----------------------------------------------------
- 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 * mult, 0.5 * mult, 0 * mult)
- newWeld(raw, torso, rarm, 1.5 * mult, 0.5 * mult, 0 * mult)
- newWeld(llw, torso, lleg, -.5 * mult, -2 * mult, 0 * mult)
- newWeld(rlw, torso, rleg, .5 * mult, -2 * mult, 0 * mult)
- newWeld(hw, torso, hed, 0 * mult, 1.5 * mult, 0 * mult)
- 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 * mult, 0)*CFrame.Angles(math.rad(0),0,0)
- rarm.Weld.C1 = CFrame.new(0, 0.5 * mult, 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)
- 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(shape,parent,material,reflectance,transparency,brickcolor,name,size)
- local fp=it("Part")
- fp.Shape=shape
- 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
- SW_Handle=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Dark stone grey","Handle",Vector3.new(2.57058787, 0.321323544, 0.321323276))
- SW_Handleweld=weld(m,Character["Right Arm"],SW_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(-0.703036308, -0.0239830017, -1.03511274, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.266130805, 0.266130626))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.36059093, 3.81469727e-006, -2.38418579e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Col_Part=part(Enum.PartType.Ball,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.353455842, 0.353455842, 0.353455842))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.11820889, -1.90734863e-005, -0.77118206, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.56163228, 0.338032365, 0.25705868))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0, -3.81469727e-006, -1.51665401, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.279406428, -0.069152832, 7.73077869, -8.16584725e-006, -1.0000006, -4.01401849e-007, 1.00000203, 2.5331974e-007, -2.62107187e-005, 2.6210424e-005, -4.01650993e-007, 1))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.55520582, 0.349600047, 0.349599779))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.04904175e-005, -1.52587891e-005, -1.11821175, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.400527, -1.14440918e-005, -4.64916229e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.879567146, -3.81469727e-006, -2.02655792e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.560211182, 3.81469727e-006, -4.88758087e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.279511213, -0.0679321289, 7.7307806, 8.16592001e-006, 1.0000006, 3.20276718e-006, -1.00000203, -2.5331974e-007, 2.62107151e-005, 2.62103949e-005, -3.2030166e-006, 1))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.279386163, -0.0679130554, 7.73078632, 8.16592001e-006, 1.0000006, 3.20276718e-006, -1.00000203, -2.5331974e-007, 2.62107151e-005, 2.62103949e-005, -3.2030166e-006, 1))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.71988678, -7.62939453e-006, -5.60283661e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.0785093307, 7.62939453e-006, -5.36441803e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.717223167, 7.62939453e-006, 8.46385956e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.238186836, 3.81469727e-006, 2.86102295e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.557545662, 7.62939453e-006, 0, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.397867203, -3.81469727e-006, 2.38418579e-007, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.240849495, 0, 4.76837158e-007, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.19892597, -1.90734863e-005, -1.02519989e-005, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.269911736, 0.340602905, 0.334176242))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.925415039, 3.81469727e-006, -3.81469727e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.279488683, -0.0691452026, 7.73078632, -8.16584725e-006, -1.0000006, -4.01401849e-007, 1.00000203, 2.5331974e-007, -2.62107187e-005, 2.6210424e-005, -4.01650993e-007, 1))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
- Col_Part=part(Enum.PartType.Ball,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.353455842, 0.353455842, 0.353455842))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.11821175, -7.62939453e-006, 0.771200776, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.0811748505, -7.62939453e-006, -5.12599945e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.527424157, 0.349600047, 0.349599779))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.38192177, 3.81469727e-006, -0.771190643, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.527424157, 0.349600047, 0.349599779))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.38192749, -3.81469727e-006, 0.771199942, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.731859684, 0.268792093, 5.89479399))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(2.74181366e-005, 3.43322754e-005, -4.58378029, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
- Col_Partweld=weld(m,SW_Handle,Col_Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.03924656, -1.14440918e-005, -7.51018524e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.585487127))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-4.5904274, -0.0665016174, 0.652019143, -2.62108406e-005, -3.09850611e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10615074e-006, -1.0000006, 3.0987519e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.881558418, -3.81469727e-006, -2.38418579e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.55555439, 0, 3.69548798e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.0765180588, 3.81469727e-006, -6.07967377e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.236195564, 3.81469727e-006, 2.86102295e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.562199593, 3.81469727e-006, -4.88758087e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.721879005, -7.62939453e-006, -4.64916229e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.37258321, 0.22380136, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-3.94582748e-005, -0.0691490173, 7.73078251, -8.16584725e-006, -1.0000006, -4.01401849e-007, 1.00000203, 2.5331974e-007, -2.62107187e-005, 2.6210424e-005, -4.01650993e-007, 1))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.715229034, 3.81469727e-006, 1.10864639e-005, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.395875931, -3.81469727e-006, 1.43051147e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.0831661224, -7.62939453e-006, -5.12599945e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.20091343, -3.81469727e-006, -6.43730164e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.37258321, 0.22380136, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-3.55243683e-005, -0.0639152527, 7.73078728, 3.82436156e-005, 1.0000006, -8.15938984e-006, -1.00000203, 2.99140811e-005, 2.73374098e-005, 2.73374262e-005, 8.158323e-006, 1))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.242840767, 0, -2.38418579e-007, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(0.402519226, -7.62939453e-006, -1.07288361e-005, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.399196237, 0.22380133))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.658618331, -7.7307806, -0.0666046143, 1.09524681e-005, 1.0000006, 4.37902372e-006, -2.32603197e-005, 4.37933795e-006, -1, -1.00000203, 2.61515379e-006, 2.32606708e-005))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.399196237, 0.133065313))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.3792364, 0.37617588, 0.362869143))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.33468342, -1.14440918e-005, -0.777832508, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.399196237, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.34728527, 0, -3.21865082e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.364066929, 0.343308777, 0.22380133))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(2.05039978e-005, -0.00194549561, -1.58646011, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.564840496))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.22380136, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.658622622, -0.0665206909, -7.73078632, 1.09524681e-005, 1.0000006, 4.37915469e-006, 1.00000203, -2.61515379e-006, -3.08033013e-005, -3.08029703e-005, 4.37948711e-006, -1))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.133065403, 0.399195969))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.399196237, 0.22380133))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.658747315, -7.73077679, -0.0664787292, -8.16592001e-006, -1.0000006, -3.20276718e-006, -2.62107824e-005, 3.20301569e-006, -1, 1.00000203, 2.5331974e-007, -2.62111043e-005))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.399196237, 0.133065313))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.5616554, 0.347300708, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.07288361e-005, 0.00331497192, -1.32604313, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.3792364, 0.37617588, 0.362869143))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.33468819, 7.62939453e-006, 0.777850986, 2.62108097e-005, -4.56741844e-008, 1, 1.00000191, 1.86264515e-007, -2.62111062e-005, 8.1062326e-006, 1.0000006, 4.54267592e-008))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.572180688))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-4.59043503, -0.0665779114, 0.658702016, -2.62108406e-005, -3.09850611e-006, -1, -1.00000191, -1.86264515e-007, 2.62111098e-005, 8.10615074e-006, 1.0000006, -3.0987519e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.572180688))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(4.59041595, -0.0666236877, 0.652015328, 1.40365428e-005, 3.09850361e-006, 1, -1.00000191, -1.86264529e-007, 1.40368393e-005, -8.10615074e-006, -1.0000006, 3.09875281e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.365929842, 0.27145341, 6.01455355))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(2.57492065e-005, 5.34057617e-005, -4.52390099, 8.16583633e-006, 1.0000006, -9.12223186e-010, 1.00000203, 2.5331974e-007, -2.62107151e-005, -2.62104186e-005, -6.65265842e-010, -1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.572181225, 0.22380136, 0.399195969))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(-0.665411949, -0.0665855408, -7.73078442, -8.16592001e-006, -1.0000006, -3.20276718e-006, -1.00000203, -2.5331974e-007, 2.62107151e-005, -2.62103949e-005, 3.2030166e-006, -1))
- mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.572181225, 0.133065403, 0.399195969))
- Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.585487127))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(4.59042931, -0.0664825439, 0.652045727, 2.62108406e-005, 3.09850611e-006, 1, 1.00000191, 1.86264515e-007, -2.62111098e-005, 8.10615074e-006, 1.0000006, -3.0987519e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
- Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
- Partweld=weld(m,SW_Handle,Part,CFrame.new(0, 0, 0, -2.62108533e-005, -4.8866732e-006, -1, 1.00000191, 1.86264458e-007, -2.62111098e-005, -8.10610345e-006, -1.00000036, 4.88691694e-006),CFrame.new(1.04123402, -1.14440918e-005, -7.51018524e-006, -2.62108533e-005, -4.88667411e-006, -1, 1.00000191, 1.86264515e-007, -2.62111098e-005, -8.10610345e-006, -1.0000006, 4.88691694e-006))
- mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
- RA_Handle=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,1,1,"Medium stone grey","Handle",Vector3.new(1.09791517, 2.19582868, 1.09791434))
- RA_Handleweld=weld(m,Character["Right Arm"],RA_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.00505638123, 0.0498468876, -0.011177063, -0.000618032704, -3.1239364e-005, -1.00000215, -3.1024596e-005, 0.999999046, -3.12096636e-005, 1.00000203, 3.10041614e-005, -0.00061776262))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.112066269, -1.55068827, -0.321792603, -0.117575765, -0.321409583, -0.939614773, 0.321199417, 0.883007407, -0.342240334, 0.939686894, -0.342040986, -0.000583447923))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.614871979, -0.958118439, -0.897199631, -0.000607436348, -1.12411872e-005, -1.00000119, -0.866058767, 0.499943674, 0.000520342146, 0.499944389, 0.866057575, -0.000313343189))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.23405659, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.0208778381, -0.708271027, 0.591868401, -0.00064916932, -4.3240263e-005, -1.00000429, 0.984824181, -0.173575625, -0.000638743164, -0.173576698, -0.984817863, 0.000155811882))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.575263023, -0.971702576, 0.854995728, -0.000649258262, -4.34132708e-005, -1.00000858, 0.984814465, 0.173657253, -0.000638701313, 0.173659518, -0.98480171, -6.95699637e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00107097626, -0.447946787, 0.00107574463, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.786106527))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.25040698, -0.853574753, -0.0689849854, -6.96727802e-005, -0.984816909, -0.173573554, -0.000639315112, 0.173572391, -0.984823287, 1.00000417, 4.30031359e-005, -0.000648629037))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.141683102, -1.56565857, -0.313415527, 0.116386414, 0.321378469, -0.939773381, 0.321602464, 0.88302964, 0.341804445, 0.939697027, -0.342012972, -0.000583181565))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.617105484, -0.708065033, 0.751437664, -0.000631409639, -5.60119115e-005, -1.00000215, 0.984817863, -0.173602417, -0.000611833239, -0.173602924, -0.984814882, 0.000164718411))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.61710453, -0.971721649, 0.85498333, -0.000641345512, -4.24129357e-005, -1.00000644, 0.9848122, 0.173657432, -0.000638011668, 0.173659101, -0.984802663, -6.94062255e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.013220787, -1.40386605, -0.0725021362, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.383722216, 0.383721918, 0.383721918))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10441566, 0.302241743, 1.1132853))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00110912323, 0.397445202, -0.00328063965, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.573064804, -0.708011627, 0.751449585, -0.000648997782, -4.42254604e-005, -1.00000429, 0.984818816, -0.173609078, -0.000623906148, -0.173610151, -0.984812558, 0.000154044246))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.379878342))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.246690273, -1.57053661, -0.146656036, 0.116374291, 0.321423382, -0.939757288, 0.321593344, 0.883009315, 0.341844231, 0.939699829, -0.34199962, -0.00061444554))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.575283051, -0.958122253, -0.897201538, -0.000607169175, -1.12403368e-005, -1.00000429, -0.866058588, 0.499946892, 0.000519633875, 0.499950081, 0.866053164, -0.000313478842))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.783910751))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.24427319, -0.888159752, 0.0688552856, 6.97402211e-005, -0.984805167, 0.173661351, 0.000639302947, 0.173661083, 0.984806716, -1.00000107, 4.23415331e-005, 0.000641564315))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.384269983))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.206106186, -1.55359221, -0.149517059, -0.117612302, -0.321426421, -0.939603031, 0.321203709, 0.88298732, -0.342269182, 0.939679921, -0.342056245, -0.000600517029))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10441566, 0.302241743, 1.1132853))
- Col_Partweld=weld(m,RA_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00109195709, -0.12735033, -0.00329589844, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.00217056, -0.482435226, -0.0689506531, 0.00015574017, -0.984805644, 0.173660219, -0.000639305275, -0.173660293, -0.984805405, 0.999999762, 4.2351865e-005, -0.000656637305))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.31310642, 0.200000018, 0.783910751))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.0209026337, -1.37605834, -0.0689620972, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0.10000000149012,0,"Really black","Part",Vector3.new(1.12856996, 0.203429461, 1.13304746))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00110816956, 0.397445202, -0.00548171997, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.12637389, 0.25832513, 1.12646019))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.0011100769, 0.397445202, -0.00657653809, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.09782839, 0.322004199, 1.10669744))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00110912323, 0.397445202, -0.00218582153, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.08633947, -0.886254311, 0.0688591003, 6.97402211e-005, -0.984805167, 0.173661351, 0.000639302947, 0.173661083, 0.984806716, -1.00000107, 4.23415331e-005, 0.000641564315))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0.10000000149012,0,"Really black","Part",Vector3.new(1.12856996, 0.203429461, 1.13304746))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00109291077, -0.12735033, -0.00549697876, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.339216232, -0.794765472, 0.742957115, -0.00064916932, -4.3240263e-005, -1.00000429, 0.984810054, 0.173657626, -0.000638813421, 0.173658744, -0.984803855, -6.9414149e-005))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.623615265, 1.10889339))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00107192993, -0.788292885, 0.00107574463, -0.000618440914, -3.12411757e-005, -1.00000858, -3.10267242e-005, 0.99999547, -3.12079501e-005, 1.00000846, 3.10021314e-005, -0.000617362326))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.142020702, -1.56476593, -0.127197266, 0.116386414, 0.321378469, -0.939773381, 0.321602464, 0.88302964, 0.341804445, 0.939697027, -0.342012972, -0.000583181565))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.531390488))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.0209312439, -0.971733093, 0.854979515, -0.000641610473, -4.24133432e-005, -0.999999881, 0.984806418, 0.173655257, -0.000639227452, 0.173655242, -0.984806538, -6.96500865e-005))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.09247541, -0.851680756, -0.068977356, -6.96727802e-005, -0.984816909, -0.173573554, -0.000639315112, 0.173572391, -0.984823287, 1.00000417, 4.30031359e-005, -0.000648629037))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.37224102, -0.794776917, 0.74292469, -0.00064916932, -4.3240263e-005, -1.00000429, 0.984810054, 0.173657626, -0.000638813421, 0.173658744, -0.984803855, -6.9414149e-005))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.09782839, 0.322004199, 1.10669744))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00109291077, -0.12735033, -0.00220108032, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.341300011, -1.30371094, -0.099193573, -0.0006417564, -0.000104735613, -1.00000215, 0.342019081, 0.939692378, -0.000317809463, 0.93969512, -0.342018127, -0.000566981384))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.300828516))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.0208950043, -0.958126068, -0.897182465, -0.000606486399, -1.17091931e-005, -1.00000215, -0.866057158, 0.499947667, 0.000519167457, 0.499949157, 0.866054595, -0.000313207827))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.346940905))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.0210180283, -1.4523716, -0.12776947, -0.000642289291, -0.000104737337, -0.999999762, 0.342023373, 0.939691424, -0.000318098813, 0.939691305, -0.342023492, -0.000567731215))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.0979175568, -1.55092287, -0.126422882, -0.117562592, -0.321447253, -0.939601421, 0.32116273, 0.883009434, -0.342270315, 0.939698637, -0.342003137, -0.000571994868))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.12637389, 0.25832513, 1.12646019))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(-0.00109291077, -0.12735033, -0.00659179688, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(1.00823617, -0.51690197, 0.0689506531, -6.97240612e-005, -0.984808922, -0.17365256, 0.000639309932, -0.173660383, 0.9848153, -1.00000417, -4.30031359e-005, 0.000648629037))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.372354507, -1.30370617, -0.0992050171, -0.000642025669, -0.000104737308, -1.00000644, 0.342020571, 0.939690113, -0.000317717902, 0.939699173, -0.342017293, -0.000566734059))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.309611827))
- Partweld=weld(m,RA_Handle,Part,CFrame.new(0, 0, 0, -0.000618032704, -3.12393568e-005, -1.00000215, -3.1024596e-005, 0.999998808, -3.12096636e-005, 1.00000203, 3.10041542e-005, -0.00061776262),CFrame.new(0.020983696, -0.708045959, 0.751407623, -0.000681642327, -6.87651554e-005, -0.999999762, 0.984816074, -0.173599765, -0.000659354904, -0.17359969, -0.984816372, 0.000186054007))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- LA_Handle=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,1,1,"Medium stone grey","Handle",Vector3.new(1.09791517, 2.19582868, 1.09791434))
- LA_Handleweld=weld(m,Character["Left Arm"],LA_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(-0.0463504791, 0.0698471069, 0.0206680298, 0.000618032704, 3.1239364e-005, 1.00000215, 3.09755305e-005, 0.999999046, -3.12498887e-005, -1.00000203, 3.09957759e-005, 0.000617762562))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008201, 0.200000018, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.52587891e-005, 0.657640219, -0.176750183, 0.000617634971, 3.12417251e-005, 1.00000644, 3.09770803e-005, 0.999996662, -3.12543452e-005, -1.00000632, 3.09990392e-005, 0.000616830308))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.484208107, 0.853058338, -0.176750183, 0.000617898244, 3.12403608e-005, 0.999999881, 3.09764109e-005, 1, -3.12595039e-005, -0.999999881, 3.09957213e-005, 0.000617897254))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.783910751))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.2443347, -0.888046265, 0.0688400269, -6.96724383e-005, -0.984816909, -0.173573554, -0.000639313192, 0.173572391, -0.984823287, 1.00000417, 4.30031323e-005, -0.000648630958))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.23405659, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.0208997726, -0.708236694, 0.591923714, 0.00069216761, 2.38435433e-007, 1.00000441, -0.984815121, -0.173660621, 0.000681819161, 0.173652738, -0.984808862, -0.000112408889))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.575367928, -0.958110809, -0.897212982, 0.000638432452, 4.22369703e-005, 1.00000119, 0.866066396, 0.499930501, -0.00057391735, -0.499931157, 0.866065145, 0.000282532361))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.0306873322, -1.40386581, 0.0524559021, -0.00061816728, -3.12383709e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12106931e-005, 1.00000417, 3.10031683e-005, -0.000617630896))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.383722216, 0.383721918, 0.383721918))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.48416996, 0.853081226, -0.176742554, 0.00061816728, 3.12383709e-005, 1.00000429, 3.09746356e-005, 0.999997854, -3.1250911e-005, -1.00000417, 3.09967036e-005, 0.00061763078))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.786106527))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.25034285, -0.85368824, -0.0689659119, 6.97398864e-005, -0.984805167, 0.173661351, 0.000639301026, 0.173661083, 0.984806716, -1.00000107, 4.23415404e-005, 0.000641562394))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.14158392, -1.56569672, -0.313392639, -0.116400488, 0.321436524, 0.93975389, -0.321607441, 0.88300401, -0.341864258, -0.939695954, -0.342021286, 0.000593592646))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.384269983))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.20621109, -1.5536108, -0.149539948, 0.117602855, -0.321377814, 0.939620078, -0.321213692, 0.883010805, 0.342218846, -0.939676166, -0.342064798, 0.000613634067))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.112138748, -1.55073166, -0.321773529, 0.117572695, -0.321357071, 0.939636827, -0.32120809, 0.883022487, 0.342191696, -0.939688325, -0.342047632, 0.000596115482))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.617016792, -0.708049774, 0.75144577, 0.000596620841, -5.89209822e-006, 1.00000215, -0.98481667, -0.173609093, 0.000586271402, 0.173609614, -0.984813631, -0.000109343411))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.617007256, -0.971694946, 0.855010033, 0.000606284768, 7.70781389e-006, 1.00000215, -0.98480922, 0.173651159, 0.000595471589, -0.173651665, -0.98480624, 0.000112817557))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.0131473541, -0.165450096, 0.430175781, -0.00061816728, -3.12383709e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12106931e-005, 1.00000417, 3.10031683e-005, -0.000617630896))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.383722216, 0.383721918, 0.383721918))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.484121323, 0.176765442, 0.723545551, 0.000472364656, 3.12534903e-005, 1.00000226, 1.00000215, -7.39935713e-005, -0.000472093205, 7.3978008e-005, 0.999999046, -3.12798002e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008189, 0.200000018, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-6.00814819e-005, 0.372203827, 0.72354126, 0.000472633983, 3.12524571e-005, 1.00000656, 1.00000644, -7.39943498e-005, -0.000471827952, 7.39773532e-005, 0.999996662, -3.12808697e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.379878342))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.246608734, -1.5705719, -0.146656036, -0.11638356, 0.321485013, 0.939743221, -0.321603894, 0.882988036, -0.34190625, -0.939703822, -0.342009842, 0.000624356384))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008189, 0.200000018, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.43051147e-005, 1.04850078, -0.176746368, 0.000617365062, 3.12427583e-005, 1.00000215, 3.0977917e-005, 0.999999046, -3.12532648e-005, -1.00000203, 3.09981406e-005, 0.000617094978))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.00111293793, 0.131752968, 0.00108718872, 0.000618437072, 3.1237334e-005, 1.00000858, 3.09737952e-005, 0.99999547, -3.12519951e-005, -1.00000846, 3.09975985e-005, 0.000617366168))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.285457671, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.575341225, -0.971698761, 0.855003357, 0.000606282498, 7.70821043e-006, 1.00000215, -0.98480922, 0.173651159, 0.000595469319, -0.173651665, -0.98480624, 0.000112817557))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008201, 0.200000018, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-6.00814819e-005, -0.0186576843, 0.723536491, 0.000472898071, 3.12510856e-005, 0.999999881, 0.999999881, -7.39943789e-005, -0.000472895772, 7.39795942e-005, 1, -3.1286072e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.573147774, -0.708015442, 0.751444817, 0.000606298447, 6.8943732e-006, 1.00000215, -0.984815478, -0.173615947, 0.000598021317, 0.173616499, -0.984812438, -9.84353683e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.614795685, -0.958114624, -0.897209167, 0.000638432452, 4.22369703e-005, 1.00000119, 0.866066396, 0.499930501, -0.00057391735, -0.499931157, 0.866065145, 0.000282532361))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.00111293793, -0.452331543, 0.00108718872, 0.000617365062, 3.12427583e-005, 1.00000215, 3.0977917e-005, 0.999999046, -3.12532648e-005, -1.00000203, 3.09981406e-005, 0.000617094978))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.285457671, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
- Col_Partweld=weld(m,LA_Handle,Col_Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.484258652, 0.176765442, 0.72354722, 0.000473435794, 3.12457851e-005, 1.0000087, 1.00000858, -7.39928655e-005, -0.000472363521, 7.3974159e-005, 0.99999547, -3.12785414e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10230672, 0.300828516, 1.10669744))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.43051147e-005, 0.457829714, 1.90734863e-005, 0.00061816728, 3.12383709e-005, 1.00000429, 3.09746356e-005, 0.999997854, -3.1250911e-005, -1.00000417, 3.09967036e-005, 0.00061763078))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10230672, 0.49406141, 0.755364954))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.43051147e-005, 0.853066683, -0.17565918, 0.000618437072, 3.1237334e-005, 1.00000858, 3.09737952e-005, 0.99999547, -3.12519951e-005, -1.00000846, 3.09975985e-005, 0.000617366168))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.341490746, -1.30373764, -0.0992164612, 0.000595007325, 3.60506488e-006, 1.00000215, -0.341970056, 0.939710259, 0.000200002658, -0.939713001, -0.341969013, 0.000560111832))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.309611827))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.0208711624, -0.70803833, 0.751455307, 0.000617912039, -5.82747234e-005, 1.00000215, -0.98482281, -0.173574567, 0.000598151062, 0.173575088, -0.98481977, -0.000164606128))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.300828516))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.0208120346, -0.958106995, -0.897212982, 0.000638167257, 4.22383382e-005, 1.00000429, 0.866066635, 0.499933958, -0.000572870718, -0.499937117, 0.866061151, 0.000282073335))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.623615265, 1.10889339))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.0011138916, -0.788295507, 0.00109100342, 0.00061816728, 3.12383709e-005, 1.00000429, 3.09746356e-005, 0.999997854, -3.1250911e-005, -1.00000417, 3.09967036e-005, 0.00061763078))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.372163773, -1.30374146, -0.0992240906, 0.000595007325, 3.60506488e-006, 1.00000215, -0.341970056, 0.939710259, 0.000200002658, -0.939713001, -0.341969013, 0.000560111832))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.08640242, -0.88615036, 0.0688476563, -6.96724383e-005, -0.984816909, -0.173573554, -0.000639313192, 0.173572391, -0.984823287, 1.00000417, 4.30031323e-005, -0.000648630958))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.372174263, -0.794776917, 0.742950916, 0.000606165326, 2.3843225e-007, 1.00000119, -0.984808445, 0.173650444, 0.000596782484, -0.173650667, -0.984806955, 0.000105462539))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.531390488))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.0208330154, -0.971687317, 0.855015755, 0.000606165326, 2.3843225e-007, 1.00000119, -0.984808445, 0.173650444, 0.000596782484, -0.173650667, -0.984806955, 0.000105462539))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.924444735, 0.346940905, 0.75756079))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.43051147e-005, 0.853073597, -0.176753998, 0.000618437072, 3.1237334e-005, 1.00000858, 3.09737952e-005, 0.99999547, -3.12519951e-005, -1.00000846, 3.09975985e-005, 0.000617366168))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.00216079, -0.482429504, -0.0688781738, -6.97237265e-005, -0.984808922, -0.17365256, 0.000639308011, -0.173660383, 0.9848153, -1.00000417, -4.30031323e-005, 0.000648630958))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.346940905))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.020825386, -1.45241737, -0.127788544, 0.000595005986, 3.6045808e-006, 1.00000215, -0.341970056, 0.939710259, 0.000200002658, -0.939713001, -0.341969013, 0.000560110435))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.924444735, 0.346940905, 0.75756079))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-6.00814819e-005, 0.176773071, 0.723530293, 0.000471562904, 3.12569828e-005, 1.00000226, 1.00000215, -7.39958414e-005, -0.000471291452, 7.39803072e-005, 0.999999046, -3.12832417e-005))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.524803042, 1.10889339))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.00111293793, -0.159192324, 0.00108718872, 0.000618437072, 3.1237334e-005, 1.00000858, 3.09737952e-005, 0.99999547, -3.12519951e-005, -1.00000846, 3.09975985e-005, 0.000617366168))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.14193821, -1.56479836, -0.127185822, -0.116400912, 0.321436197, 0.939751923, -0.321606457, 0.883005202, -0.341863751, -0.939693868, -0.342021644, 0.000593090313))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.00825214, -0.516908646, 0.0688743591, 0.000155739821, -0.984805644, 0.173660219, -0.000639303413, -0.173660293, -0.984805405, 0.999999762, 4.23518359e-005, -0.000656635442))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(1.09241009, -0.851778984, -0.0689620972, 6.97398864e-005, -0.984805167, 0.173661351, 0.000639301026, 0.173661083, 0.984806716, -1.00000107, 4.23415404e-005, 0.000641562394))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.0980129242, -1.55095291, -0.126422882, 0.117552571, -0.321395636, 0.939622462, -0.321175635, 0.883024156, 0.342219293, -0.939697921, -0.342010707, 0.000577090774))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(-0.339277267, -0.794746399, 0.742950916, 0.000606165326, 2.3843225e-007, 1.00000119, -0.984808445, 0.173650444, 0.000596782484, -0.173650667, -0.984806955, 0.000105462539))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.31310642, 0.200000018, 0.783910751))
- Partweld=weld(m,LA_Handle,Part,CFrame.new(0, 0, 0, 0.000618032704, 3.12393568e-005, 1.00000215, 3.09755305e-005, 0.999998808, -3.12498887e-005, -1.00000203, 3.09957686e-005, 0.000617762562),CFrame.new(0.020813942, -1.37605429, -0.0689468384, 0.00061816728, 3.12383709e-005, 1.00000429, 3.09746356e-005, 0.999997854, -3.1250911e-005, -1.00000417, 3.09967036e-005, 0.00061763078))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- RL_Handle=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Handle",Vector3.new(1.10450268, 1.02367795, 1.10230589))
- RL_Handleweld=weld(m,Character["Right Leg"],RL_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.0266160965, -0.5316782, 0.0166893005, -0.00061803608, -3.12379671e-005, -1.00000119, -3.10223477e-005, 0.999999642, -3.12091761e-005, 1.00000107, 3.10029282e-005, -0.000617901096))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0396022797, 0.870681286, 4.57763672e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0396032333, 0.607180417, 4.19616699e-005, -0.000619112689, -3.12772499e-005, -1.00000119, -3.10256837e-005, 0.999999642, -3.12484226e-005, 1.00000107, 3.1006206e-005, -0.000618977589))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.468133092, 0.200000018))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0395898819, 0.741113663, 4.95910645e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.548957109))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.00333404541, 2.46763229e-005, 2.28881836e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.605961919, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11987329, 0.200000018, 1.11328506))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(0.00101852417, 1.14183855, 5.7220459e-005, -0.000618031248, -3.12383709e-005, -1.00000119, -3.10236464e-005, 0.999999642, -3.12095763e-005, 1.00000107, 3.10042269e-005, -0.000617896265))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.928017497, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.21648967, 0.386887372, 1.10669744))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0538873672, 1.50196373, 6.86645508e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Medium stone grey","Part",Vector3.new(1.10889423, 0.342970848, 1.10889339))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-7.72476196e-005, 1.14184833, 5.7220459e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0396032333, 0.519345403, 3.81469727e-005, -0.000618031248, -3.12383709e-005, -1.00000119, -3.10236464e-005, 0.999999642, -3.12095763e-005, 1.00000107, 3.10042269e-005, -0.000617896265))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-7.91549683e-005, 0.741119027, 0.364559174, -0.00061830139, -3.12478514e-005, -1.00000119, -3.1023912e-005, 0.999999642, -3.12190532e-005, 1.00000107, 3.10044779e-005, -0.000618166348))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(0.200000018, 0.468133092, 0.366703361))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(0.531333923, 0.741131485, 2.67028809e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.0396022797, 0.695008576, 3.81469727e-005, -0.00061830139, -3.12478514e-005, -1.00000119, -3.1023912e-005, 0.999999642, -3.12190532e-005, 1.00000107, 3.10044779e-005, -0.000618166348))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.039604187, 0.782836676, 3.81469727e-005, -0.000618571474, -3.12573284e-005, -1.00000119, -3.10241812e-005, 0.999999642, -3.12285229e-005, 1.00000107, 3.10047326e-005, -0.00061843649))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-7.72476196e-005, 0.741109252, -0.36447525, -0.000617220881, -3.12099291e-005, -1.00000119, -3.10228461e-005, 0.999999642, -3.118116e-005, 1.00000107, 3.10034702e-005, -0.000617085898))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.342970848, 1.10669744))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-7.72476196e-005, 1.14184833, 5.7220459e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.849786222, 0.560358047, 0.663140237))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.160340309, 1.87158585e-005, 2.67028809e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(1.09791517, 2.19582868, 1.09791434))
- Partweld=weld(m,RL_Handle,Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.00109672546, 0.587379396, -7.62939453e-006, -0.000617770769, -3.12287302e-005, -1.00000894, -3.10219657e-005, 0.999996543, -3.11712902e-005, 1.00000846, 3.10020478e-005, -0.000616690901))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 1.18177736, 1.10230589))
- Col_Partweld=weld(m,RL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(0, 1.10229635, -3.81469727e-006, -0.000618306221, -3.12474476e-005, -1.00000119, -3.10226133e-005, 0.999999642, -3.12186494e-005, 1.00000107, 3.10031792e-005, -0.00061817118))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.821240425, 0.733828545, 0.876135528))
- Col_Partweld=weld(m,RL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.146066666, 2.03847885e-005, 2.67028809e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
- Col_Partweld=weld(m,RL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-0.00117778778, 1.25545442, 5.7220459e-005, -0.000618842605, -3.12677766e-005, -1.00000119, -3.10254145e-005, 0.999999642, -3.12389529e-005, 1.00000107, 3.10059513e-005, -0.000618707563))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.200000018, 1.11328506))
- Col_Partweld=weld(m,RL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00061803608, -3.12379598e-005, -1.00000119, -3.10223477e-005, 0.999999404, -3.12091761e-005, 1.00000107, 3.10029209e-005, -0.000617901096),CFrame.new(-7.82012939e-005, 1.02927923, 6.10351563e-005, -0.000619112689, -3.12772499e-005, -1.00000119, -3.10256837e-005, 0.999999642, -3.12484226e-005, 1.00000107, 3.1006206e-005, -0.000618977589))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- LL_Handle=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Handle",Vector3.new(1.10450268, 1.02367795, 1.10230589))
- LL_Handleweld=weld(m,Character["Left Leg"],LL_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.0269613266, -0.531655192, 0.0465583801, -0.000618305639, -3.12412085e-005, -1.00000644, -3.10266551e-005, 0.999996662, -3.12078773e-005, 1.00000632, 3.10021678e-005, -0.000617495098))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.200000018, 1.11328506))
- Col_Partweld=weld(m,LL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-3.81469727e-006, 1.02925551, 3.81469727e-006, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 1.18177736, 1.10230589))
- Col_Partweld=weld(m,LL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-1.90734863e-006, 1.10229516, 3.81469727e-006, -0.000618570775, -3.12417651e-005, -0.999999881, -3.10279429e-005, 1, -3.12225748e-005, 0.999999881, 3.10086252e-005, -0.000618571765))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
- Col_Partweld=weld(m,LL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.00110149384, 1.25540769, 3.81469727e-006, -0.000617632235, -3.12388365e-005, -1.00000644, -3.10232426e-005, 0.999996662, -3.12055345e-005, 1.00000632, 3.09987772e-005, -0.000616821635))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.821240425, 0.733828545, 0.876135528))
- Col_Partweld=weld(m,LL_Handle,Col_Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.145993233, -7.9870224e-006, -2.67028809e-005, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.468133092, 0.200000018))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395154953, 0.741083801, -3.81469727e-006, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.548957109))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395288467, 0.78281939, -7.62939453e-006, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(0.200000018, 0.468133092, 0.366703361))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(0.531407356, 0.741101623, -2.67028809e-005, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-2.86102295e-006, 0.741070867, -0.364528656, -0.000616824662, -3.12365664e-005, -1.00000644, -3.10197174e-005, 0.999996662, -3.12032826e-005, 1.00000632, 3.09952848e-005, -0.00061601412))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(2.19345093e-005, 0.741073012, 0.364505768, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11987329, 0.200000018, 1.11328506))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(0.00109386444, 1.14181376, 3.81469727e-006, -0.000618706632, -3.124266e-005, -1.00000119, -3.10289906e-005, 0.999999642, -3.12138436e-005, 1.00000107, 3.10095456e-005, -0.00061857159))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.928017497, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(1.09791517, 2.19582868, 1.09791434))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0010843277, 0.58738035, -1.52587891e-005, -0.000618169201, -3.12402917e-005, -1.00000429, -3.10256255e-005, 0.999997854, -3.12087723e-005, 1.00000417, 3.10031683e-005, -0.000617628917))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.342970848, 1.10669744))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-2.86102295e-006, 1.14181745, 3.81469727e-006, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395298004, 0.694969594, -1.14440918e-005, -0.000618167338, -3.12401935e-005, -1.00000119, -3.10256764e-005, 0.999999642, -3.12113916e-005, 1.00000107, 3.1006246e-005, -0.000618032296))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.849786222, 0.560358047, 0.663140237))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.160266876, -8.22544098e-006, -2.67028809e-005, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.00326156616, -2.62260437e-006, -2.67028809e-005, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.605961919, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395278931, 0.519318342, -1.14440918e-005, -0.000618706632, -3.124266e-005, -1.00000119, -3.10289906e-005, 0.999999642, -3.12138436e-005, 1.00000107, 3.10095456e-005, -0.00061857159))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Medium stone grey","Part",Vector3.new(1.10889423, 0.342970848, 1.10889339))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-2.86102295e-006, 1.14181745, 3.81469727e-006, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.21648967, 0.386887372, 1.10669744))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0538139343, 1.50193095, 1.90734863e-005, -0.00061844202, -3.12421362e-005, -1.00000858, -3.10276846e-005, 0.99999547, -3.12069933e-005, 1.00000846, 3.1001171e-005, -0.000617361336))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395288467, 0.607142985, -1.52587891e-005, -0.000617897313, -3.12394004e-005, -0.999999881, -3.10245232e-005, 1, -3.12202355e-005, 0.999999881, 3.10052274e-005, -0.000617898302))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
- Partweld=weld(m,LL_Handle,Part,CFrame.new(0, 0, 0, -0.000618305639, -3.12412012e-005, -1.00000644, -3.10266551e-005, 0.999996424, -3.12078773e-005, 1.00000632, 3.10021605e-005, -0.000617495098),CFrame.new(-0.0395288467, 0.870642662, -7.62939453e-006, -0.000617632235, -3.12388365e-005, -1.00000644, -3.10232426e-005, 0.999996662, -3.12055345e-005, 1.00000632, 3.09987772e-005, -0.000616821635))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- TO_Handle=part(Enum.PartType.Block,m,Enum.Material.Plastic,1,1,"Medium stone grey","Handle",Vector3.new(0.878332019, 2.19582868, 2.17386985))
- TO_Handleweld=weld(m,Character["Torso"],TO_Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0147485733, -0.0885226727, -0.00841903687, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.537977993, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.33302021, 0.0608863831, 0.555683136, 0.000607170223, 1.12490497e-005, 1.00000453, -0.866019666, 0.500016272, 0.000519612688, -0.500019133, -0.866014659, 0.00031351592))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.937618792, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0123758316, -0.940483093, 0.306049347, -0.000611170195, -2.12490322e-005, -1.00000453, -0.528116226, 0.849169672, 0.000304362271, 0.8491745, 0.528113246, -0.000529912242))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328602, 0.937618792, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124120712, -0.943929672, 0.311561584, 0.000628171023, 3.8249007e-005, 1.00000453, 0.52812922, 0.849164665, -0.000363744621, -0.849169552, 0.528126299, 0.000512676255))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0112571716, -1.0508213, 1.0012207, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.241541132, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.777323246, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.333034515, 0.26807785, -0.812781334, -0.000606170448, -2.49066147e-007, -1.00000453, -0.984823167, 0.173572734, 0.000595742895, 0.173573747, 0.984817445, -0.000112800939))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 2.05529499, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0113182068, -0.0494923592, 0.0328865051, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.27667436, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124435425, -0.113171101, 0.51587677, 0.000618445803, 3.1258638e-005, 1.00000918, -3.10249452e-005, 0.999996781, -3.11905351e-005, -1.00000858, -3.10039577e-005, 0.000617358426))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.479012489, -0.669905186, -0.00825881958, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.383722216, 0.383721918, 0.383721918))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.27667436, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0102481842, -0.113171577, 0.509418488, -0.000618445803, -3.1258638e-005, -1.00000918, -3.10249452e-005, 0.999996781, -3.11905351e-005, 1.00000858, 3.10039577e-005, -0.000617358426))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 2.0596869, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0113191605, -0.0451014042, -0.0395774841, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.537977993, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.332990646, 0.0683021545, 0.559970856, -0.000638170633, -4.22490011e-005, -1.00000453, 0.866016686, 0.500014246, -0.000572830962, 0.500017107, -0.866011679, -0.000282132736))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.777323246, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.332982063, 0.263839722, -0.812044144, 0.000649170601, 4.32490015e-005, 1.00000453, 0.984826148, 0.173566729, -0.000638821919, -0.173567772, 0.984820426, 6.9363552e-005))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.869548142, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0102214813, 0.300645828, 0.491214752, -0.000614170509, -2.62490266e-005, -1.00000453, -0.28842625, 0.957501531, 0.000151869768, 0.957506955, 0.288424581, -0.000595126068))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767781, 0.865156412, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0102472305, 0.296572685, 0.497451782, 0.000623170345, 3.52490206e-005, 1.00000453, 0.288434207, 0.957498491, -0.000213296735, -0.957503974, 0.288432568, 0.000585998001))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.200000018, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0124168396, -1.05075932, -1.0101738, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.241541132, 0.219582841))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.12206924, 0.200000018, 2.20022035))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00695514679, 0.835012436, -0.00164794922, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.380612671, 0.228367507, 0.200000018))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.479063034, 0.984305859, -0.00162124634, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("SpecialMesh",Col_Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.261343986, 0.261343539, 0.273348123))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.529194653, 0.386465818))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.578925133, -0.663657427, -0.0104560852, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.428186804, 1, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.69607842, 0.200000018, 0.373291045))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.219944, 0.991992354, 0.488033295, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.461123914, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.69607842, 0.200000018, 0.373291045))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.219973564, 0.992023587, -0.497901917, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.461123914, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.10889423, 0.200000018, 2.20241618))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00915050507, 1.10399401, -0.00164031982, -0.000617362617, -3.12191332e-005, -1.00000238, -3.10217001e-005, 0.999999285, -3.11807453e-005, 1.00000215, 3.10021896e-005, -0.000617091602))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.11109006, 0.200000018, 2.20241618))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00805282593, 0.99200809, -0.00164031982, -0.000618443475, -3.1258638e-005, -1.00000918, -3.10249452e-005, 0.999996781, -3.11905351e-005, 1.00000858, 3.10039577e-005, -0.000617360754))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.922247767, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.693882525, 0.200000018, 0.373291045))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.218919754, 0.991982341, -0.497940063, -0.000587441958, -6.22598673e-005, -1.00000906, 2.3956356e-005, 0.999996781, -6.22235239e-005, 1.00000858, -2.39948931e-005, -0.000586356095))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10230672, 1.10450184, 1.10011017))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00910949707, -0.518713236, -0.002784729, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.373290837, 0.371095031))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.569040298, -0.666952372, -0.00936126709, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.59287405, 1, 1))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10011101, 0.278870225, 2.20022035))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00915050507, 0.994202495, -0.00164031982, -0.000618443475, -3.1258638e-005, -1.00000918, -3.10249452e-005, 0.999996781, -3.11905351e-005, 1.00000858, 3.10039577e-005, -0.000617360754))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10230672, 0.83002317, 0.660944343))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00915145874, 0.44195652, -0.00273895264, -0.000617360289, -3.12191332e-005, -1.00000238, -3.10217001e-005, 0.999999285, -3.11807453e-005, 1.00000215, 3.10021896e-005, -0.000617089274))
- Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.693882525, 0.200000018, 0.373291045))
- Partweld=weld(m,TO_Handle,Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.218883514, 0.991994381, 0.488079071, -0.000629361719, -6.22214138e-005, -1.00000226, -5.30399338e-005, 0.999999285, -6.2168896e-005, 1.00000203, 5.30004836e-005, -0.000629092683))
- mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 1))
- Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10889423, 0.200000018, 2.20241618))
- Col_Partweld=weld(m,TO_Handle,Col_Part,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00915050507, 0.875627995, -0.00164413452, -0.000618443475, -3.1258638e-005, -1.00000918, -3.10249452e-005, 0.999996781, -3.11905351e-005, 1.00000858, 3.10039577e-005, -0.000617360754))
- mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124864578, -0.754970551, 1.02498984, 0.000630442984, 6.22575899e-005, 1.00000906, 1.00000846, 5.30021789e-005, -0.000629362767, -5.30442994e-005, 0.999996781, -6.21788859e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0123825073, 0.230976105, -0.953584194, -0.000544444192, -2.55115935e-007, -1.00000918, 1.00000858, 9.00500345e-006, -0.00054336054, 9.00557279e-006, -0.999996781, 2.02195196e-007))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10669839, 0.772931635, 0.219582841))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00695514679, -0.41341114, 0.442085266, -0.000617632235, -3.12287557e-005, -1.00000679, 3.10219111e-005, -0.999997616, 3.11712247e-005, -1.00000632, -3.10020696e-005, 0.000616821519))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124998093, 0.241081238, -0.953632951, 0.000606442336, 6.22568477e-005, 1.00000906, -1.00000846, -0.000115005387, 0.000605364854, 0.000115044822, -0.999996781, 6.21373183e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124607086, -0.744869232, -0.953519702, 0.000606442336, 6.22568477e-005, 1.00000906, -1.00000846, -0.000115005387, 0.000605364854, 0.000115044822, -0.999996781, 6.21373183e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0124931335, 0.241188049, 1.02493513, -0.000630442984, -6.22602529e-005, -1.00000906, -1.00000846, -9.00231862e-006, 0.000629358052, -9.04391709e-006, 0.999996781, -6.22027583e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.77512747, 0.329374254))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.00805187225, 0.713279724, -0.648366213, 0.000618443475, 3.1258638e-005, 1.00000918, -1.00000858, -3.10039577e-005, 0.000617360754, 3.10249452e-005, -0.999996781, 3.11905351e-005))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0124845505, -0.754974365, -0.953592777, -0.000544444192, -2.55115935e-007, -1.00000918, 1.00000858, 9.00500345e-006, -0.00054336054, 9.00557279e-006, -0.999996781, 2.02195196e-007))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.880527258, 0.548957169))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0091714859, 0.628469229, 0.826408386, -0.000618171005, 3.07508817e-005, -1.00000465, 3.09844872e-005, -0.99999845, -3.08002054e-005, -1.00000429, -3.10040778e-005, 0.00061762851))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.772931635, 0.219582841))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.00805282593, -0.413411379, 0.436264038, 0.000617632235, 3.12287557e-005, 1.00000679, 3.10219111e-005, -0.999997616, 3.11712247e-005, 1.00000632, 3.10020696e-005, -0.000616821519))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.0124721527, 0.230983734, 1.02493775, 0.000630442984, 6.22575899e-005, 1.00000906, 1.00000846, 5.30021789e-005, -0.000629362767, -5.30442994e-005, 0.999996781, -6.21788859e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.667532086, 0.55334872))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.00912857056, -0.741609335, -0.824207306, -0.000618170598, -3.12490192e-005, -1.00000465, -3.10247415e-005, 0.99999845, -3.12000666e-005, 1.00000429, 3.10040778e-005, -0.00061762851))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.882723093, 0.548957169))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.00913143158, 0.62962079, 0.820476532, 0.000680170138, 3.12490192e-005, 1.00000453, 3.10247415e-005, -0.99999845, 3.12000666e-005, 1.00000417, 3.10040559e-005, -0.000679628167))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0124759674, -0.74477005, 1.02492499, -0.000630442984, -6.22602529e-005, -1.00000906, -1.00000846, -9.00231862e-006, 0.000629358052, -9.04391709e-006, 0.999996781, -6.22027583e-005))
- mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.77512747, 0.329374254))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(-0.0080537796, 0.709651947, -0.648366213, -0.000618443475, -3.1258638e-005, -1.00000918, 1.00000858, 3.10039577e-005, -0.000617360754, 3.10249452e-005, -0.999996781, 3.11905351e-005))
- Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.667532086, 0.55334872))
- Wedgeweld=weld(m,TO_Handle,Wedge,CFrame.new(0, 0, 0, -0.00734306173, -3.94235258e-006, -0.999975562, 9.76307929e-005, -0.999999285, 3.20621825e-006, -0.999975324, -9.76040319e-005, 0.00734279165),CFrame.new(0.00907707214, -0.741609573, -0.822727203, 0.000618170598, 3.12490192e-005, 1.00000465, 3.09755123e-005, 0.99999845, -3.12402844e-005, -1.00000417, 3.09958377e-005, 0.000617628044))
- 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
- SW_Handleweld.C0=Lerp(SW_Handleweld.C0,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.1)
- end
- if anim=="Idling" then
- idlesineinc=35
- SW_Handleweld.C0=Lerp(SW_Handleweld.C0,CFrame.new(0, -.5, .46)*CFrame.Angles(math.rad(75),math.rad(0),math.rad(0)),.1)
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525+math.cos(syne/idlesineinc)/25,0)*CFrame.Angles(math.rad(76),math.rad(12),math.rad(20)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 +math.cos(syne/idlesineinc)/25 ,0 )*CFrame.Angles(0,0,math.rad(-3)),.1)
- lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.9 -math.cos(syne/idlesineinc)/20 ,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(-(math.cos(syne/idlesineinc)/35),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),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)/40,0,0),.1)
- rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0 ,-.1 +math.cos(syne/idlesineinc)/20 ,0 )*CFrame.Angles(math.cos(syne/idlesineinc)/35+math.rad(0),math.rad(0),math.rad(0)),.1)
- end
- if anim=="Walking" then
- rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 +math.cos(syne/15 )/25 ,0 )*CFrame.Angles(math.cos(syne/6)/1.25,math.rad(5),-(math.cos(syne/6.75)/15)+math.rad(3)),.1)
- larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 +math.cos(syne/15 )/25 ,0 )*CFrame.Angles(-(math.cos(syne/6)/1.25),0,-(math.cos(syne/6.75)/15)-math.rad(3)),.1)
- 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
- 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.cos(syne/2.5)/10+math.rad(-55),0,math.rad(-12.5)),.1)
- 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
- 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)
- 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.4 ,0 )*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
- 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)
- 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.2 ,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
- elseif not runnin and not otheranims and not swimming then
- chr.Humanoid.WalkSpeed=WlkSpeed
- end
- end)
Add Comment
Please, Sign In to add comment