Advertisement
memberhero

basstracker1970 weapon 2 the card master

Dec 16th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 113.76 KB | None | 0 0
  1. --[[BASSTRACKER1970_WEAPONRY]]--
  2. --[[Chat Gui Edit.]]--
  3.  
  4. wait(.5)
  5.  
  6. local runServ = game:GetService("RunService").RenderStepped
  7.  
  8. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  9. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  10. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  11. HBill.Size = UDim2.new(15,0,2.2,0)
  12. HBill.Name = "Health Display"
  13. HBill.StudsOffset = Vector3.new(0,4,0)
  14. HBill.AlwaysOnTop = true
  15. HBill.Enabled = true
  16. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  17. HMain.BackgroundTransparency = 1
  18. HMain.Size = UDim2.new(1,0,1,0)
  19. HBarBack.Parent = HMain
  20. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  21. HBarBack.BorderColor3 = Color3.new(0,0,0)
  22. HBarBack.BorderSizePixel = 2
  23. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  24. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  25. HBar.Parent = HBarBack
  26. HBar.BackgroundColor3 = Color3.new(0, 1, 0)
  27. HBar.BorderColor3 = Color3.new(0,0,0)
  28. HBar.Size = UDim2.new(.5,0,1,0)
  29. HHealth.BackgroundTransparency = 1
  30. HHealth.Size = UDim2.new(1,0,1,0)
  31. HHealth.Font = "SourceSans"
  32. HHealth.Text = " "
  33. HHealth.TextScaled = true
  34. HHealth.TextColor3 = Color3.new(1,1,1)
  35. HHealth.TextStrokeColor3 = Color3.new(85/255, 0, 127/255)
  36. HHealth.TextStrokeTransparency = 0
  37. HName.Parent = HMain
  38. HName.BackgroundTransparency = 1
  39. HName.Size = UDim2.new(1,0,.5,0)
  40. HName.Font = "SourceSansItalic"
  41. HName.Text = "Card Master, The Card King"
  42. HName.TextScaled = true
  43. HName.TextColor3 = Color3.new(85/255, 0,127/255)
  44. HName.TextStrokeColor3 = Color3.new(0,0,0)
  45. HName.TextStrokeTransparency = 0
  46. HName.TextYAlignment = "Top"
  47.  
  48. runServ:connect(function()
  49. HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
  50. HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  51. end)
  52. Player=game:GetService("Players").LocalPlayer
  53. Character=Player.Character
  54. PlayerGui=Player.PlayerGui
  55. Backpack=Player.Backpack
  56. Torso=Character.Torso
  57. Head=Character.Head
  58. Humanoid=Character.Humanoid
  59. m=Instance.new('Model',Character)
  60. LeftArm=Character["Left Arm"]
  61. LeftLeg=Character["Left Leg"]
  62. RightArm=Character["Right Arm"]
  63. RightLeg=Character["Right Leg"]
  64. LS=Torso["Left Shoulder"]
  65. LH=Torso["Left Hip"]
  66. RS=Torso["Right Shoulder"]
  67. RH=Torso["Right Hip"]
  68. Face = Head.face
  69. Neck=Torso.Neck
  70. it=Instance.new
  71. attacktype=1
  72. vt=Vector3.new
  73. cf=CFrame.new
  74. euler=CFrame.fromEulerAnglesXYZ
  75. angles=CFrame.Angles
  76. cloaked=false
  77. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  78. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  79. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  80. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  81. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  82. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  83. RootPart=Character.HumanoidRootPart
  84. RootJoint=RootPart.RootJoint
  85. RootCF=euler(-1.57,0,3.14)
  86. attack = false
  87. attackdebounce = false
  88. deb=false
  89. equipped=true
  90. hand=false
  91. MMouse=nil
  92. combo=0
  93. mana=0
  94. trispeed=.2
  95. attackmode='none'
  96. local idle=0
  97. local Anim="Idle"
  98. local Effects={}
  99. local gun=false
  100. local shoot=false
  101. player=nil
  102. mana=0
  103.  
  104. mouse=Player:GetMouse()
  105. --save shoulders
  106. RSH, LSH=nil, nil
  107. --welds
  108. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  109. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  110. LH=Torso["Left Hip"]
  111. RH=Torso["Right Hip"]
  112. TorsoColor=Torso.BrickColor
  113. function NoOutline(Part)
  114. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  115. end
  116. player=Player
  117. ch=Character
  118. RSH=ch.Torso["Right Shoulder"]
  119. LSH=ch.Torso["Left Shoulder"]
  120. --
  121. RSH.Parent=nil
  122. LSH.Parent=nil
  123. --
  124. RW.Name="Right Shoulder"
  125. RW.Part0=ch.Torso
  126. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  127. RW.C1=cf(0, 0.5, 0)
  128. RW.Part1=ch["Right Arm"]
  129. RW.Parent=ch.Torso
  130. --
  131. LW.Name="Left Shoulder"
  132. LW.Part0=ch.Torso
  133. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  134. LW.C1=cf(0, 0.5, 0)
  135. LW.Part1=ch["Left Arm"]
  136. LW.Parent=ch.Torso
  137.  
  138. Player=game:GetService('Players').LocalPlayer
  139. Character=Player.Character
  140. Mouse=Player:GetMouse()
  141. m=Instance.new('Model',Character)
  142.  
  143.  
  144. local function weldBetween(a, b)
  145. local weldd = Instance.new("ManualWeld")
  146. weldd.Part0 = a
  147. weldd.Part1 = b
  148. weldd.C0 = CFrame.new()
  149. weldd.C1 = b.CFrame:inverse() * a.CFrame
  150. weldd.Parent = a
  151. return weldd
  152. end
  153.  
  154. function swait(num)
  155. if num==0 or num==nil then
  156. game:service'RunService'.Heartbeat:wait(0)
  157. else
  158. for i=0,num do
  159. game:service'RunService'.Heartbeat:wait(0)
  160. end
  161. end
  162. end
  163.  
  164. function nooutline(part)
  165. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  166. end
  167.  
  168. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  169. local fp=it("Part")
  170. fp.formFactor=formfactor
  171. fp.Parent=parent
  172. fp.Reflectance=reflectance
  173. fp.Transparency=transparency
  174. fp.CanCollide=false
  175. fp.Locked=true
  176. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  177. fp.Name=name
  178. fp.Size=size
  179. fp.Position=Character.Torso.Position
  180. nooutline(fp)
  181. fp.Material=material
  182. fp:BreakJoints()
  183. return fp
  184. end
  185.  
  186. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  187. local mesh=it(Mesh)
  188. mesh.Parent=part
  189. if Mesh=="SpecialMesh" then
  190. mesh.MeshType=meshtype
  191. mesh.MeshId=meshid
  192. end
  193. mesh.Offset=offset
  194. mesh.Scale=scale
  195. return mesh
  196. end
  197.  
  198. function weld(parent,part0,part1,c0,c1)
  199. local weld=it("Weld")
  200. weld.Parent=parent
  201. weld.Part0=part0
  202. weld.Part1=part1
  203. weld.C0=c0
  204. weld.C1=c1
  205. return weld
  206. end
  207.  
  208.  
  209. local function CFrameFromTopBack(at, top, back)
  210. local right = top:Cross(back)
  211. return CFrame.new(at.x, at.y, at.z,
  212. right.x, top.x, back.x,
  213. right.y, top.y, back.y,
  214. right.z, top.z, back.z)
  215. end
  216.  
  217. function Triangle(a, b, c)
  218. local edg1 = (c-a):Dot((b-a).unit)
  219. local edg2 = (a-b):Dot((c-b).unit)
  220. local edg3 = (b-c):Dot((a-c).unit)
  221. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  222. a, b, c = a, b, c
  223. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  224. a, b, c = b, c, a
  225. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  226. a, b, c = c, a, b
  227. else
  228. assert(false, "unreachable")
  229. end
  230.  
  231. local len1 = (c-a):Dot((b-a).unit)
  232. local len2 = (b-a).magnitude - len1
  233. local width = (a + (b-a).unit*len1 - c).magnitude
  234.  
  235. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  236.  
  237. local list = {}
  238.  
  239. local TrailColor = ("Dark grey")
  240.  
  241. if len1 > 0.01 then
  242. local w1 = Instance.new('WedgePart', m)
  243. game:GetService("Debris"):AddItem(w1,5)
  244. w1.Material = "SmoothPlastic"
  245. w1.FormFactor = 'Custom'
  246. w1.BrickColor = BrickColor.new(TrailColor)
  247. w1.Transparency = 0
  248. w1.Reflectance = 0
  249. w1.Material = "SmoothPlastic"
  250. w1.CanCollide = false
  251. NoOutline(w1)
  252. local sz = Vector3.new(0.2, width, len1)
  253. w1.Size = sz
  254. local sp = Instance.new("SpecialMesh",w1)
  255. sp.MeshType = "Wedge"
  256. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  257. w1:BreakJoints()
  258. w1.Anchored = true
  259. w1.Parent = workspace
  260. w1.Transparency = 0.7
  261. table.insert(Effects,{w1,"Disappear",.01})
  262. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  263. table.insert(list,w1)
  264. end
  265.  
  266. if len2 > 0.01 then
  267. local w2 = Instance.new('WedgePart', m)
  268. game:GetService("Debris"):AddItem(w2,5)
  269. w2.Material = "SmoothPlastic"
  270. w2.FormFactor = 'Custom'
  271. w2.BrickColor = BrickColor.new(TrailColor)
  272. w2.Transparency = 0
  273. w2.Reflectance = 0
  274. w2.Material = "SmoothPlastic"
  275. w2.CanCollide = false
  276. NoOutline(w2)
  277. local sz = Vector3.new(0.2, width, len2)
  278. w2.Size = sz
  279. local sp = Instance.new("SpecialMesh",w2)
  280. sp.MeshType = "Wedge"
  281. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  282. w2:BreakJoints()
  283. w2.Anchored = true
  284. w2.Parent = workspace
  285. w2.Transparency = 0.7
  286. table.insert(Effects,{w2,"Disappear",.01})
  287. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  288. table.insert(list,w2)
  289. end
  290. return unpack(list)
  291. end
  292.  
  293.  
  294. so = function(id,par,vol,pit)
  295. coroutine.resume(coroutine.create(function()
  296. local sou = Instance.new("Sound",par or workspace)
  297. sou.Volume=vol
  298. sou.Pitch=pit or 1
  299. sou.SoundId=id
  300. swait()
  301. sou:play()
  302. game:GetService("Debris"):AddItem(sou,6)
  303. end))
  304. end
  305.  
  306. function clerp(a,b,t)
  307. local qa = {QuaternionFromCFrame(a)}
  308. local qb = {QuaternionFromCFrame(b)}
  309. local ax, ay, az = a.x, a.y, a.z
  310. local bx, by, bz = b.x, b.y, b.z
  311. local _t = 1-t
  312. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  313. end
  314.  
  315. function QuaternionFromCFrame(cf)
  316. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  317. local trace = m00 + m11 + m22
  318. if trace > 0 then
  319. local s = math.sqrt(1 + trace)
  320. local recip = 0.5/s
  321. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  322. else
  323. local i = 0
  324. if m11 > m00 then
  325. i = 1
  326. end
  327. if m22 > (i == 0 and m00 or m11) then
  328. i = 2
  329. end
  330. if i == 0 then
  331. local s = math.sqrt(m00-m11-m22+1)
  332. local recip = 0.5/s
  333. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  334. elseif i == 1 then
  335. local s = math.sqrt(m11-m22-m00+1)
  336. local recip = 0.5/s
  337. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  338. elseif i == 2 then
  339. local s = math.sqrt(m22-m00-m11+1)
  340. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  341. end
  342. end
  343. end
  344.  
  345. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  346. local xs, ys, zs = x + x, y + y, z + z
  347. local wx, wy, wz = w*xs, w*ys, w*zs
  348. local xx = x*xs
  349. local xy = x*ys
  350. local xz = x*zs
  351. local yy = y*ys
  352. local yz = y*zs
  353. local zz = z*zs
  354. 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))
  355. end
  356.  
  357. function QuaternionSlerp(a, b, t)
  358. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  359. local startInterp, finishInterp;
  360. if cosTheta >= 0.0001 then
  361. if (1 - cosTheta) > 0.0001 then
  362. local theta = math.acos(cosTheta)
  363. local invSinTheta = 1/math.sin(theta)
  364. startInterp = math.sin((1-t)*theta)*invSinTheta
  365. finishInterp = math.sin(t*theta)*invSinTheta
  366. else
  367. startInterp = 1-t
  368. finishInterp = t
  369. end
  370. else
  371. if (1+cosTheta) > 0.0001 then
  372. local theta = math.acos(-cosTheta)
  373. local invSinTheta = 1/math.sin(theta)
  374. startInterp = math.sin((t-1)*theta)*invSinTheta
  375. finishInterp = math.sin(t*theta)*invSinTheta
  376. else
  377. startInterp = t-1
  378. finishInterp = t
  379. end
  380. end
  381. 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
  382. end
  383.  
  384. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  385.  
  386.  
  387. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  388. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  389. end
  390.  
  391. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  392. if hit.Parent==nil then
  393. return
  394. end
  395. h=hit.Parent:FindFirstChild("Humanoid")
  396. for _,v in pairs(hit.Parent:children()) do
  397. if v:IsA("Humanoid") then
  398. h=v
  399. end
  400. end
  401. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  402. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  403. end
  404. if hit.Parent.className=="Hat" then
  405. hit=hit.Parent.Parent:findFirstChild("Head")
  406. end
  407. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  408. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  409. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  410. return
  411. end]]
  412. -- hs(hit,1.2)
  413. c=Instance.new("ObjectValue")
  414. c.Name="creator"
  415. c.Value=game:service("Players").LocalPlayer
  416. c.Parent=h
  417. game:GetService("Debris"):AddItem(c,.5)
  418. Damage=math.random(minim,maxim)
  419. -- h:TakeDamage(Damage)
  420. blocked=false
  421. block=hit.Parent:findFirstChild("Block")
  422. if block~=nil then
  423. print(block.className)
  424. if block.className=="NumberValue" then
  425. if block.Value>0 then
  426. blocked=true
  427. if decreaseblock==nil then
  428. block.Value=block.Value-1
  429. end
  430. end
  431. end
  432. if block.className=="IntValue" then
  433. if block.Value>0 then
  434. blocked=true
  435. if decreaseblock~=nil then
  436. block.Value=block.Value-1
  437. end
  438. end
  439. end
  440. end
  441. if blocked==false then
  442. -- h:TakeDamage(Damage)
  443. h.Health=h.Health-Damage
  444. showDamage(hit.Parent,Damage,.5,BrickColor.new("Really black"))
  445. else
  446. h.Health=h.Health-(Damage/2)
  447. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  448. end
  449. if Type=="Knockdown" then
  450. hum=hit.Parent.Humanoid
  451. hum.PlatformStand=true
  452. coroutine.resume(coroutine.create(function(HHumanoid)
  453. swait(1)
  454. HHumanoid.PlatformStand=false
  455. end),hum)
  456. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  457. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  458. local bodvol=Instance.new("BodyVelocity")
  459. bodvol.velocity=angle*knockback
  460. bodvol.P=5000
  461. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  462. bodvol.Parent=hit
  463. rl=Instance.new("BodyAngularVelocity")
  464. rl.P=3000
  465. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  466. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  467. rl.Parent=hit
  468. game:GetService("Debris"):AddItem(bodvol,.5)
  469. game:GetService("Debris"):AddItem(rl,.5)
  470. elseif Type=="Normal" then
  471. vp=Instance.new("BodyVelocity")
  472. vp.P=500
  473. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  474. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  475. if KnockbackType==1 then
  476. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  477. elseif KnockbackType==2 then
  478. vp.velocity=Property.CFrame.lookVector*knockback
  479. end
  480. if knockback>0 then
  481. vp.Parent=hit.Parent.Torso
  482. end
  483. game:GetService("Debris"):AddItem(vp,.5)
  484. elseif Type=="Up" then
  485. local bodyVelocity=Instance.new("BodyVelocity")
  486. bodyVelocity.velocity=vt(0,60,0)
  487. bodyVelocity.P=5000
  488. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  489. bodyVelocity.Parent=hit
  490. game:GetService("Debris"):AddItem(bodyVelocity,1)
  491. rl=Instance.new("BodyAngularVelocity")
  492. rl.P=3000
  493. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  494. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  495. rl.Parent=hit
  496. game:GetService("Debris"):AddItem(rl,.5)
  497. elseif Type=="Snare" then
  498. bp=Instance.new("BodyPosition")
  499. bp.P=2000
  500. bp.D=100
  501. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  502. bp.position=hit.Parent.Torso.Position
  503. bp.Parent=hit.Parent.Torso
  504. game:GetService("Debris"):AddItem(bp,1)
  505. elseif Type=="Target" then
  506. if Targetting==false then
  507. ZTarget=hit.Parent.Torso
  508. coroutine.resume(coroutine.create(function(Part)
  509. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  510. swait(5)
  511. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  512. end),ZTarget)
  513. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  514. targetgui=Instance.new("BillboardGui")
  515. targetgui.Parent=ZTarget
  516. targetgui.Size=UDim2.new(10,100,10,100)
  517. targ=Instance.new("ImageLabel")
  518. targ.Parent=targetgui
  519. targ.BackgroundTransparency=1
  520. targ.Image="rbxassetid://4834067"
  521. targ.Size=UDim2.new(1,0,1,0)
  522. cam.CameraType="Scriptable"
  523. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  524. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  525. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  526. Targetting=true
  527. RocketTarget=ZTarget
  528. for i=1,Property do
  529. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  530. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  531. swait()
  532. end
  533. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  534. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  535. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  536. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  537. end
  538. Targetting=false
  539. RocketTarget=nil
  540. targetgui.Parent=nil
  541. cam.CameraType="Custom"
  542. end
  543. end
  544. debounce=Instance.new("BoolValue")
  545. debounce.Name="DebounceHit"
  546. debounce.Parent=hit.Parent
  547. debounce.Value=true
  548. game:GetService("Debris"):AddItem(debounce,Delay)
  549. c=Instance.new("ObjectValue")
  550. c.Name="creator"
  551. c.Value=Player
  552. c.Parent=h
  553. game:GetService("Debris"):AddItem(c,.5)
  554. CRIT=false
  555. hitDeb=true
  556. AttackPos=6
  557. end
  558. end
  559.  
  560. showDamage=function(Char,Dealt,du,Color)
  561. m=Instance.new("Model")
  562. m.Name=tostring(Dealt)
  563. h=Instance.new("Humanoid")
  564. h.Health=0
  565. h.MaxHealth=0
  566. h.Parent=m
  567. c=Instance.new("Part")
  568. c.Transparency=0
  569. c.BrickColor=Color
  570. c.Name="Head"
  571. c.TopSurface=0
  572. c.BottomSurface=0
  573. c.formFactor="Plate"
  574. c.Size=Vector3.new(1,.4,1)
  575. ms=Instance.new("CylinderMesh")
  576. ms.Scale=Vector3.new(.8,.8,.8)
  577. if CRIT==true then
  578. ms.Scale=Vector3.new(1,1.25,1)
  579. end
  580. ms.Parent=c
  581. c.Reflectance=0
  582. Instance.new("BodyGyro").Parent=c
  583. c.Parent=m
  584. if Char:findFirstChild("Head")~=nil then
  585. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  586. elseif Char.Parent:findFirstChild("Head")~=nil then
  587. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  588. end
  589. f=Instance.new("BodyPosition")
  590. f.P=2000
  591. f.D=100
  592. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  593. f.position=c.Position+Vector3.new(0,3,0)
  594. f.Parent=c
  595. game:GetService("Debris"):AddItem(m,.5+du)
  596. c.CanCollide=false
  597. m.Parent=workspace
  598. c.CanCollide=false
  599. end
  600.  
  601. Handle1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Handle1",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  602. Handle1weld=weld(m,Character["Right Arm"],Handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29614592, -0.0330114365, -0.0364151001, -2.18557464e-011, 1.00000083, 0.00029155612, 1, 2.18539804e-011, 6.26317401e-012, 6.25671433e-012, 0.000291556091, -1.00000095))
  603. HitboxA=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxA",Vector3.new(1.0092001, 0.201839983, 0.672799945))
  604. HitboxAweld=weld(m,Handle1,HitboxA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.86238098e-005, 0, -6.48498535e-005, 1.00000346, 3.84204577e-013, 7.42121483e-006, -3.83895037e-013, 1, 2.26815094e-016, -7.42141856e-006, -6.11056344e-016, 1.00000393))
  605. mesh("BlockMesh",HitboxA,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  607. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000140190125, 0, -0.000114440918, 1.0000025, 3.8331442e-013, 7.18253432e-006, -3.83076085e-013, 1, -3.10081821e-016, -7.18273805e-006, 1.21430643e-017, 1.0000031))
  608. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  610. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, -0.0336685181, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  611. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  613. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  614. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  616. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008))
  617. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  619. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  620. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  622. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  623. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  625. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008))
  626. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  628. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  629. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  631. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008))
  632. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  634. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  635. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  637. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676748, -0.168113708, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  638. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  640. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  641. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  643. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008))
  644. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  646. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  647. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  649. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  650. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  652. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573068857, 3.10669677e-008, 1.0000056, -1.00000012, -2.23650019e-007, -0.000582009437, 2.23630153e-007, -1.00000715, 3.11978283e-008))
  653. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  655. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  656. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  658. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573278638, -1.25004191e-011, 1.0000056, -1.00000012, -4.98838059e-013, -0.000582219218, 5.06288913e-013, -1.00000715, -1.20206492e-011))
  659. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  661. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008))
  662. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  664. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008))
  665. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  667. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370035887, -0.235523224, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  668. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  670. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  671. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  673. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370036006, -0.235523224, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  674. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  676. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, -0.0336685181, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007))
  677. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  679. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  680. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  682. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  683. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  685. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  686. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  687. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  688. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  689. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  691. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  692. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  693. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  694. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  695. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  697. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  698. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  700. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, 0.0336666107, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  701. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  703. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  704. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  706. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  707. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  709. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010257, -0.100978851, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  710. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  712. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  713. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  715. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336412072, -0.168121338, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  716. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  718. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676867, -0.168113708, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  719. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  721. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  722. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  724. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336411953, -0.168121338, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  725. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  727. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, 0.0336675644, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007))
  728. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  730. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  731. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  733. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  734. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  736. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010138, -0.100978851, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  737. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  739. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  740. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  742. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  743. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  745. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  746. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  747. mesh("BlockMesh",Handle1,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  748.  
  749. Handle2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  750. Handle2weld=weld(m,Character["Right Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22525215, -0.233011246, 0.324962616, -2.18563345e-011, 0.706900716, 0.70731312, 1, 1.10235857e-011, 1.98833918e-011, 6.25844428e-012, 0.707313061, -0.706900775))
  751. HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxB",Vector3.new(1.0092001, 0.201839983, 0.672799945))
  752. HitboxBweld=weld(m,Handle2,HitboxB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14440918e-005, 0, -7.62939453e-006, 1.00000072, 3.8386655e-013, 7.06315041e-006, -3.83776344e-013, 1, 2.7929048e-016, -7.30156898e-006, -3.23525928e-016, 1.00000072))
  753. mesh("BlockMesh",HitboxB,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  755. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, 0, -2.47955322e-005, 1.00000119, 3.8383359e-013, 6.85453415e-006, -3.83656648e-013, 1, 3.27862737e-016, -7.53998756e-006, -4.11996826e-016, 1.00000119))
  756. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  758. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  759. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  761. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  762. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  764. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008))
  765. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  767. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  768. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  770. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  771. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  773. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008))
  774. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  776. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  777. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  779. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008))
  780. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  782. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  783. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  785. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, 0.0336694717, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  786. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  788. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  789. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  791. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008))
  792. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  794. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  795. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  797. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  798. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  800. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168149948, -0.100921631, 0.0336675644, -0.000573158264, 3.10669641e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000581979752, 2.23630025e-007, -1.00000715, 3.11977928e-008))
  801. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  803. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  804. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  806. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168151855, -0.100923538, 0.0336675644, -0.000573396683, -1.25020758e-011, 1.00000477, -0.999999464, -4.9939046e-013, -0.000582128763, 5.06891404e-013, -1.00000715, -1.20223718e-011))
  807. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  809. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008))
  810. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  812. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008))
  813. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  815. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  816. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  818. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  819. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  821. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  822. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  824. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, -0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007))
  825. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  827. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  828. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  830. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  831. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  833. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  834. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  835. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  836. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  837. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  839. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  840. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  842. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  843. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  845. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  846. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  847. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  848. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  849. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  850. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  851. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  852. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  854. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  855. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  857. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  858. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  859. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  860. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  861. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  862. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  863. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  864. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  865. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  866. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, -0.033665657, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  867. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  868. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  869. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  870. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  871. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  872. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  873. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  874. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  875. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, 0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007))
  876. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  877. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  878. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  879. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  880. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  881. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  882. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  883. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  884. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  885. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  886. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  887. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  888. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  890. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  891. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  893. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  894. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  895. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  896.  
  897. Handle3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  898. Handle3weld=weld(m,Character["Right Arm"],Handle3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.17321014, 0.166988373, -0.376420975, -2.18565339e-011, 0.70731312, -0.706900716, 1, 1.98822694e-011, -1.10249414e-011, 6.25667443e-012, -0.706900656, -0.70731318))
  899. HitboxC=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxC",Vector3.new(1.0092001, 0.201839983, 0.672799945))
  900. HitboxCweld=weld(m,Handle3,HitboxC,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.00543213e-005, 0, -2.28881836e-005, 1.00000072, 3.8378762e-013, 7.48038292e-006, -3.83802365e-013, 1, 2.56739074e-016, -7.03334808e-006, -3.45209972e-016, 1.00000083))
  901. mesh("BlockMesh",HitboxC,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  902. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  903. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.96453857e-005, 0, 0, 1.00000131, 3.83072046e-013, 7.56978989e-006, -3.83100669e-013, 1, -3.73832909e-016, -6.67572021e-006, 2.01227923e-016, 1.00000143))
  904. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  905. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  906. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  907. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  908. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  909. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  910. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  911. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  912. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008))
  913. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  914. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  915. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  916. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  917. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  918. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  919. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  920. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  921. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008))
  922. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  923. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  924. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  925. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  926. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  927. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008))
  928. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  929. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  930. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  931. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  932. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  933. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  934. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  935. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  936. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  937. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  938. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  939. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008))
  940. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  941. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  942. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  943. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  944. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  945. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  946. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  947. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  948. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101055145, 0.0336675644, -0.000573158264, 3.10669712e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000582277775, 2.23630025e-007, -1.00000715, 3.11978496e-008))
  949. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  950. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  951. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  952. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  953. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  954. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101053238, 0.0336675644, -0.000573307276, -1.25003194e-011, 1.00000453, -0.999999404, -4.99556126e-013, -0.000582367182, 5.07092632e-013, -1.00000715, -1.20206076e-011))
  955. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  956. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  957. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008))
  958. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  959. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  960. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008))
  961. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  962. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  963. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  964. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  965. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  966. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  967. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  968. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  969. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  970. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  971. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  972. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, -0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007))
  973. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  974. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  975. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  976. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  977. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  978. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  979. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  980. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  981. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  982. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  983. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  984. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  985. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  986. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  987. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  988. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  989. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  990. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  991. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  992. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  993. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  994. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  995. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  996. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  997. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  998. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  999. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1000. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1001. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1002. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1003. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1004. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1005. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1006. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1007. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1008. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1009. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1010. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1011. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1012. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1013. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1014. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1015. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1016. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1017. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1018. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1019. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1020. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1021. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1022. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1023. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, 0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007))
  1024. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1025. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1026. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1027. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1028. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1029. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1030. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1031. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1032. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1033. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1034. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1035. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1036. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1037. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1038. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1039. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1040. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1041. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1042. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1043. mesh("BlockMesh",Handle3,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  1044.  
  1045. Throwing = false
  1046.  
  1047. function attackone()
  1048. attack = true
  1049. Throwing = true
  1050. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,5,10,math.random(5,5),"Normal",RootPart,.2,1) end)
  1051. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,5,10,math.random(5,5),"Normal",RootPart,.2,1) end)
  1052. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,5,10,math.random(5,5),"Normal",RootPart,.2,1) end)
  1053. for i = 0,1,0.1 do
  1054. swait()
  1055. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1056. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1057. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1058. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1059. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1060. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1061. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1062. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1063. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1064. end
  1065. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1066. coroutine.resume(coroutine.create(function()
  1067. while Throwing == true do
  1068. wait()
  1069. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1070. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1071. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1072. end
  1073. end))
  1074. for i = 0,1,0.02 do
  1075. swait()
  1076. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1077. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1078. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1079. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(90)),.2)
  1080. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1081. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1082. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1083. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1084. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1085. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1086. end
  1087. con1:disconnect()
  1088. con2:disconnect()
  1089. con3:disconnect()
  1090. attack = false
  1091. Throwing = false
  1092. end
  1093.  
  1094. mouse.Button1Down:connect(function()
  1095. if attack == false and attacktype == 1 then
  1096. attacktype = 1
  1097. attackone()
  1098. end
  1099. end)
  1100.  
  1101. mouse.KeyDown:connect(function(k)
  1102. k=k:lower()
  1103.  
  1104. end)
  1105.  
  1106. local string1=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("White"),"String1",vt(1,1,1))
  1107. local stringmsh1=mesh("CylinderMesh",string1,"","",vt(0,0,0),vt(0.1,1,0.1))
  1108. local stringwld1=weld(string1,string1,Handle1,euler(0,0,0),cf(0,0,0))
  1109.  
  1110. local string2=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("White"),"String2",vt(1,1,1))
  1111. local stringmsh2=mesh("CylinderMesh",string2,"","",vt(0,0,0),vt(0.1,1,0.1))
  1112. local stringwld2=weld(string2,string2,Handle2,euler(0,0,0),cf(0,0,0))
  1113.  
  1114. local string3=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("White"),"String2",vt(1,1,1))
  1115. local stringmsh3=mesh("CylinderMesh",string3,"","",vt(0,0,0),vt(0.1,1,0.1))
  1116. local stringwld3=weld(string3,string3,Handle3,euler(0,0,0),cf(0,0,0))
  1117.  
  1118. local strmdl = "Arrow"
  1119. coroutine.resume(coroutine.create(function()
  1120. repeat
  1121. wait(-10)
  1122.  
  1123. local top = RightArm.CFrame*cf(0,-1,0)
  1124. local bottom = Handle1.CFrame
  1125. local bottom2 = Handle2.CFrame
  1126. local bottom3 = Handle3.CFrame
  1127. local oristrpos
  1128. local oristrpos2
  1129. local oristrpos3
  1130.  
  1131. if strmdl == "Bow" then
  1132. oristrpos = CFrame.new((top.p+bottom.p)/2)
  1133. oristrpos2 = CFrame.new((top.p+bottom.p)/2)
  1134. oristrpos3 = CFrame.new((top.p+bottom.p)/2)
  1135. elseif strmdl == "Arrow" then
  1136. oristrpos = Handle1.CFrame
  1137. oristrpos2 = Handle2.CFrame
  1138. oristrpos3 = Handle3.CFrame
  1139. end
  1140.  
  1141. local mg1 = (top.p - oristrpos.p).magnitude
  1142. local mg2 = (bottom.p - oristrpos.p).magnitude
  1143. string1.Size = Vector3.new(0.2,mg1,0.2)
  1144. string1.Anchored=true
  1145. string1.CFrame = CFrame.new((top.p+oristrpos.p)/2,oristrpos.p) * CFrame.Angles(math.rad(90),0,0)
  1146.  
  1147. local mg1B = (top.p - oristrpos2.p).magnitude
  1148. local mg2B = (bottom2.p - oristrpos2.p).magnitude
  1149. string2.Size = Vector3.new(0.2,mg1B,0.2)
  1150. string2.Anchored=true
  1151. string2.CFrame = CFrame.new((top.p+oristrpos2.p)/2,oristrpos2.p) * CFrame.Angles(math.rad(90),0,0)
  1152.  
  1153. local mg1C = (top.p - oristrpos3.p).magnitude
  1154. local mg2C = (bottom3.p - oristrpos3.p).magnitude
  1155. string3.Size = Vector3.new(0.2,mg1C,0.2)
  1156. string3.Anchored=true
  1157. string3.CFrame = CFrame.new((top.p+oristrpos3.p)/2,oristrpos3.p) * CFrame.Angles(math.rad(90),0,0)
  1158. until false
  1159. end))
  1160.  
  1161.  
  1162. local sine = 0
  1163. local change = 1
  1164. local val = 0
  1165.  
  1166. while true do
  1167. swait()
  1168. sine = sine + change
  1169. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1170. local velderp=RootPart.Velocity.y
  1171. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1172. if equipped==true or equipped==false then
  1173. if attack==false then
  1174. idle=idle+1
  1175. else
  1176. idle=0
  1177. end
  1178. if idle>=500 then
  1179. if attack==false then
  1180. --Sheath()
  1181. end
  1182. end
  1183. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1184. Anim="Jump"
  1185. if attack==false then
  1186. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1187. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.2)
  1188. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2)
  1189. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)),.2)
  1190. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  1191. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1192. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1193. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1194. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1195. end
  1196. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1197. Anim="Fall"
  1198. if attack==false then
  1199. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(10)),.2)
  1200. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(-10)),.2)
  1201. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(30)),.2)
  1202. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)),.2)
  1203. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(20),math.rad(90),math.rad(0)),.2)
  1204. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-30),math.rad(-90),math.rad(0)),.2)
  1205. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1206. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1207. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1208. end
  1209. elseif torvel<1 and hitfloor~=nil then
  1210. Anim="Idle"
  1211. if attack==false then
  1212. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1213. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1214. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2)
  1215. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1216. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1217. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1218. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1219. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1220. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1221. end
  1222. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1223. Anim="Walk"
  1224. if attack==false then
  1225. change=3
  1226. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(50)),.2)
  1227. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(2),math.rad(-50)),.2)
  1228. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2)
  1229. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1230. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1231. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1232. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1233. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1234. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1235. end
  1236. elseif torvel>=22 and hitfloor~=nil then
  1237. Anim="Run"
  1238. if attack==false then
  1239. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1240. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1241. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  1242. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  1243. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  1244. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1245. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1246. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1247. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1248. end
  1249. end
  1250. end
  1251. if #Effects>0 then
  1252. --table.insert(Effects,{prt,"Block1",delay})
  1253. for e=1,#Effects do
  1254. if Effects[e]~=nil then
  1255. --for j=1,#Effects[e] do
  1256. local Thing=Effects[e]
  1257. if Thing~=nil then
  1258. local Part=Thing[1]
  1259. local Mode=Thing[2]
  1260. local Delay=Thing[3]
  1261. local IncX=Thing[4]
  1262. local IncY=Thing[5]
  1263. local IncZ=Thing[6]
  1264. if Thing[1].Transparency<=1 then
  1265. if Thing[2]=="Block1" then
  1266. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1267. Mesh=Thing[1].Mesh
  1268. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1269. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1270. elseif Thing[2]=="Cylinder" then
  1271. Mesh=Thing[1].Mesh
  1272. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1273. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1274. elseif Thing[2]=="Blood" then
  1275. Mesh=Thing[7]
  1276. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  1277. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1278. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1279. elseif Thing[2]=="Elec" then
  1280. Mesh=Thing[1].Mesh
  1281. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  1282. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1283. elseif Thing[2]=="Disappear" then
  1284. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1285. end
  1286. else
  1287. Part.Parent=nil
  1288. table.remove(Effects,e)
  1289. end
  1290. end
  1291. --end
  1292. end
  1293. end
  1294. end
  1295. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement