Advertisement
rcubed1003

fe swords

Sep 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.29 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. Player=game:GetService("Players").LocalPlayer
  148. Character=Player.Character
  149. PlayerGui=Player.PlayerGui
  150. Backpack=Player.Backpack
  151. Torso=Character.Torso
  152. Head=Character.Head
  153. Humanoid=Character.Humanoid
  154. m=Instance.new('Model',Character)
  155. LeftArm=Character["Left Arm"]
  156. LeftLeg=Character["Left Leg"]
  157. RightArm=Character["Right Arm"]
  158. RightLeg=Character["Right Leg"]
  159. LS=Torso["Left Shoulder"]
  160. LH=Torso["Left Hip"]
  161. RS=Torso["Right Shoulder"]
  162. RH=Torso["Right Hip"]
  163. Face = Head.face
  164. Neck=Torso.Neck
  165. it=Instance.new
  166. attacktype=1
  167. vt=Vector3.new
  168. cf=CFrame.new
  169. euler=CFrame.fromEulerAnglesXYZ
  170. angles=CFrame.Angles
  171. cloaked=false
  172. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  173. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  174. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  175. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  176. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  177. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  178. RootPart=Character.HumanoidRootPart
  179. RootJoint=RootPart.RootJoint
  180. RootCF=euler(-1.57,0,3.14)
  181. attack = false
  182. attackdebounce = false
  183. deb=false
  184. equipped=true
  185. hand=false
  186. MMouse=nil
  187. combo=0
  188. mana=0
  189. trispeed=.2
  190. attackmode='none'
  191. local idle=0
  192. local Anim="Idle"
  193. local Effects={}
  194. local gun=false
  195. local shoot=false
  196. player=nil
  197. mana=0
  198.  
  199. mouse=Player:GetMouse()
  200. --save shoulders
  201. RSH, LSH=nil, nil
  202. --welds
  203. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  204. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  205. LH=Torso["Left Hip"]
  206. RH=Torso["Right Hip"]
  207. TorsoColor=Torso.BrickColor
  208. function NoOutline(Part)
  209. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  210. end
  211. player=Player
  212. ch=Character
  213. RSH=ch.Torso["Right Shoulder"]
  214. LSH=ch.Torso["Left Shoulder"]
  215. --
  216. RSH.Parent=nil
  217. LSH.Parent=nil
  218. --
  219. RW.Name="Right Shoulder"
  220. RW.Part0=ch.Torso
  221. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  222. RW.C1=cf(0, 0.5, 0)
  223. RW.Part1=ch["Right Arm"]
  224. RW.Parent=ch.Torso
  225. --
  226. LW.Name="Left Shoulder"
  227. LW.Part0=ch.Torso
  228. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  229. LW.C1=cf(0, 0.5, 0)
  230. LW.Part1=ch["Left Arm"]
  231. LW.Parent=ch.Torso
  232.  
  233. Player=game:GetService('Players').LocalPlayer
  234. Character=Player.Character
  235. Mouse=Player:GetMouse()
  236. m=Instance.new('Model',Character)
  237.  
  238.  
  239. local function weldBetween(a, b)
  240. local weldd = Instance.new("ManualWeld")
  241. weldd.Part0 = a
  242. weldd.Part1 = b
  243. weldd.C0 = CFrame.new()
  244. weldd.C1 = b.CFrame:inverse() * a.CFrame
  245. weldd.Parent = a
  246. return weldd
  247. end
  248.  
  249. it=Instance.new
  250.  
  251. function nooutline(part)
  252. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  253. end
  254.  
  255. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  256. local fp=it("Part")
  257. fp.formFactor=formfactor
  258. fp.Parent=parent
  259. fp.Reflectance=reflectance
  260. fp.Transparency=transparency
  261. fp.CanCollide=false
  262. fp.Locked=true
  263. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  264. fp.Name=name
  265. fp.Size=size
  266. fp.Position=Character.Torso.Position
  267. nooutline(fp)
  268. fp.Material=material
  269. fp:BreakJoints()
  270. return fp
  271. end
  272.  
  273. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  274. local mesh=it(Mesh)
  275. mesh.Parent=part
  276. if Mesh=="SpecialMesh" then
  277. mesh.MeshType=meshtype
  278. mesh.MeshId=meshid
  279. end
  280. mesh.Offset=offset
  281. mesh.Scale=scale
  282. return mesh
  283. end
  284.  
  285. function weld(parent,part0,part1,c0,c1)
  286. local weld=it("Weld")
  287. weld.Parent=parent
  288. weld.Part0=part0
  289. weld.Part1=part1
  290. weld.C0=c0
  291. weld.C1=c1
  292. return weld
  293. end
  294.  
  295.  
  296. Player=game:GetService('Players').LocalPlayer
  297. Character=Player.Character
  298. Mouse=Player:GetMouse()
  299. m=Instance.new('Model',Character)
  300.  
  301.  
  302. local function weldBetween(a, b)
  303. local weldd = Instance.new("ManualWeld")
  304. weldd.Part0 = a
  305. weldd.Part1 = b
  306. weldd.C0 = CFrame.new()
  307. weldd.C1 = b.CFrame:inverse() * a.CFrame
  308. weldd.Parent = a
  309. return weldd
  310. end
  311.  
  312. it=Instance.new
  313.  
  314. function nooutline(part)
  315. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  316. end
  317.  
  318. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  319. local fp=it("Part")
  320. fp.formFactor=formfactor
  321. fp.Parent=parent
  322. fp.Reflectance=reflectance
  323. fp.Transparency=transparency
  324. fp.CanCollide=false
  325. fp.Locked=true
  326. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  327. fp.Name=name
  328. fp.Size=size
  329. fp.Position=Character.Torso.Position
  330. nooutline(fp)
  331. fp.Material=material
  332. fp:BreakJoints()
  333. return fp
  334. end
  335.  
  336. function swait(num)
  337. if num==0 or num==nil then
  338. game:service'RunService'.Stepped:wait(0)
  339. else
  340. for i=0,num do
  341. game:service'RunService'.Stepped:wait(0)
  342. end
  343. end
  344. end
  345.  
  346. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  347. local mesh=it(Mesh)
  348. mesh.Parent=part
  349. if Mesh=="SpecialMesh" then
  350. mesh.MeshType=meshtype
  351. mesh.MeshId=meshid
  352. end
  353. mesh.Offset=offset
  354. mesh.Scale=scale
  355. return mesh
  356. end
  357.  
  358. function weld(parent,part0,part1,c0,c1)
  359. local weld=it("Weld")
  360. weld.Parent=parent
  361. weld.Part0=part0
  362. weld.Part1=part1
  363. weld.C0=c0
  364. weld.C1=c1
  365. return weld
  366. end
  367.  
  368.  
  369. local function CFrameFromTopBack(at, top, back)
  370. local right = top:Cross(back)
  371. return CFrame.new(at.x, at.y, at.z,
  372. right.x, top.x, back.x,
  373. right.y, top.y, back.y,
  374. right.z, top.z, back.z)
  375. end
  376.  
  377. function Triangle(a, b, c)
  378. local edg1 = (c-a):Dot((b-a).unit)
  379. local edg2 = (a-b):Dot((c-b).unit)
  380. local edg3 = (b-c):Dot((a-c).unit)
  381. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  382. a, b, c = a, b, c
  383. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  384. a, b, c = b, c, a
  385. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  386. a, b, c = c, a, b
  387. else
  388. assert(false, "unreachable")
  389. end
  390.  
  391. local len1 = (c-a):Dot((b-a).unit)
  392. local len2 = (b-a).magnitude - len1
  393. local width = (a + (b-a).unit*len1 - c).magnitude
  394.  
  395. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  396.  
  397. local list = {}
  398.  
  399. local Color = BrickColor.new("Really black")
  400.  
  401. if len1 > 0.01 then
  402. local w1 = Instance.new('WedgePart', m)
  403. game:GetService("Debris"):AddItem(w1,5)
  404. w1.Material = "SmoothPlastic"
  405. w1.FormFactor = 'Custom'
  406. w1.BrickColor = BrickColor.new(Color)
  407. w1.Transparency = 0
  408. w1.Reflectance = 0
  409. w1.Material = "SmoothPlastic"
  410. w1.CanCollide = false
  411. NoOutline(w1)
  412. local sz = Vector3.new(0.2, width, len1)
  413. w1.Size = sz
  414. local sp = Instance.new("SpecialMesh",w1)
  415. sp.MeshType = "Wedge"
  416. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  417. w1:BreakJoints()
  418. w1.Anchored = true
  419. w1.Parent = workspace
  420. w1.Transparency = 0.7
  421. table.insert(Effects,{w1,"Disappear",.01})
  422. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  423. table.insert(list,w1)
  424. end
  425.  
  426. if len2 > 0.01 then
  427. local w2 = Instance.new('WedgePart', m)
  428. game:GetService("Debris"):AddItem(w2,5)
  429. w2.Material = "SmoothPlastic"
  430. w2.FormFactor = 'Custom'
  431. w2.BrickColor = BrickColor.new(Color)
  432. w2.Transparency = 0
  433. w2.Reflectance = 0
  434. w2.Material = "SmoothPlastic"
  435. w2.CanCollide = false
  436. NoOutline(w2)
  437. local sz = Vector3.new(0.2, width, len2)
  438. w2.Size = sz
  439. local sp = Instance.new("SpecialMesh",w2)
  440. sp.MeshType = "Wedge"
  441. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  442. w2:BreakJoints()
  443. w2.Anchored = true
  444. w2.Parent = workspace
  445. w2.Transparency = 0.7
  446. table.insert(Effects,{w2,"Disappear",.01})
  447. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  448. table.insert(list,w2)
  449. end
  450. return unpack(list)
  451. end
  452.  
  453.  
  454. so = function(id,par,vol,pit)
  455. coroutine.resume(coroutine.create(function()
  456. local sou = Instance.new("Sound",par or workspace)
  457. sou.Volume=vol
  458. sou.Pitch=pit or 1
  459. sou.SoundId=id
  460. swait()
  461. sou:play()
  462. game:GetService("Debris"):AddItem(sou,6)
  463. end))
  464. end
  465.  
  466. function clerp(a,b,t)
  467. local qa = {QuaternionFromCFrame(a)}
  468. local qb = {QuaternionFromCFrame(b)}
  469. local ax, ay, az = a.x, a.y, a.z
  470. local bx, by, bz = b.x, b.y, b.z
  471. local _t = 1-t
  472. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  473. end
  474.  
  475. function QuaternionFromCFrame(cf)
  476. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  477. local trace = m00 + m11 + m22
  478. if trace > 0 then
  479. local s = math.sqrt(1 + trace)
  480. local recip = 0.5/s
  481. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  482. else
  483. local i = 0
  484. if m11 > m00 then
  485. i = 1
  486. end
  487. if m22 > (i == 0 and m00 or m11) then
  488. i = 2
  489. end
  490. if i == 0 then
  491. local s = math.sqrt(m00-m11-m22+1)
  492. local recip = 0.5/s
  493. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  494. elseif i == 1 then
  495. local s = math.sqrt(m11-m22-m00+1)
  496. local recip = 0.5/s
  497. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  498. elseif i == 2 then
  499. local s = math.sqrt(m22-m00-m11+1)
  500. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  501. end
  502. end
  503. end
  504.  
  505. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  506. local xs, ys, zs = x + x, y + y, z + z
  507. local wx, wy, wz = w*xs, w*ys, w*zs
  508. local xx = x*xs
  509. local xy = x*ys
  510. local xz = x*zs
  511. local yy = y*ys
  512. local yz = y*zs
  513. local zz = z*zs
  514. 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))
  515. end
  516.  
  517. function QuaternionSlerp(a, b, t)
  518. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  519. local startInterp, finishInterp;
  520. if cosTheta >= 0.0001 then
  521. if (1 - cosTheta) > 0.0001 then
  522. local theta = math.acos(cosTheta)
  523. local invSinTheta = 1/math.sin(theta)
  524. startInterp = math.sin((1-t)*theta)*invSinTheta
  525. finishInterp = math.sin(t*theta)*invSinTheta
  526. else
  527. startInterp = 1-t
  528. finishInterp = t
  529. end
  530. else
  531. if (1+cosTheta) > 0.0001 then
  532. local theta = math.acos(-cosTheta)
  533. local invSinTheta = 1/math.sin(theta)
  534. startInterp = math.sin((t-1)*theta)*invSinTheta
  535. finishInterp = math.sin(t*theta)*invSinTheta
  536. else
  537. startInterp = t-1
  538. finishInterp = t
  539. end
  540. end
  541. 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
  542. end
  543.  
  544. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  545. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  546. end
  547.  
  548. local function CFrameFromTopBack(at, top, back)
  549. local right = top:Cross(back)
  550. return CFrame.new(at.x, at.y, at.z,
  551. right.x, top.x, back.x,
  552. right.y, top.y, back.y,
  553. right.z, top.z, back.z)
  554. end
  555.  
  556. function Triangle(a, b, c)
  557. local edg1 = (c-a):Dot((b-a).unit)
  558. local edg2 = (a-b):Dot((c-b).unit)
  559. local edg3 = (b-c):Dot((a-c).unit)
  560. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  561. a, b, c = a, b, c
  562. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  563. a, b, c = b, c, a
  564. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  565. a, b, c = c, a, b
  566. else
  567. assert(false, "unreachable")
  568. end
  569.  
  570. local len1 = (c-a):Dot((b-a).unit)
  571. local len2 = (b-a).magnitude - len1
  572. local width = (a + (b-a).unit*len1 - c).magnitude
  573.  
  574. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  575.  
  576. local list = {}
  577.  
  578. if len1 > 0.01 then
  579. local w1 = Instance.new('WedgePart', m)
  580. game:GetService("Debris"):AddItem(w1,5)
  581. w1.Material = "SmoothPlastic"
  582. w1.FormFactor = 'Custom'
  583. w1.BrickColor = BrickColor.new("Dark stone grey")
  584. w1.Transparency = 0
  585. w1.Reflectance = 0
  586. w1.Material = "SmoothPlastic"
  587. w1.CanCollide = false
  588. NoOutline(w1)
  589. local sz = Vector3.new(0.2, width, len1)
  590. w1.Size = sz
  591. local sp = Instance.new("SpecialMesh",w1)
  592. sp.MeshType = "Wedge"
  593. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  594. w1:BreakJoints()
  595. w1.Anchored = true
  596. w1.Parent = workspace
  597. w1.Transparency = 0.7
  598. table.insert(Effects,{w1,"Disappear",.01})
  599. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  600. table.insert(list,w1)
  601. end
  602.  
  603. if len2 > 0.01 then
  604. local w2 = Instance.new('WedgePart', m)
  605. game:GetService("Debris"):AddItem(w2,5)
  606. w2.Material = "SmoothPlastic"
  607. w2.FormFactor = 'Custom'
  608. w2.BrickColor = BrickColor.new("Dark stone grey")
  609. w2.Transparency = 0
  610. w2.Reflectance = 0
  611. w2.Material = "SmoothPlastic"
  612. w2.CanCollide = false
  613. NoOutline(w2)
  614. local sz = Vector3.new(0.2, width, len2)
  615. w2.Size = sz
  616. local sp = Instance.new("SpecialMesh",w2)
  617. sp.MeshType = "Wedge"
  618. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  619. w2:BreakJoints()
  620. w2.Anchored = true
  621. w2.Parent = workspace
  622. w2.Transparency = 0.7
  623. table.insert(Effects,{w2,"Disappear",.01})
  624. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  625. table.insert(list,w2)
  626. end
  627. return unpack(list)
  628. end
  629.  
  630. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  631. if hit.Parent==nil then
  632. return
  633. end
  634. h=hit.Parent:FindFirstChild("Humanoid")
  635. for _,v in pairs(hit.Parent:children()) do
  636. if v:IsA("Humanoid") then
  637. h=v
  638. end
  639. end
  640. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  641. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  642. end
  643. if hit.Parent.className=="Hat" then
  644. hit=hit.Parent.Parent:findFirstChild("Head")
  645. end
  646. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  647. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  648. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  649. return
  650. end]]
  651. -- hs(hit,1.2)
  652. c=Instance.new("ObjectValue")
  653. c.Name="creator"
  654. c.Value=game:service("Players").LocalPlayer
  655. c.Parent=h
  656. game:GetService("Debris"):AddItem(c,.5)
  657. Damage=math.random(minim,maxim)
  658. -- h:TakeDamage(Damage)
  659. blocked=false
  660. block=hit.Parent:findFirstChild("Block")
  661. if block~=nil then
  662. print(block.className)
  663. if block.className=="NumberValue" then
  664. if block.Value>0 then
  665. blocked=true
  666. if decreaseblock==nil then
  667. block.Value=block.Value-1
  668. end
  669. end
  670. end
  671. if block.className=="IntValue" then
  672. if block.Value>0 then
  673. blocked=true
  674. if decreaseblock~=nil then
  675. block.Value=block.Value-1
  676. end
  677. end
  678. end
  679. end
  680. if blocked==false then
  681. -- h:TakeDamage(Damage)
  682. h.Health=h.Health-Damage
  683. showDamage(hit.Parent,Damage,.5,BrickColor.new("Dark stone grey"))
  684. else
  685. h.Health=h.Health-(Damage/2)
  686. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  687. end
  688. if Type=="Knockdown" then
  689. hum=hit.Parent.Humanoid
  690. hum.PlatformStand=true
  691. coroutine.resume(coroutine.create(function(HHumanoid)
  692. swait(1)
  693. HHumanoid.PlatformStand=false
  694. end),hum)
  695. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  696. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  697. local bodvol=Instance.new("BodyVelocity")
  698. bodvol.velocity=angle*knockback
  699. bodvol.P=5000
  700. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  701. bodvol.Parent=hit
  702. rl=Instance.new("BodyAngularVelocity")
  703. rl.P=3000
  704. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  705. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  706. rl.Parent=hit
  707. game:GetService("Debris"):AddItem(bodvol,.5)
  708. game:GetService("Debris"):AddItem(rl,.5)
  709. elseif Type=="Normal" then
  710. vp=Instance.new("BodyVelocity")
  711. vp.P=500
  712. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  713. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  714. if KnockbackType==1 then
  715. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  716. elseif KnockbackType==2 then
  717. vp.velocity=Property.CFrame.lookVector*knockback
  718. end
  719. if knockback>0 then
  720. vp.Parent=hit.Parent.Torso
  721. end
  722. game:GetService("Debris"):AddItem(vp,.5)
  723. elseif Type=="Up" then
  724. local bodyVelocity=Instance.new("BodyVelocity")
  725. bodyVelocity.velocity=vt(0,60,0)
  726. bodyVelocity.P=5000
  727. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  728. bodyVelocity.Parent=hit
  729. game:GetService("Debris"):AddItem(bodyVelocity,1)
  730. rl=Instance.new("BodyAngularVelocity")
  731. rl.P=3000
  732. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  733. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  734. rl.Parent=hit
  735. game:GetService("Debris"):AddItem(rl,.5)
  736. elseif Type=="Snare" then
  737. bp=Instance.new("BodyPosition")
  738. bp.P=2000
  739. bp.D=100
  740. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  741. bp.position=hit.Parent.Torso.Position
  742. bp.Parent=hit.Parent.Torso
  743. game:GetService("Debris"):AddItem(bp,1)
  744. elseif Type=="Target" then
  745. if Targetting==false then
  746. ZTarget=hit.Parent.Torso
  747. coroutine.resume(coroutine.create(function(Part)
  748. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  749. swait(5)
  750. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  751. end),ZTarget)
  752. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  753. targetgui=Instance.new("BillboardGui")
  754. targetgui.Parent=ZTarget
  755. targetgui.Size=UDim2.new(10,100,10,100)
  756. targ=Instance.new("ImageLabel")
  757. targ.Parent=targetgui
  758. targ.BackgroundTransparency=1
  759. targ.Image="rbxassetid://4834067"
  760. targ.Size=UDim2.new(1,0,1,0)
  761. cam.CameraType="Scriptable"
  762. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  763. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  764. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  765. Targetting=true
  766. RocketTarget=ZTarget
  767. for i=1,Property do
  768. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  769. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  770. swait()
  771. end
  772. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  773. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  774. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  775. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  776. end
  777. Targetting=false
  778. RocketTarget=nil
  779. targetgui.Parent=nil
  780. cam.CameraType="Custom"
  781. end
  782. end
  783. debounce=Instance.new("BoolValue")
  784. debounce.Name="DebounceHit"
  785. debounce.Parent=hit.Parent
  786. debounce.Value=true
  787. game:GetService("Debris"):AddItem(debounce,Delay)
  788. c=Instance.new("ObjectValue")
  789. c.Name="creator"
  790. c.Value=Player
  791. c.Parent=h
  792. game:GetService("Debris"):AddItem(c,.5)
  793. CRIT=false
  794. hitDeb=true
  795. AttackPos=6
  796. end
  797. end
  798.  
  799. showDamage=function(Char,Dealt,du,Color)
  800. m=Instance.new("Model")
  801. m.Name=tostring(Dealt)
  802. h=Instance.new("Humanoid")
  803. h.Health=0
  804. h.MaxHealth=0
  805. h.Parent=m
  806. c=Instance.new("Part")
  807. c.Transparency=0
  808. c.BrickColor=Color
  809. c.Name="Head"
  810. c.TopSurface=0
  811. c.BottomSurface=0
  812. c.formFactor="Plate"
  813. c.Size=Vector3.new(1,.4,1)
  814. ms=Instance.new("CylinderMesh")
  815. ms.Scale=Vector3.new(.8,.8,.8)
  816. if CRIT==true then
  817. ms.Scale=Vector3.new(1,1.25,1)
  818. end
  819. ms.Parent=c
  820. c.Reflectance=0
  821. Instance.new("BodyGyro").Parent=c
  822. c.Parent=m
  823. if Char:findFirstChild("Head")~=nil then
  824. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  825. elseif Char.Parent:findFirstChild("Head")~=nil then
  826. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  827. end
  828. f=Instance.new("BodyPosition")
  829. f.P=2000
  830. f.D=100
  831. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  832. f.position=c.Position+Vector3.new(0,3,0)
  833. f.Parent=c
  834. game:GetService("Debris"):AddItem(m,.5+du)
  835. c.CanCollide=false
  836. m.Parent=workspace
  837. c.CanCollide=false
  838. end
  839.  
  840.  
  841. Player=game:GetService('Players').LocalPlayer
  842. Character=Player.Character
  843. Mouse=Player:GetMouse()
  844. m=Instance.new('Model',Character)
  845. it=Instance.new
  846. function nooutline(part)
  847. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  848. end
  849. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  850. local fp=it("Part")
  851. fp.formFactor=formfactor
  852. fp.Parent=parent
  853. fp.Reflectance=reflectance
  854. fp.Transparency=transparency
  855. fp.CanCollide=false
  856. fp.Locked=true
  857. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  858. fp.Name=name
  859. fp.Size=size
  860. fp.Position=Character.Torso.Position
  861. nooutline(fp)
  862. fp.Material=material
  863. fp:BreakJoints()
  864. return fp
  865. end
  866. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  867. local mesh=it(Mesh)
  868. mesh.Parent=part
  869. if Mesh=="SpecialMesh" then
  870. mesh.MeshType=meshtype
  871. mesh.MeshId=meshid
  872. end
  873. mesh.Offset=offset
  874. mesh.Scale=scale
  875. return mesh
  876. end
  877. function weld(parent,part0,part1,c0,c1)
  878. local weld=it("Weld")
  879. weld.Parent=parent
  880. weld.Part0=part0
  881. weld.Part1=part1
  882. weld.C0=c0
  883. weld.C1=c1
  884. return weld
  885. end
  886.  
  887. Player=game:GetService('Players').LocalPlayer
  888. Character=Player.Character
  889. Mouse=Player:GetMouse()
  890. m=Instance.new('Model',Character)
  891. it=Instance.new
  892. function nooutline(part)
  893. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  894. end
  895. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  896. local fp=it("Part")
  897. fp.formFactor=formfactor
  898. fp.Parent=parent
  899. fp.Reflectance=reflectance
  900. fp.Transparency=transparency
  901. fp.CanCollide=false
  902. fp.Locked=true
  903. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  904. fp.Name=name
  905. fp.Size=size
  906. fp.Position=Character.Torso.Position
  907. nooutline(fp)
  908. fp.Material=material
  909. fp:BreakJoints()
  910. return fp
  911. end
  912. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  913. local mesh=it(Mesh)
  914. mesh.Parent=part
  915. if Mesh=="SpecialMesh" then
  916. mesh.MeshType=meshtype
  917. mesh.MeshId=meshid
  918. end
  919. mesh.Offset=offset
  920. mesh.Scale=scale
  921. return mesh
  922. end
  923. function weld(parent,part0,part1,c0,c1)
  924. local weld=it("Weld")
  925. weld.Parent=parent
  926. weld.Part0=part0
  927. weld.Part1=part1
  928. weld.C0=c0
  929. weld.C1=c1
  930. return weld
  931. end
  932.  
  933. HandleA=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","HandleA",Vector3.new(1.6487186, 1.9784621, 1.64871848))
  934. 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))
  935. mesh("CylinderMesh",HandleA,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 1.04999995, 0.524999976))
  936. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  937. 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))
  938. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0333333202, 0.13333331))
  939. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  940. 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))
  941. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0333333202, 0.13333331))
  942. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  943. 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))
  944. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0499999858, 0.0499999858, 0.166666642))
  945. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  946. 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))
  947. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0499999784, 0.0499999858, 0.166666642))
  948. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  949. 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))
  950. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  951. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  952. 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))
  953. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.166666672, 0.166666672))
  954. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  955. 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))
  956. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  957. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  958. 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))
  959. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  960. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  961. 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))
  962. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  963. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  964. 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))
  965. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.149999991))
  966. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  967. 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))
  968. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.149999991))
  969. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  970. 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))
  971. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  972. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  973. 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))
  974. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  975. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  976. 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))
  977. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.5))
  978. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  979. 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))
  980. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.233333305, 0.0499999933, 1))
  981. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  982. 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))
  983. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.166666672, 0.333333343))
  984. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  985. 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))
  986. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.133333281, 0.433333308))
  987. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  988. 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))
  989. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  990. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  991. 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))
  992. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  993. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  994. 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))
  995. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  996. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  997. 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))
  998. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  999. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1000. 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))
  1001. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.5))
  1002. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1003. 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))
  1004. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  1005. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1006. 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))
  1007. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.333333343))
  1008. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1009. 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))
  1010. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1011. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1012. 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))
  1013. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  1014. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1015. 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))
  1016. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.116666652))
  1017. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1018. 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))
  1019. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0666666552, 0.433333367))
  1020. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1021. 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))
  1022. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1023. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1024. 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))
  1025. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  1026. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1027. 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))
  1028. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.400000006))
  1029. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1030. 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))
  1031. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.166666672))
  1032. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1033. 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))
  1034. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  1035. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1036. 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))
  1037. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999933, 0.0999999866))
  1038. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1039. 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))
  1040. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1041. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1042. 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))
  1043. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.133333325, 0.166666672, 0.133333325))
  1044. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1045. 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))
  1046. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1047. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1048. 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))
  1049. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  1050. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1051. 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))
  1052. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1053. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1054. 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))
  1055. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.166666672, 0.333333343))
  1056. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1057. 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))
  1058. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  1059. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1060. 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))
  1061. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  1062. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1063. 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))
  1064. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1065. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1066. 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))
  1067. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.399999976))
  1068. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1069. 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))
  1070. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  1071. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1072. 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))
  1073. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1074. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1075. 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))
  1076. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.166666672, 0.166666672))
  1077. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1078. 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))
  1079. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.5))
  1080. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1081. 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))
  1082. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999933, 0.0999999866))
  1083. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1084. 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))
  1085. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.5))
  1086. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1087. 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))
  1088. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  1089. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1090. 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))
  1091. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.116666652, 0.0499999858, 0.116666652))
  1092. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1093. 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))
  1094. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  1095. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1096. 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))
  1097. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  1098. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1099. 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))
  1100. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.25000003))
  1101. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1102. 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))
  1103. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  1104. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1105. 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))
  1106. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  1107. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  1108. 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))
  1109. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199999973, 0.0666666552, 1))
  1110. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1111. 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))
  1112. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.133333325, 0.166666672, 0.133333325))
  1113. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1114. 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))
  1115. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.0499999858, 0.0999999866))
  1116. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1117. 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))
  1118. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0833333209, 0.166666672, 0.333333343))
  1119. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1120. 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))
  1121. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.433333308))
  1122. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1123. 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))
  1124. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.0666666552, 0.433333367))
  1125. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1126. 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))
  1127. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.399999976))
  1128. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1129. 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))
  1130. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0666666552, 0.166666672, 0.25000003))
  1131. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1132. 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))
  1133. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1134. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 4.94615555))
  1135. 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))
  1136. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.199999973, 0.0666666552, 1))
  1137. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1138. 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))
  1139. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  1140. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1141. 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))
  1142. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1143. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1144. 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))
  1145. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0166666452, 0.0999999568, 0.366666645))
  1146. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1147. 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))
  1148. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.0999999866))
  1149. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1150. 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))
  1151. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0999999866, 0.0499999858, 0.166666672))
  1152. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 1.64871836, 1.64871848))
  1153. 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))
  1154. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0666666478, 0.0499999858, 0.400000006))
  1155. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1156. 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))
  1157. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1158. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1159. 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))
  1160. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1161. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1162. 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))
  1163. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1164. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1165. 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))
  1166. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.274999917, 0.174999997, 0.524999976))
  1167. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1168. 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))
  1169. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 0.174999997, 0.524999976))
  1170. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1171. 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))
  1172. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.124999918, 0.174999997, 0.524999976))
  1173. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"White","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1174. 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))
  1175. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.174999908, 0.174999997, 0.524999976))
  1176. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1177. 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))
  1178. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1179. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1180. 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))
  1181. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1182. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1183. 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))
  1184. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1185. Part=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.6487186, 0.659487367, 1.64871848))
  1186. 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))
  1187. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.22499992, 0.174999997, 0.524999976))
  1188. HitboxA=part(Enum.FormFactor.Plate,m,Enum.Material.Plastic,0,1,"Black","HitboxA",Vector3.new(0.548718691, 0.200000003, 4.94615555))
  1189. 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))
  1190.  
  1191. Player=game:GetService('Players').LocalPlayer
  1192. Character=Player.Character
  1193. Mouse=Player:GetMouse()
  1194. m=Instance.new('Model',Character)
  1195. it=Instance.new
  1196. function nooutline(part)
  1197. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1198. end
  1199. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1200. local fp=it("Part")
  1201. fp.formFactor=formfactor
  1202. fp.Parent=parent
  1203. fp.Reflectance=reflectance
  1204. fp.Transparency=transparency
  1205. fp.CanCollide=false
  1206. fp.Locked=true
  1207. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1208. fp.Name=name
  1209. fp.Size=size
  1210. fp.Position=Character.Torso.Position
  1211. nooutline(fp)
  1212. fp.Material=material
  1213. fp:BreakJoints()
  1214. return fp
  1215. end
  1216. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1217. local mesh=it(Mesh)
  1218. mesh.Parent=part
  1219. if Mesh=="SpecialMesh" then
  1220. mesh.MeshType=meshtype
  1221. mesh.MeshId=meshid
  1222. end
  1223. mesh.Offset=offset
  1224. mesh.Scale=scale
  1225. return mesh
  1226. end
  1227. function weld(parent,part0,part1,c0,c1)
  1228. local weld=it("Weld")
  1229. weld.Parent=parent
  1230. weld.Part0=part0
  1231. weld.Part1=part1
  1232. weld.C0=c0
  1233. weld.C1=c1
  1234. return weld
  1235. end
  1236.  
  1237. HandleB=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","HandleB",Vector3.new(0.344953746, 1.85412645, 0.344953775))
  1238. 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))
  1239. mesh("CylinderMesh",HandleB,"","",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 1, 0.56249994))
  1240. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1241. 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))
  1242. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.512499988, 0.43749997, 0.187499985))
  1243. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 1.81100714, 0.344953775))
  1244. 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))
  1245. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 1, 0.249999985))
  1246. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1247. 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))
  1248. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.56249994))
  1249. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1250. 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))
  1251. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.249999985))
  1252. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1253. 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))
  1254. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.0624999963))
  1255. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1256. 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))
  1257. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1258. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1259. 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))
  1260. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.31249997))
  1261. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1262. 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))
  1263. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.512499988, 0.43749997, 0.187499985))
  1264. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1265. 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))
  1266. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.43749997, 0.31249997))
  1267. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1268. 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))
  1269. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.81249994))
  1270. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1271. 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))
  1272. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.550000191))
  1273. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.668347895))
  1274. 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))
  1275. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 1))
  1276. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1277. 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))
  1278. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1279. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1280. 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))
  1281. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1282. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1283. 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))
  1284. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1285. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1286. 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))
  1287. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1288. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1289. 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))
  1290. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1291. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.668347895))
  1292. 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))
  1293. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 1))
  1294. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1295. 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))
  1296. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1297. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1298. 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))
  1299. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1300. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1301. 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))
  1302. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1303. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1304. 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))
  1305. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.112499967, 0.0624999851))
  1306. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1307. 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))
  1308. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1309. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1310. 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))
  1311. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1312. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1313. 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))
  1314. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.43749997))
  1315. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1316. 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))
  1317. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1318. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1319. 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))
  1320. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1321. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1322. 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))
  1323. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1324. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1325. 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))
  1326. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1327. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1328. 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))
  1329. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1330. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1331. 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))
  1332. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1333. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1334. 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))
  1335. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1336. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1337. 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))
  1338. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1339. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1340. 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))
  1341. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1342. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1343. 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))
  1344. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1345. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1346. 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))
  1347. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0874999985, 0.162500009))
  1348. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1349. 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))
  1350. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1351. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1352. 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))
  1353. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1354. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1355. 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))
  1356. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1357. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1358. 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))
  1359. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1360. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1361. 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))
  1362. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1363. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1364. 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))
  1365. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1366. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1367. 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))
  1368. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1369. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1370. 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))
  1371. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1372. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1373. 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))
  1374. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 1))
  1375. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1376. 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))
  1377. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1378. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1379. 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))
  1380. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1381. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1382. 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))
  1383. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1384. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1385. 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))
  1386. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1387. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1388. 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))
  1389. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.249999985))
  1390. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1391. 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))
  1392. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1393. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1394. 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))
  1395. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.43749997))
  1396. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1397. 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))
  1398. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.43749997))
  1399. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1400. 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))
  1401. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.249999985, 0.31249997))
  1402. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1403. 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))
  1404. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.31249997))
  1405. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1406. 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))
  1407. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.49999997, 0.249999985))
  1408. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1409. 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))
  1410. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.43749997))
  1411. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1412. 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))
  1413. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.124999993, 0.43749997))
  1414. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1415. 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))
  1416. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 1, 0.56249994))
  1417. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1418. 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))
  1419. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.249999985))
  1420. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1421. 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))
  1422. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1423. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1424. 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))
  1425. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.9375, 1, 0.0624999963))
  1426. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1427. 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))
  1428. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.43749997, 0.56249994))
  1429. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1430. 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))
  1431. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 1, 0.56249994))
  1432. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1433. 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))
  1434. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.124999993))
  1435. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 1.81100714, 0.344953775))
  1436. 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))
  1437. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 1, 0.249999985))
  1438. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1439. 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))
  1440. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.43749997))
  1441. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1442. 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))
  1443. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.74999994, 0.56249994))
  1444. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1445. 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))
  1446. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 1, 0.9375))
  1447. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1448. 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))
  1449. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1450. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1451. 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))
  1452. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.9375, 1, 0.0624999963))
  1453. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1454. 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))
  1455. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.124999993, 0.56249994))
  1456. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1457. 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))
  1458. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.74999994, 0.56249994))
  1459. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1460. 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))
  1461. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1462. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1463. 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))
  1464. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.124999993))
  1465. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1466. 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))
  1467. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.74999994, 0.56249994))
  1468. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1469. 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))
  1470. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.124999993, 0.56249994))
  1471. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1472. 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))
  1473. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1474. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1475. 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))
  1476. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.124999993, 0.249999985))
  1477. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1478. 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))
  1479. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1480. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1481. 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))
  1482. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1483. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1484. 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))
  1485. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1486. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1487. 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))
  1488. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1489. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1490. 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))
  1491. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1492. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1493. 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))
  1494. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1495. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1496. 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))
  1497. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1498. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1499. 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))
  1500. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.0624999963))
  1501. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.388072997))
  1502. 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))
  1503. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.43749997, 1))
  1504. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1505. 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))
  1506. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.405000001, 0.0904999897, 0.405000001))
  1507. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1508. 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))
  1509. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.37499997, 0.0624999963, 0.124999993))
  1510. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1511. 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))
  1512. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.81249994, 0.0624999963))
  1513. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1514. 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))
  1515. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1516. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1517. 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))
  1518. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.0624999963))
  1519. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1520. 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))
  1521. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 1))
  1522. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1523. 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))
  1524. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1525. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1526. 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))
  1527. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1528. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.388072997))
  1529. 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))
  1530. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.43749997, 1))
  1531. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1532. 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))
  1533. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.124999993, 0.43749997))
  1534. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.474311411, 0.344953775))
  1535. 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))
  1536. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.0624999963))
  1537. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1538. 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))
  1539. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.249999985))
  1540. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1541. 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))
  1542. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.974999964, 0.849999964, 0.675000012))
  1543. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1544. 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))
  1545. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1546. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1547. 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))
  1548. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.43749997))
  1549. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1550. 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))
  1551. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1552. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1553. 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))
  1554. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1556. 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))
  1557. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.56249994, 0.74999994))
  1558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1559. 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))
  1560. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1562. 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))
  1563. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 0.249999985))
  1564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1565. 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))
  1566. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.124999993, 0.249999985))
  1567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1568. 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))
  1569. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.81249994))
  1570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1571. 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))
  1572. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.81249994))
  1573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1574. 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))
  1575. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1577. 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))
  1578. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.56249994))
  1579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1580. 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))
  1581. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.74999994, 0.81249994))
  1582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1583. 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))
  1584. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.81249994, 0.0624999963))
  1585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1586. 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))
  1587. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.124999993))
  1588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1589. 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))
  1590. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1592. 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))
  1593. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1595. 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))
  1596. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1598. 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))
  1599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1601. 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))
  1602. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1604. 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))
  1605. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0874999985, 0.162500009))
  1606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1607. 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))
  1608. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1610. 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))
  1611. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1613. 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))
  1614. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.113124982, 0.506249964))
  1615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1616. 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))
  1617. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.68749994))
  1618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1619. 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))
  1620. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1622. 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))
  1623. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1625. 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))
  1626. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.31249997, 0.43749997))
  1627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1628. 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))
  1629. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1631. 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))
  1632. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1634. 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))
  1635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.366513371, 0.366513401))
  1637. 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))
  1638. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.687500238, 1, 1))
  1639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1640. 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))
  1641. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.124999993, 0.43749997))
  1642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1643. 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))
  1644. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.249999985))
  1645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1646. 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))
  1647. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1649. 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))
  1650. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.607500017, 0.506249726))
  1651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1652. 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))
  1653. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.43749997))
  1654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1655. 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))
  1656. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1658. 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))
  1659. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1661. 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))
  1662. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.485999972, 0.404999793))
  1663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1664. 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))
  1665. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.49999997, 0.249999985))
  1666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 4.57678843, 0.344953775))
  1667. 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))
  1668. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.9375))
  1669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1670. 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))
  1671. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1673. 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))
  1674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1676. 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))
  1677. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1679. 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))
  1680. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.43749997))
  1681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1682. 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))
  1683. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.31249997))
  1684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1685. 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))
  1686. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.68749994))
  1687. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1688. 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))
  1689. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.43749997))
  1690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1691. 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))
  1692. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.249999985))
  1693. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1694. 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))
  1695. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.124999993, 0.43749997))
  1696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1697. 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))
  1698. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1700. 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))
  1701. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.56249994))
  1702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1703. 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))
  1704. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.31249997, 0.43749997))
  1705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1706. 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))
  1707. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1709. 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))
  1710. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.187499985, 0.43749997))
  1711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1712. 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))
  1713. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1715. 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))
  1716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1718. 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))
  1719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1721. 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))
  1722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.113124944, 0.354374975, 0.506249726))
  1723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1724. 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))
  1725. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.0624999963, 0.249999985))
  1726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1727. 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))
  1728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.0624999963, 0.187499985))
  1729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.517430663))
  1730. 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))
  1731. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 1))
  1732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1733. 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))
  1734. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.249999985, 0.31249997))
  1735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1736. 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))
  1737. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.249999985, 0.249999985))
  1738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1739. 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))
  1740. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 1, 0.9375))
  1741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1742. 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))
  1743. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1745. 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))
  1746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1748. 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))
  1749. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1751. 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))
  1752. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.43749997, 0.43749997, 0.0624999963))
  1753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1754. 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))
  1755. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.249999985, 0.249999985))
  1756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1757. 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))
  1758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.81249994, 1, 0.0624999963))
  1759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1760. 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))
  1761. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.0624999963, 0.43749997))
  1762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1763. 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))
  1764. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.43749997, 0.31249997))
  1765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1766. 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))
  1767. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.31249997))
  1768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1769. 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))
  1770. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.74999994, 0.56249994))
  1771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1772. 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))
  1773. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.31249997, 0.43749997, 0.56249994))
  1774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1775. 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))
  1776. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.249999985, 0.31249997))
  1777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1778. 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))
  1779. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.49999997, 0.56249994))
  1780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1781. 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))
  1782. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.31249997, 0.249999985))
  1783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1784. 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))
  1785. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.187499985, 0.68749994))
  1786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1787. 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))
  1788. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0904999524, 0.283499986, 0.404999793))
  1789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1790. 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))
  1791. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.49999997, 0.56249994))
  1792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1793. 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))
  1794. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.405000001, 0.0904999897, 0.405000001))
  1795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1796. 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))
  1797. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1799. 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))
  1800. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.249999985, 0.0624999963, 0.124999993))
  1801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1802. 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))
  1803. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.113124982, 0.506249964))
  1804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1805. 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))
  1806. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.68749994, 0.31249997, 0.43749997))
  1807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1808. 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))
  1809. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.124999993, 0.0624999963, 0.249999985))
  1810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1811. 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))
  1812. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.0624999963, 0.0624999963))
  1813. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1814. 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))
  1815. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.49999997, 0.0624999963, 0.0624999963))
  1816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Toothpaste","Part",Vector3.new(0.344953746, 0.344953746, 0.495871037))
  1817. 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))
  1818. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0624999963, 0.249999985, 1))
  1819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.344953746, 0.344953775))
  1820. 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))
  1821. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.56249994, 0.0624999963, 0.43749997))
  1822. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Pastel blue-green","Part",Vector3.new(0.344953746, 0.646788299, 0.344953775))
  1823. 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))
  1824. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.81249994, 1, 0.0624999963))
  1825. HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Pastel blue-green","HitboxB",Vector3.new(0.344953746, 4.62678862, 0.674953699))
  1826. 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))
  1827.  
  1828. function attackone()
  1829. attack=true
  1830. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,50,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1831. for i=0,1,0.1 do
  1832. swait()
  1833. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(20)),.3)
  1834. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1835. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1836. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  1837. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1838. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1839. end
  1840. so("http://www.roblox.com/asset/?id=233856140",HitboxA,1,1)
  1841. so("http://www.roblox.com/asset/?id=234365549",HitboxA,1,1)
  1842. for i=0,1,0.1 do
  1843. swait()
  1844. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1845. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1846. local h = 5
  1847. 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)
  1848. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1849. 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)
  1850. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1851. scfr = blcf
  1852. elseif not scfr then
  1853. scfr = blcf
  1854. end
  1855. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
  1856. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  1857. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(80)),.3)
  1858. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(10),math.rad(-80)),.3)
  1859. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(-30),math.rad(0)),.3)
  1860. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1861. end
  1862. attack=false
  1863. con1:disconnect()
  1864. end
  1865.  
  1866. function attacktwo()
  1867. attack=true
  1868. con1=HitboxB.Touched:connect(function(hit) Damagefunc(hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1869. for i=0,1,0.1 do
  1870. swait()
  1871. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1872. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(-20)),.3)
  1873. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  1874. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1875. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1876. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1877. end
  1878. so("http://www.roblox.com/asset/?id=233856146",HitboxB,1,1)
  1879. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  1880. for i=0,1,0.1 do
  1881. swait()
  1882. local blcf = HitboxB.CFrame*CFrame.new(0,.5,0)
  1883. if scfr and (HitboxB.Position-scfr.p).magnitude > .1 then
  1884. local h = 5
  1885. 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)
  1886. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1887. 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)
  1888. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1889. scfr = blcf
  1890. elseif not scfr then
  1891. scfr = blcf
  1892. end
  1893. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  1894. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(-50)),.3)
  1895. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-80)),.3)
  1896. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(-10),math.rad(80)),.3)
  1897. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(-30),math.rad(0)),.3)
  1898. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  1899. end
  1900. attack=false
  1901. con1:disconnect()
  1902. end
  1903.  
  1904. function spin()
  1905. attack=true
  1906. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1907. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1908. for i=0,1,0.2 do
  1909. swait()
  1910. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1911. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1912. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1913. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1914. end
  1915. for i=0,1,1 do
  1916. so("http://roblox.com/asset/?id=231917987",Torso,1,1)
  1917. swait()
  1918. for i=0,1,0.1 do
  1919. swait()
  1920. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1921. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1922. local h = 5
  1923. 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)
  1924. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1925. 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)
  1926. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1927. scfr = blcf
  1928. elseif not scfr then
  1929. scfr = blcf
  1930. end
  1931. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1932. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1933. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  1934. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  1935. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(0,-1.5,6*i),.3)
  1936. end
  1937. end
  1938. con1:disconnect()
  1939. con2:disconnect()
  1940. attack=false
  1941. end
  1942.  
  1943. function kick()
  1944. attack=true
  1945. con1=LeftLeg.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1946. Humanoid.WalkSpeed = 0
  1947. for i=0,1,0.2 do
  1948. swait()
  1949. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(30)),.3)
  1950. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-30)),.3)
  1951. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1952. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1953. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-90),math.rad(-90),math.rad(0)),.3)
  1954. end
  1955. so("http://roblox.com/asset/?id=200632211",LeftLeg,1,1)
  1956. for i=0,1,0.1 do
  1957. swait()
  1958. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-60),math.rad(0),math.rad(30)),.3)
  1959. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-60),math.rad(0),math.rad(-30)),.3)
  1960. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1961. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1962. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(100),math.rad(-90),math.rad(0)),.3)
  1963. end
  1964. attack=false
  1965. Humanoid.WalkSpeed = 16
  1966. con1:disconnect()
  1967. end
  1968.  
  1969. function DualStab()
  1970. attack=true
  1971. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1972. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  1973. for i=0,1,0.2 do
  1974. swait()
  1975. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1976. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1977. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1978. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1979. end
  1980. so("http://www.roblox.com/asset/?id=233856146",HitboxA,1,1)
  1981. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  1982. for i=0,1,0.1 do
  1983. swait()
  1984. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(130),math.rad(90)),.3)
  1985. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-130),math.rad(-90)),.3)
  1986. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1987. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1988. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-120),math.rad(0),math.rad(0)),.3)
  1989. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-120),math.rad(0),math.rad(0)),.3)
  1990. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1991. Torso.Velocity=Head.CFrame.lookVector*50
  1992. end
  1993. con1:disconnect()
  1994. con2:disconnect()
  1995. attack=false
  1996. end
  1997.  
  1998. function DualSlash()
  1999. attack=true
  2000. for i=0,1,0.1 do
  2001. swait()
  2002. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(90),math.rad(50),math.rad(0)),.3)
  2003. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(90),math.rad(-50),math.rad(0)),.3)
  2004. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2005. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2006. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2007. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2008. end
  2009. con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  2010. con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,20,math.random(20,40),"Normal",RootPart,.2,1) end)
  2011. so("http://www.roblox.com/asset/?id=233856146",HitboxA,1,1)
  2012. so("http://www.roblox.com/asset/?id=234365573",HitboxB,1,1)
  2013. for i=0,1,0.1 do
  2014. swait()
  2015. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(60)),.3)
  2016. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-60)),.3)
  2017. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2018. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2019. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,-1,-1)*angles(math.rad(-60),math.rad(0),math.rad(0)),.3)
  2020. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,-1,-1)*angles(math.rad(-60),math.rad(0),math.rad(0)),.3)
  2021. end
  2022. con1:disconnect()
  2023. con2:disconnect()
  2024. attack=false
  2025. end
  2026.  
  2027. mouse.Button1Down:connect(function()
  2028. if attack==false then
  2029. if attacktype==1 then
  2030. attack=true
  2031. attacktype=2
  2032. attackone()
  2033. elseif attacktype==2 then
  2034. attack=true
  2035. attacktype=1
  2036. attacktwo()
  2037. end
  2038. end
  2039. end)
  2040.  
  2041. mouse.KeyDown:connect(function(k)
  2042. k=k:lower()
  2043. if k=='q' then
  2044. if attack==false then
  2045. spin()
  2046. end
  2047. elseif k=='e' then
  2048. if attack==false then
  2049. kick()
  2050. end
  2051. elseif k=='r' then
  2052. if attack==false then
  2053. DualStab()
  2054. end
  2055. elseif k=='f' then
  2056. if attack==false then
  2057. DualSlash()
  2058. end
  2059. end
  2060. end)
  2061.  
  2062. local sine = 0
  2063. local change = 1
  2064. local val = 0
  2065.  
  2066. while true do
  2067. swait()
  2068. sine = sine + change
  2069. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2070. local velderp=RootPart.Velocity.y
  2071. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2072. if equipped==true or equipped==false then
  2073. if attack==false then
  2074. idle=idle+1
  2075. else
  2076. idle=0
  2077. end
  2078. if idle>=500 then
  2079. if attack==false then
  2080. --Sheath()
  2081. end
  2082. end
  2083. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2084. Anim="Jump"
  2085. if attack==false then
  2086. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2087. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2088. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(30)),.3)
  2089. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(-30)),.3)
  2090. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2091. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2092. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2093. end
  2094. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2095. Anim="Fall"
  2096. if attack==false then
  2097. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2098. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2099. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-50),math.rad(0),math.rad(30)),.3)
  2100. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-50),math.rad(0),math.rad(-30)),.3)
  2101. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2102. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2103. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2104. end
  2105. elseif torvel<1 and hitfloor~=nil then
  2106. Anim="Idle"
  2107. if attack==false then
  2108. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  2109. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(40)),.3)
  2110. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(20)),.3)
  2111. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(10),math.rad(20),math.rad(-30)),.3)
  2112. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-10)),.3)
  2113. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2114. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2115. end
  2116. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2117. Anim="Walk"
  2118. if attack==false then
  2119. change=3
  2120. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2121. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2122. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(30)),.3)
  2123. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(-30)),.3)
  2124. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2125. HandleBweld.C0=clerp(HandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2126. HandleAweld.C0=clerp(HandleAweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2127. end
  2128. elseif torvel>=22 and hitfloor~=nil then
  2129. Anim="Run"
  2130. if attack==false then
  2131. end
  2132. end
  2133. end
  2134. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement