Advertisement
memberhero

test

May 16th, 2018
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 128.65 KB | None | 0 0
  1. script.Name = "Chaos"
  2. local Player = game.Players.LocalPlayer
  3. repeat wait() until Player
  4. local Character = Player.Character
  5. repeat wait() until Character
  6.  
  7. local C_Fold = Instance.new("Folder", Player.PlayerScripts) C_Fold.Name = "Chaos Folder"
  8. script.Parent = C_Fold
  9.  
  10. if script.ClassName == "LocalScript" or script.ClassName == "Script" then
  11. local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call)
  12. local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment}))
  13. oxbox.script:Destroy()
  14. end
  15.  
  16. C_Fold.Parent = nil
  17.  
  18. Value = game.Players.LocalPlayer
  19.  
  20. Player=game:GetService("Players").LocalPlayer
  21. Character=Player.Character
  22. PlayerGui=Player.PlayerGui
  23. Backpack=Player.Backpack
  24. Torso=Character.Torso
  25. Head=Character.Head
  26. Humanoid=Character.Humanoid
  27. m=Instance.new('Model',Character)
  28. LeftArm=Character["Left Arm"]
  29. LeftLeg=Character["Left Leg"]
  30. RightArm=Character["Right Arm"]
  31. RightLeg=Character["Right Leg"]
  32. LS=Torso["Left Shoulder"]
  33. LH=Torso["Left Hip"]
  34. RS=Torso["Right Shoulder"]
  35. RH=Torso["Right Hip"]
  36. Face = Head.face
  37. Neck=Torso.Neck
  38. it=Instance.new
  39. attacktype=1
  40. vt=Vector3.new
  41. cf=CFrame.new
  42. euler=CFrame.fromEulerAnglesXYZ
  43. angles=CFrame.Angles
  44. cloaked=false
  45. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  46. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  47. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  48. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  49. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  50. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  51. RootPart=Character.HumanoidRootPart
  52. RootJoint=RootPart.RootJoint
  53. RootCF=euler(-1.57,0,3.14)
  54. attack = false
  55. attackdebounce = false
  56. deb=false
  57. equipped=true
  58. hand=false
  59. MMouse=nil
  60. combo=0
  61. mana=0
  62. trispeed=.2
  63. attackmode='none'
  64. local idle=0
  65. local Anim="Idle"
  66. local Effects={}
  67. local gun=false
  68. local shoot=false
  69. player=nil
  70. mana=0
  71.  
  72. mouse=Player:GetMouse()
  73. --save shoulders
  74. RSH, LSH=nil, nil
  75. --welds
  76. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  77. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  78. LH=Torso["Left Hip"]
  79. RH=Torso["Right Hip"]
  80. TorsoColor=Torso.BrickColor
  81. function NoOutline(Part)
  82. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  83. end
  84. player=Player
  85. ch=Character
  86. RSH=ch.Torso["Right Shoulder"]
  87. LSH=ch.Torso["Left Shoulder"]
  88. --
  89. RSH.Parent=nil
  90. LSH.Parent=nil
  91. --
  92. RW.Name="Right Shoulder"
  93. RW.Part0=ch.Torso
  94. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  95. RW.C1=cf(0, 0.5, 0)
  96. RW.Part1=ch["Right Arm"]
  97. RW.Parent=ch.Torso
  98. --
  99. LW.Name="Left Shoulder"
  100. LW.Part0=ch.Torso
  101. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  102. LW.C1=cf(0, 0.5, 0)
  103. LW.Part1=ch["Left Arm"]
  104. LW.Parent=ch.Torso
  105.  
  106. Player=game:GetService('Players').LocalPlayer
  107. Character=Player.Character
  108. Mouse=Player:GetMouse()
  109. m=Instance.new('Model',Character)
  110.  
  111.  
  112. local function weldBetween(a, b)
  113. local weldd = Instance.new("ManualWeld")
  114. weldd.Part0 = a
  115. weldd.Part1 = b
  116. weldd.C0 = CFrame.new()
  117. weldd.C1 = b.CFrame:inverse() * a.CFrame
  118. weldd.Parent = a
  119. return weldd
  120. end
  121.  
  122. it=Instance.new
  123.  
  124. function nooutline(part)
  125. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  126. end
  127.  
  128. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  129. local fp=it("Part")
  130. fp.formFactor=formfactor
  131. fp.Parent=parent
  132. fp.Reflectance=reflectance
  133. fp.Transparency=transparency
  134. fp.CanCollide=false
  135. fp.Locked=true
  136. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  137. fp.Name=name
  138. fp.Size=size
  139. fp.Position=Character.Torso.Position
  140. nooutline(fp)
  141. fp.Material=material
  142. fp:BreakJoints()
  143. return fp
  144. end
  145.  
  146. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  147. local mesh=it(Mesh)
  148. mesh.Parent=part
  149. if Mesh=="SpecialMesh" then
  150. mesh.MeshType=meshtype
  151. mesh.MeshId=meshid
  152. end
  153. mesh.Offset=offset
  154. mesh.Scale=scale
  155. return mesh
  156. end
  157.  
  158. function weld(parent,part0,part1,c0,c1)
  159. local weld=it("Weld")
  160. weld.Parent=parent
  161. weld.Part0=part0
  162. weld.Part1=part1
  163. weld.C0=c0
  164. weld.C1=c1
  165. return weld
  166. end
  167.  
  168.  
  169. Player=game:GetService('Players').LocalPlayer
  170. Character=Player.Character
  171. Mouse=Player:GetMouse()
  172. m=Instance.new('Model',Character)
  173.  
  174.  
  175. local function weldBetween(a, b)
  176. local weldd = Instance.new("ManualWeld")
  177. weldd.Part0 = a
  178. weldd.Part1 = b
  179. weldd.C0 = CFrame.new()
  180. weldd.C1 = b.CFrame:inverse() * a.CFrame
  181. weldd.Parent = a
  182. return weldd
  183. end
  184.  
  185. it=Instance.new
  186.  
  187. function nooutline(part)
  188. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  189. end
  190.  
  191. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  192. local fp=it("Part")
  193. fp.formFactor=formfactor
  194. fp.Parent=parent
  195. fp.Reflectance=reflectance
  196. fp.Transparency=transparency
  197. fp.CanCollide=false
  198. fp.Locked=true
  199. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  200. fp.Name=name
  201. fp.Size=size
  202. fp.Position=Character.Torso.Position
  203. nooutline(fp)
  204. fp.Material=material
  205. fp:BreakJoints()
  206. return fp
  207. end
  208.  
  209. function swait(num)
  210. if num==0 or num==nil then
  211. game:service'RunService'.Stepped:wait(0)
  212. else
  213. for i=0,num do
  214. game:service'RunService'.Stepped:wait(0)
  215. end
  216. end
  217. end
  218.  
  219. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  220. local mesh=it(Mesh)
  221. mesh.Parent=part
  222. if Mesh=="SpecialMesh" then
  223. mesh.MeshType=meshtype
  224. mesh.MeshId=meshid
  225. end
  226. mesh.Offset=offset
  227. mesh.Scale=scale
  228. return mesh
  229. end
  230.  
  231. function weld(parent,part0,part1,c0,c1)
  232. local weld=it("Weld")
  233. weld.Parent=parent
  234. weld.Part0=part0
  235. weld.Part1=part1
  236. weld.C0=c0
  237. weld.C1=c1
  238. return weld
  239. end
  240.  
  241.  
  242. local function CFrameFromTopBack(at, top, back)
  243. local right = top:Cross(back)
  244. return CFrame.new(at.x, at.y, at.z,
  245. right.x, top.x, back.x,
  246. right.y, top.y, back.y,
  247. right.z, top.z, back.z)
  248. end
  249.  
  250. function Triangle(a, b, c)
  251. local edg1 = (c-a):Dot((b-a).unit)
  252. local edg2 = (a-b):Dot((c-b).unit)
  253. local edg3 = (b-c):Dot((a-c).unit)
  254. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  255. a, b, c = a, b, c
  256. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  257. a, b, c = b, c, a
  258. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  259. a, b, c = c, a, b
  260. else
  261. assert(false, "unreachable")
  262. end
  263.  
  264. local len1 = (c-a):Dot((b-a).unit)
  265. local len2 = (b-a).magnitude - len1
  266. local width = (a + (b-a).unit*len1 - c).magnitude
  267.  
  268. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  269.  
  270. local list = {}
  271.  
  272. local Color = BrickColor.new("Dark grey")
  273.  
  274. if len1 > 0.01 then
  275. local w1 = Instance.new('WedgePart', m)
  276. game:GetService("Debris"):AddItem(w1,5)
  277. w1.Material = "SmoothPlastic"
  278. w1.FormFactor = 'Custom'
  279. w1.BrickColor = BrickColor.new(Color)
  280. w1.Transparency = 0
  281. w1.Reflectance = 0
  282. w1.Material = "SmoothPlastic"
  283. w1.CanCollide = false
  284. NoOutline(w1)
  285. local sz = Vector3.new(0.2, width, len1)
  286. w1.Size = sz
  287. local sp = Instance.new("SpecialMesh",w1)
  288. sp.MeshType = "Wedge"
  289. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  290. w1:BreakJoints()
  291. w1.Anchored = true
  292. w1.Parent = Character
  293. w1.Transparency = 0.7
  294. table.insert(Effects,{w1,"Disappear",.01})
  295. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  296. table.insert(list,w1)
  297. end
  298.  
  299. if len2 > 0.01 then
  300. local w2 = Instance.new('WedgePart', m)
  301. game:GetService("Debris"):AddItem(w2,5)
  302. w2.Material = "SmoothPlastic"
  303. w2.FormFactor = 'Custom'
  304. w2.BrickColor = BrickColor.new(Color)
  305. w2.Transparency = 0
  306. w2.Reflectance = 0
  307. w2.Material = "SmoothPlastic"
  308. w2.CanCollide = false
  309. NoOutline(w2)
  310. local sz = Vector3.new(0.2, width, len2)
  311. w2.Size = sz
  312. local sp = Instance.new("SpecialMesh",w2)
  313. sp.MeshType = "Wedge"
  314. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  315. w2:BreakJoints()
  316. w2.Anchored = true
  317. w2.Parent = Character
  318. w2.Transparency = 0.7
  319. table.insert(Effects,{w2,"Disappear",.01})
  320. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  321. table.insert(list,w2)
  322. end
  323. return unpack(list)
  324. end
  325.  
  326.  
  327. so = function(id,par,vol,pit)
  328. coroutine.resume(coroutine.create(function()
  329. local sou = Instance.new("Sound",par or Character)
  330. sou.Volume=vol
  331. sou.Pitch=pit or 1
  332. sou.SoundId=id
  333. swait()
  334. sou:play()
  335. game:GetService("Debris"):AddItem(sou,6)
  336. end))
  337. end
  338.  
  339. function clerp(a,b,t)
  340. local qa = {QuaternionFromCFrame(a)}
  341. local qb = {QuaternionFromCFrame(b)}
  342. local ax, ay, az = a.x, a.y, a.z
  343. local bx, by, bz = b.x, b.y, b.z
  344. local _t = 1-t
  345. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  346. end
  347.  
  348. function QuaternionFromCFrame(cf)
  349. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  350. local trace = m00 + m11 + m22
  351. if trace > 0 then
  352. local s = math.sqrt(1 + trace)
  353. local recip = 0.5/s
  354. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  355. else
  356. local i = 0
  357. if m11 > m00 then
  358. i = 1
  359. end
  360. if m22 > (i == 0 and m00 or m11) then
  361. i = 2
  362. end
  363. if i == 0 then
  364. local s = math.sqrt(m00-m11-m22+1)
  365. local recip = 0.5/s
  366. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  367. elseif i == 1 then
  368. local s = math.sqrt(m11-m22-m00+1)
  369. local recip = 0.5/s
  370. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  371. elseif i == 2 then
  372. local s = math.sqrt(m22-m00-m11+1)
  373. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  374. end
  375. end
  376. end
  377.  
  378. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  379. local xs, ys, zs = x + x, y + y, z + z
  380. local wx, wy, wz = w*xs, w*ys, w*zs
  381. local xx = x*xs
  382. local xy = x*ys
  383. local xz = x*zs
  384. local yy = y*ys
  385. local yz = y*zs
  386. local zz = z*zs
  387. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  388. end
  389.  
  390. function QuaternionSlerp(a, b, t)
  391. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  392. local startInterp, finishInterp;
  393. if cosTheta >= 0.0001 then
  394. if (1 - cosTheta) > 0.0001 then
  395. local theta = math.acos(cosTheta)
  396. local invSinTheta = 1/math.sin(theta)
  397. startInterp = math.sin((1-t)*theta)*invSinTheta
  398. finishInterp = math.sin(t*theta)*invSinTheta
  399. else
  400. startInterp = 1-t
  401. finishInterp = t
  402. end
  403. else
  404. if (1+cosTheta) > 0.0001 then
  405. local theta = math.acos(-cosTheta)
  406. local invSinTheta = 1/math.sin(theta)
  407. startInterp = math.sin((t-1)*theta)*invSinTheta
  408. finishInterp = math.sin(t*theta)*invSinTheta
  409. else
  410. startInterp = t-1
  411. finishInterp = t
  412. end
  413. end
  414. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  415. end
  416.  
  417. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  418. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  419. end
  420.  
  421. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.200000003, 1.84623039, 0.263747245))
  422. handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999994874, 0, 0, 0, 1),CFrame.new(-0.255767822, 0.0498504639, -0.905487061, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  423. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 1))
  424. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 1.5109787, 0.604391873))
  425. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0505065918, 0.142456055, 5.64129639, 0.956874907, 0.283777207, -0.0621400438, 0.257930368, -0.928340197, -0.26769039, -0.133651271, 0.240118355, -0.961500168))
  426. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  427. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.221879035))
  428. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.720428467, -3.96948242, 3.20599365, 0.965824842, 0.259196192, -0.000137999858, 0.183398217, -0.68300885, 0.707011878, 0.183160231, -0.682874858, -0.70720309))
  429. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  430. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.200000003))
  431. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.29898071, 0.586090088, 4.2387085, 0.965865254, 0.224384263, 0.129446149, 0.25025031, -0.937328815, -0.242469177, 0.066927202, 0.266586423, -0.961485565))
  432. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  433. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.200000003))
  434. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.2980957, 4.18348694, 0.919326782, -0.96591115, -0.224323243, -0.129209131, 0.0667070523, 0.266586244, -0.961500883, 0.250131905, -0.937343478, -0.242534682))
  435. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.221879035))
  437. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.721740723, 3.20664978, -3.58026123, -0.965899229, -0.258919299, -6.70003355e-005, 0.18307139, -0.682766557, -0.707330644, 0.18309544, -0.683222234, 0.706884205))
  438. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 0.604391217, 0.604391873))
  440. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.0513000488, 5.64120483, 1.20103455, -0.956908643, -0.28362146, 0.0623310953, -0.133825615, 0.240217403, -0.961451113, 0.257714629, -0.92836225, -0.267821878))
  441. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.221879035))
  443. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.732208252, -3.94528198, 3.26742554, 0.965877354, 0.259000301, 0.000342000654, -0.182900518, 0.683016956, -0.707133055, -0.183380961, 0.682941198, 0.707081854))
  444. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 0.604391217, 0.604391873))
  446. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.628601074, 5.57974243, 1.22305298, -0.970438302, -0.23308827, -0.0626080707, 0.00404943526, -0.275096238, 0.961409211, -0.241316006, 0.932734549, 0.267907768))
  447. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  448. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.221879035))
  449. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.732055664, 3.26812744, -3.556427, -0.96587497, -0.259009212, -0.000323000539, -0.183340952, 0.682818592, 0.7072106, -0.182953179, 0.683136165, -0.707004309))
  450. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.200000003))
  452. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.29122925, 4.14746094, 0.93687439, -0.965848088, -0.224310249, -0.129702136, -0.0671471953, -0.266788334, 0.961414218, -0.250257552, 0.937289059, 0.242615208))
  453. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  454. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 1.5109787, 0.604391873))
  455. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.628692627, 0.163955688, 5.57995605, 0.970437467, 0.233078331, 0.0626560897, -0.241320685, 0.932803631, 0.267663211, 0.00394065492, -0.274870574, 0.96147418))
  456. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  457. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.200000003))
  458. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.29156494, 0.603393555, 4.20291138, 0.965865433, 0.224185288, 0.129789144, -0.250148833, 0.937358439, 0.242459133, -0.0673030764, -0.266649485, 0.961441636))
  459. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  460. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 0.604391217, 0.604391873))
  461. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.0520935059, 5.61376953, 1.18670654, -0.956943154, 0.28348428, -0.0624250695, -0.133975714, -0.240561411, 0.961344242, 0.257508397, 0.928314984, 0.268183559))
  462. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  463. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 1.5109787, 0.604391873))
  464. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0497436523, 0.126312256, 5.61431885, 0.956991673, -0.283411175, 0.062011037, 0.257601261, 0.928420603, 0.267728239, -0.133449256, -0.240239561, 0.961497903))
  465. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  466. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.221879035))
  467. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.718078613, -3.95381165, 3.17893982, 0.965964437, -0.258675337, 0.000261000532, 0.18312189, 0.683115065, -0.706981003, 0.182699949, 0.682966292, 0.707233965))
  468. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  469. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.200000003))
  470. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.29431152, 0.570480347, 4.21160889, 0.965897679, -0.224115133, -0.129670069, 0.250048459, 0.937386274, 0.242455319, 0.0672129169, -0.266610771, 0.961458743))
  471. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  472. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.221879035))
  473. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.719055176, 3.17931366, -3.56497192, -0.96593672, 0.258779138, -8.60001601e-005, 0.182864159, 0.682807565, 0.707344651, 0.183104426, 0.683234334, -0.706870198))
  474. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.200000003))
  476. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.29318237, 4.15603638, 0.905151367, -0.965962827, 0.223993152, 0.129395068, 0.0668886751, -0.266918182, 0.961396039, 0.249883622, 0.937327921, 0.242850438))
  477. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  478. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.221879035))
  479. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.734100342, 3.29673004, -3.57067871, -0.965928316, 0.258810312, 0.000226000149, -0.183072925, -0.682645738, -0.707446694, -0.182939902, -0.68338418, 0.706768095))
  480. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.200000003))
  482. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.29708862, 0.619125366, 4.22976685, 0.965979278, -0.223797277, -0.129612148, -0.249724433, -0.937472343, -0.242456377, -0.0672466159, 0.266575038, -0.961466372))
  483. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  484. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 1.5109787, 0.604391873))
  485. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.632202148, 0.180736542, 5.60667419, 0.97055167, -0.23266311, -0.0624310337, -0.240859404, -0.932901561, -0.26773715, 0.00405054633, 0.274889797, -0.96146816))
  486. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  487. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.221878871, 0.200000003))
  488. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.29669189, 4.1741333, 0.953105927, -0.965947151, 0.223977238, 0.12954013, -0.0670539215, 0.26685524, -0.961402118, -0.249900192, -0.937349617, -0.242749542))
  489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 0.554697514))
  490. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.367215037, 0.604391217, 0.604391873))
  491. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.631652832, 5.60630798, 1.24031448, -0.970499158, 0.232891247, 0.0623970665, 0.00422959309, 0.27520144, -0.961378276, -0.241067886, -0.932752728, -0.268067747))
  492. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.411469162, 1, 1))
  493. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.554697335, 0.221879035))
  494. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.732513428, -3.96032715, 3.29571533, 0.965891063, -0.25894922, 8.80002408e-005, -0.183193147, -0.683078706, 0.706997693, -0.183016106, -0.682898879, -0.707217276))
  495. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.277348429, 1, 1))
  496. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.345508784, 0.228580952))
  497. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.90597534, -2.78483582, -0.00750732422, 0.000275999686, 0.333812177, -0.942640483, -0.000215999957, 0.942640483, 0.333812118, 1.00000012, 0.000111478068, 0.000332272379))
  498. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.602222681, 1, 1))
  499. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  500. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00112915039, 0.963653564, 0.000671386719, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  501. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.439578682, 0.439578772, 0.439578742))
  502. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.222426847, 0.202206194, 0.244405776))
  503. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.78868866, -4.19238281, -0.00555419922, -0.000200000155, 0.94360137, 0.331086516, 0.000325000496, -0.331086457, 0.943601429, 1, 0.000296323444, -0.000240453097))
  504. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  505. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.232097521, 0.373641849, 0.228580952))
  506. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.05065918, -4.53768158, -0.00598144531, 2.4000241e-005, -0.684613049, 0.728908122, -6.54836185e-011, -0.728908062, -0.684613049, 1, 1.64306111e-005, -1.7493594e-005))
  507. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  508. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.7758975, 0.200000003, 0.200000003))
  509. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.705871582, -3.97502899, -0.0071105957, 3.00001921e-005, -0.884769678, 0.466030359, -9.5000134e-005, -0.466030419, -0.884769678, 1, -1.77298934e-005, -9.80338373e-005))
  510. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  511. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.79475826, 0.200000003, 0.200000003))
  512. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-3.49215698, -3.94909668, -0.0061340332, 0.000193999964, -0.798750699, -0.60166353, -1.70002386e-005, 0.601663589, -0.798750818, 1.00000012, 0.000165185818, 0.00010314415))
  513. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  514. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.334958941, 0.348146349, 0.228580952))
  515. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.82269287, -3.70261383, -0.00616455078, 3.10002579e-005, -0.488197714, 0.872734189, -3.20000327e-005, -0.872734249, -0.488197744, 1, -1.27934909e-005, -4.2676882e-005))
  516. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  517. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.909927785, 0.349904597, 0.228580952))
  518. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.76397705, -3.0793457, -0.00677490234, 5.70002521e-005, -0.34503442, 0.938591123, 6.60000296e-005, -0.938591063, -0.34503445, 1, 8.16138636e-005, -3.07272348e-005))
  519. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  520. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  521. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00198364258, -2.36550903, -0.00492858887, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  522. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.843991339))
  523. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  524. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.90072632, -2.63722992, 0.000549316406, 2.30002406e-005, -0.707217872, 0.706996918, -1.60000855e-005, -0.706996918, -0.707217872, 1, 4.95395216e-006, -2.75762286e-005))
  525. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.184623033, 0.149456695, 0.202206224))
  526. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.896740377, 0.200000003, 0.200000003))
  527. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.784042358, -4.82229614, -0.00659179688, 0.000245000032, -0.999967575, 0.00816500559, -1.20002305e-005, -0.00816500932, -0.999967754, 1, 0.00024489389, -1.39998283e-005))
  528. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  529. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  530. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00198364258, -2.05691528, -0.00494384766, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  531. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.843991339))
  532. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.349025339, 0.200000003, 0.200000003))
  533. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00852966309, -3.90582275, 0.000549316406, 0.00018400012, -1.00000083, -9.20002785e-005, -3.00002066e-005, 9.19943268e-005, -1.00000083, 1, 0.000184002813, -2.99828953e-005))
  534. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.149456695, 0.202206224))
  535. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.392983228, 0.228580952))
  536. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.5005188, -5.3081131, -0.00643920898, 2.90001917e-005, -0.887013555, 0.461745292, -9.10001399e-005, -0.461745322, -0.887013614, 1, -1.62955257e-005, -9.41086255e-005))
  537. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.734096408, 1, 1))
  538. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  539. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00198364258, -2.20858765, -0.00494384766, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  540. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  541. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.217151895))
  542. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00192260742, -1.58822632, -0.00714111328, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  543. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.395620763, 1))
  544. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.3789168, 0.200000003, 0.228580952))
  545. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.41964722, -3.9382782, -0.00695800781, 2.8000235e-005, -0.578034401, 0.816013575, -1.50000415e-005, -0.816013515, -0.578034401, 1, 3.94464587e-006, -3.15186917e-005))
  546. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.369246125, 1))
  547. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.38507089, 0.228580952))
  548. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.75286865, -4.80636597, -0.00549316406, 7.20002427e-005, -0.757331848, 0.653031707, 0.000139999916, -0.653031588, -0.757331908, 1.00000012, 0.000145952217, 5.90083837e-005))
  549. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.509911358, 1, 1))
  550. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.345508784, 0.228580952))
  551. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.8812561, -2.76496887, -0.00534057617, 5.1000261e-005, -0.333530456, 0.942740381, 0.000296000217, -0.942740321, -0.333530486, 1.00000012, 0.000296061218, 5.06454853e-005))
  552. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.602222681, 1, 1))
  553. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.697171628, 0.283088624, 0.228580952))
  554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.58883667, 2.29077148, -0.0055847168, -0.000156999886, 0.546051562, 0.837752819, 0.000234000239, -0.837752819, 0.546051562, 1, 0.000281764136, 3.75133118e-006))
  555. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  556. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.312100857, 0.228580952))
  557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.55836487, -1.06567383, -0.00598144531, 4.40002368e-005, -0.019939024, 0.999802172, 0.000132000132, -0.999802113, -0.0199390333, 1, 0.000132851113, -4.13591551e-005))
  558. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.575848162, 1, 1))
  559. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.49920654, 1.03039551, 0.000457763672, -2.89998061e-005, 0.22079812, 0.975320578, -0.000107999847, -0.975320518, 0.22079815, 1.00000012, -9.89315158e-005, 5.21306683e-005))
  561. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.439578682, 1.75831509, 1.31873631))
  562. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.222426847, 0.202206194, 0.244405776))
  563. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.77007294, -4.16693115, -0.00622558594, 0.000191000116, -0.943623185, -0.331024408, -2.21916707e-010, 0.331024408, -0.943623185, 1.00000012, 0.00018023196, 6.32258816e-005))
  564. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  565. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.222426847, 0.202206194, 0.244405776))
  566. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.52085114, -4.91748047, -0.00628662109, 0.000191000116, -0.943623185, -0.331024408, -2.21916707e-010, 0.331024408, -0.943623185, 1.00000012, 0.00018023196, 6.32258816e-005))
  567. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  568. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.363091946, 0.228580952))
  569. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.0123291, -3.84520721, -0.00552368164, 4.90002567e-005, -0.548781633, 0.835967004, 0.00015300003, -0.835966945, -0.548781693, 1.00000012, 0.000154793146, 4.30014406e-005))
  570. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.523098528, 1, 1))
  571. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.301550984, 0.228580952))
  572. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.70257568, 0.478057861, -0.00534057617, -0.000129999884, 0.249401316, 0.968401313, 0.000346000277, -0.968401134, 0.249401346, 1.00000012, 0.000367489003, 3.9599523e-005))
  573. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.501119792, 1, 1))
  574. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(1.34511089, 1.34511089, 1.34511089))
  575. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00253295898, -4.66586304, 0.0189361572, -1, -8.69999712e-005, 3.19998144e-005, -3.20190265e-005, 0.000215999986, -1.00000095, 8.69931901e-005, -1.00000083, -0.000216003158))
  576. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.222426847, 0.202206194, 0.244405776))
  577. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.539505, -4.94293213, -0.00527954102, -0.000200000155, 0.94360137, 0.331086516, 0.000325000496, -0.331086457, 0.943601429, 1, 0.000296323444, -0.000240453097))
  578. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  579. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 2.24624705, 0.200000003))
  580. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000244140625, -2.79940796, -0.00543212891, 1.00000012, 0.000216000088, 0.000119000331, 0.000118943841, 0.000258999993, -1.00000095, -0.000216030938, 1.00000095, 0.00025897476))
  581. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 0.760471225))
  582. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  583. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.77563477, -3.4493866, -0.0061340332, 3.10002579e-005, -0.488197714, 0.872734189, -3.20000327e-005, -0.872734249, -0.488197744, 1, -1.27934909e-005, -4.2676882e-005))
  584. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  585. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.452765942, 0.200000003, 0.420237273))
  586. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-9.15527344e-005, -3.97268677, -0.00567626953, 1.00000012, 0.000216000088, 0.000119000331, 0.000118943841, 0.000258999993, -1.00000095, -0.000216030938, 1.00000095, 0.00025897476))
  587. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.263747185, 1))
  588. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  589. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.8843689, -2.51277161, -0.00543212891, 5.1000261e-005, -0.333530456, 0.942740381, 0.000296000217, -0.942740321, -0.333530486, 1.00000012, 0.000296061218, 5.06454853e-005))
  590. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  591. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  592. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00189208984, -1.20935059, -0.00718688965, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  593. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.945094287))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  595. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0009765625, -1.67443848, -0.00559997559, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  596. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.953885317, 0.82640779, 0.940698326))
  597. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  598. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00189208984, -1.24188232, -0.00714111328, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  599. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.945094287))
  600. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.880915463, 0.200000003, 0.228580952))
  601. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.76708984, -2.82527924, -0.00677490234, 5.70002521e-005, -0.34503442, 0.938591123, 6.60000296e-005, -0.938591063, -0.34503445, 1, 8.16138636e-005, -3.07272348e-005))
  602. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  603. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  604. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.74914551, -4.53517151, -0.00549316406, 7.20002427e-005, -0.757331848, 0.653031707, 0.000139999916, -0.653031588, -0.757331908, 1.00000012, 0.000145952217, 5.90083837e-005))
  605. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  606. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  607. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.55239868, -0.830413818, -0.00601196289, 4.40002368e-005, -0.019939024, 0.999802172, 0.000132000132, -0.999802113, -0.0199390333, 1, 0.000132851113, -4.13591551e-005))
  608. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  609. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  610. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.01516724, -3.58813477, -0.00555419922, 4.90002567e-005, -0.548781633, 0.835967004, 0.00015300003, -0.835966945, -0.548781693, 1.00000012, 0.000154793146, 4.30014406e-005))
  611. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  612. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  613. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.9586792, -4.27397919, -0.00598144531, 2.4000241e-005, -0.684613049, 0.728908122, -6.54836185e-011, -0.728908062, -0.684613049, 1, 1.64306111e-005, -1.7493594e-005))
  614. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  615. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.716513038, 0.200000003, 0.228580952))
  616. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.57852936, 2.5100708, -0.00561523438, -0.000156999886, 0.546051562, 0.837752819, 0.000234000239, -0.837752819, 0.546051562, 1, 0.000281764136, 3.75133118e-006))
  617. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  618. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(1.7758975, 0.200000003, 0.228580952))
  619. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.51150513, -3.70806885, -0.0078125, 0.000230999751, 0.605653405, -0.795729637, -0.000298999948, 0.795729578, 0.605653465, 1.00000012, 9.80171026e-005, 0.000364904146))
  620. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  621. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  622. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.97491455, -4.30102539, -0.00747680664, 0.000216999819, 0.684574842, -0.728943884, -0.000299000007, 0.728943825, 0.684574842, 1.00000012, 6.94014016e-005, 0.000362868945))
  623. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  624. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  625. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.73216248, 0.706344604, -0.00601196289, 0.000101999831, -0.249317229, -0.968422949, -0.000158000155, 0.96842289, -0.249317259, 1.00000012, 0.000178441041, 5.93872028e-005))
  626. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  627. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  628. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.50846863, -5.06376648, -0.0078125, 0.000182999807, 0.886935949, -0.461894512, -0.000389999856, 0.461894512, 0.886935771, 0.999999881, 1.78294722e-005, 0.000430431915))
  629. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  630. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  631. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0016784668, 0.344696045, 0.00161743164, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  632. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.879157305, 0.945094287))
  633. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  634. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00189208984, -0.404754639, 0.00160217285, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  635. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.879157305, 0.945094287))
  636. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  637. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00219726563, -1.61582947, 0.00169372559, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  638. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.879157305, 0.945094287))
  639. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.378037602, 0.363091946, 0.228580952))
  640. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.810943604, -3.9641571, -0.00769042969, 0.000230999751, 0.605653405, -0.795729637, -0.000298999948, 0.795729578, 0.605653465, 1.00000012, 9.80171026e-005, 0.000364904146))
  641. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  642. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.523977816, 0.200000003))
  643. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00134277344, -1.44378662, 0.000427246094, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  644. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953885317, 1, 0.202206224))
  645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  646. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0012512207, -1.70469666, 0.00318908691, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  647. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.953885317, 0.82640779, 0.940698326))
  648. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.880915463, 0.200000003, 0.228580952))
  649. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.79244995, -2.84398651, -0.0080871582, 0.000266999821, 0.345026344, -0.938593984, -0.000235000043, 0.938593984, 0.345026255, 1.00000012, 0.000128447442, 0.000331686082))
  650. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  651. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  652. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00210571289, -1.23959351, 0.00166320801, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  653. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.945094287))
  654. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  655. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00210571289, -1.27210999, 0.00166320801, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  656. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.945094287))
  657. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  658. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.7616272, -4.56420898, -0.0075378418, 0.000184999852, 0.757411003, -0.652939856, -0.00032500003, 0.652939975, 0.757411003, 1.00000012, 7.20843527e-005, 0.000366952852))
  659. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  660. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  661. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.79812622, -3.47142792, -0.00772094727, 0.000279999978, 0.488091767, -0.872793376, -0.000309000141, 0.872793376, 0.488091677, 1.00000012, 0.000133027424, 0.000395202951))
  662. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  663. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  664. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.58247375, -0.839859009, -0.00692749023, 0.000213999854, 0.0199380238, -0.999802172, -0.00021600016, 0.999802113, 0.0199379809, 1, 0.000211690436, 0.00021826454))
  665. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  666. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.716513038, 0.200000003, 0.228580952))
  667. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.60901642, 2.51841736, -0.00616455078, 0.000148999912, -0.545940578, -0.837824941, -7.30002284e-005, 0.837824941, -0.545940697, 1.00000012, 0.000142506295, 8.49824864e-005))
  668. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  669. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  670. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.90916443, -2.53263855, -0.00747680664, 0.000275999686, 0.333812177, -0.942640483, -0.000215999957, 0.942640483, 0.333812118, 1.00000012, 0.000111478068, 0.000332272379))
  671. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  672. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 2.24624705, 0.200000003))
  673. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000701904297, -2.82966614, 0.00340270996, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  674. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 0.760471225))
  675. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  676. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.03552246, -3.61229706, -0.00759887695, 0.000214999804, 0.548810601, -0.835947931, -0.000336000376, 0.835947812, 0.548810422, 1.00000012, 0.000162884433, 0.000364129606))
  677. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  678. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 1.62556159, 0.200000003))
  679. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00141906738, -0.0340576172, 0.000762939453, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  680. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953885317, 1, 0.202206224))
  681. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.452765942, 0.200000003, 0.420237273))
  682. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000549316406, -4.00294495, 0.00314331055, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  683. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.263747185, 1))
  684. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.419358075, 0.200000003))
  685. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.00245667, -0.00262451172, -0.000244140625, 8.69997966e-005, 0.000129999884, -1.00000095, -0.000227000099, 1.00000083, 0.000129980574, 1.00000012, 0.000226988777, 8.70297954e-005))
  686. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.408808142, 1, 0.487932414))
  687. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  688. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.50144958, -5.03311157, -0.00643920898, 2.90001917e-005, -0.887013555, 0.461745292, -9.10001399e-005, -0.461745322, -0.887013614, 1, -1.62955257e-005, -9.41086255e-005))
  689. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  690. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(1.7758975, 0.200000003, 0.228580952))
  691. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.4934082, -3.68249512, -0.00610351563, 0.000124000275, -0.605525672, 0.795826972, 0.000221000024, -0.795826852, -0.605525672, 1, 0.000250962883, 3.51388371e-005))
  692. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 1))
  693. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.228580952))
  694. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.70053101, 0.707824707, -0.00543212891, -0.000129999884, 0.249401316, 0.968401313, 0.000346000277, -0.968401134, 0.249401346, 1.00000012, 0.000367489003, 3.9599523e-005))
  695. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756075144, 0.791241527, 1))
  696. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.419358075, 0.200000003))
  697. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.972229, 0.00634765625, -0.000305175781, 4.3000211e-005, -8.59998254e-005, 1.00000083, 0.000119000106, -1.00000083, -8.60053842e-005, 1, 0.000119003693, -4.29896027e-005))
  698. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.408808142, 1, 0.487932414))
  699. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  700. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00192260742, -1.58560181, -0.00714111328, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  701. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.879157305, 0.945094287))
  702. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.523977816, 0.200000003))
  703. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00746154785, -1.41351318, 0.000671386719, 0.00018400012, -1.00000083, -9.20002785e-005, -3.00002066e-005, 9.19943268e-005, -1.00000083, 1, 0.000184002813, -2.99828953e-005))
  704. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.953885317, 1, 0.202206224))
  705. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.378037602, 0.363091946, 0.228580952))
  706. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.792816162, -3.93865967, -0.00598144531, 0.000124000275, -0.605525672, 0.795826972, 0.000221000024, -0.795826852, -0.605525672, 1, 0.000250962883, 3.51388371e-005))
  707. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  708. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.657609761, 0.200000003))
  709. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000183105469, -2.18704224, -0.00454711914, 1.00000012, 0.000216000088, 0.000119000331, 0.000118943841, 0.000258999993, -1.00000095, -0.000216030938, 1.00000095, 0.00025897476))
  710. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 0.786845922))
  711. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.657609761, 0.200000003))
  712. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000549316406, -2.21730042, 0.00433349609, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  713. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 0.786845922))
  714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  715. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.73248291, -4.1822052, 3.18474579, 0.965891063, -0.25894922, 8.80002408e-005, -0.183193147, -0.683078706, 0.706997693, -0.183016106, -0.682898879, -0.707217276))
  716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 1.41909194, 0.604391873))
  718. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.632415771, -1.1329422, -5.30447388, 0.970468521, -0.232976317, -0.0625550896, 0.24119477, 0.932829797, 0.267685175, -0.00401105732, -0.274868041, 0.961474597))
  719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 2.22162485, 0.604391873))
  721. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.632293701, -0.67281723, 5.30447388, 0.97055167, -0.23266311, -0.0624310337, -0.240859404, -0.932901561, -0.26773715, 0.00405054633, 0.274889797, -0.96146816))
  722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  724. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.29711914, 0.397193909, 4.17425537, 0.965979278, -0.223797277, -0.129612148, -0.249724433, -0.937472343, -0.242456377, -0.0672466159, 0.266575038, -0.961466372))
  725. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.332818359, 0.221879035))
  727. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.731842041, 3.51643372, -3.18506622, 0.965964437, -0.258675337, 0.000261000532, 0.18312189, 0.683115065, -0.706981003, 0.182699949, 0.682966292, 0.707233965))
  728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 2.22162485, 0.604391873))
  730. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0498657227, -0.727134705, 5.31214905, 0.956991673, -0.283411175, 0.062011037, 0.257601261, 0.928420603, 0.267728239, -0.133449256, -0.240239561, 0.961497903))
  731. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 1.41909194, 0.604391873))
  733. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0509338379, -1.07858276, -5.31221008, 0.957068563, -0.283097416, 0.0622580908, -0.257248878, -0.92854315, -0.267642289, 0.133577913, 0.240136147, -0.961505771))
  734. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.332818359, 0.221879035))
  736. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.718902588, 3.51016235, -3.06762695, 0.965891063, -0.25894922, 8.80002408e-005, -0.183193147, -0.683078706, 0.706997693, -0.183016106, -0.682898879, -0.707217276))
  737. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  739. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.29428101, 0.348529816, 4.15612793, 0.965897679, -0.224115133, -0.129670069, 0.250048459, 0.937386274, 0.242455319, 0.0672129169, -0.266610771, 0.961458743))
  740. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  742. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.718109131, -4.17564392, 3.06798553, 0.965964437, -0.258675337, 0.000261000532, 0.18312189, 0.683115065, -0.706981003, 0.182699949, 0.682966292, 0.707233965))
  743. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  745. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.29150391, 0.381469727, 4.14746094, 0.965865433, 0.224185288, 0.129789144, -0.250148833, 0.937358439, 0.242459133, -0.0673030764, -0.266649485, 0.961441636))
  746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 1.41909194, 0.604391873))
  748. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.627319336, -1.11688232, -5.2779541, 0.970409393, 0.233264312, 0.0624000803, 0.241428807, -0.932758331, -0.267723382, -0.0042461101, 0.274866432, -0.961474061))
  749. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.332818359, 0.221879035))
  751. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.729736328, 3.50134277, -3.15725708, 0.965824842, 0.259196192, -0.000137999858, 0.183398217, -0.68300885, 0.707011878, 0.183160231, -0.682874858, -0.70720309))
  752. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 2.22162485, 0.604391873))
  754. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.628479004, -0.689544678, 5.27774048, 0.970437467, 0.233078331, 0.0626560897, -0.241320685, 0.932803631, 0.267663211, 0.00394065492, -0.274870574, 0.96147418))
  755. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  757. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.732177734, -4.16720581, 3.15643311, 0.965877354, 0.259000301, 0.000342000654, -0.182900518, 0.683016956, -0.707133055, -0.183380961, 0.682941198, 0.707081854))
  758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 1.41909194, 0.604391873))
  760. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0496520996, -1.09480286, -5.3392334, 0.956963658, 0.283496201, -0.0620530397, -0.257685781, 0.92842263, 0.267640173, 0.133486181, -0.240131751, 0.961519718))
  761. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.332818359, 0.221879035))
  763. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.722961426, 3.52587891, -3.0942688, 0.965877354, 0.259000301, 0.000342000654, -0.182900518, 0.683016956, -0.707133055, -0.183380961, 0.682941198, 0.707081854))
  764. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  766. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-1.2989502, 0.364227295, 4.18322754, 0.965865254, 0.224384263, 0.129446149, 0.25025031, -0.937328815, -0.242469177, 0.066927202, 0.266586423, -0.961485565))
  767. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.998454988, 0.221879035))
  769. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.720397949, -4.19134521, 3.09510803, 0.965824842, 0.259196192, -0.000137999858, 0.183398217, -0.68300885, 0.707011878, 0.183160231, -0.682874858, -0.70720309))
  770. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.110939361, 1, 1))
  771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.367215037, 2.22162485, 0.604391873))
  772. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.05078125, -0.711013794, 5.33905029, 0.956874907, 0.283777207, -0.0621400438, 0.257930368, -0.928340197, -0.26769039, -0.133651271, 0.240118355, -0.961500168))
  773. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.164587662, 1, 1))
  774. Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(4.36495876, 4.13814592, 0.228580952))
  775. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.60864258, 0.00344848633, -0.00997924805, 4.20002361e-005, -0.0289270449, 0.999582529, 1.01863407e-010, -0.999582529, -0.0289270449, 1, 1.21483754e-006, -4.19822827e-005))
  776. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.232976705, 0.439578652, 0.64530158))
  777. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.0105895996, -2.36758423, 6.25720978, 1, 6.39999489e-005, 0.000419000571, 0.000175108711, 0.83785224, -0.545898795, -0.000385997148, 0.545898795, 0.83785218))
  778. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.239130735, 0.317375809, 0.694534361))
  779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00775146484, -1.5519104, -3.32563782, -1, -4.8999922e-005, -0.000193000407, -0.000139106327, -0.521604776, 0.853188396, -0.000142475823, 0.853188396, 0.521604776))
  780. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.232976705, 0.439578652, 0.64530158))
  781. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.0129699707, -2.37728882, 6.28723907, 1, 0.000214000087, -4.29998327e-005, 0.00020276627, -0.837799609, 0.5459795, 8.08140176e-005, -0.5459795, -0.837799728))
  782. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.239130735, 0.317375809, 0.694534361))
  783. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00744628906, -1.53134155, -3.30203247, -1, -0.000106999985, 9.29998787e-005, -0.000135149763, 0.521433592, -0.853292942, 4.28089552e-005, -0.853292942, -0.521433592))
  784. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.231218353, 0.430787146, 1.73369825))
  785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00802612305, -2.74101257, -1.81306458, -1.00000012, -0.000127000021, -0.000124000333, -0.000115487426, -0.0649640337, 0.997888565, -0.000134787362, 0.997888505, 0.0649640337))
  786. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.935423493, 0.356058687))
  787. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00854492188, -1.63378906, 4.3205719, 1, 0.000219000067, -7.79998663e-005, 0.000194699373, -0.605617642, 0.795756876, 0.000127032399, -0.795756876, -0.605617702))
  788. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.545077562, 0.35430041))
  789. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00787353516, 0.893188477, 4.32376099, -1.00000012, -0.000165000049, 0.000275000086, -0.000318757142, 0.605682909, -0.795707226, -3.52711577e-005, -0.795707285, -0.605683029))
  790. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.457161844, 0.694534361))
  791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00903320313, -1.60006714, -3.16188812, -1, -4.8999922e-005, -0.000193000407, -0.000139106327, -0.521604776, 0.853188396, -0.000142475823, 0.853188396, 0.521604776))
  792. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.545077562, 0.35430041))
  793. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00799560547, 0.873535156, 4.29855347, -1.00000012, -0.000150000022, -0.000106000305, 6.54531323e-006, -0.605845869, 0.795583248, -0.000183556956, 0.795583189, 0.605845869))
  794. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.935423493, 0.356058687))
  795. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00750732422, -1.61502075, 4.29525757, 1, 0.000204000055, 0.000195000408, 3.16224905e-005, 0.60562849, -0.795748651, -0.000280430017, 0.795748651, 0.60562849))
  796. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.232976705, 0.457161844, 0.694534361))
  797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0087890625, -1.57955933, -3.13829041, -1, -0.000106999985, 9.29998787e-005, -0.000135149763, 0.521433592, -0.853292942, 4.28089552e-005, -0.853292942, -0.521433592))
  798. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.231218353, 0.430787146, 1.73369825))
  799. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00811767578, -2.71151733, -1.80203247, -1, -4.59999283e-005, 0.000134999922, -0.000137700103, 0.0648760721, -0.997894228, 3.71449278e-005, -0.997894228, -0.0648760945))
  800. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  801. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00112915039, 0.959259033, 0.000671386719, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  802. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.483536482, 0.483536512, 0.175831527))
  803. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00122070313, -0.993469238, 0.000152587891, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  805. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.483536482, 0.483536512, 0.175831527))
  806. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.673434496, 0.263747245))
  807. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000122070313, -1.34384155, -0.00862121582, 1.00000012, 0.000216000088, 0.000119000331, 0.000118943841, 0.000258999993, -1.00000095, -0.000216030938, 1.00000095, 0.00025897476))
  808. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 1))
  809. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.673434496, 0.263747245))
  810. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000335693359, -1.37409973, 0.000213623047, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  811. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.879157126, 1, 1))
  812. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  813. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.53053284, 1.02914429, 0.000305175781, 0.00011499977, -0.220934153, -0.975289702, -0.000251000107, 0.975289702, -0.220934168, 1.00000012, 0.000270204968, 5.67040261e-005))
  814. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.439578682, 1.75831509, 1.31873631))
  815. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  816. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00225830078, -1.91967773, 0.00387573242, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  817. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  818. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  819. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00122070313, -0.989044189, 0.000183105469, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  820. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.439578682, 0.439578772, 0.439578742))
  821. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  822. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.66931152, 2.91678619, 0.0009765625, 2.30002406e-005, -0.707217872, 0.706996918, -1.60000855e-005, -0.706996918, -0.707217872, 1, 4.95395216e-006, -2.75762286e-005))
  823. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.184623033, 0.197810382, 0.202206224))
  824. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.349025339, 0.200000003, 0.200000003))
  825. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00032043457, -3.93612671, -0.000213623047, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  826. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.149456695, 0.202206224))
  827. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 2.07832789, 0.200000003))
  828. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.00390625, -2.91799927, 6.10351563e-005, 0.00012199991, 1.00000095, 9.20003076e-005, -0.000274999824, -9.19662853e-005, 1.00000083, 1, -0.000122025536, 0.00027498923))
  829. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.778054118, 1, 0.202206224))
  830. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  831. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00225830078, -1.91967773, 0.00387573242, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  832. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  833. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  834. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00244140625, -2.5509491, 0.00390625, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  835. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  836. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.439578682, 0.243526563, 0.41584149))
  837. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00100708008, -4.06932068, 0.00273132324, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854))
  838. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  839. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36093533, 0.359575331, 0.228580952))
  840. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.68063354, -3.96672058, -0.00796508789, 0.000230999751, 0.605653405, -0.795729637, -0.000298999948, 0.795729578, 0.605653465, 1.00000012, 9.80171026e-005, 0.000364904146))
  841. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  842. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.230339229, 0.428149641, 0.244405776))
  843. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-3.70005798, -1.78961182, -0.00677490234, -1.89999628e-005, 0.806382716, 0.591395557, -0.000181999785, -0.591395617, 0.806382775, 1, -9.23128537e-005, 0.00015799838))
  844. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  845. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.421995521, 0.200000003))
  846. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.00090027, -0.00311279297, -0.000244140625, 8.69997966e-005, 0.000129999884, -1.00000095, -0.000227000099, 1.00000083, 0.000129980574, 1.00000012, 0.000226988777, 8.70297954e-005))
  847. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.312100798, 1, 0.487932414))
  848. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.3789168, 0.200000003, 0.228580952))
  849. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.43948364, -3.96276093, -0.00833129883, 0.00023599976, 0.577981651, -0.816050947, -0.000286000024, 0.816051006, 0.577981591, 1.00000012, 9.69868197e-005, 0.000357891084))
  850. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.369246125, 1))
  851. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.363091946, 0.228580952))
  852. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(4.03268433, -3.86935425, -0.00769042969, 0.000214999804, 0.548810601, -0.835947931, -0.000336000376, 0.835947812, 0.548810422, 1.00000012, 0.000162884433, 0.000364129606))
  853. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.523098528, 1, 1))
  854. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.301550984, 0.228580952))
  855. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.73413086, 0.476516724, -0.00607299805, 0.000101999831, -0.249317229, -0.968422949, -0.000158000155, 0.96842289, -0.249317259, 1.00000012, 0.000178441041, 5.93872028e-005))
  856. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.501119792, 1, 1))
  857. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.312100857, 0.228580952))
  858. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.58840942, -1.07514954, -0.00692749023, 0.000213999854, 0.0199380238, -0.999802172, -0.00021600016, 0.999802113, 0.0199379809, 1, 0.000211690436, 0.00021826454))
  859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.575848162, 1, 1))
  860. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.334958941, 0.348146349, 0.228580952))
  861. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.84515381, -3.72462463, -0.00775146484, 0.000279999978, 0.488091767, -0.872793376, -0.000309000141, 0.872793376, 0.488091677, 1.00000012, 0.000133027424, 0.000395202951))
  862. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  863. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.217151895))
  864. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00189208984, -0.4034729, 0.00160217285, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  865. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.395620763, 1))
  866. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.909927785, 0.349904597, 0.228580952))
  867. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.78936768, -3.09806061, -0.00814819336, 0.000266999821, 0.345026344, -0.938593984, -0.000235000043, 0.938593984, 0.345026255, 1.00000012, 0.000128447442, 0.000331686082))
  868. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  869. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.217151895))
  870. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00219726563, -1.61846924, 0.00169372559, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  871. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.395620763, 1))
  872. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.392983228, 0.228580952))
  873. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.5075531, -5.33882141, -0.00787353516, 0.000182999807, 0.886935949, -0.461894512, -0.000389999856, 0.461894512, 0.886935771, 0.999999881, 1.78294722e-005, 0.000430431915))
  874. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.734096408, 1, 1))
  875. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.232097521, 0.373641849, 0.228580952))
  876. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.06686401, -4.56462097, -0.00756835938, 0.000216999819, 0.684574842, -0.728943884, -0.000299000007, 0.728943825, 0.684574842, 1.00000012, 6.94014016e-005, 0.000362868945))
  877. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  878. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.896740377, 0.200000003, 0.200000003))
  879. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-0.792831421, -4.85264587, -0.00759887695, 6.199989e-005, 0.999967933, -0.0081320079, -0.000257999753, 0.00813202281, 0.999967933, 1, -5.99000632e-005, 0.000258496118))
  880. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  881. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  882. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.91601563, -2.66474915, -0.000549316406, 0.000212999861, 0.707176983, -0.707038045, -0.000308000075, 0.707038045, 0.707176924, 1.00000012, 6.71389207e-005, 0.000368410023))
  883. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.184623033, 0.149456695, 0.202206224))
  884. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  885. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00228881836, -2.0871582, 0.00386047363, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  886. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.843991339))
  887. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.7758975, 0.200000003, 0.200000003))
  888. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.712310791, -4.0059433, -0.00775146484, 0.000190999912, 0.884758115, -0.466052622, -0.000302999979, 0.466052562, 0.884757996, 1.00000012, -2.77749641e-005, 0.000357098092))
  889. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  890. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  891. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00231933594, -2.23881531, 0.00389099121, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  892. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  893. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.79475826, 0.200000003, 0.200000003))
  894. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-3.51742554, -3.96795654, -0.00769042969, 3.63797881e-011, 0.798752904, 0.601660669, -0.000325999892, -0.601660669, 0.798752904, 1, -0.000196141555, 0.000260393776))
  895. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791241527, 0.791241646))
  896. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  897. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00234985352, -2.39576721, 0.00392150879, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  898. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.0879157111, 0.843991339))
  899. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.217151895))
  900. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0016784668, 0.342071533, 0.00161743164, 1, 0.00013, -0.000226000004, 0.000226022734, -0.00017299992, 1.00000095, 0.000129961001, -1.00000083, -0.000173029723))
  901. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.395620763, 1))
  902. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.421995521, 0.200000003))
  903. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(3.97064209, 0.005859375, -0.000305175781, 4.3000211e-005, -8.59998254e-005, 1.00000083, 0.000119000106, -1.00000083, -8.60053842e-005, 1, 0.000119003693, -4.29896027e-005))
  904. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.312100798, 1, 0.487932414))
  905. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  906. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00198364258, -2.52069092, -0.00489807129, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  907. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  908. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.230339229, 0.428149641, 0.244405776))
  909. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-3.67474365, -1.77087402, -0.0061340332, 0.000233000057, -0.806464076, -0.591284752, -0.000141000273, 0.591284692, -0.806464016, 1, 0.000271277211, 2.40581576e-005))
  910. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  911. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  912. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(-2.65432739, 2.88899994, 0.00207519531, 0.000212999861, 0.707176983, -0.707038045, -0.000308000075, 0.707038045, 0.707176924, 1.00000012, 6.71389207e-005, 0.000368410023))
  913. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.184623033, 0.197810382, 0.202206224))
  914. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36093533, 0.359575331, 0.228580952))
  915. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(1.66247559, -3.94114685, -0.00610351563, 0.000124000275, -0.605525672, 0.795826972, 0.000221000024, -0.795826852, -0.605525672, 1, 0.000250962883, 3.51388371e-005))
  916. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  917. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  918. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.001953125, -1.8894043, -0.00491333008, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  919. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  920. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.439578682, 0.243526563, 0.41584149))
  921. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.000335693359, -4.03903198, -0.00607299805, 1.00000012, 0.000216000088, 0.000119000331, 0.000118943841, 0.000258999993, -1.00000095, -0.000216030938, 1.00000095, 0.00025897476))
  922. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  923. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Eggplant","Part",Vector3.new(1.34511089, 1.34511089, 1.34511089))
  924. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.00314331055, -4.69612122, 0.0102844238, -1, -4.39999203e-005, -0.000227000419, -0.000226992182, -0.000172999935, 1.00000095, -4.40393633e-005, 1.00000083, 0.000172990345))
  925. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  926. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.001953125, -1.8894043, -0.00491333008, 1.00000012, 0.000216000088, 0.000119000331, 0.000118962409, 0.000172999906, -1.00000095, -0.000216020708, 1.00000083, 0.000172974629))
  927. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99344784, 0.725304723, 0.843991339))
  928. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.38507089, 0.228580952))
  929. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(2.76535034, -4.83540344, -0.00762939453, 0.000184999852, 0.757411003, -0.652939856, -0.00032500003, 0.652939975, 0.757411003, 1.00000012, 7.20843527e-005, 0.000366952852))
  930. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.509911358, 1, 1))
  931. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 2.07832789, 0.200000003))
  932. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(0.0048828125, -2.88772583, 0.000610351563, 0.00018400012, -1.00000083, -9.20002785e-005, -3.00002066e-005, 9.19943268e-005, -1.00000083, 1, 0.000184002813, -2.99828953e-005))
  933. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.778054118, 1, 0.202206224))
  934. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.697171628, 0.283088624, 0.228580952))
  935. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0.00013, -0.000226000004, 0.00022603391, -0.000258999993, 1.00000095, 0.000129941574, -1.00000095, -0.000259029854),CFrame.new(5.61936188, 2.29910278, -0.00616455078, 0.000148999912, -0.545940578, -0.837824941, -7.30002284e-005, 0.837824941, -0.545940697, 1.00000012, 0.000142506295, 8.49824864e-005))
  936. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  937.  
  938. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  939. if hit.Parent==nil then
  940. return
  941. end
  942. h=hit.Parent:FindFirstChild("Humanoid")
  943. for _,v in pairs(hit.Parent:children()) do
  944. if v:IsA("Humanoid") then
  945. h=v
  946. end
  947. end
  948. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  949. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  950. end
  951. if hit.Parent.className=="Hat" then
  952. hit=hit.Parent.Parent:findFirstChild("Head")
  953. end
  954. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil and hit.Parent:FindFirstChild("Armed") ~= nil then
  955. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  956. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  957. return
  958. end]]
  959. -- hs(hit,1.2)
  960. c=Instance.new("ObjectValue")
  961. c.Name="creator"
  962. c.Value=game:service("Players").LocalPlayer
  963. c.Parent=h
  964. game:GetService("Debris"):AddItem(c,.5)
  965. Damage=math.random(minim,maxim)
  966. -- h:TakeDamage(Damage)
  967. blocked=false
  968. block=hit.Parent:findFirstChild("Block")
  969. if block~=nil then
  970. if block.className=="NumberValue" then
  971. if block.Value>0 then
  972. blocked=true
  973. if decreaseblock==nil then
  974. block.Value=block.Value-1
  975. end
  976. end
  977. end
  978. if block.className=="IntValue" then
  979. if block.Value>0 then
  980. blocked=true
  981. if decreaseblock~=nil then
  982. block.Value=block.Value-1
  983. end
  984. end
  985. end
  986. end
  987. if blocked==false then
  988. -- h:TakeDamage(Damage)
  989. h.Health=h.Health-Damage
  990. showDamage(hit.Parent,Damage,.5,BrickColor.new("Deep orange"))
  991. else
  992. h.Health=h.Health-(Damage/2)
  993. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  994. end
  995. if Type=="Knockdown" then
  996. hum=hit.Parent.Humanoid
  997. hum.PlatformStand=true
  998. coroutine.resume(coroutine.create(function(HHumanoid)
  999. swait(1)
  1000. HHumanoid.PlatformStand=false
  1001. end),hum)
  1002. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  1003. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  1004. local bodvol=Instance.new("BodyVelocity")
  1005. bodvol.velocity=angle*knockback
  1006. bodvol.P=5000
  1007. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1008. bodvol.Parent=hit
  1009. rl=Instance.new("BodyAngularVelocity")
  1010. rl.P=3000
  1011. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1012. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1013. rl.Parent=hit
  1014. game:GetService("Debris"):AddItem(bodvol,.5)
  1015. game:GetService("Debris"):AddItem(rl,.5)
  1016. elseif Type=="Normal" then
  1017. vp=Instance.new("BodyVelocity")
  1018. vp.P=500
  1019. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  1020. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  1021. if KnockbackType==1 then
  1022. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1023. elseif KnockbackType==2 then
  1024. vp.velocity=Property.CFrame.lookVector*knockback
  1025. end
  1026. if knockback>0 then
  1027. vp.Parent=hit.Parent.Torso
  1028. end
  1029. game:GetService("Debris"):AddItem(vp,.5)
  1030. elseif Type=="Up" then
  1031. local bodyVelocity=Instance.new("BodyVelocity")
  1032. bodyVelocity.velocity=vt(0,60,0)
  1033. bodyVelocity.P=5000
  1034. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1035. bodyVelocity.Parent=hit
  1036. game:GetService("Debris"):AddItem(bodyVelocity,1)
  1037. rl=Instance.new("BodyAngularVelocity")
  1038. rl.P=3000
  1039. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1040. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  1041. rl.Parent=hit
  1042. game:GetService("Debris"):AddItem(rl,.5)
  1043. elseif Type=="Snare" then
  1044. bp=Instance.new("BodyPosition")
  1045. bp.P=2000
  1046. bp.D=100
  1047. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1048. bp.position=hit.Parent.Torso.Position
  1049. bp.Parent=hit.Parent.Torso
  1050. game:GetService("Debris"):AddItem(bp,1)
  1051. elseif Type=="Target" then
  1052. if Targetting==false then
  1053. ZTarget=hit.Parent.Torso
  1054. coroutine.resume(coroutine.create(function(Part)
  1055. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1056. swait(5)
  1057. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1058. end),ZTarget)
  1059. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  1060. targetgui=Instance.new("BillboardGui")
  1061. targetgui.Parent=ZTarget
  1062. targetgui.Size=UDim2.new(10,100,10,100)
  1063. targ=Instance.new("ImageLabel")
  1064. targ.Parent=targetgui
  1065. targ.BackgroundTransparency=1
  1066. targ.Image="rbxassetid://4834067"
  1067. targ.Size=UDim2.new(1,0,1,0)
  1068. cam.CameraType="Scriptable"
  1069. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1070. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1071. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1072. Targetting=true
  1073. RocketTarget=ZTarget
  1074. for i=1,Property do
  1075. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  1076. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  1077. swait()
  1078. end
  1079. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  1080. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1081. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1082. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  1083. end
  1084. Targetting=false
  1085. RocketTarget=nil
  1086. targetgui.Parent=nil
  1087. cam.CameraType="Custom"
  1088. end
  1089. end
  1090. debounce=Instance.new("BoolValue")
  1091. debounce.Name="DebounceHit"
  1092. debounce.Parent=hit.Parent
  1093. debounce.Value=true
  1094. game:GetService("Debris"):AddItem(debounce,Delay)
  1095. c=Instance.new("ObjectValue")
  1096. c.Name="creator"
  1097. c.Value=Player
  1098. c.Parent=h
  1099. game:GetService("Debris"):AddItem(c,.5)
  1100. CRIT=false
  1101. hitDeb=true
  1102. AttackPos=6
  1103. end
  1104. end
  1105.  
  1106. showDamage=function(Char,Dealt,du,Color)
  1107. m=Instance.new("Model")
  1108. m.Name=tostring(Dealt)
  1109. h=Instance.new("Humanoid")
  1110. h.Health=0
  1111. h.MaxHealth=0
  1112. h.Parent=m
  1113. c=Instance.new("Part")
  1114. c.Transparency=0
  1115. c.BrickColor=Color
  1116. c.Name="Head"
  1117. c.TopSurface=0
  1118. c.BottomSurface=0
  1119. c.formFactor="Plate"
  1120. c.Size=Vector3.new(1,.4,1)
  1121. ms=Instance.new("CylinderMesh")
  1122. ms.Scale=Vector3.new(.8,.8,.8)
  1123. if CRIT==true then
  1124. ms.Scale=Vector3.new(1,1.25,1)
  1125. end
  1126. ms.Parent=c
  1127. c.Reflectance=0
  1128. Instance.new("BodyGyro").Parent=c
  1129. c.Parent=m
  1130. if Char:findFirstChild("Head")~=nil then
  1131. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1132. elseif Char.Parent:findFirstChild("Head")~=nil then
  1133. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1134. end
  1135. f=Instance.new("BodyPosition")
  1136. f.P=2000
  1137. f.D=100
  1138. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1139. f.position=c.Position+Vector3.new(0,3,0)
  1140. f.Parent=c
  1141. game:GetService("Debris"):AddItem(m,.5+du)
  1142. c.CanCollide=false
  1143. m.Parent=Character
  1144. c.CanCollide=false
  1145. end
  1146.  
  1147.  
  1148. function attackone()
  1149. attack=true
  1150. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1151. for i=0,1.5,0.1 do
  1152. swait()
  1153. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  1154. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(40)),.3)
  1155. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(20)),.3)
  1156. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  1157. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(20)),.3)
  1158. end
  1159. so("http://roblox.com/asset/?id=200632136",Hitbox,1,1)
  1160. for i=0,1,0.1 do
  1161. swait()
  1162. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  1163. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(-40)),.3)
  1164. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(20)),.3)
  1165. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  1166. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(0),math.rad(-30)),.3)
  1167. end
  1168. attack=false
  1169. con1:disconnect()
  1170. end
  1171.  
  1172. function attacktwo()
  1173. attack=true
  1174. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1175. for i=0,1.5,0.1 do
  1176. swait()
  1177. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  1178. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(40)),.3)
  1179. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-130),math.rad(-130)),.3)
  1180. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  1181. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1182. end
  1183. so("http://roblox.com/asset/?id=200632211",Hitbox,1,1)
  1184. for i=0,1.5,0.1 do
  1185. swait()
  1186. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  1187. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(-40)),.3)
  1188. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-40),math.rad(-80)),.3)
  1189. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  1190. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  1191. end
  1192. attack=false
  1193. con1:disconnect()
  1194. end
  1195.  
  1196. function attackthree()
  1197. attack=true
  1198. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1199. for i=0,1.5,0.1 do
  1200. swait()
  1201. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1202. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(60)),.3)
  1203. RW.C0=clerp(RW.C0,cf(1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(-50)),.3)
  1204. LW.C0=clerp(LW.C0,cf(-1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(50)),.3)
  1205. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1206. end
  1207. so("http://roblox.com/asset/?id=200632136",Hitbox,1,.9)
  1208. for i=0,1.5,.1 do
  1209. swait()
  1210. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(5)),.3)
  1211. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1212. RW.C0=clerp(RW.C0,cf(1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  1213. LW.C0=clerp(LW.C0,cf(-1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(50)),.3)
  1214. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(20)),.3)
  1215. end
  1216. attack=false
  1217. con1:disconnect()
  1218. end
  1219.  
  1220. function SpinNSmash()
  1221. attack=true
  1222. for i=0,1.5,0.1 do
  1223. swait()
  1224. so("http://roblox.com/asset/?id=200632136",Hitbox,1,.9)
  1225. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1226. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1227. RW.C0=clerp(RW.C0,cf(1.5,0.9,0)*angles(math.rad(170),math.rad(0),math.rad(30)),.3)
  1228. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-20)),.3)
  1229. handleweld.C0=cf(0,0,0)*euler(0,0+10*i,0)
  1230. end
  1231. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1232. for i=0,1.5,0.1 do
  1233. swait()
  1234. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1235. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1236. RW.C0=clerp(RW.C0,cf(1.5,0.9,0)*angles(math.rad(190),math.rad(0),math.rad(20)),.3)
  1237. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-30),math.rad(0),math.rad(-20)),.3)
  1238. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  1239. end
  1240. so("http://roblox.com/asset/?id=200632211",Hitbox,1,.9)
  1241. for i=0,1.5,0.1 do
  1242. swait()
  1243. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1244. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1245. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  1246. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-30)),.3)
  1247. handleweld.C0=clerp(handleweld.C0,cf(.5,0,0)*angles(math.rad(-50),math.rad(10),math.rad(-20)),.3)
  1248. end
  1249. attack=false
  1250. con1:disconnect()
  1251. end
  1252.  
  1253.  
  1254. mouse.Button1Down:connect(function()
  1255. if attack==false then
  1256. if attacktype==1 then
  1257. attack=true
  1258. attacktype=2
  1259. attackone()
  1260. elseif attacktype==2 then
  1261. attack=true
  1262. attacktype=3
  1263. attacktwo()
  1264. elseif attacktype==3 then
  1265. attack=true
  1266. attacktype=1
  1267. attackthree()
  1268. end
  1269. end
  1270. end)
  1271.  
  1272. mouse.KeyDown:connect(function(k)
  1273. k=k:lower()
  1274. if k=='q' then
  1275. if attack==false then
  1276. SpinNSmash()
  1277. end
  1278. end
  1279. end)
  1280.  
  1281.  
  1282. local sine = 0
  1283. local change = 1
  1284. local val = 0
  1285.  
  1286. while true do
  1287. swait()
  1288. sine = sine + change
  1289. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1290. local velderp=RootPart.Velocity.y
  1291. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1292. if equipped==true or equipped==false then
  1293. if attack==false then
  1294. idle=idle+1
  1295. else
  1296. idle=0
  1297. end
  1298. if idle>=500 then
  1299. if attack==false then
  1300. --Sheath()
  1301. end
  1302. end
  1303. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1304. Anim="Jump"
  1305. if attack==false then
  1306. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1307. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1308. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
  1309. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(-20)),.3)
  1310. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1311. end
  1312. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1313. Anim="Fall"
  1314. if attack==false then
  1315. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1316. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1317. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-30),math.rad(0),math.rad(20)),.3)
  1318. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-30),math.rad(0),math.rad(-20)),.3)
  1319. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1320. end
  1321. elseif torvel<1 and hitfloor~=nil then
  1322. Anim="Idle"
  1323. if attack==false then
  1324. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  1325. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(40)),.3)
  1326. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(50),math.rad(0),math.rad(20)),.3)
  1327. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(-10)),.3)
  1328. handleweld.C0=clerp(handleweld.C0,cf(0,0,0.4)*angles(math.rad(80),math.rad(0),math.rad(20)),.3)
  1329. end
  1330. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1331. Anim="Walk"
  1332. if attack==false then
  1333. change=3
  1334. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1335. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1336. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
  1337. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-20)),.3)
  1338. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1339. end
  1340. elseif torvel>=22 and hitfloor~=nil then
  1341. Anim="Run"
  1342. if attack==false then
  1343. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1344. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1345. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
  1346. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-20)),.3)
  1347. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1348. end
  1349. end
  1350. end
  1351. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement