Advertisement
Guest User

Untitled

a guest
May 20th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Player=game:GetService("Players").Expheus
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52.  
  53. mouse=Player:GetMouse()
  54. --save shoulders
  55. RSH, LSH=nil, nil
  56. --welds
  57. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  58. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  59. LH=Torso["Left Hip"]
  60. RH=Torso["Right Hip"]
  61. TorsoColor=Torso.BrickColor
  62. function NoOutline(Part)
  63. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  64. end
  65. player=Player
  66. ch=Character
  67. RSH=ch.Torso["Right Shoulder"]
  68. LSH=ch.Torso["Left Shoulder"]
  69. --
  70. RSH.Parent=nil
  71. LSH.Parent=nil
  72. --
  73. RW.Name="Right Shoulder"
  74. RW.Part0=ch.Torso
  75. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  76. RW.C1=cf(0, 0.5, 0)
  77. RW.Part1=ch["Right Arm"]
  78. RW.Parent=ch.Torso
  79. --
  80. LW.Name="Left Shoulder"
  81. LW.Part0=ch.Torso
  82. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  83. LW.C1=cf(0, 0.5, 0)
  84. LW.Part1=ch["Left Arm"]
  85. LW.Parent=ch.Torso
  86.  
  87. Player=game:GetService('Players').LocalPlayer
  88. Character=Player.Character
  89. Mouse=Player:GetMouse()
  90. m=Instance.new('Model',Character)
  91.  
  92.  
  93. local function weldBetween(a, b)
  94. local weldd = Instance.new("ManualWeld")
  95. weldd.Part0 = a
  96. weldd.Part1 = b
  97. weldd.C0 = CFrame.new()
  98. weldd.C1 = b.CFrame:inverse() * a.CFrame
  99. weldd.Parent = a
  100. return weldd
  101. end
  102.  
  103. it=Instance.new
  104.  
  105. function nooutline(part)
  106. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  107. end
  108.  
  109. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  110. local fp=it("Part")
  111. fp.formFactor=formfactor
  112. fp.Parent=parent
  113. fp.Reflectance=reflectance
  114. fp.Transparency=transparency
  115. fp.CanCollide=false
  116. fp.Locked=true
  117. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  118. fp.Name=name
  119. fp.Size=size
  120. fp.Position=Character.Torso.Position
  121. nooutline(fp)
  122. fp.Material=material
  123. fp:BreakJoints()
  124. return fp
  125. end
  126.  
  127. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  128. local mesh=it(Mesh)
  129. mesh.Parent=part
  130. if Mesh=="SpecialMesh" then
  131. mesh.MeshType=meshtype
  132. mesh.MeshId=meshid
  133. end
  134. mesh.Offset=offset
  135. mesh.Scale=scale
  136. return mesh
  137. end
  138.  
  139. function weld(parent,part0,part1,c0,c1)
  140. local weld=it("Weld")
  141. weld.Parent=parent
  142. weld.Part0=part0
  143. weld.Part1=part1
  144. weld.C0=c0
  145. weld.C1=c1
  146. return weld
  147. end
  148.  
  149.  
  150. Player=game:GetService('Players').LocalPlayer
  151. Character=Player.Character
  152. Mouse=Player:GetMouse()
  153. m=Instance.new('Model',Character)
  154.  
  155.  
  156. local function weldBetween(a, b)
  157. local weldd = Instance.new("ManualWeld")
  158. weldd.Part0 = a
  159. weldd.Part1 = b
  160. weldd.C0 = CFrame.new()
  161. weldd.C1 = b.CFrame:inverse() * a.CFrame
  162. weldd.Parent = a
  163. return weldd
  164. end
  165.  
  166. it=Instance.new
  167.  
  168. function nooutline(part)
  169. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  170. end
  171.  
  172. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  173. local fp=it("Part")
  174. fp.formFactor=formfactor
  175. fp.Parent=parent
  176. fp.Reflectance=reflectance
  177. fp.Transparency=transparency
  178. fp.CanCollide=false
  179. fp.Locked=true
  180. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  181. fp.Name=name
  182. fp.Size=size
  183. fp.Position=Character.Torso.Position
  184. nooutline(fp)
  185. fp.Material=material
  186. fp:BreakJoints()
  187. return fp
  188. end
  189.  
  190. function swait(num)
  191. if num==0 or num==nil then
  192. game:service'RunService'.Stepped:wait(0)
  193. else
  194. for i=0,num do
  195. game:service'RunService'.Stepped:wait(0)
  196. end
  197. end
  198. end
  199.  
  200. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  201. local mesh=it(Mesh)
  202. mesh.Parent=part
  203. if Mesh=="SpecialMesh" then
  204. mesh.MeshType=meshtype
  205. mesh.MeshId=meshid
  206. end
  207. mesh.Offset=offset
  208. mesh.Scale=scale
  209. return mesh
  210. end
  211.  
  212. function weld(parent,part0,part1,c0,c1)
  213. local weld=it("Weld")
  214. weld.Parent=parent
  215. weld.Part0=part0
  216. weld.Part1=part1
  217. weld.C0=c0
  218. weld.C1=c1
  219. return weld
  220. end
  221.  
  222.  
  223. local function CFrameFromTopBack(at, top, back)
  224. local right = top:Cross(back)
  225. return CFrame.new(at.x, at.y, at.z,
  226. right.x, top.x, back.x,
  227. right.y, top.y, back.y,
  228. right.z, top.z, back.z)
  229. end
  230.  
  231. function Triangle(a, b, c)
  232. local edg1 = (c-a):Dot((b-a).unit)
  233. local edg2 = (a-b):Dot((c-b).unit)
  234. local edg3 = (b-c):Dot((a-c).unit)
  235. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  236. a, b, c = a, b, c
  237. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  238. a, b, c = b, c, a
  239. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  240. a, b, c = c, a, b
  241. else
  242. assert(false, "unreachable")
  243. end
  244.  
  245. local len1 = (c-a):Dot((b-a).unit)
  246. local len2 = (b-a).magnitude - len1
  247. local width = (a + (b-a).unit*len1 - c).magnitude
  248.  
  249. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  250.  
  251. local list = {}
  252.  
  253. local Color = BrickColor.new("Really black")
  254.  
  255. if len1 > 0.01 then
  256. local w1 = Instance.new('WedgePart', m)
  257. game:GetService("Debris"):AddItem(w1,5)
  258. w1.Material = "SmoothPlastic"
  259. w1.FormFactor = 'Custom'
  260. w1.BrickColor = BrickColor.new(Color)
  261. w1.Transparency = 0
  262. w1.Reflectance = 0
  263. w1.Material = "SmoothPlastic"
  264. w1.CanCollide = false
  265. NoOutline(w1)
  266. local sz = Vector3.new(0.2, width, len1)
  267. w1.Size = sz
  268. local sp = Instance.new("SpecialMesh",w1)
  269. sp.MeshType = "Wedge"
  270. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  271. w1:BreakJoints()
  272. w1.Anchored = true
  273. w1.Parent = workspace
  274. w1.Transparency = 0.7
  275. table.insert(Effects,{w1,"Disappear",.01})
  276. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  277. table.insert(list,w1)
  278. end
  279.  
  280. if len2 > 0.01 then
  281. local w2 = Instance.new('WedgePart', m)
  282. game:GetService("Debris"):AddItem(w2,5)
  283. w2.Material = "SmoothPlastic"
  284. w2.FormFactor = 'Custom'
  285. w2.BrickColor = BrickColor.new(Color)
  286. w2.Transparency = 0
  287. w2.Reflectance = 0
  288. w2.Material = "SmoothPlastic"
  289. w2.CanCollide = false
  290. NoOutline(w2)
  291. local sz = Vector3.new(0.2, width, len2)
  292. w2.Size = sz
  293. local sp = Instance.new("SpecialMesh",w2)
  294. sp.MeshType = "Wedge"
  295. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  296. w2:BreakJoints()
  297. w2.Anchored = true
  298. w2.Parent = workspace
  299. w2.Transparency = 0.7
  300. table.insert(Effects,{w2,"Disappear",.01})
  301. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  302. table.insert(list,w2)
  303. end
  304. return unpack(list)
  305. end
  306.  
  307.  
  308. so = function(id,par,vol,pit)
  309. coroutine.resume(coroutine.create(function()
  310. local sou = Instance.new("Sound",par or workspace)
  311. sou.Volume=vol
  312. sou.Pitch=pit or 1
  313. sou.SoundId=id
  314. swait()
  315. sou:play()
  316. game:GetService("Debris"):AddItem(sou,6)
  317. end))
  318. end
  319.  
  320. function clerp(a,b,t)
  321. local qa = {QuaternionFromCFrame(a)}
  322. local qb = {QuaternionFromCFrame(b)}
  323. local ax, ay, az = a.x, a.y, a.z
  324. local bx, by, bz = b.x, b.y, b.z
  325. local _t = 1-t
  326. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  327. end
  328.  
  329. function QuaternionFromCFrame(cf)
  330. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  331. local trace = m00 + m11 + m22
  332. if trace > 0 then
  333. local s = math.sqrt(1 + trace)
  334. local recip = 0.5/s
  335. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  336. else
  337. local i = 0
  338. if m11 > m00 then
  339. i = 1
  340. end
  341. if m22 > (i == 0 and m00 or m11) then
  342. i = 2
  343. end
  344. if i == 0 then
  345. local s = math.sqrt(m00-m11-m22+1)
  346. local recip = 0.5/s
  347. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  348. elseif i == 1 then
  349. local s = math.sqrt(m11-m22-m00+1)
  350. local recip = 0.5/s
  351. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  352. elseif i == 2 then
  353. local s = math.sqrt(m22-m00-m11+1)
  354. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  355. end
  356. end
  357. end
  358.  
  359. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  360. local xs, ys, zs = x + x, y + y, z + z
  361. local wx, wy, wz = w*xs, w*ys, w*zs
  362. local xx = x*xs
  363. local xy = x*ys
  364. local xz = x*zs
  365. local yy = y*ys
  366. local yz = y*zs
  367. local zz = z*zs
  368. 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))
  369. end
  370.  
  371. function QuaternionSlerp(a, b, t)
  372. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  373. local startInterp, finishInterp;
  374. if cosTheta >= 0.0001 then
  375. if (1 - cosTheta) > 0.0001 then
  376. local theta = math.acos(cosTheta)
  377. local invSinTheta = 1/math.sin(theta)
  378. startInterp = math.sin((1-t)*theta)*invSinTheta
  379. finishInterp = math.sin(t*theta)*invSinTheta
  380. else
  381. startInterp = 1-t
  382. finishInterp = t
  383. end
  384. else
  385. if (1+cosTheta) > 0.0001 then
  386. local theta = math.acos(-cosTheta)
  387. local invSinTheta = 1/math.sin(theta)
  388. startInterp = math.sin((t-1)*theta)*invSinTheta
  389. finishInterp = math.sin(t*theta)*invSinTheta
  390. else
  391. startInterp = t-1
  392. finishInterp = t
  393. end
  394. end
  395. 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
  396. end
  397.  
  398. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  399. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  400. end
  401.  
  402. local function CFrameFromTopBack(at, top, back)
  403. local right = top:Cross(back)
  404. return CFrame.new(at.x, at.y, at.z,
  405. right.x, top.x, back.x,
  406. right.y, top.y, back.y,
  407. right.z, top.z, back.z)
  408. end
  409.  
  410. function Triangle(a, b, c)
  411. local edg1 = (c-a):Dot((b-a).unit)
  412. local edg2 = (a-b):Dot((c-b).unit)
  413. local edg3 = (b-c):Dot((a-c).unit)
  414. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  415. a, b, c = a, b, c
  416. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  417. a, b, c = b, c, a
  418. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  419. a, b, c = c, a, b
  420. else
  421. assert(false, "unreachable")
  422. end
  423.  
  424. local len1 = (c-a):Dot((b-a).unit)
  425. local len2 = (b-a).magnitude - len1
  426. local width = (a + (b-a).unit*len1 - c).magnitude
  427.  
  428. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  429.  
  430. local list = {}
  431.  
  432. if len1 > 0.01 then
  433. local w1 = Instance.new('WedgePart', m)
  434. game:GetService("Debris"):AddItem(w1,5)
  435. w1.Material = "SmoothPlastic"
  436. w1.FormFactor = 'Custom'
  437. w1.BrickColor = BrickColor.new("Dark stone grey")
  438. w1.Transparency = 0
  439. w1.Reflectance = 0
  440. w1.Material = "SmoothPlastic"
  441. w1.CanCollide = false
  442. NoOutline(w1)
  443. local sz = Vector3.new(0.2, width, len1)
  444. w1.Size = sz
  445. local sp = Instance.new("SpecialMesh",w1)
  446. sp.MeshType = "Wedge"
  447. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  448. w1:BreakJoints()
  449. w1.Anchored = true
  450. w1.Parent = workspace
  451. w1.Transparency = 0.7
  452. table.insert(Effects,{w1,"Disappear",.01})
  453. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  454. table.insert(list,w1)
  455. end
  456.  
  457. if len2 > 0.01 then
  458. local w2 = Instance.new('WedgePart', m)
  459. game:GetService("Debris"):AddItem(w2,5)
  460. w2.Material = "SmoothPlastic"
  461. w2.FormFactor = 'Custom'
  462. w2.BrickColor = BrickColor.new("Dark stone grey")
  463. w2.Transparency = 0
  464. w2.Reflectance = 0
  465. w2.Material = "SmoothPlastic"
  466. w2.CanCollide = false
  467. NoOutline(w2)
  468. local sz = Vector3.new(0.2, width, len2)
  469. w2.Size = sz
  470. local sp = Instance.new("SpecialMesh",w2)
  471. sp.MeshType = "Wedge"
  472. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  473. w2:BreakJoints()
  474. w2.Anchored = true
  475. w2.Parent = workspace
  476. w2.Transparency = 0.7
  477. table.insert(Effects,{w2,"Disappear",.01})
  478. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  479. table.insert(list,w2)
  480. end
  481. return unpack(list)
  482. end
  483.  
  484. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  485. if hit.Parent==nil then
  486. return
  487. end
  488. h=hit.Parent:FindFirstChild("Humanoid")
  489. for _,v in pairs(hit.Parent:children()) do
  490. if v:IsA("Humanoid") then
  491. h=v
  492. end
  493. end
  494. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  495. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  496. end
  497. if hit.Parent.className=="Hat" then
  498. hit=hit.Parent.Parent:findFirstChild("Head")
  499. end
  500. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  501. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  502. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  503. return
  504. end]]
  505. -- hs(hit,1.2)
  506. c=Instance.new("ObjectValue")
  507. c.Name="creator"
  508. c.Value=game:service("Players").LocalPlayer
  509. c.Parent=h
  510. game:GetService("Debris"):AddItem(c,.5)
  511. Damage=math.random(minim,maxim)
  512. -- h:TakeDamage(Damage)
  513. blocked=false
  514. block=hit.Parent:findFirstChild("Block")
  515. if block~=nil then
  516. print(block.className)
  517. if block.className=="NumberValue" then
  518. if block.Value>0 then
  519. blocked=true
  520. if decreaseblock==nil then
  521. block.Value=block.Value-1
  522. end
  523. end
  524. end
  525. if block.className=="IntValue" then
  526. if block.Value>0 then
  527. blocked=true
  528. if decreaseblock~=nil then
  529. block.Value=block.Value-1
  530. end
  531. end
  532. end
  533. end
  534. if blocked==false then
  535. -- h:TakeDamage(Damage)
  536. h.Health=h.Health-Damage
  537. showDamage(hit.Parent,Damage,.5,BrickColor.new("Dark stone grey"))
  538. else
  539. h.Health=h.Health-(Damage/2)
  540. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  541. end
  542. if Type=="Knockdown" then
  543. hum=hit.Parent.Humanoid
  544. hum.PlatformStand=true
  545. coroutine.resume(coroutine.create(function(HHumanoid)
  546. swait(1)
  547. HHumanoid.PlatformStand=false
  548. end),hum)
  549. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  550. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  551. local bodvol=Instance.new("BodyVelocity")
  552. bodvol.velocity=angle*knockback
  553. bodvol.P=5000
  554. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  555. bodvol.Parent=hit
  556. rl=Instance.new("BodyAngularVelocity")
  557. rl.P=3000
  558. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  559. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  560. rl.Parent=hit
  561. game:GetService("Debris"):AddItem(bodvol,.5)
  562. game:GetService("Debris"):AddItem(rl,.5)
  563. elseif Type=="Normal" then
  564. vp=Instance.new("BodyVelocity")
  565. vp.P=500
  566. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  567. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  568. if KnockbackType==1 then
  569. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  570. elseif KnockbackType==2 then
  571. vp.velocity=Property.CFrame.lookVector*knockback
  572. end
  573. if knockback>0 then
  574. vp.Parent=hit.Parent.Torso
  575. end
  576. game:GetService("Debris"):AddItem(vp,.5)
  577. elseif Type=="Up" then
  578. local bodyVelocity=Instance.new("BodyVelocity")
  579. bodyVelocity.velocity=vt(0,60,0)
  580. bodyVelocity.P=5000
  581. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  582. bodyVelocity.Parent=hit
  583. game:GetService("Debris"):AddItem(bodyVelocity,1)
  584. rl=Instance.new("BodyAngularVelocity")
  585. rl.P=3000
  586. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  587. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  588. rl.Parent=hit
  589. game:GetService("Debris"):AddItem(rl,.5)
  590. elseif Type=="Snare" then
  591. bp=Instance.new("BodyPosition")
  592. bp.P=2000
  593. bp.D=100
  594. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  595. bp.position=hit.Parent.Torso.Position
  596. bp.Parent=hit.Parent.Torso
  597. game:GetService("Debris"):AddItem(bp,1)
  598. elseif Type=="Target" then
  599. if Targetting==false then
  600. ZTarget=hit.Parent.Torso
  601. coroutine.resume(coroutine.create(function(Part)
  602. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  603. swait(5)
  604. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  605. end),ZTarget)
  606. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  607. targetgui=Instance.new("BillboardGui")
  608. targetgui.Parent=ZTarget
  609. targetgui.Size=UDim2.new(10,100,10,100)
  610. targ=Instance.new("ImageLabel")
  611. targ.Parent=targetgui
  612. targ.BackgroundTransparency=1
  613. targ.Image="rbxassetid://4834067"
  614. targ.Size=UDim2.new(1,0,1,0)
  615. cam.CameraType="Scriptable"
  616. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  617. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  618. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  619. Targetting=true
  620. RocketTarget=ZTarget
  621. for i=1,Property do
  622. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  623. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  624. swait()
  625. end
  626. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  627. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  628. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  629. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  630. end
  631. Targetting=false
  632. RocketTarget=nil
  633. targetgui.Parent=nil
  634. cam.CameraType="Custom"
  635. end
  636. end
  637. debounce=Instance.new("BoolValue")
  638. debounce.Name="DebounceHit"
  639. debounce.Parent=hit.Parent
  640. debounce.Value=true
  641. game:GetService("Debris"):AddItem(debounce,Delay)
  642. c=Instance.new("ObjectValue")
  643. c.Name="creator"
  644. c.Value=Player
  645. c.Parent=h
  646. game:GetService("Debris"):AddItem(c,.5)
  647. CRIT=false
  648. hitDeb=true
  649. AttackPos=6
  650. end
  651. end
  652.  
  653. showDamage=function(Char,Dealt,du,Color)
  654. m=Instance.new("Model")
  655. m.Name=tostring(Dealt)
  656. h=Instance.new("Humanoid")
  657. h.Health=0
  658. h.MaxHealth=0
  659. h.Parent=m
  660. c=Instance.new("Part")
  661. c.Transparency=0
  662. c.BrickColor=Color
  663. c.Name="Head"
  664. c.TopSurface=0
  665. c.BottomSurface=0
  666. c.formFactor="Plate"
  667. c.Size=Vector3.new(1,.4,1)
  668. ms=Instance.new("CylinderMesh")
  669. ms.Scale=Vector3.new(.8,.8,.8)
  670. if CRIT==true then
  671. ms.Scale=Vector3.new(1,1.25,1)
  672. end
  673. ms.Parent=c
  674. c.Reflectance=0
  675. Instance.new("BodyGyro").Parent=c
  676. c.Parent=m
  677. if Char:findFirstChild("Head")~=nil then
  678. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  679. elseif Char.Parent:findFirstChild("Head")~=nil then
  680. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  681. end
  682. f=Instance.new("BodyPosition")
  683. f.P=2000
  684. f.D=100
  685. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  686. f.position=c.Position+Vector3.new(0,3,0)
  687. f.Parent=c
  688. game:GetService("Debris"):AddItem(m,.5+du)
  689. c.CanCollide=false
  690. m.Parent=workspace
  691. c.CanCollide=false
  692. end
  693.  
  694.  
  695. Player=game:GetService('Players').LocalPlayer
  696. Character=Player.Character
  697. Mouse=Player:GetMouse()
  698. m=Instance.new('Model',Character)
  699. it=Instance.new
  700. function nooutline(part)
  701. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  702. end
  703. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  704. local fp=it("Part")
  705. fp.formFactor=formfactor
  706. fp.Parent=parent
  707. fp.Reflectance=reflectance
  708. fp.Transparency=transparency
  709. fp.CanCollide=false
  710. fp.Locked=true
  711. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  712. fp.Name=name
  713. fp.Size=size
  714. fp.Position=Character.Torso.Position
  715. nooutline(fp)
  716. fp.Material=material
  717. fp:BreakJoints()
  718. return fp
  719. end
  720. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  721. local mesh=it(Mesh)
  722. mesh.Parent=part
  723. if Mesh=="SpecialMesh" then
  724. mesh.MeshType=meshtype
  725. mesh.MeshId=meshid
  726. end
  727. mesh.Offset=offset
  728. mesh.Scale=scale
  729. return mesh
  730. end
  731. function weld(parent,part0,part1,c0,c1)
  732. local weld=it("Weld")
  733. weld.Parent=parent
  734. weld.Part0=part0
  735. weld.Part1=part1
  736. weld.C0=c0
  737. weld.C1=c1
  738. return weld
  739. end
  740.  
  741. Player=game:GetService('Players').LocalPlayer
  742. Character=Player.Character
  743. Mouse=Player:GetMouse()
  744. m=Instance.new('Model',Character)
  745. it=Instance.new
  746. function nooutline(part)
  747. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  748. end
  749. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  750. local fp=it("Part")
  751. fp.formFactor=formfactor
  752. fp.Parent=parent
  753. fp.Reflectance=reflectance
  754. fp.Transparency=transparency
  755. fp.CanCollide=false
  756. fp.Locked=true
  757. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  758. fp.Name=name
  759. fp.Size=size
  760. fp.Position=Character.Torso.Position
  761. nooutline(fp)
  762. fp.Material=material
  763. fp:BreakJoints()
  764. return fp
  765. end
  766. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  767. local mesh=it(Mesh)
  768. mesh.Parent=part
  769. if Mesh=="SpecialMesh" then
  770. mesh.MeshType=meshtype
  771. mesh.MeshId=meshid
  772. end
  773. mesh.Offset=offset
  774. mesh.Scale=scale
  775. return mesh
  776. end
  777. function weld(parent,part0,part1,c0,c1)
  778. local weld=it("Weld")
  779. weld.Parent=parent
  780. weld.Part0=part0
  781. weld.Part1=part1
  782. weld.C0=c0
  783. weld.C1=c1
  784. return weld
  785. end
  786.  
  787. HandleA=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","HandleA",Vector3.new(1.6487186, 1.9784621, 1.64871848))
  788. HandleAweld=weld(m,Character["Right Arm"],HandleA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999994874, 0, 0, 0, 1),CFrame.new(-0.0212783813, -0.19931078, 1.02361298, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069))
  789. mesh("CylinderMesh",HandleA,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 1.04999995, 0.524999976))
  790. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  791. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, 1.26446486, 0.783137321, -1, -8.61177796e-012, 1.51011747e-007, 1.50979517e-007, -1.33582034e-012, 1, 8.83393966e-012, 1, -1.33582034e-012))
  792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0333333202, 0.13333331))
  793. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  794. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00329208374, -1.32052565, 0.784784317, 1, 8.61367228e-012, -1.59730007e-011, 1.62856395e-011, 1.33582034e-012, -1, 8.83393966e-012, 1, -1.33582034e-012))
  795. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0333333202, 0.13333331))
  796. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  797. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, -1.33371496, 0.811164856, 1, 8.61367228e-012, -1.5944579e-011, 1.62714286e-011, 1.33582034e-012, -1, 8.83393966e-012, 1, -1.33582034e-012))
  798. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0499999858, 0.0499999858, 0.166666642))
  799. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  800. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, 1.25127745, 0.811161995, -1, -8.61177796e-012, 1.51011747e-007, 1.50979517e-007, -1.33582034e-012, 1, 8.83393966e-012, 1, -1.33582034e-012))
  801. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0499999784, 0.0499999858, 0.166666642))
  802. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  803. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.96608448, 0.0280532837, -1.49057865, 4.62648231e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832743e-007, 0.258818984, -0.965925753))
  804. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  805. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  806. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.42736959, -1.90734863e-006, -0.270785332, 1.65861607e-007, 0.587785304, 0.809016943, 1, -2.56842885e-008, -1.86375004e-007, -8.87363996e-008, 0.809016943, -0.587785304))
  807. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.166666672, 0.166666672))
  808. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  809. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.577048302, -0.0280227661, -1.4557147, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  810. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  811. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  812. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.577048302, 0.0280532837, -1.4557147, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  813. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  814. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  815. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.962899685, 0, -1.49143219, 4.62648231e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832743e-007, 0.258818984, -0.965925753))
  816. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  817. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  818. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.43294263, -0.028055191, -0.268722534, 1.65861607e-007, 0.587785304, 0.809016943, 1, -2.56842885e-008, -1.86375004e-007, -8.87363996e-008, 0.809016943, -0.587785304))
  819. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.149999991))
  820. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  821. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.43294263, 0.0280208588, -0.268722534, 1.65861607e-007, 0.587785304, 0.809016943, 1, -2.56842885e-008, -1.86375004e-007, -8.87363996e-008, 0.809016943, -0.587785304))
  822. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.149999991))
  823. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  824. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.962899685, -0.0280227661, -1.49143219, 4.62648231e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832743e-007, 0.258818984, -0.965925753))
  825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  826. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  827. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.577048302, 0, -1.4557147, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  828. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  829. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  830. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.3308568, -0.0280208588, -2.34424305, 3.05438661e-008, -0.99619472, -0.0871556401, -1, -4.35536585e-008, 1.47202044e-007, -1.50404261e-007, 0.0871556401, -0.99619472))
  831. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.5))
  832. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  833. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.00164794922, 7.62939453e-006, -5.16695738, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  834. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.233333305, 0.0499999933, 1))
  835. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  836. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26282072, -1.90734863e-006, 0.412180901, 1.94690912e-007, -1.32871492e-012, 1, 1, 8.62338326e-012, -1.94723142e-007, 8.83393966e-012, 1, -1.33582034e-012))
  837. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.166666672, 0.333333343))
  838. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  839. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-7.62939453e-006, -0.08244133, 7.9681406, 1, -1.50987148e-007, -1.51011761e-007, 1.51004627e-007, 0.99999994, 1.19207968e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  840. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.133333281, 0.433333308))
  841. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  842. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.0247306824, -0.0296740532, 2.22566557, 1, -1.50987148e-007, -1.51011761e-007, 1.51004627e-007, 0.99999994, 1.19207968e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  843. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  844. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  845. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.63556767, 0, -1.01302338, -6.30534984e-008, -0.707106829, -0.70710665, -1, -3.0917235e-008, 1.20103138e-007, -1.06752402e-007, 0.70710665, -0.707106829))
  846. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  847. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  848. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.89365387, -0.0280227661, -1.84453678, 4.62648941e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832772e-007, 0.258818984, -0.965925753))
  849. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  850. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  851. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0280208588, -0.067609787, -2.28172255, -1, -8.61177796e-012, 1.51011747e-007, 8.83204621e-012, 1, -5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  852. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  853. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  854. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.344002247, 1.90734863e-006, -2.34309292, 3.0543859e-008, -0.99619472, -0.0871556699, -1, -4.35536585e-008, 1.47202044e-007, -1.50404247e-007, 0.0871556699, -0.99619472))
  855. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.5))
  856. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  857. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.85855484, -0.0280227661, 0.747494459, -8.70362982e-008, 0.5, -0.866025448, -1, 2.1847077e-008, 1.13156574e-007, 7.54974323e-008, 0.866025329, 0.5))
  858. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  859. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  860. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00164794922, -1.90734863e-006, -2.33613157, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  861. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.333333343))
  862. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  863. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.64256334, -0.0280227661, -1.02001858, -6.30534984e-008, -0.707106829, -0.70710665, -1, -3.0917235e-008, 1.20103138e-007, -1.06752402e-007, 0.70710665, -0.707106829))
  864. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  865. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  866. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.92918491, 0, -0.610360622, -9.31263031e-008, -0.42261833, -0.906307817, -1, -1.84818436e-008, 1.11395778e-007, -6.37986943e-008, 0.906307817, -0.42261833))
  867. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  868. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  869. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.893769741, 0, -1.85133171, 4.62648231e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832772e-007, 0.258818984, -0.965925753))
  870. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.116666652))
  871. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  872. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.90734863e-006, -0.0412211418, 2.25204802, 1, -1.50987148e-007, -1.51011761e-007, 1.51004627e-007, 0.99999994, 1.19207968e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  873. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0666666552, 0.433333367))
  874. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  875. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.92918491, 0.0280532837, -0.610360622, -9.31263031e-008, -0.42261833, -0.906307817, -1, -1.84818436e-008, 1.11395778e-007, -6.37986943e-008, 0.906307817, -0.42261833))
  876. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  877. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  878. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0280609131, -0.343752861, 7.90654612, 1, -1.50987177e-007, -1.48376117e-007, 1.45735555e-007, 0.999390841, -0.0348992646, 1.53523487e-007, 0.0348992646, 0.999390841))
  879. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  880. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  881. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00332832336, -0.0296730995, 2.22566557, -1, -8.61177796e-012, 1.51011747e-007, -8.85193828e-012, -0.99999994, -1.19207961e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  882. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.400000006))
  883. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  884. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.05584478, 0, 0.0412130356, -1.07268136e-007, 1.33582034e-012, -1, -1, -8.61438351e-012, 1.07300366e-007, 8.83393966e-012, 1, -1.33582034e-012))
  885. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  886. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  887. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.90734863e-006, -0.0824308395, -2.25369406, 1, 1.51004386e-007, -1.51011733e-007, 1.50986963e-007, -1, 5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  888. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  889. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  890. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.00435209, 0, 0.380025864, -1.02121355e-007, 0.258818984, -0.965925753, -1, 1.13047181e-008, 1.08789791e-007, 3.9084906e-008, 0.965925753, 0.258818984))
  891. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999933, 0.0999999866))
  892. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  893. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.028055191, -0.067609787, -2.28172255, -1, -8.61177796e-012, 1.51011747e-007, 8.83204621e-012, 1, -5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  894. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  895. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  896. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.06898212, -0.0280532837, -1.0689826, -6.30410142e-008, 0.70710665, -0.707106829, 1, -3.09000008e-008, -1.20103124e-007, -1.0676488e-007, -0.707106829, -0.70710665))
  897. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.133333325, 0.166666672, 0.133333325))
  898. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  899. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.05584478, 0.0280532837, 0.0412135124, -1.07268143e-007, 1.19210625e-007, -0.99999994, -1, -8.60727808e-012, 1.07300366e-007, 8.85193828e-012, 0.99999994, 1.19207961e-007))
  900. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  901. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  902. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26282072, -0.028055191, 0.412180901, 1.94690912e-007, -1.32871492e-012, 1, 1, 8.62338326e-012, -1.94723142e-007, 8.83393966e-012, 1, -1.33582034e-012))
  903. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  904. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  905. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.028055191, -0.0692405701, -2.28172255, 1, 1.51004386e-007, -1.51011733e-007, 1.50986963e-007, -1, 5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  906. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  907. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  908. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00164985657, 0, -1.62058592, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  909. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.166666672, 0.333333343))
  910. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  911. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.90734863e-006, -0.0824422836, -2.25369406, -1, -8.61177796e-012, 1.51011747e-007, 8.83204621e-012, 1, -5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  912. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  913. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  914. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00164985657, -0.0280532837, -1.62058592, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  915. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  916. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  917. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0296878815, -0.0296740532, 2.22566557, 1, -1.50987148e-007, -1.51011761e-007, 1.51004627e-007, 0.99999994, 1.19207968e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  918. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  919. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  920. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.336278915, 0.028055191, -2.42486453, 5.68613316e-008, -0.99619472, 0.0871558189, -1, -4.35536691e-008, 1.5482145e-007, -1.50405796e-007, -0.0871558189, -0.99619472))
  921. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.399999976))
  922. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  923. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.00435209, 0.0280532837, 0.380025864, -1.02121355e-007, 0.258818984, -0.965925753, -1, 1.13047181e-008, 1.08789791e-007, 3.9084906e-008, 0.965925753, 0.258818984))
  924. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  925. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  926. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.64256334, 0.0280532837, -1.02001858, -6.30534984e-008, -0.707106829, -0.70710665, -1, -3.0917235e-008, 1.20103138e-007, -1.06752402e-007, 0.70710665, -0.707106829))
  927. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  928. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  929. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.06781673, -1.90734863e-006, -1.06781578, 1.50476268e-007, 0.707106829, 0.70710665, 1, -3.09000008e-008, -1.81920356e-007, -1.06752402e-007, 0.70710665, -0.707106829))
  930. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.166666672, 0.166666672))
  931. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  932. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.342236519, 1.90734863e-006, -2.34159303, 5.68613316e-008, -0.99619472, 0.0871558189, -1, -4.35536691e-008, 1.5482145e-007, -1.50405796e-007, -0.0871558189, -0.99619472))
  933. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.5))
  934. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  935. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.85855484, 0, 0.747494459, -8.70362982e-008, 0.5, -0.866025448, -1, 2.1847077e-008, 1.13156574e-007, 7.54974323e-008, 0.866025329, 0.5))
  936. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999933, 0.0999999866))
  937. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  938. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.3308568, 0.028055191, -2.3442421, 3.05438768e-008, -0.996194661, -0.0871556103, -1, -4.35536585e-008, 1.47202044e-007, -1.50404233e-007, 0.0871556103, -0.996194661))
  939. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.5))
  940. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  941. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.06806135, 0.028055191, -1.80671334, 1.07510097e-007, -0.906307697, 0.422618389, -1, -3.96245774e-008, 1.69484991e-007, -1.36837642e-007, -0.422618389, -0.906307697))
  942. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  943. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  944. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.06806087, 1.90734863e-006, -1.80671358, 1.0751009e-007, -0.906307757, 0.4226183, -1, -3.96245774e-008, 1.69484991e-007, -1.36837684e-007, -0.4226183, -0.906307757))
  945. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.116666652))
  946. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  947. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.00164985657, 0.0280227661, -1.62058592, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  948. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  949. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  950. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.893769741, 0.0280532837, -1.85133171, 4.62648941e-009, -0.965925753, -0.258818984, -1, -4.2230571e-008, 1.39698415e-007, -1.45832772e-007, 0.258818984, -0.965925753))
  951. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  952. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  953. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, -0.028055191, -2.40537596, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  954. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.25000003))
  955. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  956. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.0280609131, 0.179037094, 7.9139514, -1, -8.61177796e-012, 1.51011747e-007, 5.26024646e-009, -0.999390841, 0.0348992646, 1.50887871e-007, 0.0348992646, 0.999390841))
  957. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  958. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  959. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.85855484, 0.0280532837, 0.747494459, -8.70362982e-008, 0.5, -0.866025448, -1, 2.1847077e-008, 1.13156574e-007, 7.54974323e-008, 0.866025329, 0.5))
  960. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  961. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  962. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.00164794922, 0.0280609131, -5.16695738, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  963. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199999973, 0.0666666552, 1))
  964. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  965. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.06781483, 0.0280227661, -1.06781673, -6.30410142e-008, 0.70710665, -0.707106829, 1, -3.09000008e-008, -1.20103124e-007, -1.0676488e-007, -0.707106829, -0.70710665))
  966. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.133333325, 0.166666672, 0.133333325))
  967. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  968. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.00435209, -0.0280227661, 0.380025864, -1.02121355e-007, 0.258818984, -0.965925753, -1, 1.13047181e-008, 1.08789791e-007, 3.9084906e-008, 0.965925753, 0.258818984))
  969. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  970. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  971. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26282072, 0.0280208588, 0.412180901, 1.94690912e-007, -1.32871492e-012, 1, 1, 8.62338326e-012, -1.94723142e-007, 8.83393966e-012, 1, -1.33582034e-012))
  972. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  973. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  974. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(7.62939453e-006, -0.110453606, 7.9681406, -1, -8.61177796e-012, 1.51011747e-007, -8.85193828e-012, -0.99999994, -1.19207961e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  975. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.433333308))
  976. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  977. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.90734863e-006, -0.0412135124, 2.25369406, -1, -8.61177796e-012, 1.51011747e-007, -8.85193828e-012, -0.99999994, -1.19207961e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  978. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  979. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  980. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.336278439, -0.0280208588, -2.42486453, 5.68613174e-008, -0.996194839, 0.0871557593, -1, -4.35536691e-008, 1.5482145e-007, -1.50405782e-007, -0.0871557593, -0.996194839))
  981. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.399999976))
  982. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  983. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, 0.0280208588, -2.40537596, 4.37202203e-008, 1, -5.96059806e-008, 1, -4.37027694e-008, -1.51011719e-007, -1.50979531e-007, -5.9603309e-008, -1))
  984. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.25000003))
  985. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  986. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0247306824, -0.0296730995, 2.22566557, -1, -8.61177796e-012, 1.51011747e-007, -8.85193828e-012, -0.99999994, -1.19207961e-007, 1.50979517e-007, -1.19210625e-007, 0.99999994))
  987. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  988. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  989. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.00164794922, -0.0280151367, -5.16695738, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  990. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199999973, 0.0666666552, 1))
  991. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  992. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.0280151367, -0.343983173, 7.91313314, 1, 8.61177796e-012, -1.51011747e-007, -5.26024646e-009, 0.999390841, -0.0348992646, 1.50887871e-007, 0.0348992646, 0.999390841))
  993. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  994. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  995. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-2.05584478, -0.0280227661, 0.0412130356, -1.07268136e-007, 1.33582034e-012, -1, -1, -8.61438351e-012, 1.07300366e-007, 8.83393966e-012, 1, -1.33582034e-012))
  996. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  997. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  998. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0280151367, 0.179037094, 7.9139514, -1, -8.61177796e-012, 1.51011747e-007, 5.26024646e-009, -0.999390841, 0.0348992646, 1.50887871e-007, 0.0348992646, 0.999390841))
  999. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  1000. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1001. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.06806135, -0.0280208588, -1.80671334, 1.07510097e-007, -0.906307697, 0.422618389, -1, -3.96245774e-008, 1.69484991e-007, -1.36837642e-007, -0.422618389, -0.906307697))
  1002. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  1003. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1004. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-1.92918491, -0.0280227661, -0.610360622, -9.31263031e-008, -0.42261833, -0.906307817, -1, -1.84818436e-008, 1.11395778e-007, -6.37986943e-008, 0.906307817, -0.42261833))
  1005. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1006. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1007. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0.0280208588, -0.0692405701, -2.28172255, 1, 8.74313955e-008, -1.51011761e-007, 8.74139445e-008, -1, 5.96059806e-008, -1.50979531e-007, -5.9603309e-008, -1))
  1008. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1009. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1010. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26445436, 0.0279273987, -0.219360352, 9.17009093e-005, 6.10351563e-005, 1, 1, -9.15518103e-005, -9.16953577e-005, 9.15462151e-005, 1, -6.10947609e-005))
  1011. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1012. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1013. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(9.53674316e-007, -0.0280208588, -2.63947296, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  1014. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1015. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1016. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.00164890289, 0.028055191, -2.6114459, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  1017. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1018. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1019. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26446486, -0.000116348267, -7.67707825e-005, 9.17474172e-005, 6.10351563e-005, 1, 1, -9.15517885e-005, -9.17418729e-005, 9.15462078e-005, 1, -6.10351563e-005))
  1020. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.274999917, 0.174999997, 0.524999976))
  1021. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1022. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(9.53674316e-007, 1.90734863e-006, -2.63947296, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  1023. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 0.174999997, 0.524999976))
  1024. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1025. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26444912, -0.0281486511, -0.219365597, 9.17009093e-005, 6.10351563e-005, 1, 1, -9.15518103e-005, -9.16953577e-005, 9.15462151e-005, 1, -6.10947609e-005))
  1026. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1027. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1028. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.2644515, -9.53674316e-005, -0.219363213, 9.17009093e-005, 6.10351563e-005, 1, 1, -9.15518103e-005, -9.16953577e-005, 9.15462151e-005, 1, -6.10947609e-005))
  1029. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 0.174999997, 0.524999976))
  1030. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1031. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26446199, -0.028169632, -7.91549683e-005, 9.17474172e-005, 6.10351563e-005, 1, 1, -9.15517885e-005, -9.17418729e-005, 9.15462078e-005, 1, -6.10351563e-005))
  1032. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1033. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1034. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, 1.04353952, 0.00177240372, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069))
  1035. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1036. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1037. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(0, -1.04365873, -0.000122070313, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069))
  1038. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1039. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1040. Partweld=weld(m,HandleA,Part,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(1.26446724, 0.0279064178, -7.39097595e-005, 9.17474172e-005, 6.10351563e-005, 1, 1, -9.15517885e-005, -9.17418729e-005, 9.15462078e-005, 1, -6.10351563e-005))
  1041. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1042. HitboxA=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,1,"Black","HitboxA",Vector3.new(0.548718691, 0.200000003, 4.94615555))
  1043. HitboxAweld=weld(m,HandleA,HitboxA,CFrame.new(0, 0, 0, -1, 4.31581357e-005, 1.53807946e-007, 1.4864068e-007, -0.000118941069, 0.99999994, 4.31581757e-005, 1, 0.000118941069),CFrame.new(-0.0102620125, -0.0421981812, -5.16695642, 4.37025598e-008, -1, 5.96059806e-008, -1, -4.37200036e-008, 1.51011761e-007, -1.50979531e-007, -5.9603309e-008, -1))
  1044.  
  1045. Player=game:GetService('Players').LocalPlayer
  1046. Character=Player.Character
  1047. Mouse=Player:GetMouse()
  1048. m=Instance.new('Model',Character)
  1049. it=Instance.new
  1050. function nooutline(part)
  1051. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1052. end
  1053. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1054. local fp=it("Part")
  1055. fp.formFactor=formfactor
  1056. fp.Parent=parent
  1057. fp.Reflectance=reflectance
  1058. fp.Transparency=transparency
  1059. fp.CanCollide=false
  1060. fp.Locked=true
  1061. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1062. fp.Name=name
  1063. fp.Size=size
  1064. fp.Position=Character.Torso.Position
  1065. nooutline(fp)
  1066. fp.Material=material
  1067. fp:BreakJoints()
  1068. return fp
  1069. end
  1070. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1071. local mesh=it(Mesh)
  1072. mesh.Parent=part
  1073. if Mesh=="SpecialMesh" then
  1074. mesh.MeshType=meshtype
  1075. mesh.MeshId=meshid
  1076. end
  1077. mesh.Offset=offset
  1078. mesh.Scale=scale
  1079. return mesh
  1080. end
  1081. function weld(parent,part0,part1,c0,c1)
  1082. local weld=it("Weld")
  1083. weld.Parent=parent
  1084. weld.Part0=part0
  1085. weld.Part1=part1
  1086. weld.C0=c0
  1087. weld.C1=c1
  1088. return weld
  1089. end
  1090.  
  1091. HandleB=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","HandleB",Vector3.new(0.344953746, 1.85412645, 0.344953775))
  1092. HandleBweld=weld(m,Character["Left Arm"],HandleB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999994874, 0, 0, 0, 1),CFrame.new(0.0160045624, 0.213553905, -0.998093128, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1093. mesh("CylinderMesh",HandleB,"","",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 1, 0.56249994))
  1094. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1095. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -2.36137581, 0.170432568, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1096. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.512499988, 0.43749997, 0.187499985))
  1097. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 1.81100714, 0.344953775))
  1098. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00830316544, -2.37172699, -0.103485107, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1099. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 1, 0.249999985))
  1100. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1101. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.20959854, -0.170432568, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1102. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.56249994))
  1103. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1104. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -8.22558594, 0.0514202118, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1105. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.249999985))
  1106. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1107. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, 2.49073601, 0.157274723, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1108. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.0624999963))
  1109. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1110. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -7.96686935, 0.0841898918, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1111. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1112. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1113. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -0.0514202118, 8.35494423, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1114. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.31249997))
  1115. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1116. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -2.36137581, 0.174527168, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1117. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.512499988, 0.43749997, 0.187499985))
  1118. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1119. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -2.20959854, 0.256663799, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1120. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.43749997, 0.31249997))
  1121. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1122. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -2.43553925, 0.00204944611, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1123. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.81249994))
  1124. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1125. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.20959854, -0.174527168, -0.0120773315, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1126. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.550000191))
  1127. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.668347895))
  1128. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00204944611, -0.0914173126, 0.144706249, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1129. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 1))
  1130. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1131. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0914173126, -0.208867073, 0.00830316544, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1132. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1133. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1134. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.120735168, 1.20923233, -0.525731087, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1135. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1136. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1137. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0914173126, -0.208867073, 0.014122963, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1138. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1139. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1140. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, -0.120735168, 0.525731087, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1141. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1142. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1143. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.120735168, -1.36101627, -0.525731087, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1144. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1145. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.668347895))
  1146. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00204944611, 0.0896949768, 0.139539242, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1147. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 1))
  1148. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1149. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.137985229, 1.20923233, -0.525731087, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1150. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1151. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1152. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0896949768, -0.214044571, 0.00830316544, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1153. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1154. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1155. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.28339767, -1.13975048, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1156. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1157. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1158. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0896949768, -0.214044571, 0.014122963, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1159. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1160. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1161. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, 0.137985229, 0.525731087, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1162. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1163. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1164. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.137985229, -1.36101627, -0.525731087, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1165. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1166. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1167. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.39033127, -0.49296093, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1168. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.43749997))
  1169. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1170. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.30409527, 1.13975048, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1171. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1172. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1173. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, 1.26097298, 1.13975048, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1174. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1175. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1176. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.137985229, -1.36101627, -0.531545162, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1177. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1178. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1179. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, -0.137985229, 0.531545162, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1180. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1181. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1182. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.236611366, 0.129356384, -1.28511906, 8.74227766e-008, 1, 0, 1, -8.74227766e-008, 0, 0, 0, -1))
  1183. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1184. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1185. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.172481537, -0.0744886398, 1.35411167, 1, -8.74227766e-008, 0, 8.74227766e-008, 1, 0, 0, 0, 1))
  1186. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1187. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1188. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.129356384, -1.31789017, 0.272830009, -1, 8.74227766e-008, 0, 0, 0, -1, -8.74227766e-008, -1, 0))
  1189. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1190. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1191. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.129356384, -1.31789017, -0.203848839, 1, -8.74227766e-008, 0, 0, 0, -1, 8.74227766e-008, 1, 0))
  1192. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1193. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1194. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-1.28511906, -0.129356384, -0.236611366, 0, 0, -1, -1, 8.74227766e-008, 0, 8.74227766e-008, 1, 0))
  1195. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1196. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1197. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-1.28511906, -0.115564346, -0.260121822, 0, 0, -1, 1, 0, 0, 0, -1, 0))
  1198. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1199. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1200. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0117478371, -0.137985229, -1.45587635, -8.74227766e-008, -1, 0, -1, 8.74227766e-008, 0, 0, 0, -1))
  1201. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0874999985, 0.162500009))
  1202. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1203. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.137985229, -0.115241528, 1.37481308, -1, 8.74227766e-008, 0, -8.74227766e-008, -1, 0, 0, 0, 1))
  1204. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1205. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1206. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.115564346, 1.25235367, 0.291165829, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1207. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1208. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1209. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.172481537, -0.0945391655, 1.35411167, -1, 8.74227766e-008, 0, -8.74227766e-008, -1, 0, 0, 0, 1))
  1210. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1211. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1212. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.129356384, 1.25235367, 0.272830009, 1, -8.74227766e-008, 0, 0, 0, 1, -8.74227766e-008, -1, 0))
  1213. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1214. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1215. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.129356384, 1.25235367, -0.203848839, -1, 8.74227766e-008, 0, 0, 0, 1, 8.74227766e-008, 1, 0))
  1216. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1217. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1218. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.115564346, -1.31789017, -0.2256217, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1219. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1220. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1221. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.137985229, -1.3282423, 0.817209721, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1222. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1223. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1224. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.120735168, 1.24200726, 0.817209721, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1225. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1226. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1227. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.28339767, -0.848265171, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1228. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 1))
  1229. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1230. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.137985229, 1.24200726, 0.817209721, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1231. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1232. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1233. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.36963272, 0.848265171, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1234. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1235. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1236. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, 1.19715977, 0.848265171, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1237. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1238. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1239. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.120735168, -1.3282423, 0.817209721, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1240. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1241. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1242. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -7.68573761, 0.28771162, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1243. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.249999985))
  1244. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1245. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -0.234244823, 8.07380676, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1246. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1247. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1248. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -0.28771162, -7.59949827, 0.999999881, 0, 0, 0, -0.99999994, 0, 0, 0, -0.99999994))
  1249. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.43749997))
  1250. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1251. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -7.77197647, 0.234244823, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1252. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.43749997))
  1253. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1254. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -2.09059143, 0.360152721, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1255. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.249999985, 0.31249997))
  1256. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1257. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -7.92375565, 0.21182394, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1258. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.31249997))
  1259. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1260. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -7.60984039, 0.20319891, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1261. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.49999997, 0.249999985))
  1262. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1263. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -0.320485592, 7.77197647, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1264. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.43749997))
  1265. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1266. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -0.28771162, 7.92375565, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1267. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.124999993, 0.43749997))
  1268. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1269. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.9940033, -0.330836773, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1270. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 1, 0.56249994))
  1271. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1272. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, 1.93018341, 0.466011047, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1273. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.249999985))
  1274. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1275. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, 1.82152367, 0.369420528, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1276. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1277. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1278. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00204944611, -1.7887516, 0.0983161926, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1279. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.9375, 1, 0.0624999963))
  1280. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1281. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.82152367, -0.240066051, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1282. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.43749997, 0.56249994))
  1283. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1284. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.9940033, -0.336652279, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1285. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 1, 0.56249994))
  1286. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1287. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, 1.60592842, 0.186600685, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1288. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.124999993))
  1289. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 1.81100714, 0.344953775))
  1290. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00830316544, -2.37172699, 0.0862426758, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1291. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 1, 0.249999985))
  1292. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1293. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -0.329720974, 7.77231407, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1294. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.43749997))
  1295. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1296. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.02676964, -0.293530464, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1297. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.74999994, 0.56249994))
  1298. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1299. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.7887516, 0.00204944611, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1300. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 1, 0.9375))
  1301. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1302. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, 1.71459007, 0.260756493, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1303. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1304. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1305. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00204944611, -1.7887516, 0.117282867, 0, -1, 0, 0, 0, -1, 1, 0, 0))
  1306. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.9375, 1, 0.0624999963))
  1307. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1308. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.71459007, -0.186600685, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1309. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.124999993, 0.56249994))
  1310. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1311. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.93018341, -0.28771162, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1312. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.74999994, 0.56249994))
  1313. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1314. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, 1.71459007, 0.256663799, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1315. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1316. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1317. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, 1.60592842, 0.180776119, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1318. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.124999993))
  1319. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1320. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.02676964, -0.28771162, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1321. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.74999994, 0.56249994))
  1322. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1323. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.71459007, -0.180776119, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1324. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.124999993, 0.56249994))
  1325. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1326. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.124181747, -0.100353718, 1.37481308, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1327. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1328. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1329. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -2.02676964, 0.466011047, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1330. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.124999993, 0.249999985))
  1331. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1332. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.115564346, 1.25235367, 0.272830009, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1333. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1334. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1335. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.124181747, -0.140022755, -1.20060539, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1336. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1337. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1338. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.115564346, -1.31789017, -0.203848839, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1339. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1340. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1341. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.124181747, -0.158359051, -1.20060539, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1342. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1343. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1344. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-1.28511906, -0.115564346, 0.236611366, 0, 0, -1, 1, 0, 0, 0, -1, 0))
  1345. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1346. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1347. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.15868187, -0.129035473, -1.21440411, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1348. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1349. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1350. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.115564346, -1.31789017, 0.272830009, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1351. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1352. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1353. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.51969147, 0.170432568, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1354. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.0624999963))
  1355. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.388072997))
  1356. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.28339767, -0.388392925, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1357. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.43749997, 1))
  1358. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1359. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0117478371, -0.15868187, -1.21440411, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1360. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.405000001, 0.0904999897, 0.405000001))
  1361. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1362. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, 0.120735168, 0.531545162, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1363. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1364. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1365. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.28339767, -0.585016251, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1366. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.81249994, 0.0624999963))
  1367. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1368. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00830316544, 0.127635956, -1.5731554, 0, -1, 0, -1, 0, 0, -0, -0, -1))
  1369. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1370. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1371. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.51969147, 0.174527168, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1372. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.0624999963))
  1373. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1374. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.28339767, -0.854077816, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1375. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 1))
  1376. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1377. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, 0.120735168, 0.562595844, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1378. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1379. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1380. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.120735168, -1.36101627, -0.531545162, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1381. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1382. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.388072997))
  1383. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.28339767, -0.375680447, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1384. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.43749997, 1))
  1385. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1386. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -1.37998486, 0.256663799, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1387. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.124999993, 0.43749997))
  1388. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.474311411, 0.344953775))
  1389. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -8.17039299, 0.00204944611, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1390. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.0624999963))
  1391. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1392. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -1.41275597, 0.229718208, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1393. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.249999985))
  1394. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1395. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0, 0.625231504, -1.04904175e-005, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1396. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.974999964, 0.849999964, 0.675000012))
  1397. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1398. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00598144531, -0.108636856, 0.648684263, -0.342020124, 0.939692616, 0, 0.939692616, 0.342020124, 0, 0, 0, -1))
  1399. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1400. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1401. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, 1.15403748, 0.256659985, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1402. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.43749997))
  1403. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1404. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00267028809, -0.106860161, 0.648684263, -0.422618151, -0.906307757, 0, -0.906307757, 0.422618151, 0, 0, 0, -1))
  1405. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1406. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1407. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00665950775, -0.105759621, 0.648684263, 0.42261824, 0.906307697, 0, 0.906307697, -0.42261824, 0, 0, 0, -1))
  1408. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1409. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1410. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0, -1.04572105, -1.04904175e-005, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1411. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.56249994, 0.74999994))
  1412. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1413. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00364732742, -0.107065201, 0.648684263, 0.342020214, -0.939692557, 0, -0.939692557, -0.342020214, 0, 0, 0, -1))
  1414. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1415. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1416. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00272464752, -0.103487015, 0.646622419, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1417. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 0.249999985))
  1418. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1419. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -2.02676964, 0.460892677, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1420. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.124999993, 0.249999985))
  1421. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1422. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00207138062, 0.549334526, -0.000723838806, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1423. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.81249994))
  1424. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1425. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00207138062, 0.700427771, -0.000723838806, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1426. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.81249994))
  1427. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1428. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.119354248, 1.20991611, -0.531184673, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1429. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1430. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1431. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -8.07449722, 0.104915142, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1432. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.56249994))
  1433. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1434. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0, 0.819095135, -1.04904175e-005, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1435. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.74999994, 0.81249994))
  1436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1437. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -1.28304958, -0.579558372, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1438. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.81249994, 0.0624999963))
  1439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1440. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.139364243, 1.20991611, -0.531184673, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1441. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1443. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.130399704, 1.25269699, -0.226321697, 1, -8.74227766e-008, 0, 0, 0, 1, -8.74227766e-008, -1, 0))
  1444. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1446. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-1.28511906, -0.130399704, 0.259450436, 0, 0, -1, -1, 8.74227766e-008, 0, 8.74227766e-008, 1, 0))
  1447. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1448. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1449. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.139364243, -0.100700855, 1.37480354, 1, -8.74227766e-008, 0, 8.74227766e-008, 1, 0, 0, 0, 1))
  1450. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1452. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.114528656, 1.25269699, -0.226321697, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1453. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1454. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1455. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, 0.139364243, 0.557480812, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1456. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1457. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1458. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.011068821, -0.122804642, -1.45552635, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1459. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0874999985, 0.162500009))
  1460. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1461. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.114528656, -1.31754303, 0.291165829, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1462. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1463. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1464. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.130399704, -1.31754303, -0.226321697, -1, 8.74227766e-008, 0, 0, 0, -1, -8.74227766e-008, -1, 0))
  1465. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1466. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1467. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.011068821, -0.122804642, -1.2002573, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1468. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.113124982, 0.506249964))
  1469. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1470. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -0.202844143, -7.40597677, 0.999999881, 0, 0, 0, -0.99999994, 0, 0, 0, -0.99999994))
  1471. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.68749994))
  1472. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1473. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -1.30443859, 1.14520788, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1474. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1476. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -1.28304958, -1.14520788, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1477. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1478. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1479. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -0.147681713, 8.22558403, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1480. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.31249997, 0.43749997))
  1481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1482. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.119354248, -1.32858467, 0.822336197, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1483. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1484. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1485. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, -0.119354248, 0.557480812, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1486. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1487. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1488. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -1.36928463, 0.854077816, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1490. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.366513371, 0.366513401))
  1491. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -1.28304958, 0.00272464752, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1492. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.687500238, 1, 1))
  1493. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1494. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -1.38032341, 0.260767937, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1495. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.124999993, 0.43749997))
  1496. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1497. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -1.41274834, 0.22357893, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1498. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.249999985))
  1499. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1500. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.130399704, -1.31754303, 0.291165829, 1, -8.74227766e-008, 0, 0, 0, -1, 8.74227766e-008, 1, 0))
  1501. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1502. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1503. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.122804642, -0.114547253, 1.37480354, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1504. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1505. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1506. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -1.39067554, -0.502212524, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1507. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.43749997))
  1508. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1509. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.157987595, -0.108965397, -1.21406174, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1510. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1511. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1512. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.157987595, -0.0938639641, 1.35411167, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1513. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1514. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1515. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.157987595, -0.0744695663, 1.35411167, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1516. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1518. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -7.61087227, 0.215218544, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1519. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.49999997, 0.249999985))
  1520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 4.57678843, 0.344953775))
  1521. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -4.99874783, 0.00272464752, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1522. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.9375))
  1523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1524. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.237294197, 0.114528656, -1.28511906, 0, -1, 0, -1, 0, 0, -0, -0, -1))
  1525. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1526. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1527. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.114528656, 1.25269699, -0.204157829, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1528. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1529. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1530. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.259450436, 0.130399704, -1.28511906, 8.74227766e-008, 1, 0, 1, -8.74227766e-008, 0, 0, 0, -1))
  1531. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1532. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1533. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -0.293530464, -7.59949827, -0.999999881, 0, 0, 0, 0.99999994, 0, 0, 0, -0.99999994))
  1534. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.43749997))
  1535. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1536. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -7.9234066, 0.217978477, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1537. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.31249997))
  1538. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1539. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -0.215218544, -7.40597677, -0.999999881, 0, 0, 0, 0.99999994, 0, 0, 0, -0.99999994))
  1540. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.68749994))
  1541. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1542. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -7.77197647, 0.240066051, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1543. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.43749997))
  1544. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1545. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -8.22558403, 0.0565404892, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1546. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.249999985))
  1547. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1548. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -0.293530464, 7.92375565, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1549. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.124999993, 0.43749997))
  1550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1551. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0103435516, -0.240066051, 8.07380676, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1552. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1554. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -8.07449722, 0.110336781, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1555. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.56249994))
  1556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1557. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -0.157261372, 8.22558403, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1558. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.31249997, 0.43749997))
  1559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1560. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00830316544, -0.144189835, -1.57418728, 0, -1, 0, -1, 0, 0, -0, -0, -1))
  1561. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1563. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -7.96686935, 0.0882806778, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1564. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1566. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, 1.17542744, -0.455316544, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1567. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1569. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.139364243, -0.158734798, -1.2002573, 1, -8.74227766e-008, 0, -8.74227766e-008, -1, 0, 0, 0, -1))
  1570. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1572. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.139364243, -1.32858467, 0.822336197, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1573. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1575. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.139364243, -0.139313221, -1.2002573, -1, 8.74227766e-008, 0, 8.74227766e-008, 1, 0, 0, 0, -1))
  1576. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1577. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1578. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -7.68573761, 0.293530464, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1579. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.249999985))
  1580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1581. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, 1.26166248, 1.14520788, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1582. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1584. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, 1.19681168, 0.854077816, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1585. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1586. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1587. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, -0.0565404892, 8.35459518, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1588. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.31249997))
  1589. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1590. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.103485107, -3.29895449, -0.00830316544, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1591. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.249999985, 0.249999985))
  1592. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1593. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -7.61087227, 0.00272464752, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1594. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.9375))
  1595. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1596. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, 1.17542744, 0.299457073, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1597. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1598. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1599. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.173856735, -0.129733562, -1.21406174, 1, -8.74227766e-008, 0, -8.74227766e-008, -1, 0, 0, 0, -1))
  1600. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1601. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1602. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, 1.17542744, 0.304910183, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1603. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1604. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1605. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, 2.49038315, 0.147681713, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1606. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.0624999963))
  1607. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1608. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0862426758, -3.29895449, -0.00830316544, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1609. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.249999985, 0.249999985))
  1610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1611. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.00272464752, -2.43657112, 0.0758972168, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1612. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.81249994, 1, 0.0624999963))
  1613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1614. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.66286087, 0.147681713, -0.0110378265, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1615. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.0624999963, 0.43749997))
  1616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1617. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -2.20959854, 0.260756493, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1618. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.43749997, 0.31249997))
  1619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1620. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, 1.82152367, 0.360152721, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1621. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1623. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.93018341, -0.293530464, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1624. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.74999994, 0.56249994))
  1625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1626. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.82152367, -0.234244823, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1627. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.43749997, 0.56249994))
  1628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1629. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0103435516, -2.09059143, 0.369420528, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1630. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.249999985, 0.31249997))
  1631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1632. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.09059143, -0.229718208, -0.0103435516, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1633. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.49999997, 0.56249994))
  1634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1635. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, 1.93018341, 0.460892677, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1636. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.249999985))
  1637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1638. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, 1.17542744, -0.449858665, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1639. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1641. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.173856735, -0.108965397, -1.21406174, -1, 8.74227766e-008, 0, 8.74227766e-008, 1, 0, 0, 0, -1))
  1642. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1644. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.09059143, -0.223897457, 0.0103435516, 0, 0, 1, 0, -1, 0, 1, 0, 0))
  1645. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.49999997, 0.56249994))
  1646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1647. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.011068821, -0.173856735, -1.21406174, -8.74227766e-008, -1, 0, -1, 8.74227766e-008, 0, 0, 0, -1))
  1648. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.405000001, 0.0904999897, 0.405000001))
  1649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1650. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.119354248, 1.24234486, 0.822336197, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1653. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.259450436, 0.114528656, -1.28511906, 0, -1, 0, -1, 0, 0, -0, -0, -1))
  1654. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1656. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.011068821, -0.139364243, -1.2002573, -8.74227766e-008, -1, 0, -1, 8.74227766e-008, 0, 0, 0, -1))
  1657. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.113124982, 0.506249964))
  1658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1659. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.0110378265, 1.15403748, 0.260767937, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1660. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.43749997))
  1661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1662. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-1.04904175e-005, -0.103485107, 0.646622419, 8.74227766e-008, -1, 0, -1, -8.74227766e-008, 0, 0, 0, -1))
  1663. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 0.249999985))
  1664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1665. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.130399704, 1.25269699, 0.291165829, -1, 8.74227766e-008, 0, 0, 0, 1, 8.74227766e-008, 1, 0))
  1666. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1668. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(1.28511906, -0.139364243, 0.562925816, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1669. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1671. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.139364243, 1.24234486, 0.822336197, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1674. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(2.66286087, -0.157261372, -0.0110378265, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  1675. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.0624999963, 0.43749997))
  1676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1677. Partweld=weld(m,HandleB,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(0.00204944611, -2.43553925, 0.0965919495, 0, -1, 0, 0, 0, -1, 1, 0, 0))
  1678. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.81249994, 1, 0.0624999963))
  1679. HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Pastel blue-green","HitboxB",Vector3.new(0.344953746, 4.62678862, 0.674953699))
  1680. HitboxBweld=weld(m,HandleB,HitboxB,CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, -1, -0, -1, 0),CFrame.new(-0.0110378265, -4.6137476, 0.000301837921, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  1681.  
  1682. function attackone()
  1683. attack=true
  1684. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,50,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1685. for i=0,1,0.1 do
  1686. swait()
  1687. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(20)),.3)
  1688. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1689. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1690. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  1691. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1692. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1693. end
  1694. so("http://www.roblox.com/asset/?id=233856140",HitboxA,1,1)
  1695. so("http://www.roblox.com/asset/?id=234365549",HitboxA,1,1)
  1696. for i=0,1,0.1 do
  1697. swait()
  1698. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1699. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1700. local h = 5
  1701. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1702. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1703. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1704. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1705. scfr = blcf
  1706. elseif not scfr then
  1707. scfr = blcf
  1708. end
  1709. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
  1710. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  1711. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(80)),.3)
  1712. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(10),math.rad(-80)),.3)
  1713. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(-30),math.rad(0)),.3)
  1714. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1715. end
  1716. attack=false
  1717. con1:disconnect()
  1718. end
  1719.  
  1720. function attacktwo()
  1721. attack=true
  1722. con1=HitboxB.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1723. for i=0,1,0.1 do
  1724. swait()
  1725. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1726. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(-20)),.3)
  1727. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  1728. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1729. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1730. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1731. end
  1732. so("http://www.roblox.com/asset/?id=233856146",HitboxB,1,1)
  1733. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  1734. for i=0,1,0.1 do
  1735. swait()
  1736. local blcf = HitboxB.CFrame*CFrame.new(0,.5,0)
  1737. if scfr and (HitboxB.Position-scfr.p).magnitude > .1 then
  1738. local h = 5
  1739. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1740. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1741. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1742. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1743. scfr = blcf
  1744. elseif not scfr then
  1745. scfr = blcf
  1746. end
  1747. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  1748. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(-50)),.3)
  1749. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-80)),.3)
  1750. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(-10),math.rad(80)),.3)
  1751. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(-30),math.rad(0)),.3)
  1752. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  1753. end
  1754. attack=false
  1755. con1:disconnect()
  1756. end
  1757.  
  1758. function spin()
  1759. attack=true
  1760. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1761. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1762. for i=0,1,0.2 do
  1763. swait()
  1764. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1765. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1766. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1767. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1768. end
  1769. for i=0,1,1 do
  1770. so("http://roblox.com/asset/?id=231917987",Torso,1,1)
  1771. swait()
  1772. for i=0,1,0.1 do
  1773. swait()
  1774. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1775. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1776. local h = 5
  1777. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1778. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1779. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1780. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1781. scfr = blcf
  1782. elseif not scfr then
  1783. scfr = blcf
  1784. end
  1785. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1786. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1787. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  1788. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  1789. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(0,-1.5,6*i),.3)
  1790. end
  1791. end
  1792. con1:disconnect()
  1793. con2:disconnect()
  1794. attack=false
  1795. end
  1796.  
  1797. function kick()
  1798. attack=true
  1799. con1=LeftLeg.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1800. Humanoid.WalkSpeed = 0
  1801. for i=0,1,0.2 do
  1802. swait()
  1803. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(30)),.3)
  1804. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-30)),.3)
  1805. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1806. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1807. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-90),math.rad(-90),math.rad(0)),.3)
  1808. end
  1809. so("http://roblox.com/asset/?id=200632211",LeftLeg,1,1)
  1810. for i=0,1,0.1 do
  1811. swait()
  1812. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-60),math.rad(0),math.rad(30)),.3)
  1813. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-60),math.rad(0),math.rad(-30)),.3)
  1814. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1815. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1816. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(100),math.rad(-90),math.rad(0)),.3)
  1817. end
  1818. attack=false
  1819. Humanoid.WalkSpeed = 16
  1820. con1:disconnect()
  1821. end
  1822.  
  1823. function DualStab()
  1824. attack=true
  1825. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1826. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1827. for i=0,1,0.2 do
  1828. swait()
  1829. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1830. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1831. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1832. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1833. end
  1834. so("http://www.roblox.com/asset/?id=233856146",HitboxA,1,1)
  1835. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  1836. for i=0,1,0.1 do
  1837. swait()
  1838. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(130),math.rad(90)),.3)
  1839. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-130),math.rad(-90)),.3)
  1840. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1841. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1842. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-120),math.rad(0),math.rad(0)),.3)
  1843. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-120),math.rad(0),math.rad(0)),.3)
  1844. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1845. Torso.Velocity=Head.CFrame.lookVector*50
  1846. end
  1847. con1:disconnect()
  1848. con2:disconnect()
  1849. attack=false
  1850. end
  1851.  
  1852. function DualSlash()
  1853. attack=true
  1854. for i=0,1,0.1 do
  1855. swait()
  1856. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(90),math.rad(50),math.rad(0)),.3)
  1857. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(90),math.rad(-50),math.rad(0)),.3)
  1858. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1859. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1860. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1861. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1862. end
  1863. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1864. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1865. so("http://www.roblox.com/asset/?id=233856146",HitboxA,1,1)
  1866. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  1867. for i=0,1,0.1 do
  1868. swait()
  1869. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(60)),.3)
  1870. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-60)),.3)
  1871. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1872. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1873. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-60),math.rad(0),math.rad(0)),.3)
  1874. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-60),math.rad(0),math.rad(0)),.3)
  1875. end
  1876. con1:disconnect()
  1877. con2:disconnect()
  1878. attack=false
  1879. end
  1880.  
  1881. mouse.Button1Down:connect(function()
  1882. if attack==false then
  1883. if attacktype==1 then
  1884. attack=true
  1885. attacktype=2
  1886. attackone()
  1887. elseif attacktype==2 then
  1888. attack=true
  1889. attacktype=1
  1890. attacktwo()
  1891. end
  1892. end
  1893. end)
  1894.  
  1895. mouse.KeyDown:connect(function(k)
  1896. k=k:lower()
  1897. if k=='q' then
  1898. if attack==false then
  1899. spin()
  1900. end
  1901. elseif k=='e' then
  1902. if attack==false then
  1903. kick()
  1904. end
  1905. elseif k=='r' then
  1906. if attack==false then
  1907. DualStab()
  1908. end
  1909. elseif k=='f' then
  1910. if attack==false then
  1911. DualSlash()
  1912. end
  1913. end
  1914. end)
  1915.  
  1916. local sine = 0
  1917. local change = 1
  1918. local val = 0
  1919.  
  1920. while true do
  1921. swait()
  1922. sine = sine + change
  1923. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1924. local velderp=RootPart.Velocity.y
  1925. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1926. if equipped==true or equipped==false then
  1927. if attack==false then
  1928. idle=idle+1
  1929. else
  1930. idle=0
  1931. end
  1932. if idle>=500 then
  1933. if attack==false then
  1934. --Sheath()
  1935. end
  1936. end
  1937. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1938. Anim="Jump"
  1939. if attack==false then
  1940. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1941. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1942. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(30)),.3)
  1943. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(-30)),.3)
  1944. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1945. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1946. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1947. end
  1948. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1949. Anim="Fall"
  1950. if attack==false then
  1951. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1952. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1953. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-50),math.rad(0),math.rad(30)),.3)
  1954. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-50),math.rad(0),math.rad(-30)),.3)
  1955. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1956. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1957. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1958. end
  1959. elseif torvel<1 and hitfloor~=nil then
  1960. Anim="Idle"
  1961. if attack==false then
  1962. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  1963. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(40)),.3)
  1964. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(20)),.3)
  1965. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(10),math.rad(20),math.rad(-30)),.3)
  1966. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-10)),.3)
  1967. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1968. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1969. end
  1970. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1971. Anim="Walk"
  1972. if attack==false then
  1973. change=3
  1974. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1975. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1976. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(30)),.3)
  1977. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(-30)),.3)
  1978. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1979. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1980. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1981. end
  1982. elseif torvel>=22 and hitfloor~=nil then
  1983. Anim="Run"
  1984. if attack==false then
  1985. end
  1986. end
  1987. end
  1988. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement