dsniper

Untitled

Jun 11th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.09 KB | None | 0 0
  1. --------------------------This is an Official script from Duelist--------------------------
  2. ---{-------------------- -------------------}---
  3. ---{-------------------- / \ -------------------}---
  4. ---{-------------------- II -------------------}---
  5. ---{-------------------- II -------------------}---
  6. ---{-------------------- II -------------------}---
  7. ---{-------------------- A========A -------------------}---
  8. ---{-------------------- II -------------------}---
  9. ---{-------------------- II -------------------}---
  10. ---{-------------------- W -------------------}---
  11. -------------------------------------------------------------------------------------------------------------
  12. local mult = 1
  13.  
  14. local plr = game.Players.LocalPlayer
  15. local chr = plr.Character
  16. local maus = plr:GetMouse()
  17. local PGui=plr.PlayerGui
  18. local lleg = chr["Left Leg"]
  19. local rleg = chr["Right Leg"]
  20. local larm = chr["Left Arm"]
  21. local rarm = chr["Right Arm"]
  22. local hed = chr.Head
  23. local rutprt = chr.HumanoidRootPart
  24. local torso = chr.Torso
  25. local otheranims=false
  26. local swimming=false
  27. chr.Animate.Disabled=true
  28. local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
  29. local RunSpeed=70
  30. local WlkSpeed=20
  31. local SwimSpeed=14
  32. local SwimDashSpeed=28
  33. local anim = "Idling"
  34. local lastanim = "Idling"
  35. local val = 0
  36. local syne = 0
  37. local num = 0
  38. local runtime = 0
  39.  
  40.  
  41. coroutine.wrap(function()
  42. for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
  43. function Lerp(a, b, i)
  44. local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
  45. local com2 = {b.X * mult, b.Y * mult, b.Z * mult, b:toEulerAnglesXYZ()}
  46. local calx = com1[1] + (com2[1] - com1[1]) * i
  47. local caly = com1[2] + (com2[2] - com1[2]) * i
  48. local calz = com1[3] + (com2[3] - com1[3]) * i
  49. local cala = com1[4] + (com2[4] - com1[4]) * i
  50. local calb = com1[5] + (com2[5] - com1[5]) * i
  51. local calc = com1[6] + (com2[6] - com1[6]) * i
  52. return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
  53. end
  54. function TwnSingleNumber(s,f,m)
  55. local wot=s+(f-s)*m
  56. return wot
  57. end
  58. function TwnVector3(q,w,e)
  59. local begin={q.x,q.y,q.z}
  60. local ending={w.x,w.y,w.z}
  61. local bgx=begin[1]+(ending[1]-begin[1])*e
  62. local bgy=begin[2]+(ending[2]-begin[2])*e
  63. local bgz=begin[3]+(ending[3]-begin[3])*e
  64. return Vector3.new(bgx,bgy,bgz)
  65. end
  66. newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
  67. wld = Instance.new("Weld", wp1)
  68. wld.Part0 = wp0
  69. wld.Part1 = wp1
  70. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  71. end
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. ----------------------------------------------------
  80. larm.Size = larm.Size * mult
  81. rarm.Size = rarm.Size * mult
  82. lleg.Size = lleg.Size * mult
  83. rleg.Size = rleg.Size * mult
  84. torso.Size = torso.Size * mult
  85. hed.Size = hed.Size * mult
  86. rutprt.Size = rutprt.Size * mult
  87. ----------------------------------------------------
  88. newWeld(law, torso, larm, -1.5 * mult, 0.5 * mult, 0 * mult)
  89. newWeld(raw, torso, rarm, 1.5 * mult, 0.5 * mult, 0 * mult)
  90. newWeld(llw, torso, lleg, -.5 * mult, -2 * mult, 0 * mult)
  91. newWeld(rlw, torso, rleg, .5 * mult, -2 * mult, 0 * mult)
  92. newWeld(hw, torso, hed, 0 * mult, 1.5 * mult, 0 * mult)
  93. local rutwald=Instance.new('Weld',rutprt)
  94. rutwald.Part0=rutprt
  95. rutwald.Part1=torso
  96. rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
  97. larm.Weld.C1 = CFrame.new(0, 0.5 * mult, 0)*CFrame.Angles(math.rad(0),0,0)
  98. rarm.Weld.C1 = CFrame.new(0, 0.5 * mult, 0)*CFrame.Angles(math.rad(0),0,0)
  99. rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  100. lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107. Player=game:GetService('Players').LocalPlayer
  108. Character=Player.Character
  109. Mouse=Player:GetMouse()
  110. m=Instance.new('Model',Character)
  111. it=Instance.new
  112. function nooutline(part)
  113. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  114. end
  115. function part(shape,parent,material,reflectance,transparency,brickcolor,name,size)
  116. local fp=it("Part")
  117. fp.Shape=shape
  118. fp.Parent=parent
  119. fp.Reflectance=reflectance
  120. fp.Transparency=transparency
  121. fp.CanCollide=false
  122. fp.Locked=true
  123. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  124. fp.Name=name
  125. fp.Size=size
  126. fp.Position=Character.Torso.Position
  127. nooutline(fp)
  128. fp.Material=material
  129. fp:BreakJoints()
  130. return fp
  131. end
  132. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  133. local mesh=it(Mesh)
  134. mesh.Parent=part
  135. if Mesh=="SpecialMesh" then
  136. mesh.MeshType=meshtype
  137. mesh.MeshId=meshid
  138. end
  139. mesh.Offset=offset
  140. mesh.Scale=scale
  141. return mesh
  142. end
  143. function weld(parent,part0,part1,c0,c1)
  144. local weld=it("Weld")
  145. weld.Parent=parent
  146. weld.Part0=part0
  147. weld.Part1=part1
  148. weld.C0=c0
  149. weld.C1=c1
  150. return weld
  151. end
  152.  
  153. SW_Handle=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Dark stone grey","Handle",Vector3.new(2.57058787, 0.321323544, 0.321323276))
  154. 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))
  155. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.266130805, 0.266130626))
  156. 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))
  157. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  158. Col_Part=part(Enum.PartType.Ball,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.353455842, 0.353455842, 0.353455842))
  159. 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))
  160. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.56163228, 0.338032365, 0.25705868))
  161. 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))
  162. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
  163. 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))
  164. mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
  165. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.55520582, 0.349600047, 0.349599779))
  166. 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))
  167. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  168. 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))
  169. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  170. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  171. 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))
  172. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  173. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  174. 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))
  175. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  176. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
  177. 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))
  178. mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
  179. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
  180. 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))
  181. mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
  182. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  183. 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))
  184. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  185. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  186. 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))
  187. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  188. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  189. 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))
  190. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  191. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  192. 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))
  193. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  194. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  195. 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))
  196. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  197. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  198. 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))
  199. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  200. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  201. 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))
  202. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  203. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  204. 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))
  205. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  206. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.269911736, 0.340602905, 0.334176242))
  207. 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))
  208. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.22380136, 0.399195969))
  209. 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))
  210. mesh("SpecialMesh",Col_Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.832397103, 0.594569266, 1))
  211. Col_Part=part(Enum.PartType.Ball,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.353455842, 0.353455842, 0.353455842))
  212. 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))
  213. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  214. 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))
  215. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  216. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.527424157, 0.349600047, 0.349599779))
  217. 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))
  218. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.527424157, 0.349600047, 0.349599779))
  219. 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))
  220. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.731859684, 0.268792093, 5.89479399))
  221. 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))
  222. Col_Part=part(Enum.PartType.Cylinder,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.22380136, 0.321352929, 0.32135275))
  223. 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))
  224. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.682566166, 1, 1))
  225. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.585487127))
  226. 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))
  227. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  228. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  229. 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))
  230. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  231. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  232. 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))
  233. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  234. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  235. 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))
  236. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  237. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  238. 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))
  239. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  240. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  241. 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))
  242. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  243. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  244. 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))
  245. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  246. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.37258321, 0.22380136, 0.399195969))
  247. 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))
  248. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  249. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  250. 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))
  251. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  252. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  253. 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))
  254. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  255. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  256. 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))
  257. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  258. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  259. 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))
  260. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  261. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.37258321, 0.22380136, 0.399195969))
  262. 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))
  263. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  264. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  265. 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))
  266. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  267. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  268. 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))
  269. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  270. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.399196237, 0.22380133))
  271. 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))
  272. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.399196237, 0.133065313))
  273. Part=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.3792364, 0.37617588, 0.362869143))
  274. 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))
  275. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.399196237, 0.399195969))
  276. 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))
  277. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  278. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.364066929, 0.343308777, 0.22380133))
  279. 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))
  280. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.564840496))
  281. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.22380136, 0.399195969))
  282. 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))
  283. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.133065403, 0.399195969))
  284. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.585487723, 0.399196237, 0.22380133))
  285. 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))
  286. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.585487723, 0.399196237, 0.133065313))
  287. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.5616554, 0.347300708, 0.399195969))
  288. 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))
  289. Part=part(Enum.PartType.Cylinder,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.3792364, 0.37617588, 0.362869143))
  290. 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))
  291. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.572180688))
  292. 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))
  293. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  294. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.572180688))
  295. 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))
  296. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  297. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.365929842, 0.27145341, 6.01455355))
  298. 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))
  299. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.572181225, 0.22380136, 0.399195969))
  300. 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))
  301. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxassetid://552212360",Vector3.new(0, 0, 0),Vector3.new(0.572181225, 0.133065403, 0.399195969))
  302. Part=part(Enum.PartType.Block,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(5.88149071, 0.22380136, 0.585487127))
  303. 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))
  304. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.594569266, 1))
  305. Part=part(Enum.PartType.Cylinder,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.22380136, 0.321619093, 0.321618915))
  306. 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))
  307. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.640945494, 1, 1))
  308.  
  309.  
  310.  
  311. RA_Handle=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,1,1,"Medium stone grey","Handle",Vector3.new(1.09791517, 2.19582868, 1.09791434))
  312. 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))
  313. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
  314. 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))
  315. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
  316. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
  317. 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))
  318. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  319. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.23405659, 0.200000018, 0.200000018))
  320. 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))
  321. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 0.219582841))
  322. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
  323. 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))
  324. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  325. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
  326. 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))
  327. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  328. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.786106527))
  329. 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))
  330. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  331. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
  332. 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))
  333. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
  334. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
  335. 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))
  336. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  337. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
  338. 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))
  339. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  340. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
  341. 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))
  342. 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))
  343. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10441566, 0.302241743, 1.1132853))
  344. 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))
  345. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
  346. 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))
  347. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  348. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.379878342))
  349. 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))
  350. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  351. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
  352. 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))
  353. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  354. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.783910751))
  355. 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))
  356. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  357. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.384269983))
  358. 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))
  359. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  360. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Teal","Col_Part",Vector3.new(1.10441566, 0.302241743, 1.1132853))
  361. 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))
  362. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  363. 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))
  364. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  365. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.31310642, 0.200000018, 0.783910751))
  366. 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))
  367. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  368. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0.10000000149012,0,"Really black","Part",Vector3.new(1.12856996, 0.203429461, 1.13304746))
  369. 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))
  370. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.12637389, 0.25832513, 1.12646019))
  371. 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))
  372. Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.09782839, 0.322004199, 1.10669744))
  373. 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))
  374. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  375. 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))
  376. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  377. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0.10000000149012,0,"Really black","Part",Vector3.new(1.12856996, 0.203429461, 1.13304746))
  378. 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))
  379. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
  380. 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))
  381. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  382. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.623615265, 1.10889339))
  383. 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))
  384. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
  385. 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))
  386. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
  387. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.531390488))
  388. 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))
  389. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  390. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  391. 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))
  392. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  393. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
  394. 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))
  395. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  396. Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.09782839, 0.322004199, 1.10669744))
  397. 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))
  398. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
  399. 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))
  400. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  401. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.300828516))
  402. 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))
  403. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  404. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.346940905))
  405. 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))
  406. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  407. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
  408. 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))
  409. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
  410. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.12637389, 0.25832513, 1.12646019))
  411. 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))
  412. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  413. 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))
  414. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  415. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
  416. 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))
  417. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  418. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.309611827))
  419. 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))
  420. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  421.  
  422.  
  423.  
  424. LA_Handle=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,1,1,"Medium stone grey","Handle",Vector3.new(1.09791517, 2.19582868, 1.09791434))
  425. 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))
  426. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008201, 0.200000018, 0.75756079))
  427. 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))
  428. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  429. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
  430. 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))
  431. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  432. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.783910751))
  433. 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))
  434. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  435. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.23405659, 0.200000018, 0.200000018))
  436. 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))
  437. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 0.219582841))
  438. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
  439. 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))
  440. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  441. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
  442. 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))
  443. 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))
  444. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
  445. 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))
  446. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  447. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.786106527))
  448. 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))
  449. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  450. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
  451. 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))
  452. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
  453. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.384269983))
  454. 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))
  455. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  456. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.200000018))
  457. 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))
  458. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 0.219582841))
  459. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
  460. 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))
  461. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  462. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
  463. 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))
  464. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  465. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
  466. 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))
  467. 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))
  468. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
  469. 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))
  470. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  471. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008189, 0.200000018, 0.75756079))
  472. 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))
  473. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  474. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.379878342))
  475. 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))
  476. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  477. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008189, 0.200000018, 0.75756079))
  478. 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))
  479. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  480. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
  481. 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))
  482. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.285457671, 1))
  483. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.531390488))
  484. 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))
  485. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  486. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.01008201, 0.200000018, 0.75756079))
  487. 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))
  488. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  489. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.309611827))
  490. 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))
  491. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  492. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.200000018, 0.300828516))
  493. 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))
  494. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 0.219582841, 1))
  495. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 0.200000018, 1.10889339))
  496. 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))
  497. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.285457671, 1))
  498. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.346940905, 0.75756079))
  499. 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))
  500. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  501. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10230672, 0.300828516, 1.10669744))
  502. 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))
  503. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10230672, 0.49406141, 0.755364954))
  504. 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))
  505. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
  506. 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))
  507. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  508. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.309611827))
  509. 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))
  510. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  511. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.300828516))
  512. 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))
  513. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  514. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.623615265, 1.10889339))
  515. 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))
  516. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.256911933, 0.200000018))
  517. 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))
  518. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  519. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  520. 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))
  521. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  522. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
  523. 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))
  524. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  525. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.531390488))
  526. 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))
  527. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  528. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.924444735, 0.346940905, 0.75756079))
  529. 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))
  530. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  531. 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))
  532. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  533. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.14841926, 0.200000018, 0.346940905))
  534. 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))
  535. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  536. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.924444735, 0.346940905, 0.75756079))
  537. 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))
  538. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10450268, 0.524803042, 1.10889339))
  539. 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))
  540. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
  541. 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))
  542. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
  543. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  544. 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))
  545. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  546. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.338158071, 0.200000018, 0.783910751))
  547. 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))
  548. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  549. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.200000018, 0.346940905))
  550. 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))
  551. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.867352843, 0.219582841, 1))
  552. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.346940905, 0.200000018))
  553. 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))
  554. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384270221, 1, 0.384269953))
  555. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.31310642, 0.200000018, 0.783910751))
  556. 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))
  557. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  558.  
  559.  
  560.  
  561. RL_Handle=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Handle",Vector3.new(1.10450268, 1.02367795, 1.10230589))
  562. 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))
  563. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  564. 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))
  565. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  566. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  567. 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))
  568. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  569. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.468133092, 0.200000018))
  570. 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))
  571. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.548957109))
  572. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
  573. 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))
  574. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.605961919, 1))
  575. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11987329, 0.200000018, 1.11328506))
  576. 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))
  577. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.928017497, 1))
  578. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.21648967, 0.386887372, 1.10669744))
  579. 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))
  580. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Medium stone grey","Part",Vector3.new(1.10889423, 0.342970848, 1.10889339))
  581. 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))
  582. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  583. 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))
  584. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  585. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
  586. 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))
  587. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(0.200000018, 0.468133092, 0.366703361))
  588. 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))
  589. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  590. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  591. 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))
  592. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  593. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  594. 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))
  595. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  596. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
  597. 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))
  598. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.342970848, 1.10669744))
  599. 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))
  600. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.849786222, 0.560358047, 0.663140237))
  601. 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))
  602. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(1.09791517, 2.19582868, 1.09791434))
  603. 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))
  604. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 1.18177736, 1.10230589))
  605. 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))
  606. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.821240425, 0.733828545, 0.876135528))
  607. 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))
  608. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
  609. 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))
  610. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  611. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.200000018, 1.11328506))
  612. 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))
  613. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  614.  
  615.  
  616.  
  617. LL_Handle=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Handle",Vector3.new(1.10450268, 1.02367795, 1.10230589))
  618. 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))
  619. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.200000018, 1.11328506))
  620. 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))
  621. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  622. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10450268, 1.18177736, 1.10230589))
  623. 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))
  624. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
  625. 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))
  626. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  627. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.821240425, 0.733828545, 0.876135528))
  628. 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))
  629. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.468133092, 0.200000018))
  630. 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))
  631. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.548957109))
  632. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  633. 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))
  634. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  635. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(0.200000018, 0.468133092, 0.366703361))
  636. 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))
  637. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21958299, 1, 1))
  638. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
  639. 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))
  640. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.468133092, 0.377682477))
  641. 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))
  642. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11987329, 0.200000018, 1.11328506))
  643. 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))
  644. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.928017497, 1))
  645. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(1.09791517, 2.19582868, 1.09791434))
  646. 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))
  647. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.10669839, 0.342970848, 1.10669744))
  648. 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))
  649. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  650. 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))
  651. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  652. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.849786222, 0.560358047, 0.663140237))
  653. 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))
  654. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.11548173, 0.200000018, 1.11328506))
  655. 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))
  656. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.605961919, 1))
  657. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  658. 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))
  659. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  660. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Medium stone grey","Part",Vector3.new(1.10889423, 0.342970848, 1.10889339))
  661. 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))
  662. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.21648967, 0.386887372, 1.10669744))
  663. 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))
  664. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  665. 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))
  666. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  667. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Black","Part",Vector3.new(1.02764845, 0.200000018, 0.357920051))
  668. 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))
  669. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  670.  
  671.  
  672.  
  673. TO_Handle=part(Enum.PartType.Block,m,Enum.Material.Plastic,1,1,"Medium stone grey","Handle",Vector3.new(0.878332019, 2.19582868, 2.17386985))
  674. 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))
  675. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.537977993, 0.200000018))
  676. 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))
  677. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  678. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.937618792, 0.200000018))
  679. 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))
  680. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  681. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328602, 0.937618792, 0.200000018))
  682. 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))
  683. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  684. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 0.200000018, 0.200000018))
  685. 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))
  686. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.241541132, 0.219582841))
  687. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.777323246, 0.200000018))
  688. 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))
  689. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  690. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 2.05529499, 0.200000018))
  691. 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))
  692. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  693. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.27667436, 0.200000018))
  694. 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))
  695. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  696. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.558840752, 0.335304081, 0.235849097))
  697. 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))
  698. 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))
  699. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.27667436, 0.200000018))
  700. 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))
  701. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  702. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11548173, 2.0596869, 0.200000018))
  703. 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))
  704. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  705. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.537977993, 0.200000018))
  706. 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))
  707. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  708. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.472103685, 0.777323246, 0.200000018))
  709. 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))
  710. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  711. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767745, 0.869548142, 0.200000018))
  712. 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))
  713. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  714. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11767781, 0.865156412, 0.200000018))
  715. 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))
  716. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.219582841))
  717. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.11328614, 0.200000018, 0.200000018))
  718. 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))
  719. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.241541132, 0.219582841))
  720. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.12206924, 0.200000018, 2.20022035))
  721. 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))
  722. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  723. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.380612671, 0.228367507, 0.200000018))
  724. 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))
  725. 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))
  726. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.200000018, 0.529194653, 0.386465818))
  727. 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))
  728. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.428186804, 1, 1))
  729. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.69607842, 0.200000018, 0.373291045))
  730. 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))
  731. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.461123914, 1))
  732. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(0.69607842, 0.200000018, 0.373291045))
  733. 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))
  734. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.461123914, 1))
  735. Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.10889423, 0.200000018, 2.20241618))
  736. 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))
  737. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  738. Part=part(Enum.PartType.Block,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.11109006, 0.200000018, 2.20241618))
  739. 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))
  740. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.922247767, 1))
  741. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.693882525, 0.200000018, 0.373291045))
  742. 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))
  743. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 1))
  744. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10230672, 1.10450184, 1.10011017))
  745. 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))
  746. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.200000018, 0.373290837, 0.371095031))
  747. 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))
  748. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.59287405, 1, 1))
  749. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10011101, 0.278870225, 2.20022035))
  750. 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))
  751. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(1.10230672, 0.83002317, 0.660944343))
  752. 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))
  753. Part=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.693882525, 0.200000018, 0.373291045))
  754. 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))
  755. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 1))
  756. Col_Part=part(Enum.PartType.Block,m,Enum.Material.Neon,0,0,"Toothpaste","Col_Part",Vector3.new(1.10889423, 0.200000018, 2.20241618))
  757. 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))
  758. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.219582841, 1))
  759. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  760. 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))
  761. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
  762. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  763. 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))
  764. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
  765. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10669839, 0.772931635, 0.219582841))
  766. 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))
  767. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  768. 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))
  769. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
  770. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  771. 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))
  772. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
  773. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  774. 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))
  775. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
  776. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.77512747, 0.329374254))
  777. 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))
  778. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  779. 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))
  780. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.329374254))
  781. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.880527258, 0.548957169))
  782. 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))
  783. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.772931635, 0.219582841))
  784. 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))
  785. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  786. 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))
  787. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
  788. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.667532086, 0.55334872))
  789. 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))
  790. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.882723093, 0.548957169))
  791. 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))
  792. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.200000018, 0.200000018))
  793. 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))
  794. mesh("BlockMesh",Wedge,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.713644266, 0.384269953))
  795. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10450268, 0.77512747, 0.329374254))
  796. 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))
  797. Wedge=part(Enum.PartType.Block,m,Enum.Material.Slate,0,0,"Dark stone grey","Wedge",Vector3.new(1.10230672, 0.667532086, 0.55334872))
  798. 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))
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. maus.KeyDown:connect(function(kei)
  806. if string.byte(kei)==48 and not otheranims then
  807. runnin=true
  808. end
  809. if kei=='w' then fldb.w=true end
  810. if kei=='a' then fldb.a=true end
  811. if kei=='s' then fldb.s=true end
  812. if kei=='d' then fldb.d=true end
  813. end)
  814. maus.KeyUp:connect(function(kei)
  815. if string.byte(kei)==48 and not otheranims then
  816. runnin=false
  817. end
  818. if kei=='w' then fldb.w=false end
  819. if kei=='a' then fldb.a=false end
  820. if kei=='s' then fldb.s=false end
  821. if kei=='d' then fldb.d=false end
  822. end)
  823.  
  824.  
  825.  
  826.  
  827.  
  828. game:service'RunService'.RenderStepped:connect(function()
  829. if anim~=lastanim then
  830. runtime=0
  831. end
  832. lastanim=anim
  833. chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0)
  834. syne=syne+.95
  835. if not otheranims and not swimming then
  836. 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
  837. anim="Idling"
  838. 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
  839. anim="Walking"
  840. 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
  841. anim="Sprinting"
  842. elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
  843. anim='Jumping'
  844. elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
  845. anim='Falling'
  846. end
  847. end
  848.  
  849. if anim ~= "Idling" then
  850. SW_Handleweld.C0=Lerp(SW_Handleweld.C0,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.1)
  851. end
  852.  
  853. if anim=="Idling" then
  854. idlesineinc=35
  855. SW_Handleweld.C0=Lerp(SW_Handleweld.C0,CFrame.new(0, -.5, .46)*CFrame.Angles(math.rad(75),math.rad(0),math.rad(0)),.1)
  856. 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)
  857. 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)
  858. 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)
  859. 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)
  860. 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)
  861.  
  862.  
  863.  
  864. 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)
  865. end
  866.  
  867. if anim=="Walking" then
  868. 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)
  869. 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)
  870. 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)
  871. 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)
  872. 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)
  873.  
  874.  
  875. 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)
  876. end
  877.  
  878. if anim=="Sprinting" then
  879. 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)
  880. 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)
  881. 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)
  882. 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)
  883. 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)
  884.  
  885.  
  886. 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)
  887. end
  888.  
  889. if anim=="Jumping" then
  890. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  891. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  892. 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)
  893. 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)
  894. 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)
  895.  
  896.  
  897. 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)
  898. end
  899.  
  900. if anim=="Falling" then
  901. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  902. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  903. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.2 ,0 )*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
  904. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.2 ,0 )*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
  905. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.5 ,-.3 )*CFrame.Angles(math.rad(-40),0,0),.035)
  906.  
  907.  
  908. 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)
  909. end
  910.  
  911. if runnin and not otheranims and not swimming then
  912. chr.Humanoid.WalkSpeed=RunSpeed
  913. elseif not runnin and not otheranims and not swimming then
  914. chr.Humanoid.WalkSpeed=WlkSpeed
  915. end
  916. end)
Add Comment
Please, Sign In to add comment