StrikerAndDai

Untitled

Jul 16th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 481.81 KB | None | 0 0
  1. lp=game.Players.LocalPlayer
  2. chr=lp.Character
  3. attacking=false
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. Weld = function(p0,p1,x,y,z,rx,ry,rz,par)
  6. p0.Position = p1.Position
  7. local w = Instance.new('Motor',par or p0)
  8. w.Part0 = p0
  9. w.Part1 = p1
  10. w.C1 = CFrame.new(x,y,z)*CFrame.Angles(rx,ry,rz)
  11. return w
  12. end
  13. z=Instance.new("Part",chr)
  14. z.Size=chr.Torso.Size
  15. cloud=Instance.new("SpecialMesh",z)
  16. cloud.MeshId="rbxassetid://1095708"
  17. cloud.Scale=Vector3.new(2,2,2)
  18. z.Transparency=1
  19. Weld(z,chr.Torso,0,15,0,0,0,0,z)
  20. Song = function(Volume,SoundId,Looped,Object)
  21. sound=Instance.new("Sound")
  22. sound.Parent=Object
  23. sound.Volume=Volume
  24. sound.SoundId="rbxassetid://"..SoundId
  25. sound.Looped=Looped
  26. sound:Play()
  27. end
  28. Lightning = function(Start,End,Times,Offset,Color,Thickness,Transparency)
  29. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  30. for i=1,Times do
  31. local li = Instance.new("Part",workspace)
  32. li.TopSurface =0
  33. li.BottomSurface = 0
  34. li.Anchored = true
  35. li.Material = 288
  36. li.Transparency = Transparency or 0.4
  37. li.BrickColor = BrickColor.new("White")
  38. li.formFactor = "Custom"
  39. li.CanCollide = false
  40. li.Size = Vector3.new(Thickness,Thickness,magz/Times) local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  41. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  42. if Times == i then
  43. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  44. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  45. else
  46. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  47. end
  48. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p game.Debris:AddItem(li,0.25)
  49. end
  50. end
  51. mouse.KeyDown:connect(function(key)
  52. key:lower()
  53. if key == "v" and attacking == false then
  54. attacking= true
  55. for i=1,4 do
  56. Lightning(chr.Head.Position,mouse.Hit.p,10,math.random(5,10),math.random(-2.5,2.5),"White",0.05,0.3)
  57. explode=Instance.new("Explosion",Workspace)
  58. explode.Position=mouse.Hit.p
  59. end
  60. attacking=false
  61. end
  62. end)
  63. mouse.KeyDown:connect(function(key)
  64. key:lower()
  65. if key == "." and attacking == false then
  66. attacking = true
  67. Instance.new("ForceField",chr)
  68. chr.Torso.Anchored=true
  69. z.Transparency=0
  70. z.Material = 288
  71. for i=1,20 do
  72. Wait()
  73. Lightning(z.Position,chr.Torso.Position,10,math.random(5,10),math.random(-2.5,2.5),"White",0.05,0.3)
  74. explode=Instance.new("Explosion",chr)
  75. explode.Position=chr.Torso.Position
  76. end
  77. wait(2)
  78. chr.ForceField:Destroy()
  79. chr.Torso.Anchored=false
  80. z.Transparency=1
  81. z.Material = 288
  82. attacking=false
  83. end
  84. end)
  85. mouse.KeyDown:connect(function(key)
  86. key:lower()
  87. if key == "." and attacking == false then
  88. Song(math.huge,172949886,true,chr.Head)
  89. end
  90. end)
  91. mouse.KeyDown:connect(function(key)
  92. key:lower()
  93. if key == "c" and attacking == false then
  94. wait()
  95. for i=1,5 do
  96. Lightning(chr.Torso.Position,mouse.Hit.p,10,math.random(5,10),math.random(-2.5,2.5),"White",0.05,0.3)
  97. end
  98. Wait()
  99. x=Instance.new("Part",chr)
  100. x.Transparency=1
  101. x.Material = 288
  102. x.Position=mouse.Hit.p
  103. chr.Torso.CFrame=x.CFrame*CFrame.new(0,5,0)
  104. x:Destroy()
  105. end
  106. end)
  107. mouse.KeyDown:connect(function(key)
  108. key:lower()
  109. if key == "v" and attacking == false then
  110. for i,v in pairs(chr.Head:GetChildren()) do
  111. if v:IsA("Sound") then
  112. v:Destroy()
  113. end
  114. end
  115. end
  116. end)
  117. mouse.KeyDown:connect(function(key)
  118. key:lower()
  119. if key == "z" and attacking == false then
  120. for i=1,10 do
  121. wait()
  122. Lightning(z.Position,chr.Torso.Position,10,math.random(5,10),math.random(-2.5,2.5),"White",0.05,0.3)
  123. explode=Instance.new("Explosion",chr)
  124. explode.Position=chr.Torso.Position
  125. explode.BlastPressure=0
  126. chr.Humanoid.Health=chr.Humanoid.Health+10
  127. end
  128. end
  129. end)
  130. mouse.KeyDown:connect(function(key)
  131. key:lower()
  132. if key == "x" and attacking == false then
  133. attacking=true
  134. z.Transparency=0
  135. Lightning(z.Position,mouse.Hit.p,10,math.random(5,10),math.random(-2.5,2.5),"White",0.05,0.3)
  136. explode=Instance.new("Explosion",chr)
  137. explode.Position=mouse.Hit.p
  138. z.Transparency=1
  139. attacking=false
  140. end
  141. end)
  142. char = game.Players.LocalPlayer.Character
  143.  
  144. for _,i in pairs(char:GetChildren()) do
  145. if i.ClassName == "Hat" then
  146. i:Destroy()
  147. end
  148. end
  149.  
  150. Player=game:GetService("Players").LocalPlayer
  151. Character=Player.Character
  152. PlayerGui=Player.PlayerGui
  153. Backpack=Player.Backpack
  154. Torso=Character.Torso
  155. Head=Character.Head
  156. Humanoid=Character.Humanoid
  157. m=Instance.new('Model',Character)
  158. LeftArm=Character["Left Arm"]
  159. LeftLeg=Character["Left Leg"]
  160. RightArm=Character["Right Arm"]
  161. RightLeg=Character["Right Leg"]
  162. LS=Torso["Left Shoulder"]
  163. LH=Torso["Left Hip"]
  164. RS=Torso["Right Shoulder"]
  165. RH=Torso["Right Hip"]
  166. Face = Head.face
  167. Neck=Torso.Neck
  168. it=Instance.new
  169. attacktype=1
  170. vt=Vector3.new
  171. cf=CFrame.new
  172. euler=CFrame.fromEulerAnglesXYZ
  173. angles=CFrame.Angles
  174. cloaked=false
  175. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  176. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  177. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  178. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  179. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  180. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  181. RootPart=Character.HumanoidRootPart
  182. RootJoint=RootPart.RootJoint
  183. RootCF=euler(-1.57,0,3.14)
  184. attack = false
  185. attackdebounce = false
  186. deb=false
  187. equipped=true
  188. hand=false
  189. MMouse=nil
  190. combo=0
  191. mana=0
  192. trispeed=.2
  193. attackmode='none'
  194. local idle=0
  195. local Anim="Idle"
  196. local Effects={}
  197. local gun=false
  198. local shoot=false
  199. player=nil
  200. mana=0
  201. local CurrentMode = "Unsheathed"
  202. plr = game.Players.LocalPlayer
  203. asdasd = plr.Name
  204. ws = game.Workspace[asdasd]
  205. Mouse = Player:GetMouse()
  206.  
  207. Character.Humanoid.NameDisplayDistance = 0
  208. Character.Humanoid.HealthDisplayDistance = 0
  209. Character.Head.BrickColor = BrickColor.new(255,255,255)
  210. Character.Head.face.Texture = "http://www.roblox.com/asset/?id=259421287"
  211. Character.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  212. Character.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=90735822"
  213. Character.Head.Mesh.Scale = Vector3.new(1,1,1)
  214. Character.Head.Mesh.VertexColor = Vector3.new(0.7,0.7,0.7)
  215. Character.Head.Material = "Neon"
  216. game.Workspace.navaltom02.Humanoid.MaxHealth=5000
  217.  
  218. function clear_t(t)
  219.  
  220. local i=next(t);
  221.  
  222. while(i)do
  223.  
  224. rawset(t,i,nil);
  225.  
  226. i=next(t);
  227.  
  228. end;
  229.  
  230. end;
  231.  
  232.  
  233. function _rem(o,i)
  234.  
  235. i=i or 0;
  236.  
  237. debris:addItem(o,i);
  238.  
  239. end;
  240.  
  241.  
  242. function _gtime()
  243.  
  244. return workspace.DistributedGameTime;
  245.  
  246. end;
  247.  
  248.  
  249. function _wait(n)
  250.  
  251. return select(1,wait(n));
  252.  
  253. end;
  254.  
  255.  
  256. function RGB(r,g,b)
  257.  
  258. return Color3.new(r/255,g/255,b/255);
  259.  
  260. end;
  261.  
  262.  
  263. function GBC(vobject,vclass,vfirst)
  264.  
  265. local t=vobject:children();
  266.  
  267. local res;
  268.  
  269. if(not vfirst)then
  270.  
  271. res={};
  272.  
  273. for i,v in ipairs(t)do
  274.  
  275. if(v.className==vclass)then
  276.  
  277. table.insert(res,v);
  278.  
  279. end;
  280.  
  281. end;
  282.  
  283. else
  284.  
  285. for i,v in ipairs(t)do
  286.  
  287. if(v.className==vclass)then
  288.  
  289. res=v;
  290.  
  291. break;
  292.  
  293. end;
  294.  
  295. end;
  296.  
  297. end;
  298.  
  299. clear_t(t);
  300.  
  301. return res;
  302.  
  303. end;
  304.  
  305.  
  306. function cam()
  307.  
  308. return workspace.CurrentCamera;
  309.  
  310. end;
  311.  
  312.  
  313. function camCoord()
  314.  
  315. return cam().CoordinateFrame;
  316.  
  317. end;
  318.  
  319.  
  320. function GBN(vobject,vname,vfirst)
  321.  
  322. local t=vobject:children();
  323.  
  324. local res;
  325.  
  326. if(not vfirst)then
  327.  
  328. res={};
  329.  
  330. for i,v in ipairs(t)do
  331.  
  332. if(v.Name==vname)then
  333.  
  334. table.insert(res,v);
  335.  
  336. end;
  337.  
  338. end;
  339.  
  340. else
  341.  
  342. for i,v in ipairs(t)do
  343.  
  344. if(v.Name==vname)then
  345.  
  346. res=v;
  347.  
  348. break;
  349.  
  350. end;
  351.  
  352. end;
  353.  
  354. end;
  355.  
  356. clear_t(t);
  357.  
  358. return res;
  359.  
  360. end;
  361.  
  362.  
  363. function tagHum(vhum)
  364.  
  365. NEW(GBN(vhum,'creator',true)or'ObjectValue'){
  366.  
  367. name='creator';
  368.  
  369. parent=vhum;
  370.  
  371. value=user;
  372.  
  373. };
  374.  
  375. end;
  376.  
  377.  
  378. function demHum(vhum,vvalue)
  379.  
  380. if(vhum.Health>0)then
  381.  
  382. vhum.Health=vhum.Health-vvalue;
  383.  
  384. if(vhum.Health<=0)then
  385.  
  386. tagHum(vhum);
  387.  
  388. end;
  389.  
  390. end;
  391.  
  392. end;
  393.  
  394.  
  395. function NEW(vclass)
  396.  
  397. return function(vprops)
  398.  
  399. local object=type(vclass)=='string'and Instance.new(vclass:sub(1,1):upper()..vclass:sub(2))or vclass;
  400.  
  401. local parent;
  402.  
  403. if(baseProps)then
  404.  
  405. for i,v in next,baseProps do
  406.  
  407. if(rawget(vprops,i)==nil)then
  408.  
  409. rawset(vprops,i,v);
  410.  
  411. end;
  412.  
  413. end;
  414.  
  415. end;
  416.  
  417. for i,v in next,vprops do
  418.  
  419. if(i:lower()=='parent')then
  420.  
  421. parent=v;
  422.  
  423. else
  424.  
  425. pcall(function()
  426.  
  427. local d;
  428.  
  429. local oldi=i;
  430.  
  431. i=i:sub(1,1):upper()..i:sub(2);
  432.  
  433. if(not pcall(function()
  434.  
  435. return object[i];
  436.  
  437. end))then
  438.  
  439. i=oldi;
  440.  
  441. end;
  442.  
  443. d=object[i];
  444.  
  445. if(tostring(d)=='Signal '..i)then
  446.  
  447. d:connect(v);
  448.  
  449. else
  450.  
  451. object[i]=v;
  452.  
  453. end;
  454.  
  455. end);
  456.  
  457. end;
  458.  
  459. end;
  460.  
  461. clear_t(vprops);
  462.  
  463. if(type(parent)=='userdata')then
  464.  
  465. object.Parent=parent;
  466.  
  467. end;
  468.  
  469. return object;
  470.  
  471. end;
  472.  
  473. end;
  474.  
  475.  
  476. function tobyte(vfoo)
  477.  
  478. return tonumber(vfoo)or string.byte(vfoo);
  479.  
  480. end;
  481.  
  482.  
  483. function rpcall(vfun,...)
  484.  
  485. local l,r=ypcall(vfun,...);
  486.  
  487. if(not l)then
  488.  
  489. print('['..name..']','ERROR:',r);
  490.  
  491. end;
  492.  
  493. end;
  494.  
  495.  
  496. function key(vkey)
  497.  
  498. return rawget(keys,tobyte(vkey));
  499.  
  500. end;
  501.  
  502.  
  503. function setkey(vkey,vbool)
  504.  
  505. rawset(keys,tobyte(vkey),vbool);
  506.  
  507. end;
  508.  
  509.  
  510. function keyf(vkey)
  511.  
  512. local fun=rawget(keysf,tobyte(vkey));
  513.  
  514.  
  515. if(fun)then
  516.  
  517. rpcall(fun);
  518.  
  519. end;
  520.  
  521. end;
  522.  
  523.  
  524. function setkeyf(vkey,vfun)
  525.  
  526. rawset(keysf,tobyte(vkey),vfun);
  527.  
  528. end;
  529.  
  530.  
  531. function _beginthread(vfun,...)
  532.  
  533. coroutine.wrap(rpcall)(vfun,...);
  534.  
  535. end;
  536.  
  537.  
  538. function moveOut(n)
  539.  
  540. local t,pos=0;
  541.  
  542. while(t<0.2)do
  543.  
  544. t=t+_wait(0.01);
  545.  
  546. pos=torso.CFrame;
  547.  
  548. torso.CFrame=pos*CFrame.new((t>0.2 and 0.2 or t)*66*n,0,0);
  549.  
  550. _beginthread(function()
  551.  
  552. local b=NEW'part'{
  553.  
  554. size=Vector3.new(1,1,1);
  555.  
  556. color=RGB(255,255,255);
  557.  
  558. canCollide=false;
  559.  
  560. bottomSurface=0;
  561.  
  562. name='bubble';
  563.  
  564. anchored=true;
  565.  
  566. topSurface=0;
  567.  
  568. formFactor=0;
  569.  
  570. cFrame=pos;
  571.  
  572. };
  573.  
  574. local mesh=NEW'specialMesh'{
  575.  
  576. scale=Vector3.new(1,1,1)*torso.Size.magnitude;
  577.  
  578. meshType=3;
  579.  
  580. parent=b;
  581.  
  582. };
  583.  
  584.  
  585. _rem(b,1.1);
  586.  
  587.  
  588. b.Parent=inv;
  589.  
  590.  
  591. local i=0;
  592.  
  593.  
  594. while(i<1)do
  595.  
  596. i=i+_wait(0.01);
  597.  
  598. mesh.Scale=mesh.Scale+Vector3.new(i,i,i);
  599.  
  600. b.Transparency=i;
  601.  
  602. end;
  603.  
  604. end);
  605.  
  606. end;
  607.  
  608. end;
  609.  
  610.  
  611. function START_cylinderStream(vtarget,vwidth,vcolor,v_time,vfun)
  612.  
  613. if(not vtarget:isA'BasePart')then
  614.  
  615. return nil;
  616.  
  617. end;
  618.  
  619.  
  620. if(not LIST_cylinderStream)then
  621.  
  622. LIST_cylinderStream={
  623.  
  624. types={};
  625.  
  626. items={};
  627.  
  628. };
  629.  
  630. end;
  631.  
  632.  
  633. table.insert(LIST_cylinderStream.types,{
  634.  
  635. color=vcolor or Color3.new(255,255,255);
  636.  
  637. _time=v_time or 0.2;
  638.  
  639. width=vwidth or 1;
  640.  
  641. target=vtarget;
  642.  
  643. fun=vfun;
  644.  
  645. });
  646.  
  647.  
  648. if(not LOOP_cylinderStream)then
  649.  
  650. LOOP_cylinderStream=true;
  651.  
  652.  
  653. coroutine.wrap(function()
  654.  
  655. local step=game:service'RunService'.Stepped;
  656.  
  657. local debris=game:service'Debris';
  658.  
  659. local list=LIST_cylinderStream;
  660.  
  661. local items=list.items;
  662.  
  663. local types=list.types;
  664.  
  665. local pos,mag;
  666.  
  667.  
  668. repeat
  669.  
  670. if(#types>0)then
  671.  
  672. for i,v in ipairs(types)do
  673.  
  674. v.first=v.target.Position;
  675.  
  676. if(v.last and v.last~=v.first)then
  677.  
  678. local part=Instance.new'Part';
  679.  
  680. part.formFactor=0;
  681.  
  682. part.TopSurface=0;
  683.  
  684. part.Anchored=true;
  685.  
  686. part.Color=v.color;
  687.  
  688. part.BottomSurface=0;
  689.  
  690. part.CanCollide=false;
  691.  
  692. part.Size=Vector3.new(1,1,1);
  693.  
  694. local b=part:clone();
  695.  
  696. b.Parent=part;
  697.  
  698. local bmesh=Instance.new('SpecialMesh',b);
  699.  
  700. bmesh.MeshType=3;
  701.  
  702. local mesh=Instance.new('CylinderMesh',part);
  703.  
  704.  
  705. table.insert(list.items,{
  706.  
  707. first=v.target.Position;
  708.  
  709. target=v.target;
  710.  
  711. _timeb=v._time;
  712.  
  713. _time=v._time;
  714.  
  715. width=v.width;
  716.  
  717. bmesh=bmesh;
  718.  
  719. part=part;
  720.  
  721. mesh=mesh;
  722.  
  723. bpart=b;
  724.  
  725. });
  726.  
  727. end;
  728.  
  729. v.last=v.first;
  730.  
  731. end;
  732.  
  733. end;
  734.  
  735.  
  736. local fps=select(2,step:wait());
  737.  
  738. local count=#items;
  739.  
  740.  
  741. if(count>0)then
  742.  
  743. for i=-count,-1 do
  744.  
  745. i=math.abs(i);
  746.  
  747. v=rawget(items,i);
  748.  
  749.  
  750. if(v._time<=0)then
  751.  
  752. v.part.Parent=nil;
  753.  
  754. while(next(v))do
  755.  
  756. local i=next(v);
  757.  
  758. rawset(v,i,nil);
  759.  
  760. end;
  761.  
  762. table.remove(items,i);
  763.  
  764. else
  765.  
  766. v._time=v._time-fps;
  767.  
  768.  
  769. if(not v.changed)then
  770.  
  771. v.changed=true;
  772.  
  773.  
  774. pos=CFrame.new(v.first,v.target.Position);
  775.  
  776. mag=(v.first-v.target.Position).magnitude;
  777.  
  778.  
  779. v.part.CFrame=pos*CFrame.Angles(math.pi*0.5,0,0);
  780.  
  781. v.mesh.Scale=Vector3.new(v.width,mag,v.width);
  782.  
  783. v.mesh.Offset=Vector3.new(0,-mag/2,0);
  784.  
  785. v.bpart.CFrame=v.part.CFrame;
  786.  
  787. v.bmesh.Scale=Vector3.new(v.width,v.width,v.width);
  788.  
  789.  
  790. v.part.Parent=v.target;
  791.  
  792. end;
  793.  
  794.  
  795. if(v.fun)then
  796.  
  797. pcall(v.fun,v);
  798.  
  799. end;
  800.  
  801. end;
  802.  
  803. end;
  804.  
  805. end;
  806.  
  807. until not LOOP_cylinderStream;
  808.  
  809. end)();
  810.  
  811. end;
  812.  
  813. end;
  814.  
  815.  
  816. function END_cylinderStream()
  817.  
  818. if(LIST_cylinderStream)then
  819.  
  820. local types=LIST_cylinderStream.types;
  821.  
  822. local item=rawget(types,1);
  823.  
  824. local i;
  825.  
  826. if(item)then
  827.  
  828. repeat
  829.  
  830. while(next(item))do
  831.  
  832. i=next(item);
  833.  
  834. rawset(item,i,nil);
  835.  
  836. end;
  837.  
  838. table.remove(types,1);
  839.  
  840. item=rawget(types,1);
  841.  
  842. until not item;
  843.  
  844. end;
  845.  
  846. end;
  847.  
  848. end;
  849.  
  850.  
  851. function region3(vstart,vend,vi,vlimit)
  852.  
  853. local reg=Region3.new(
  854.  
  855. Vector3.new(math.min(vstart.X,vend.X),math.min(vstart.Y,vend.Y),math.min(vstart.Z,vend.Z)),
  856.  
  857. Vector3.new(math.max(vstart.X,vend.X),math.max(vstart.Y,vend.Y),math.max(vstart.Z,vend.Z))
  858.  
  859. );
  860.  
  861. if(type(vi)=='table')then
  862.  
  863. return workspace:findPartsInRegion3WithIgnoreList(reg,vi or nil,vlimit or nil);
  864.  
  865. else
  866.  
  867. return workspace:findPartsInRegion3(reg,vi or nil,vlimit or nil);
  868.  
  869. end;
  870.  
  871. end;
  872.  
  873.  
  874. function region3p(vpart,vi,vlimit)
  875.  
  876. local vend=(vpart.CFrame*CFrame.new(vpart.Size/2)).p;
  877.  
  878. local vstart=(vpart.CFrame*CFrame.new(-vpart.Size/2)).p;
  879.  
  880. local reg=Region3.new(
  881.  
  882. Vector3.new(math.min(vstart.X,vend.X),math.min(vstart.Y,vend.Y),math.min(vstart.Z,vend.Z)),
  883.  
  884. Vector3.new(math.max(vstart.X,vend.X),math.max(vstart.Y,vend.Y),math.max(vstart.Z,vend.Z))
  885.  
  886. );
  887.  
  888. if(type(vi)=='table')then
  889.  
  890. return workspace:findPartsInRegion3WithIgnoreList(reg,vi or nil,vlimit or nil);
  891.  
  892. else
  893.  
  894. return workspace:findPartsInRegion3(reg,vi or nil,vlimit or nil);
  895.  
  896. end;
  897.  
  898. end;
  899.  
  900.  
  901. function region3sop(vstart,vsize,vi,vlimit)
  902.  
  903. local vend=(vstart*CFrame.new(vsize/2)).p;
  904.  
  905. local vstart=(vstart*CFrame.new(-vsize/2)).p;
  906.  
  907. local reg=Region3.new(
  908.  
  909. Vector3.new(math.min(vstart.X,vend.X),math.min(vstart.Y,vend.Y),math.min(vstart.Z,vend.Z)),
  910.  
  911. Vector3.new(math.max(vstart.X,vend.X),math.max(vstart.Y,vend.Y),math.max(vstart.Z,vend.Z))
  912.  
  913. );
  914.  
  915. if(type(vi)=='table')then
  916.  
  917. return workspace:findPartsInRegion3WithIgnoreList(reg,vi or nil,vlimit or nil);
  918.  
  919. else
  920.  
  921. return workspace:findPartsInRegion3(reg,vi or nil,vlimit or nil);
  922.  
  923. end;
  924.  
  925. end;
  926.  
  927.  
  928. function bigHeal(char)
  929.  
  930. local torso=char:findFirstChild'Torso';
  931.  
  932. local hum;
  933.  
  934.  
  935. local c=char:children();
  936.  
  937. for i,v in ipairs(c)do
  938.  
  939. if(v.className=='Humanoid')then
  940.  
  941. hum=v;
  942.  
  943. end;
  944.  
  945. end;
  946.  
  947. while(c[1])do
  948.  
  949. table.remove(c,1);
  950.  
  951. end;
  952.  
  953.  
  954. if(not torso or not hum)then
  955.  
  956. return false;
  957.  
  958. end;
  959.  
  960.  
  961. hum.Health=hum.MaxHealth;
  962.  
  963.  
  964. if(not limbsData)then
  965.  
  966. limbsData={
  967.  
  968. {
  969.  
  970. weld={name='Right Shoulder';C0=CFrame.new(1,0.5,0,0,0,1,0,1,0,-1,-0,-0);C1=CFrame.new(-0.5,0.5,0,0,0,1,0,1,0,-1,-0,-0);};
  971.  
  972. part={name='Right Arm';size=Vector3.new(1,2,1);};
  973.  
  974. };
  975.  
  976. {
  977.  
  978. weld={name='Left Shoulder';C0=CFrame.new(-1,0.5,0,-0,-0,-1,0,1,0,1,0,0);C1=CFrame.new(0.5,0.5,0,-0,-0,-1,0,1,0,1,0,0);};
  979.  
  980. part={name='Left Arm';size=Vector3.new(1,2,1);};
  981.  
  982. };
  983.  
  984. {
  985.  
  986. weld={name='Right Hip';C0=CFrame.new(1,-1,0,0,0,1,0,1,0,-1,-0,-0);C1=CFrame.new(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0);};
  987.  
  988. part={name='Right Leg';size=Vector3.new(1,2,1);};
  989.  
  990. };
  991.  
  992. {
  993.  
  994. weld={name='Left Hip';C0=CFrame.new(-1,-1,0,-0,-0,-1,0,1,0,1,0,0);C1=CFrame.new(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0);};
  995.  
  996. part={name='Left Leg';size=Vector3.new(1,2,1);};
  997.  
  998. };
  999.  
  1000. };
  1001.  
  1002. end;
  1003.  
  1004.  
  1005. local limbRefresh=false;
  1006.  
  1007.  
  1008. for i,v in next,limbsData do
  1009.  
  1010. if(not torso:findFirstChild(v.weld.name)or not char:findFirstChild(v.part.name))then
  1011.  
  1012. local part=Instance.new'Part';
  1013.  
  1014. part.formFactor=0;
  1015.  
  1016. part.Size=v.part.Size;
  1017.  
  1018. part.Name=v.part.name;
  1019.  
  1020. part.CFrame=torso.CFrame;
  1021.  
  1022. part.Parent=char;
  1023.  
  1024. part:breakJoints();
  1025.  
  1026. local weld=Instance.new'Motor6D';
  1027.  
  1028. weld.Name=v.weld.name;
  1029.  
  1030. weld.MaxVelocity=0.1;
  1031.  
  1032. weld.C0=v.weld.C0;
  1033.  
  1034. weld.C1=v.weld.C1;
  1035.  
  1036. weld.Parent=torso;
  1037.  
  1038. weld.Part0=torso;
  1039.  
  1040. weld.Part1=part;
  1041.  
  1042. limbRefresh=true;
  1043.  
  1044. end;
  1045.  
  1046. end;
  1047.  
  1048.  
  1049. if(limbRefresh)then
  1050.  
  1051. pcall(function()
  1052.  
  1053. local c=char.Animate:clone();
  1054.  
  1055. char.Animate.Parent=nil;
  1056.  
  1057. c.Parent=char;
  1058.  
  1059. end);
  1060.  
  1061.  
  1062. pcall(function()
  1063.  
  1064. local c=char['Body Colors']:clone();
  1065.  
  1066. char['Body Colors'].Parent=nil;
  1067.  
  1068. c.Parent=char;
  1069.  
  1070. end);
  1071.  
  1072. end;
  1073.  
  1074.  
  1075. return true;
  1076.  
  1077. end;
  1078.  
  1079.  
  1080. ---------------------------------------------------------------------------------------------------------------------
  1081.  
  1082.  
  1083. do
  1084.  
  1085. local t=game:children();
  1086.  
  1087. for i,v in ipairs(t)do
  1088.  
  1089. pcall(function()
  1090.  
  1091. rawset(getfenv(),v.className:sub(1,1):lower()..v.className:sub(2),v);
  1092.  
  1093. end);
  1094.  
  1095. end;
  1096.  
  1097. clear_t(t);
  1098.  
  1099. end;
  1100.  
  1101.  
  1102. ---------------------------------------------------------------------------------------------------------------------
  1103.  
  1104.  
  1105. user=players.localPlayer;
  1106.  
  1107. char=user.Character;
  1108.  
  1109. torso=char.Torso;
  1110.  
  1111. head=char.Head;
  1112.  
  1113.  
  1114. playerGui=GBC(user,'PlayerGui',true);
  1115.  
  1116. backpack=GBC(user,'Backpack',true);
  1117.  
  1118. hum=GBC(char,'Humanoid',true);
  1119.  
  1120.  
  1121. assert(hum,'Humanoid is not found!');
  1122.  
  1123.  
  1124. name='Dresmor - Vanvidd';
  1125.  
  1126. url='rbxassetid://%d';
  1127.  
  1128.  
  1129. logo=url:format(104753195);
  1130.  
  1131. bathimg=url:format(101372613);
  1132.  
  1133.  
  1134. _done=true;
  1135.  
  1136.  
  1137. keys={};
  1138.  
  1139. keysf={};
  1140.  
  1141.  
  1142. baseProps={
  1143.  
  1144. size=Vector3.new(1,1,1);
  1145.  
  1146. canCollide=false;
  1147.  
  1148. color=RGB(255,255,255);
  1149.  
  1150. bottomSurface=0;
  1151.  
  1152. topSurface=0;
  1153.  
  1154. formFactor=0;
  1155.  
  1156. };
  1157.  
  1158.  
  1159. ---------------------------------------------------------------------------------------------------------------------
  1160.  
  1161.  
  1162. do
  1163.  
  1164. local t={playerGui;backpack;char;};
  1165.  
  1166. for i,v in ipairs(t)do
  1167.  
  1168. local t=GBN(v,name);
  1169.  
  1170. for i,v in ipairs(t)do
  1171.  
  1172. v.Parent=nil;
  1173.  
  1174. end;
  1175.  
  1176. clear_t(t);
  1177.  
  1178. end;
  1179.  
  1180. clear_t(t);
  1181.  
  1182. end;
  1183.  
  1184.  
  1185. ---------------------------------------------------------------------------------------------------------------------
  1186.  
  1187.  
  1188. function keyDown(vkey)
  1189.  
  1190. setkey(vkey,true);
  1191.  
  1192. repeat
  1193.  
  1194. if(_done)then
  1195.  
  1196. _done=false;
  1197.  
  1198. keyf(vkey);
  1199.  
  1200. _done=true;
  1201.  
  1202. end;
  1203.  
  1204. until not _wait(0.01)or not key(vkey);
  1205.  
  1206. end;
  1207.  
  1208.  
  1209. function keyUp(vkey)
  1210.  
  1211. setkey(vkey,false);
  1212.  
  1213. end;
  1214.  
  1215.  
  1216. function selected(vmouse)
  1217.  
  1218. mouse=vmouse;
  1219.  
  1220.  
  1221. mouse.KeyDown:connect(keyDown);
  1222.  
  1223. mouse.KeyUp:connect(keyUp);
  1224.  
  1225. end;
  1226.  
  1227.  
  1228. function deselected()
  1229.  
  1230. mouse=nil;
  1231.  
  1232. clear_t(keys);
  1233.  
  1234. end;
  1235.  
  1236.  
  1237. ---------------------------------------------------------------------------------------------------------------------
  1238.  
  1239.  
  1240. _beginthread(function()
  1241.  
  1242. repeat _wait(0.1);until bin.Parent~=backpack or hum.Health<=0;
  1243.  
  1244. debris:addItem(script,0);
  1245.  
  1246. local script=script;
  1247.  
  1248. clear_t(getfenv(0));
  1249.  
  1250. clear_t(getfenv(1));
  1251.  
  1252. script.Disabled=true;
  1253.  
  1254. end);
  1255.  
  1256.  
  1257. ---------------------------------------------------------------------------------------------------------------------
  1258.  
  1259.  
  1260. setkeyf('b',function()
  1261.  
  1262. repeat until not pcall(function()
  1263.  
  1264. char.bath.Parent=nil;
  1265.  
  1266. end);
  1267.  
  1268.  
  1269. local mdl=NEW'model'{
  1270.  
  1271. parent=char;
  1272.  
  1273. name='bath';
  1274.  
  1275. };
  1276.  
  1277. local btm=NEW'part'{
  1278.  
  1279. cFrame=torso.CFrame*CFrame.new(0,-torso.Size.Y*1.45,0);
  1280.  
  1281. size=Vector3.new(8,1,8);
  1282.  
  1283. canCollide=true;
  1284.  
  1285. transparency=1;
  1286.  
  1287. parent=mdl;
  1288.  
  1289. };
  1290.  
  1291. btm:breakJoints();
  1292.  
  1293. for i=0,5 do
  1294.  
  1295. NEW'decal'{
  1296.  
  1297. texture=bathimg;
  1298.  
  1299. parent=btm;
  1300.  
  1301. face=i;
  1302.  
  1303. };
  1304.  
  1305. end;
  1306.  
  1307. for i=0,3 do
  1308.  
  1309. local p=btm:clone();
  1310.  
  1311. p.Parent=mdl;
  1312.  
  1313. p.Size=Vector3.new(1,6,8);
  1314.  
  1315. p.CFrame=torso.CFrame*CFrame.new(0,torso.Size.Y*1.45,0);
  1316.  
  1317. p:breakJoints();
  1318.  
  1319. local w=Instance.new('Weld',p);
  1320.  
  1321. w.Part0=btm;
  1322.  
  1323. w.Part1=p;
  1324.  
  1325. w.C1=CFrame.new(3.5,-3,0)*CFrame.Angles(0,math.rad(90)*i,0);
  1326.  
  1327. end;
  1328.  
  1329.  
  1330. _wait(0.25);
  1331.  
  1332. end);
  1333.  
  1334.  
  1335. setkeyf(' ',function()
  1336.  
  1337. _beginthread(function()
  1338.  
  1339. local b=NEW'part'{
  1340.  
  1341. size=Vector3.new(1,1,1);
  1342.  
  1343. color=RGB(255,255,255);
  1344.  
  1345. canCollide=false;
  1346.  
  1347. bottomSurface=0;
  1348.  
  1349. name='bubble';
  1350.  
  1351. anchored=true;
  1352.  
  1353. topSurface=0;
  1354.  
  1355. formFactor=0;
  1356.  
  1357. cFrame=torso.CFrame;
  1358.  
  1359. };
  1360.  
  1361. local mesh=NEW'specialMesh'{
  1362.  
  1363. scale=Vector3.new(1,1,1)*torso.Size.magnitude;
  1364.  
  1365. meshType=3;
  1366.  
  1367. parent=b;
  1368.  
  1369. };
  1370.  
  1371.  
  1372. _rem(b,1.1);
  1373.  
  1374.  
  1375. b.Parent=inv;
  1376.  
  1377.  
  1378. local i=0;
  1379.  
  1380.  
  1381. while(i<1)do
  1382.  
  1383. i=i+_wait(0.01);
  1384.  
  1385. mesh.Scale=mesh.Scale+Vector3.new(i,i,i);
  1386.  
  1387. b.Transparency=i;
  1388.  
  1389. end;
  1390.  
  1391. end);
  1392.  
  1393. torso.RotVelocity=Vector3.new();
  1394.  
  1395. torso.CFrame=torso.CFrame*CFrame.new(0,1,0);
  1396.  
  1397. torso.Velocity=Vector3.new(0,80,0);
  1398.  
  1399. _wait(0.03);
  1400.  
  1401. end);
  1402.  
  1403.  
  1404. setkeyf('r',function()
  1405.  
  1406. local r='r';
  1407.  
  1408. local speed=40;
  1409.  
  1410. END_cylinderStream();
  1411.  
  1412. START_cylinderStream(torso,2,nil,1);
  1413.  
  1414. repeat
  1415.  
  1416. if(speed<100)then
  1417.  
  1418. speed=speed+2.25;
  1419.  
  1420. end;
  1421.  
  1422. hum.WalkSpeed=speed;
  1423.  
  1424. until not runService.Stepped:wait()or not key(r);
  1425.  
  1426. END_cylinderStream();
  1427.  
  1428. hum.WalkSpeed=16;
  1429.  
  1430. end);
  1431.  
  1432.  
  1433. setkeyf('e',function()
  1434.  
  1435. moveOut(1);
  1436.  
  1437. end);
  1438.  
  1439.  
  1440. setkeyf('q',function()
  1441.  
  1442. moveOut(-1);
  1443.  
  1444. end);
  1445.  
  1446.  
  1447. setkeyf('h',function()
  1448.  
  1449. bigHeal(char);
  1450.  
  1451.  
  1452. _beginthread(function()
  1453.  
  1454. local b=NEW'part'{
  1455.  
  1456. size=Vector3.new(1,1,1);
  1457.  
  1458. color=RGB(255,255,255);
  1459.  
  1460. canCollide=false;
  1461.  
  1462. bottomSurface=0;
  1463.  
  1464. name='bubble';
  1465.  
  1466. anchored=true;
  1467.  
  1468. topSurface=0;
  1469.  
  1470. formFactor=0;
  1471.  
  1472. };
  1473.  
  1474. local mesh=NEW'specialMesh'{
  1475.  
  1476. scale=Vector3.new(4,4,4)*torso.Size.magnitude;
  1477.  
  1478. meshType=3;
  1479.  
  1480. parent=b;
  1481.  
  1482. };
  1483.  
  1484.  
  1485. _rem(b,1.1);
  1486.  
  1487.  
  1488. b.Parent=inv;
  1489.  
  1490.  
  1491. local i=0;
  1492.  
  1493.  
  1494. while(i<1)do
  1495.  
  1496. mesh.Scale=mesh.Scale-Vector3.new(i,i,i);
  1497.  
  1498. b.CFrame=torso.CFrame;
  1499.  
  1500. b.Transparency=i;
  1501.  
  1502. i=i+_wait(0.01);
  1503.  
  1504. end;
  1505.  
  1506. end);
  1507.  
  1508.  
  1509. local b=NEW'part'{
  1510.  
  1511. size=Vector3.new(1,1,1);
  1512.  
  1513. color=RGB(255,255,255);
  1514.  
  1515. canCollide=false;
  1516.  
  1517. bottomSurface=0;
  1518.  
  1519. name='bubble';
  1520.  
  1521. anchored=true;
  1522.  
  1523. topSurface=0;
  1524.  
  1525. formFactor=0;
  1526.  
  1527. };
  1528.  
  1529. local mesh=NEW'specialMesh'{
  1530.  
  1531. scale=Vector3.new(4,4,4)*torso.Size.magnitude;
  1532.  
  1533. meshType=3;
  1534.  
  1535. parent=b;
  1536.  
  1537. };
  1538.  
  1539.  
  1540. _rem(b,1.1);
  1541.  
  1542.  
  1543. b.Parent=inv;
  1544.  
  1545.  
  1546. local i=0;
  1547.  
  1548.  
  1549. while(i<1)do
  1550.  
  1551. mesh.Scale=mesh.Scale+Vector3.new(i,i,i);
  1552.  
  1553. b.CFrame=torso.CFrame;
  1554.  
  1555. b.Transparency=i;
  1556.  
  1557. local t=region3sop(b.CFrame,mesh.Scale,char,20);
  1558.  
  1559. for i,v in ipairs(t)do
  1560.  
  1561. if(v.Parent~=workspace)then
  1562.  
  1563. v=v.Parent;
  1564.  
  1565. if(v.className=='Model')then
  1566.  
  1567. local hum=GBC(v,'Humanoid',true);
  1568.  
  1569. if(hum)then
  1570.  
  1571. demHum(hum,math.random(1,10)/10);
  1572.  
  1573. end;
  1574.  
  1575. end;
  1576.  
  1577. end;
  1578.  
  1579. end;
  1580.  
  1581. clear_t(t);
  1582.  
  1583. i=i+_wait(0.01);
  1584.  
  1585. end;
  1586.  
  1587. end);
  1588.  
  1589.  
  1590. inv=NEW'model'{
  1591.  
  1592. parent=char;
  1593.  
  1594. name=name;
  1595.  
  1596. };
  1597.  
  1598.  
  1599. bin=NEW'hopperBin'{
  1600.  
  1601. parent=backpack;
  1602.  
  1603. textureId=logo;
  1604.  
  1605. name=name;
  1606.  
  1607. selected=selected;
  1608.  
  1609. deselected=deselected;
  1610.  
  1611. };
  1612.  
  1613.  
  1614. if(game.PlaceId~=0)then
  1615.  
  1616. script.Parent=bin;
  1617.  
  1618. end;
  1619. plr = game:service'Players'.LocalPlayer
  1620. char = plr.Character
  1621. mouse = plr:GetMouse()
  1622. humanoid = char:findFirstChild("Humanoid")
  1623. torso = char:findFirstChild("Torso")
  1624. head = char.Head
  1625. ra = char:findFirstChild("Right Arm")
  1626. la = char:findFirstChild("Left Arm")
  1627. rl = char:findFirstChild("Right Leg")
  1628. ll = char:findFirstChild("Left Leg")
  1629. rs = torso:findFirstChild("Right Shoulder")
  1630. ls = torso:findFirstChild("Left Shoulder")
  1631. rh = torso:findFirstChild("Right Hip")
  1632. lh = torso:findFirstChild("Left Hip")
  1633. neck = torso:findFirstChild("Neck")
  1634. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  1635. rootpart = char:findFirstChild("HumanoidRootPart")
  1636. camera = workspace.CurrentCamera
  1637.  
  1638. local s = Instance.new('Sound', head)
  1639. s.Volume = 1
  1640. s.SoundId = "rbxassetid://161613989" --EG: Music to my ears
  1641. s.Looped = true
  1642. s:play()
  1643.  
  1644. humanoid.WalkSpeed = 50
  1645. --[[
  1646. Script shared by eletronix ]]
  1647.  
  1648. local player = game:GetService("Players").LocalPlayer
  1649.  
  1650. local bin = Instance.new("HopperBin", player.Backpack)
  1651.  
  1652. bin.Name = "Striker unit"
  1653.  
  1654. local camera = game:GetService("Workspace").CurrentCamera
  1655. local character = player.Character
  1656.  
  1657. local torso = character:FindFirstChild("Torso")
  1658. local humanoid = character:FindFirstChild("Humanoid")
  1659. local neck = torso:FindFirstChild("Neck")
  1660.  
  1661. local rightLeg = character:FindFirstChild("Right Leg")
  1662. local leftLeg = character:FindFirstChild("Left Leg")
  1663.  
  1664. local rightHip = torso:FindFirstChild("Right Hip")
  1665. local leftHip = torso:FindFirstChild("Left Hip")
  1666.  
  1667. local neckAngle = neck.C1
  1668. local rightHipAngle = rightHip.C1
  1669. local leftHipAngle = leftHip.C1
  1670.  
  1671. local leftWeld = Instance.new("Weld")
  1672. local rightWeld = Instance.new("Weld")
  1673.  
  1674. local velocity = Instance.new("BodyVelocity")
  1675. local gyro = Instance.new("BodyGyro")
  1676. local pos = Instance.new("BodyPosition")
  1677.  
  1678. local parts = {"StrikerOne", "StrikerTwo", "JointOne", "JointTwo", "PropellerOne", "PropellerTwo"}
  1679. local welds = {"SWelderOne", "SWelderTwo", "JWelderOne", "JWelderTwo", "PWelderOne", "PWelderTwo"}
  1680.  
  1681. local strikerColor = "Institutional white"
  1682. local propellerColor = "White"
  1683. local jointColor = "Institutional white"
  1684.  
  1685. local mainModel = Instance.new("Model")
  1686. local cframePart = Instance.new("Part")
  1687.  
  1688. local toolSelected = false
  1689. local runNext = false
  1690. local strikerLoaded = false
  1691. local connected = false
  1692. local turn = false
  1693. local forward = false
  1694. local backward = false
  1695. local onleft = false
  1696. local onright = false
  1697. local onup = false
  1698. local ondown = false
  1699.  
  1700.  
  1701. local gyroAngleX = 0
  1702. local desiredGyroAngleX = 0
  1703. local gyroAngleY = 0
  1704. local desiredGyroAngleY = 0
  1705. local gyroAngleZ = 0
  1706. local desiredGyroAngleZ = 0
  1707. local angleSetSpeed = 5
  1708. local rotationIndice = 0
  1709. local maxRotation = 70
  1710. local motorSpeed = 0
  1711. local desiredSpeed = 0
  1712. local xPartPos = 0
  1713. local desiredXPartPos = 0
  1714. local yPartPos = 0
  1715. local desiredYPartPos = 0
  1716.  
  1717. function Striker(delay)
  1718.  
  1719. wait(delay)
  1720.  
  1721. mainModel.Name = "Striker"
  1722. mainModel.Archivable = false
  1723. mainModel.Parent = character
  1724.  
  1725. for index, name in pairs(parts) do
  1726.  
  1727. getfenv()[name] = Instance.new("Part")
  1728. getfenv()[name].Name = name
  1729. getfenv()[name].Anchored = true
  1730. getfenv()[name].Locked = true
  1731. getfenv()[name].CanCollide = false
  1732. getfenv()[name].Transparency = 1
  1733. getfenv()[name].CFrame = CFrame.new(0, math.huge, 0)
  1734. getfenv()[name].FormFactor = Enum.FormFactor.Custom
  1735. getfenv()[name].BottomSurface = Enum.SurfaceType.Smooth
  1736. getfenv()[name].TopSurface = Enum.SurfaceType.Smooth
  1737.  
  1738. if index <= 2 then
  1739.  
  1740. getfenv()[name].BrickColor = BrickColor.new(strikerColor)
  1741. getfenv()[name].Size = Vector3.new(1.1, 1.5, 1.1)
  1742.  
  1743. elseif index == 3 or index == 4 then
  1744.  
  1745. getfenv()[name].BrickColor = BrickColor.new(jointColor)
  1746. getfenv()[name].Size = Vector3.new(0.25, 0.25, 0.25)
  1747.  
  1748. elseif index >= 5 then
  1749.  
  1750. getfenv()[name].BrickColor = BrickColor.new(propellerColor)
  1751. getfenv()[name].Size = Vector3.new(1.55, 0.2, 0.2)
  1752.  
  1753. end
  1754.  
  1755. getfenv()[name].Parent = mainModel
  1756.  
  1757. coroutine.resume(coroutine.create(function()
  1758.  
  1759. for i = getfenv()[name].Transparency, 0, -0.1 do
  1760.  
  1761. if toolSelected then wait() getfenv()[name].Transparency = i end
  1762.  
  1763. end
  1764.  
  1765. end))
  1766.  
  1767. end
  1768.  
  1769. for index, name in pairs(welds) do
  1770.  
  1771. getfenv()[name] = Instance.new("Weld")
  1772. getfenv()[name].Parent = mainModel
  1773. getfenv()[name].Name = name
  1774.  
  1775. if index == 1 then
  1776.  
  1777. getfenv()[name].Part0 = leftLeg
  1778. StrikerOne.Anchored = false
  1779. getfenv()[name].Part1 = StrikerOne
  1780. getfenv()[name].C1 = CFrame.new(0, 0.35, 0)
  1781.  
  1782. elseif index == 2 then
  1783.  
  1784. getfenv()[name].Part0 = rightLeg
  1785. StrikerTwo.Anchored = false
  1786. getfenv()[name].Part1 = StrikerTwo
  1787. getfenv()[name].C1 = CFrame.new(0, 0.35, 0)
  1788.  
  1789. elseif index == 3 then
  1790.  
  1791. getfenv()[name].Part0 = StrikerOne
  1792. JointOne.Anchored = false
  1793. getfenv()[name].Part1 = JointOne
  1794. getfenv()[name].C1 = CFrame.new(0, 0.775, 0)
  1795. JointOne.CanCollide = true
  1796.  
  1797. elseif index == 4 then
  1798.  
  1799. getfenv()[name].Part0 = StrikerTwo
  1800. JointTwo.Anchored = false
  1801. getfenv()[name].Part1 = JointTwo
  1802. getfenv()[name].C1 = CFrame.new(0, 0.775, 0)
  1803. JointTwo.CanCollide = true
  1804.  
  1805. elseif index == 5 then
  1806.  
  1807. getfenv()[name].Part0 = JointOne
  1808. PropellerOne.Anchored = false
  1809. getfenv()[name].Part1 = PropellerOne
  1810.  
  1811. elseif index == 6 then
  1812.  
  1813. getfenv()[name].Part0 = JointTwo
  1814. PropellerTwo.Anchored = false
  1815. getfenv()[name].Part1 = PropellerTwo
  1816.  
  1817. end
  1818.  
  1819. end
  1820.  
  1821. wait(0.1)
  1822.  
  1823. strikerLoaded = true
  1824.  
  1825. end
  1826.  
  1827. function SetAngles(cfr, x, y, z) print("Settings")
  1828.  
  1829. local x2, y2, z2 = cfr.C1:toEulerAnglesXYZ()
  1830.  
  1831. x = math.rad(x)
  1832. y = math.rad(y)
  1833. z = math.rad(z)
  1834.  
  1835. x2 = math.rad(x2)
  1836. y2 = math.rad(y2)
  1837. z2 = math.rad(z2)
  1838.  
  1839. coroutine.resume(coroutine.create(function() local v1 local v2
  1840.  
  1841. if x2 < x then v1, v2 = x2, x else v1, v2 = x, x2 end
  1842.  
  1843. for i = v1, v2, (v2 - v1) / angleSetSpeed do wait()
  1844.  
  1845. cfr.C1 = unitCfr * CFrame.fromEulerAnglesXYZ(i/v2, 0, 0)
  1846.  
  1847. end
  1848.  
  1849. end))
  1850.  
  1851. coroutine.resume(coroutine.create(function() local v3 local v4
  1852.  
  1853. if y2 < y then v3, v4 = y2, y else v3, v4 = y, x2 end
  1854.  
  1855. for i = v3, v4, (v2 - v1) / angleSetSpeed do wait()
  1856.  
  1857. cfr.C1 = unitCfr * CFrame.fromEulerAnglesXYZ(0, i/v4, 0)
  1858.  
  1859. end
  1860.  
  1861. end))
  1862.  
  1863. coroutine.resume(coroutine.create(function() local v5 local v6
  1864.  
  1865. if z2 < z then v5, v6 = z2, z else v5, v6 = z, z2 end
  1866.  
  1867. for i = v5, v6, (v5 - v6) / angleSetSpeed do wait()
  1868.  
  1869. cfr.C1 = unitCfr * CFrame.fromEulerAnglesXYZ(0, 0, i/v6)
  1870.  
  1871. end
  1872.  
  1873. end))
  1874.  
  1875. end
  1876.  
  1877. function Connection(mouse)
  1878.  
  1879. toolSelected = true
  1880.  
  1881. coroutine.resume(coroutine.create(function() repeat wait()
  1882.  
  1883. if toolSelected then
  1884.  
  1885. if leftHip ~= nil then
  1886.  
  1887. leftHip.DesiredAngle = 0
  1888. leftHip.CurrentAngle = 0
  1889.  
  1890. end
  1891.  
  1892. if rightHip ~= nil then
  1893.  
  1894. rightHip.DesiredAngle = 0
  1895. rightHip.CurrentAngle = 0
  1896.  
  1897. end
  1898.  
  1899. runNext = true
  1900.  
  1901. else break end
  1902.  
  1903. until false return false end))
  1904.  
  1905. repeat wait() until runNext
  1906.  
  1907. humanoid.PlatformStand = true
  1908.  
  1909. torso.Anchored = true wait()
  1910. torso.Velocity = Vector3.new(0, 0, 0)
  1911. torso.RotVelocity = Vector3.new(0, 0, 0)
  1912.  
  1913. leftHipAngle = leftHip.C1
  1914. rightHipAngle = rightHip.C1
  1915.  
  1916. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1917. pos.Parent = torso
  1918. pos.position = torso.CFrame.p
  1919.  
  1920. torso.Anchored = false
  1921.  
  1922. coroutine.resume(coroutine.create(Striker),0.2)
  1923.  
  1924. for i = 1, 20, 1 do wait()
  1925.  
  1926. if toolSelected then
  1927.  
  1928. pos.position = pos.position + Vector3.new(0, 0.2, 0)
  1929. torso.CFrame = torso.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(18), 0)
  1930. humanoid.PlatformStand = true
  1931.  
  1932. leftHip.C1 = leftHip.C1 * CFrame.new(0, -0.01, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0.5), -math.rad(0.5), -math.rad(0.5))
  1933. rightHip.C1 = rightHip.C1 * CFrame.new(0, -0.01, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0.5), math.rad(0.5), math.rad(0.5))
  1934.  
  1935. end
  1936.  
  1937. end
  1938.  
  1939. local x22, y22, z22 = leftHip.C1:toEulerAnglesXYZ()
  1940.  
  1941. repeat wait() until strikerLoaded
  1942.  
  1943. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1944. gyro.Parent = torso
  1945. gyro.P = 1500
  1946.  
  1947. velocity.Parent = torso
  1948. velocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1949. velocity.P = 125
  1950.  
  1951. if pos ~= nil then if pos.Parent == torso then pos:remove() end end
  1952.  
  1953. coroutine.resume(coroutine.create(function()
  1954.  
  1955. while strikerLoaded do wait(0.03405) if toolSelected and rotationIndice < maxRotation then rotationIndice = rotationIndice + 0.25
  1956.  
  1957. if desiredSpeed ~= 0 then if desiredSpeed > 0 then motorSpeed = desiredSpeed - (maxRotation - rotationIndice) elseif desiredSpeed < 0 then motorSpeed = desiredSpeed + (maxRotation - rotationIndice) end else motorSpeed = 0 end
  1958. if desiredXPartPos ~= 0 then if desiredXPartPos > 0 then xPartPos = desiredXPartPos - (maxRotation/2 - rotationIndice/2) elseif desiredXPartPos < 0 then xPartPos = desiredXPartPos + (maxRotation/2 - rotationIndice/2) end else xPartPos = 0 end
  1959. if desiredYPartPos ~= 0 then if desiredYPartPos > 0 then yPartPos = desiredYPartPos - (maxRotation/2 - rotationIndice/2) elseif desiredYPartPos < 0 then yPartPos = desiredYPartPos + (maxRotation/2 - rotationIndice/2) end else yPartPos = 0 end
  1960.  
  1961. if desiredGyroAngleX ~= 0 then if desiredGyroAngleX > 0 then gyroAngleX = math.rad(desiredGyroAngleX - (maxRotation - rotationIndice)) elseif desiredGyroAngleX < 0 then gyroAngleX = math.rad(desiredGyroAngleX + (maxRotation - rotationIndice)) end else gyroAngleX = 0 end
  1962. if desiredGyroAngleY ~= 0 then if desiredGyroAngleY > 0 then gyroAngleY = math.rad(desiredGyroAngleY - (maxRotation - rotationIndice)) elseif desiredGyroAngleY < 0 then gyroAngleY = math.rad(desiredGyroAngleY + (maxRotation - rotationIndice)) end else gyroAngleY = 0 end
  1963. if desiredGyroAngleZ ~= 0 then if desiredGyroAngleZ > 0 then gyroAngleZ = math.rad(desiredGyroAngleZ - (maxRotation - rotationIndice)) elseif desiredGyroAngleZ < 0 then gyroAngleZ = math.rad(desiredGyroAngleZ + (maxRotation - rotationIndice)) end else gyroAngleZ = 0 end
  1964.  
  1965. elseif toolSelected and rotationIndice == maxRotation then humanoid.PlatformStand = true motorSpeed = desiredSpeed gyroAngleX = math.rad(desiredGyroAngleX) gyroAngleY = math.rad(desiredGyroAngleY) gyroAngleZ = math.rad(desiredGyroAngleZ) xPartPos = desiredXPartPos yPartPos = desiredYPartPos end
  1966.  
  1967. if PropellerOne ~= nil and PWelderOne ~= nil then
  1968.  
  1969. PWelderOne.C1 = PWelderOne.C1 * CFrame.fromEulerAnglesXYZ(0, -math.rad(rotationIndice), 0)
  1970.  
  1971. end
  1972.  
  1973. if PropellerTwo ~= nil and PWelderTwo ~= nil then
  1974.  
  1975. PWelderTwo.C1 = PWelderTwo.C1 * CFrame.fromEulerAnglesXYZ(0, math.rad(rotationIndice), 0)
  1976.  
  1977. end
  1978.  
  1979. if cframePart ~= nil then
  1980.  
  1981. cframePart.Size = Vector3.new(0.2, 0.2, 0.2)
  1982. cframePart.CFrame = CFrame.new(torso.CFrame.p, camera.CoordinateFrame.lookVector * 10000000) + Vector3.new(xPartPos, yPartPos, 0)
  1983.  
  1984. end
  1985.  
  1986. if velocity ~= nil then if velocity.Parent == torso then velocity.velocity = (cframePart.CFrame - cframePart.CFrame.p) * Vector3.new(xPartPos, yPartPos, -motorSpeed) end end
  1987. if gyro ~= nil then if gyro.Parent == torso then gyro.cframe = CFrame.new(gyro.cframe.p, camera.CoordinateFrame.lookVector * 10000000) * CFrame.fromEulerAnglesXYZ(gyroAngleX, gyroAngleY, gyroAngleZ) end end
  1988.  
  1989. end return
  1990.  
  1991. end)) connected = true stand = true
  1992.  
  1993. mouse.KeyDown:connect(function(key) key = key:lower()
  1994.  
  1995. if key == "w" then ForwardDown()
  1996. elseif key == "s" then BackwardDown()
  1997. elseif key == "a" then LeftDown()
  1998. elseif key == "d" then RightDown()
  1999. elseif key == "e" then UpDown()
  2000. elseif key == "q" then DownDown()
  2001.  
  2002. end end)
  2003.  
  2004. mouse.KeyUp:connect(function(key) key = key:lower()
  2005.  
  2006. if key == "w" then ForwardUp() if backward then BackwardDown() end
  2007. elseif key == "s" then BackwardUp() if forward then ForwardDown() end
  2008. elseif key == "a" then LeftUp() if onright then RightDown() end
  2009. elseif key == "d" then RightUp() if onleft then LeftDown() end
  2010. elseif key == "e" then UpUp() if ondown then DownDown() end
  2011. elseif key == "q" then DownUp() if onup then UpDown() end
  2012.  
  2013. end end)
  2014.  
  2015. end
  2016.  
  2017. function Disconnection()
  2018.  
  2019. toolSelected = false wait()
  2020.  
  2021. for index, name in pairs(parts) do
  2022.  
  2023. if getfenv()[name] ~= nil then
  2024.  
  2025. coroutine.resume(coroutine.create(function()
  2026.  
  2027. for i = getfenv()[name].Transparency, 1, 0.1 do wait()
  2028.  
  2029. getfenv()[name].Transparency = i
  2030.  
  2031. end
  2032.  
  2033. end))
  2034.  
  2035. end
  2036.  
  2037. end
  2038.  
  2039. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2040. pos.Parent = torso
  2041. pos.position = torso.CFrame.p
  2042.  
  2043. coroutine.resume(coroutine.create(Striker),0.2)
  2044.  
  2045. for i = 1, 10, 1 do wait()
  2046.  
  2047. pos.position = pos.position - Vector3.new(0, 0.15, 0)
  2048. humanoid.PlatformStand = true
  2049.  
  2050. leftHip.C1 = leftHip.C1 * CFrame.new(0, 0.02, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-1), -math.rad(-1), -math.rad(-1))
  2051. rightHip.C1 = rightHip.C1 * CFrame.new(0, 0.02, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-1), math.rad(-1), math.rad(-1))
  2052.  
  2053. end wait()
  2054.  
  2055. humanoid.PlatformStand = false
  2056.  
  2057. if pos ~= nil then if pos.Parent == torso then pos:remove() end end
  2058. if gyro ~= nil then if gyro.Parent == torso then gyro:remove() end end
  2059. if velocity ~= nil then if velocity.Parent == torso then velocity:remove() end end
  2060. if mainModel ~= nil then mainModel:remove() end
  2061.  
  2062. strikerLoaded = false
  2063. rotationIndice = 0
  2064. motorSpeed = 0
  2065. desiredSpeed = 0
  2066.  
  2067. ForwardUp()
  2068. BackwardUp()
  2069. LeftUp()
  2070. RightUp()
  2071.  
  2072. forward = false
  2073. backward = false
  2074. onleft = false
  2075. onright = false
  2076. onup = false
  2077. ondown = false
  2078.  
  2079. leftHip.C1 = leftHipAngle
  2080. rightHip.C1 = rightHipAngle
  2081.  
  2082. connected = false
  2083.  
  2084. end
  2085.  
  2086. function ForwardDown() forward = true
  2087.  
  2088. desiredGyroAngleX = -maxRotation
  2089. desiredSpeed = maxRotation
  2090.  
  2091. end
  2092.  
  2093. function BackwardDown() backward = true
  2094.  
  2095. desiredGyroAngleX = maxRotation
  2096. desiredSpeed = -maxRotation
  2097.  
  2098. end
  2099.  
  2100. function ForwardUp() forward = false
  2101.  
  2102. desiredGyroAngleX = 0
  2103. desiredSpeed = 0
  2104.  
  2105. end
  2106.  
  2107. function BackwardUp() backward = false
  2108.  
  2109. desiredGyroAngleX = 0
  2110. desiredSpeed = 0
  2111.  
  2112. end
  2113.  
  2114. function LeftDown() onleft = true
  2115.  
  2116. desiredGyroAngleY = -maxRotation
  2117. desiredXPartPos = -maxRotation/2
  2118.  
  2119. end
  2120.  
  2121. function RightDown() onright = true
  2122.  
  2123. desiredGyroAngleY = maxRotation
  2124. desiredXPartPos = maxRotation/2
  2125.  
  2126. end
  2127.  
  2128. function LeftUp() onleft = false
  2129.  
  2130. desiredGyroAngleY = 0
  2131. desiredXPartPos = 0
  2132.  
  2133. end
  2134.  
  2135. function RightUp() onright = false
  2136.  
  2137. desiredGyroAngleY = 0
  2138. desiredXPartPos = 0
  2139.  
  2140. end
  2141.  
  2142. function UpDown() onup = true
  2143.  
  2144. desiredYPartPos = maxRotation/2
  2145.  
  2146. end
  2147.  
  2148. function DownDown() ondown = true
  2149.  
  2150. desiredYPartPos = -maxRotation/2
  2151.  
  2152. end
  2153.  
  2154. function UpUp() onup = false
  2155.  
  2156. desiredYPartPos = 0
  2157.  
  2158. end
  2159.  
  2160. function DownUp() ondown = false
  2161.  
  2162. desiredYPartPos = 0
  2163.  
  2164. end
  2165.  
  2166.  
  2167. bin.Selected:connect(Connection)
  2168. bin.Deselected:connect(Disconnection)
  2169.  
  2170. --mediafire
  2171.  
  2172. Player = game:GetService("Players").LocalPlayer
  2173. Character = Player.Character
  2174. PlayerGui = Player.PlayerGui
  2175. Backpack = Player.Backpack
  2176. Torso = Character.Torso
  2177. Head = Character.Head
  2178. Humanoid = Character.Humanoid
  2179. LeftArm = Character["Left Arm"]
  2180. LeftLeg = Character["Left Leg"]
  2181. RightArm = Character["Right Arm"]
  2182. RightLeg = Character["Right Leg"]
  2183. local HBill = Instance.new("BillboardGui", Head)
  2184. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  2185. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  2186. HBill.Size = UDim2.new(15,0,2.2,0)
  2187. HBill.Name = "Health Display"
  2188. HBill.StudsOffset = Vector3.new(0,4,0)
  2189. HBill.AlwaysOnTop = true
  2190. HBill.Enabled=true
  2191. HMain.BackgroundColor3 = Color3.new(255,255,255)
  2192. HMain.BackgroundTransparency = 0.6
  2193. HMain.Size = UDim2.new(1,0,1,0)
  2194. HBarBack.Parent = HMain
  2195. HBarBack.BackgroundColor3 = Color3.new(0,10,0)
  2196. HBarBack.BorderColor3 = Color3.new(129,10,-10)
  2197. HBarBack.BorderSizePixel = 2
  2198. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  2199. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  2200. HBar.Parent = HBarBack
  2201. HBar.BackgroundColor3 = Color3.new(255,255,255)
  2202. HBar.BorderColor3 = Color3.new(255,255,255)
  2203. HBar.Size = UDim2.new(.5,0,1,0)
  2204. HHealth.BackgroundTransparency = 1
  2205. HHealth.Size = UDim2.new(1,0,1,0)
  2206. HHealth.Font = "SourceSans"
  2207. HHealth.Text = "[10/10]"
  2208. HHealth.TextScaled = true
  2209. HHealth.TextColor3 = Color3.new(0,0,0)
  2210. HHealth.TextStrokeColor3 = Color3.new(85/255, 0, 127/255)
  2211. HHealth.TextStrokeTransparency = 0
  2212. HName.Parent = HMain
  2213. HName.BackgroundTransparency = 1
  2214. HName.Size = UDim2.new(1,0,.5,0)
  2215. HName.Font = "SourceSansItalic"
  2216. HName.Text = " Kotetsu,angel of light"
  2217. HName.TextScaled = true
  2218. HName.TextColor3 = BrickColor.new("Bright yellow").Color
  2219. HName.TextStrokeColor3 = Color3.new(255,255,255)
  2220. HName.TextStrokeTransparency = 0
  2221. HName.TextYAlignment = "Top"
  2222. local runServ = game:GetService("RunService").RenderStepped
  2223. runServ:connect(function()
  2224. HHealth.Text = "["..Humanoid.Health.."]"
  2225. HBar:TweenSize(UDim2.new((Humanoid.Health/Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  2226. end)
  2227. local Player = game:service("Players").LocalPlayer
  2228.  
  2229. local Character = game.Players.LocalPlayer.Character --game.Workspace.fefio92142
  2230. Me = game.Players.LocalPlayer
  2231. char = Me.Character
  2232. larm = char["Left Arm"]
  2233. rarm = char["Right Arm"]
  2234. lleg = char["Left Leg"]
  2235. rleg = char["Right Leg"]
  2236. torso = char.Torso
  2237.  
  2238. lleg.Transparency = 1
  2239. rleg.Transparency = 1
  2240. larm.Transparency = 1
  2241. rarm.Transparency = 1
  2242. torso.Transparency = 1
  2243. ------------------------------------------------------------------ Player -------------------------------------------------------------------
  2244.  
  2245. ----------------------------------------------------------------- Left Arm -----------------------------------------------------------------
  2246. larm1 = Instance.new("Part", char)
  2247. larm1.Name = "Middle"
  2248. larm1.BrickColor = BrickColor.new("Institutional white")
  2249. larm1.Size = Vector3.new(1, 2, 1)
  2250. larm1.CanCollide = false
  2251. larm1.BottomSurface = "Smooth"
  2252. larm1.TopSurface = "Smooth"
  2253. larm1.Material = "Neon"
  2254. Weld = Instance.new("Weld",larm)
  2255. Weld.Part0 = larm
  2256. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2257. Weld.Part1 = larm1
  2258. Weld.C1 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2259.  
  2260. larm2 = Instance.new("Part", char)
  2261. larm2.BrickColor = BrickColor.new("Medium stone grey")
  2262. larm2.Size = Vector3.new(1, 0.4, 1)
  2263. larm2.CanCollide = false
  2264. larm2.BottomSurface = "Smooth"
  2265. larm2.TopSurface = "Smooth"
  2266. Weld = Instance.new("Weld",larm)
  2267. Weld.Part0 = larm
  2268. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2269. Weld.Part1 = larm2
  2270. Weld.C1 = CFrame.new(-0.452633858, -0.349740982, -1.50225353, -0.00506608887, 0.999986708, -0.00096991309, -0.0106740929, 0.000915773562, 0.999942601, 0.999930143, 0.0050761546, 0.0106693096)
  2271.  
  2272. larm3 = Instance.new("Part", char)
  2273. larm3.BrickColor = BrickColor.new("Medium stone grey")
  2274. larm3.Size = Vector3.new(1, 0.4, 1)
  2275. larm3.CanCollide = false
  2276. larm3.BottomSurface = "Smooth"
  2277. larm3.TopSurface = "Smooth"
  2278. Weld = Instance.new("Weld",larm)
  2279. Weld.Part0 = larm
  2280. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2281. Weld.Part1 = larm3
  2282. Weld.C1 = CFrame.new(-0.452513218, -1.90224648, -0.0102577209, -0.00506604509, 0.999986708, -0.000969912624, 0.999930143, 0.00507611083, 0.0106693096, 0.0106740929, -0.000915773562, -0.999942601)
  2283.  
  2284. larm4 = Instance.new("Part", char)
  2285. larm4.BrickColor = BrickColor.new("Medium stone grey")
  2286. larm4.Size = Vector3.new(1, 0.4, 1)
  2287. larm4.CanCollide = false
  2288. larm4.BottomSurface = "Smooth"
  2289. larm4.TopSurface = "Smooth"
  2290. Weld = Instance.new("Weld",larm)
  2291. Weld.Part0 = larm
  2292. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2293. Weld.Part1 = larm4
  2294. Weld.C1 = CFrame.new(-0.452511787, -0.41024971, 1.50225258, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096)
  2295.  
  2296. larm5 = Instance.new("Part", char)
  2297. larm5.BrickColor = BrickColor.new("Medium stone grey")
  2298. larm5.Size = Vector3.new(1, 0.4, 1)
  2299. larm5.CanCollide = false
  2300. larm5.BottomSurface = "Smooth"
  2301. larm5.TopSurface = "Smooth"
  2302. Weld = Instance.new("Weld",larm)
  2303. Weld.Part0 = larm
  2304. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2305. Weld.Part1 = larm5
  2306. Weld.C1 = CFrame.new(-1.50225163, -0.762512684, 0.0102577209, 0.999930143, 0.0050761546, 0.0106693534, -0.00506608794, 0.999986708, -0.000970000518, -0.0106741367, 0.000915860757, 0.999942601)
  2307.  
  2308. larm6 = Instance.new("Part", char)
  2309. larm6.BrickColor = BrickColor.new("Medium stone grey")
  2310. larm6.Size = Vector3.new(1, 0.4, 1)
  2311. larm6.CanCollide = false
  2312. larm6.BottomSurface = "Smooth"
  2313. larm6.TopSurface = "Smooth"
  2314. Mesh = Instance.new("SpecialMesh", larm6)
  2315. Mesh.MeshType = "Brick"
  2316. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  2317. Weld = Instance.new("Weld",larm)
  2318. Weld.Part0 = larm
  2319. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2320. Weld.Part1 = larm6
  2321. Weld.C1 = CFrame.new(0.0102558136, 0.847481251, 1.50225353, -0.0106740929, 0.00091586099, 0.999942601, -0.00506608794, 0.999986708, -0.000970000518, -0.999930143, -0.0050761546, -0.0106693096)
  2322.  
  2323. larm7 = Instance.new("Part", char)
  2324. larm7.BrickColor = BrickColor.new("Institutional white")
  2325. larm7.Size = Vector3.new(0.5, 0.3, 2)
  2326. larm7.CanCollide = false
  2327. larm7.BottomSurface = "Smooth"
  2328. larm7.TopSurface = "Smooth"
  2329. larm7.Material = "Neon"
  2330. Weld = Instance.new("Weld",larm)
  2331. Weld.Part0 = larm
  2332. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2333. Weld.Part1 = larm7
  2334. Weld.C1 = CFrame.new(-0.339956284, 1.83238316, 1.50933075, 0.11770986, 0.484406531, 0.866887927, -0.967169523, 0.253912479, -0.0105566857, -0.225227386, -0.837184966, 0.498391271)
  2335.  
  2336. larm8 = Instance.new("Part", char)
  2337. larm8.BrickColor = BrickColor.new("Medium stone grey")
  2338. larm8.Size = Vector3.new(1, 0.4, 1)
  2339. larm8.CanCollide = false
  2340. larm8.BottomSurface = "Smooth"
  2341. larm8.TopSurface = "Smooth"
  2342. Weld = Instance.new("Weld",larm)
  2343. Weld.Part0 = larm
  2344. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  2345. Weld.Part1 = larm8
  2346. Weld.C1 = CFrame.new(0.247514963, -0.0102424622, 1.58225441, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096)
  2347. ----------------------------------------------------------------- Right Arm -----------------------------------------------------------------
  2348. rarm1 = Instance.new("Part", char)
  2349. rarm1.Name = "Middle"
  2350. rarm1.BrickColor = BrickColor.new("Institutional white")
  2351. rarm1.Size = Vector3.new(1, 2, 1)
  2352. rarm1.CanCollide = false
  2353. rarm1.BottomSurface = "Smooth"
  2354. rarm1.TopSurface = "Smooth"
  2355. rarm1.Material = "Neon"
  2356. Weld = Instance.new("Weld",rarm)
  2357. Weld.Part0 = rarm
  2358. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2359. Weld.Part1 = rarm1
  2360. Weld.C1 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2361.  
  2362. rarm2 = Instance.new("Part", char)
  2363. rarm2.BrickColor = BrickColor.new("Medium stone grey")
  2364. rarm2.Size = Vector3.new(1, 0.4, 1)
  2365. rarm2.CanCollide = false
  2366. rarm2.BottomSurface = "Smooth"
  2367. rarm2.TopSurface = "Smooth"
  2368. Weld = Instance.new("Weld",rarm)
  2369. Weld.Part0 = rarm
  2370. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2371. Weld.Part1 = rarm2
  2372. Weld.C1 = CFrame.new(-0.458259583, -0.356315613, 1.50168037, 0.00366159994, 0.999978125, -0.00550877256, 0.00621323148, 0.00548594771, 0.999965668, 0.999974012, -0.00369570963, -0.00619300362)
  2373.  
  2374. rarm3 = Instance.new("Part", char)
  2375. rarm3.BrickColor = BrickColor.new("Medium stone grey")
  2376. rarm3.Size = Vector3.new(1, 0.4, 1)
  2377. rarm3.CanCollide = false
  2378. rarm3.BottomSurface = "Smooth"
  2379. rarm3.TopSurface = "Smooth"
  2380. Weld = Instance.new("Weld",rarm)
  2381. Weld.Part0 = rarm
  2382. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2383. Weld.Part1 = rarm3
  2384. Weld.C1 = CFrame.new(-1.50168133, -0.768137932, -0.00367927551, -0.999974012, 0.00369570986, 0.00619304739, 0.00366159948, 0.999978125, -0.00550886011, -0.00621327572, -0.00548603525, -0.999965668)
  2385.  
  2386. rarm4 = Instance.new("Part", char)
  2387. rarm4.BrickColor = BrickColor.new("Medium stone grey")
  2388. rarm4.Size = Vector3.new(1, 0.4, 1)
  2389. rarm4.CanCollide = false
  2390. rarm4.BottomSurface = "Smooth"
  2391. rarm4.TopSurface = "Smooth"
  2392. Weld = Instance.new("Weld",rarm)
  2393. Weld.Part0 = rarm
  2394. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2395. Weld.Part1 = rarm4
  2396. Weld.C1 = CFrame.new(-0.00368309021, 1.8716774, 0.458146095, -0.00621323194, -0.00548603525, -0.999965668, 0.999974012, -0.0036957534, -0.00619300315, -0.00366164325, -0.999978125, 0.00550886057)
  2397.  
  2398. rarm5 = Instance.new("Part", char)
  2399. rarm5.BrickColor = BrickColor.new("Medium stone grey")
  2400. rarm5.Size = Vector3.new(1, 0.4, 1)
  2401. rarm5.CanCollide = false
  2402. rarm5.BottomSurface = "Smooth"
  2403. rarm5.TopSurface = "Smooth"
  2404. Mesh = Instance.new("SpecialMesh", rarm5)
  2405. Mesh.MeshType = "Brick"
  2406. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  2407. Weld = Instance.new("Weld",rarm)
  2408. Weld.Part0 = rarm
  2409. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2410. Weld.Part1 = rarm5
  2411. Weld.C1 = CFrame.new(0.00368118286, 0.841855764, -1.50168228, 0.00621323194, 0.00548603525, 0.999965668, 0.00366159948, 0.999978125, -0.00550886011, -0.999974012, 0.00369570963, 0.00619300362)
  2412.  
  2413. rarm6 = Instance.new("Part", char)
  2414. rarm6.BrickColor = BrickColor.new("Medium stone grey")
  2415. rarm6.Size = Vector3.new(1, 0.4, 1)
  2416. rarm6.CanCollide = false
  2417. rarm6.BottomSurface = "Smooth"
  2418. rarm6.TopSurface = "Smooth"
  2419. Weld = Instance.new("Weld",rarm)
  2420. Weld.Part0 = rarm
  2421. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2422. Weld.Part1 = rarm6
  2423. Weld.C1 = CFrame.new(-1.50168133, -0.403675079, 0.458138466, -0.999974012, 0.00369575364, 0.00619304692, -0.00621327572, -0.00548603525, -0.999965668, -0.00366164325, -0.999978125, 0.00550886057)
  2424.  
  2425. rarm7 = Instance.new("Part", char)
  2426. rarm7.BrickColor = BrickColor.new("Institutional white")
  2427. rarm7.Size = Vector3.new(0.5, 0.3, 2)
  2428. rarm7.CanCollide = false
  2429. rarm7.BottomSurface = "Smooth"
  2430. rarm7.TopSurface = "Smooth"
  2431. rarm7.Material = "Neon"
  2432. Weld = Instance.new("Weld",rarm)
  2433. Weld.Part0 = rarm
  2434. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2435. Weld.Part1 = rarm7
  2436. Weld.C1 = CFrame.new(0.344418526, -1.80139351, -1.50391006, 0.122256897, -0.48818168, -0.864136577, -0.966848493, -0.25524351, 0.00740774209, -0.224181563, 0.834583461, -0.503202915)
  2437.  
  2438. rarm8 = Instance.new("Part", char)
  2439. rarm8.BrickColor = BrickColor.new("Medium stone grey")
  2440. rarm8.Size = Vector3.new(1, 0.4, 1)
  2441. rarm8.CanCollide = false
  2442. rarm8.BottomSurface = "Smooth"
  2443. rarm8.TopSurface = "Smooth"
  2444. Weld = Instance.new("Weld",rarm)
  2445. Weld.Part0 = rarm
  2446. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  2447. Weld.Part1 = rarm8
  2448. Weld.C1 = CFrame.new(0.241888285, -0.00366973877, -1.56167889, 0.00366144883, 0.999978125, -0.00550877163, -0.00621323148, -0.00548594771, -0.999965668, -0.999974012, 0.00369555852, 0.00619300455)
  2449. ----------------------------------------------------------------- Left Leg -----------------------------------------------------------------
  2450. lleg1 = Instance.new("Part", char)
  2451. lleg1.Name = "Middle"
  2452. lleg1.BrickColor = BrickColor.new("Institutional white")
  2453. lleg1.Size = Vector3.new(1, 2, 1)
  2454. lleg1.CanCollide = false
  2455. lleg1.BottomSurface = "Smooth"
  2456. lleg1.TopSurface = "Smooth"
  2457. lleg1.Material = "Neon"
  2458. Weld = Instance.new("Weld",lleg)
  2459. Weld.Part0 = lleg
  2460. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2461. Weld.Part1 = lleg1
  2462. Weld.C1 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2463.  
  2464. lleg2 = Instance.new("Part", char)
  2465. lleg2.BrickColor = BrickColor.new("Medium stone grey")
  2466. lleg2.Size = Vector3.new(1, 0.4, 1)
  2467. lleg2.CanCollide = false
  2468. lleg2.BottomSurface = "Smooth"
  2469. lleg2.TopSurface = "Smooth"
  2470. Weld = Instance.new("Weld",lleg)
  2471. Weld.Part0 = lleg
  2472. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2473. Weld.Part1 = lleg2
  2474. Weld.C1 = CFrame.new(0.898587704, 4.77446556, 2.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0)
  2475.  
  2476. lleg3 = Instance.new("Part", char)
  2477. lleg3.BrickColor = BrickColor.new("Medium stone grey")
  2478. lleg3.Size = Vector3.new(0.5, 0.3, 2)
  2479. lleg3.CanCollide = false
  2480. lleg3.BottomSurface = "Smooth"
  2481. lleg3.TopSurface = "Smooth"
  2482. Weld = Instance.new("Weld",lleg)
  2483. Weld.Part0 = lleg
  2484. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2485. Weld.Part1 = lleg3
  2486. Weld.C1 = CFrame.new(4.69929504, -1.49470997, 3.25491428, 0.183012843, 0.683012605, 0.707106829, -0.965925813, 0.258819133, 1.06770166e-007, -0.183012709, -0.683012724, 0.707106769)
  2487.  
  2488. lleg4 = Instance.new("Part", char)
  2489. lleg4.BrickColor = BrickColor.new("Medium stone grey")
  2490. lleg4.Size = Vector3.new(1, 0.4, 1)
  2491. lleg4.CanCollide = false
  2492. lleg4.BottomSurface = "Smooth"
  2493. lleg4.TopSurface = "Smooth"
  2494. Weld = Instance.new("Weld",lleg)
  2495. Weld.Part0 = lleg
  2496. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2497. Weld.Part1 = lleg4
  2498. Weld.C1 = CFrame.new(0.899408102, 1.9581213, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1)
  2499.  
  2500. lleg5 = Instance.new("Part", char)
  2501. lleg5.BrickColor = BrickColor.new("Medium stone grey")
  2502. lleg5.Size = Vector3.new(1, 0.4, 1)
  2503. lleg5.CanCollide = false
  2504. lleg5.BottomSurface = "Smooth"
  2505. lleg5.TopSurface = "Smooth"
  2506. Weld = Instance.new("Weld",lleg)
  2507. Weld.Part0 = lleg
  2508. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2509. Weld.Part1 = lleg5
  2510. Weld.C1 = CFrame.new(0.899407625, -5.57446861, -2.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015)
  2511.  
  2512. lleg6 = Instance.new("Part", char)
  2513. lleg6.BrickColor = BrickColor.new("Medium stone grey")
  2514. lleg6.Size = Vector3.new(1, 0.4, 1)
  2515. lleg6.CanCollide = false
  2516. lleg6.BottomSurface = "Smooth"
  2517. lleg6.TopSurface = "Smooth"
  2518. Weld = Instance.new("Weld",lleg)
  2519. Weld.Part0 = lleg
  2520. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2521. Weld.Part1 = lleg6
  2522. Weld.C1 = CFrame.new(1.49948871, -2.31810665, 5.08444977, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  2523.  
  2524. lleg7 = Instance.new("Part", char)
  2525. lleg7.BrickColor = BrickColor.new("Medium stone grey")
  2526. lleg7.Size = Vector3.new(1, 0.4, 1)
  2527. lleg7.CanCollide = false
  2528. lleg7.BottomSurface = "Smooth"
  2529. lleg7.TopSurface = "Smooth"
  2530. Weld = Instance.new("Weld",lleg)
  2531. Weld.Part0 = lleg
  2532. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2533. Weld.Part1 = lleg7
  2534. Weld.C1 = CFrame.new(1.4994036, -2.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  2535. ----------------------------------------------------------------- Right Leg -----------------------------------------------------------------
  2536. rleg1 = Instance.new("Part", char)
  2537. rleg1.Name = "Middle"
  2538. rleg1.BrickColor = BrickColor.new("Institutional white")
  2539. rleg1.Size = Vector3.new(1, 2, 1)
  2540. rleg1.CanCollide = false
  2541. rleg1.BottomSurface = "Smooth"
  2542. rleg1.TopSurface = "Smooth"
  2543. rleg1.Material = "Neon"
  2544. Weld = Instance.new("Weld",rleg)
  2545. Weld.Part0 = rleg
  2546. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2547. Weld.Part1 = rleg1
  2548. Weld.C1 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2549.  
  2550. rleg2 = Instance.new("Part", char)
  2551. rleg2.BrickColor = BrickColor.new("Medium stone grey")
  2552. rleg2.Size = Vector3.new(1, 0.4, 1)
  2553. rleg2.CanCollide = false
  2554. rleg2.BottomSurface = "Smooth"
  2555. rleg2.TopSurface = "Smooth"
  2556. Weld = Instance.new("Weld",rleg)
  2557. Weld.Part0 = rleg
  2558. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2559. Weld.Part1 = rleg2
  2560. Weld.C1 = CFrame.new(0.905565023, 3.75810814, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1)
  2561.  
  2562. rleg3 = Instance.new("Part", char)
  2563. rleg3.BrickColor = BrickColor.new("Medium stone grey")
  2564. rleg3.Size = Vector3.new(1, 0.4, 1)
  2565. rleg3.CanCollide = false
  2566. rleg3.BottomSurface = "Smooth"
  2567. rleg3.TopSurface = "Smooth"
  2568. Weld = Instance.new("Weld",rleg)
  2569. Weld.Part0 = rleg
  2570. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2571. Weld.Part1 = rleg3
  2572. Weld.C1 = CFrame.new(1.4545058, -3.34725952, 5.0867691, -0.0153048551, 0.999882877, -5.25215728e-006, -0.999882638, -0.0153048476, 0.000690514687, 0.000690353394, 1.58197654e-005, 0.999999762)
  2573.  
  2574. rleg4 = Instance.new("Part", char)
  2575. rleg4.BrickColor = BrickColor.new("Medium stone grey")
  2576. rleg4.Size = Vector3.new(1, 0.4, 1)
  2577. rleg4.CanCollide = false
  2578. rleg4.BottomSurface = "Smooth"
  2579. rleg4.TopSurface = "Smooth"
  2580. Weld = Instance.new("Weld",rleg)
  2581. Weld.Part0 = rleg
  2582. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2583. Weld.Part1 = rleg4
  2584. Weld.C1 = CFrame.new(1.5055685, -3.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  2585.  
  2586. rleg5 = Instance.new("Part", char)
  2587. rleg5.BrickColor = BrickColor.new("Medium stone grey")
  2588. rleg5.Size = Vector3.new(1, 0.4, 1)
  2589. rleg5.CanCollide = false
  2590. rleg5.BottomSurface = "Smooth"
  2591. rleg5.TopSurface = "Smooth"
  2592. Weld = Instance.new("Weld",rleg)
  2593. Weld.Part0 = rleg
  2594. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2595. Weld.Part1 = rleg5
  2596. Weld.C1 = CFrame.new(0.905564308, -5.57446861, -3.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015)
  2597.  
  2598. rleg6 = Instance.new("Part", char)
  2599. rleg6.BrickColor = BrickColor.new("Medium stone grey")
  2600. rleg6.Size = Vector3.new(1, 0.4, 1)
  2601. rleg6.CanCollide = false
  2602. rleg6.BottomSurface = "Smooth"
  2603. rleg6.TopSurface = "Smooth"
  2604. Weld = Instance.new("Weld",rleg)
  2605. Weld.Part0 = rleg
  2606. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2607. Weld.Part1 = rleg6
  2608. Weld.C1 = CFrame.new(0.904744625, 4.77446556, 3.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0)
  2609.  
  2610. rleg7 = Instance.new("Part", char)
  2611. rleg7.BrickColor = BrickColor.new("Medium stone grey")
  2612. rleg7.Size = Vector3.new(0.5, 0.3, 2)
  2613. rleg7.CanCollide = false
  2614. rleg7.BottomSurface = "Smooth"
  2615. rleg7.TopSurface = "Smooth"
  2616. Weld = Instance.new("Weld",rleg)
  2617. Weld.Part0 = rleg
  2618. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2619. Weld.Part1 = rleg7
  2620. Weld.C1 = CFrame.new(-3.66284275, -3.99935341, -4.29136944, 0.183012664, -0.683012724, -0.707106829, -0.965925872, -0.258818954, -3.53088581e-008, -0.183012635, 0.683012784, -0.707106769)
  2621. ----------------------------------------------------------------- Torso -----------------------------------------------------------------
  2622. Chest1 = Instance.new("Part", char)
  2623. Chest1.Name = "Ball"
  2624. Chest1.BrickColor = BrickColor.new("Institutional white")
  2625. Chest1.Size = Vector3.new(1, 0.4, 1)
  2626. Chest1.CanCollide = false
  2627. Chest1.BottomSurface = "Smooth"
  2628. Chest1.TopSurface = "Smooth"
  2629. Chest1.Material = "Neon"
  2630. Mesh = Instance.new("CylinderMesh", Chest1)
  2631. Mesh.Scale = Vector3.new(0.9, 0.4, 0.9)
  2632. Weld = Instance.new("Weld",torso)
  2633. Weld.Part0 = torso
  2634. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2635. Weld.Part1 = Chest1
  2636. Weld.C1 = CFrame.new(0, 0.700000763, 0.176463604, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  2637.  
  2638. Chest2 = Instance.new("Part", char)
  2639. Chest2.BrickColor = BrickColor.new("Institutional white")
  2640. Chest2.Name = "Middle"
  2641. Chest2.Size = Vector3.new(2, 2, 1)
  2642. Chest2.CanCollide = false
  2643. Chest2.BottomSurface = "Smooth"
  2644. Chest2.TopSurface = "Smooth"
  2645. Chest2.Material = "Neon"
  2646. Weld = Instance.new("Weld",torso)
  2647. Weld.Part0 = torso
  2648. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2649. Weld.Part1 = Chest2
  2650. Weld.C1 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2651.  
  2652. Chest3 = Instance.new("Part", char)
  2653. Chest3.BrickColor = BrickColor.new("Medium stone grey")
  2654. Chest3.Size = Vector3.new(1, 0.4, 1)
  2655. Chest3.CanCollide = false
  2656. Chest3.BottomSurface = "Smooth"
  2657. Chest3.TopSurface = "Smooth"
  2658. Weld = Instance.new("Weld",torso)
  2659. Weld.Part0 = torso
  2660. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2661. Weld.Part1 = Chest3
  2662. Weld.C1 = CFrame.new(-0.476491928, -0.5, -0.499999046, 5.15558582e-008, 1, -7.54979013e-008, -3.35276091e-008, 7.54979013e-008, 1, 1, -5.15558582e-008, 3.35276091e-008)
  2663.  
  2664. Chest4 = Instance.new("Part", char)
  2665. Chest4.BrickColor = BrickColor.new("Medium stone grey")
  2666. Chest4.Size = Vector3.new(1, 0.4, 1)
  2667. Chest4.CanCollide = false
  2668. Chest4.BottomSurface = "Smooth"
  2669. Chest4.TopSurface = "Smooth"
  2670. Weld = Instance.new("Weld",torso)
  2671. Weld.Part0 = torso
  2672. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2673. Weld.Part1 = Chest4
  2674. Weld.C1 = CFrame.new(-0.476491451, -0.5, 0.5, -1.4355066e-022, 1, 4.37113883e-008, 3.28405643e-015, -4.37113883e-008, 1, 1, -2.8710132e-022, 1.64202821e-015)
  2675.  
  2676. Chest5 = Instance.new("Part", char)
  2677. Chest5.BrickColor = BrickColor.new("Medium stone grey")
  2678. Chest5.Size = Vector3.new(1, 0.4, 1)
  2679. Chest5.CanCollide = false
  2680. Chest5.BottomSurface = "Smooth"
  2681. Chest5.TopSurface = "Smooth"
  2682. Weld = Instance.new("Weld",torso)
  2683. Weld.Part0 = torso
  2684. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2685. Weld.Part1 = Chest5
  2686. Weld.C1 = CFrame.new(-0.499999046, 0.5, 0.476491451, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0)
  2687.  
  2688. Chest6 = Instance.new("Part", char)
  2689. Chest6.BrickColor = BrickColor.new("Medium stone grey")
  2690. Chest6.Size = Vector3.new(1, 0.4, 1)
  2691. Chest6.CanCollide = false
  2692. Chest6.BottomSurface = "Smooth"
  2693. Chest6.TopSurface = "Smooth"
  2694. Weld = Instance.new("Weld",torso)
  2695. Weld.Part0 = torso
  2696. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2697. Weld.Part1 = Chest6
  2698. Weld.C1 = CFrame.new(0.5236063, -0.449995041, 0, 0, 1, 8.74227766e-008, 3.28405643e-015, -8.74227766e-008, 1, 1, -1.4355066e-022, 0)
  2699.  
  2700. Chest7 = Instance.new("Part", char)
  2701. Chest7.BrickColor = BrickColor.new("Medium stone grey")
  2702. Chest7.Size = Vector3.new(1, 0.4, 1)
  2703. Chest7.CanCollide = false
  2704. Chest7.BottomSurface = "Smooth"
  2705. Chest7.TopSurface = "Smooth"
  2706. Weld = Instance.new("Weld",torso)
  2707. Weld.Part0 = torso
  2708. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2709. Weld.Part1 = Chest7
  2710. Weld.C1 = CFrame.new(0.5, 0.5, 0.476491928, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0)
  2711.  
  2712. Chest8 = Instance.new("Part", char)
  2713. Chest8.BrickColor = BrickColor.new("Medium stone grey")
  2714. Chest8.Size = Vector3.new(1, 0.4, 1)
  2715. Chest8.CanCollide = false
  2716. Chest8.BottomSurface = "Smooth"
  2717. Chest8.TopSurface = "Smooth"
  2718. Weld = Instance.new("Weld",torso)
  2719. Weld.Part0 = torso
  2720. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2721. Weld.Part1 = Chest8
  2722. Weld.C1 = CFrame.new(0, 0.389970779, -0.473520517, 1, -4.37113954e-008, 4.37113847e-008, -4.37113883e-008, -4.37113883e-008, 1, -4.37113883e-008, -1, -4.37113883e-008)
  2723.  
  2724. Chest9 = Instance.new("Part", char)
  2725. Chest9.BrickColor = BrickColor.new("Medium stone grey")
  2726. Chest9.Size = Vector3.new(0.5, 0.3, 2)
  2727. Chest9.CanCollide = false
  2728. Chest9.BottomSurface = "Smooth"
  2729. Chest9.TopSurface = "Smooth"
  2730. Weld = Instance.new("Weld",torso)
  2731. Weld.Part0 = torso
  2732. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2733. Weld.Part1 = Chest9
  2734. Weld.C1 = CFrame.new(-0.458083153, 0.580001831, 0.306574821, -0.866025448, -0.49999997, 4.37113883e-008, -3.78551732e-008, -2.18556924e-008, -1, 0.49999997, -0.866025448, 0)
  2735.  
  2736. Chest10 = Instance.new("Part", char)
  2737. Chest10.BrickColor = BrickColor.new("Medium stone grey")
  2738. Chest10.Size = Vector3.new(1, 0.4, 1)
  2739. Chest10.CanCollide = false
  2740. Chest10.BottomSurface = "Smooth"
  2741. Chest10.TopSurface = "Smooth"
  2742. Mesh = Instance.new("SpecialMesh", Chest10)
  2743. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  2744. Weld = Instance.new("Weld",torso)
  2745. Weld.Part0 = torso
  2746. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2747. Weld.Part1 = Chest10
  2748. Weld.C1 = CFrame.new(-1.07653379, 0.899993896, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  2749.  
  2750. Chest11 = Instance.new("Part", char)
  2751. Chest11.BrickColor = BrickColor.new("Medium stone grey")
  2752. Chest11.Size = Vector3.new(0.5, 0.3, 2)
  2753. Chest11.CanCollide = false
  2754. Chest11.BottomSurface = "Smooth"
  2755. Chest11.TopSurface = "Smooth"
  2756. Weld = Instance.new("Weld",torso)
  2757. Weld.Part0 = torso
  2758. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2759. Weld.Part1 = Chest11
  2760. Weld.C1 = CFrame.new(0.973486662, -0.460004807, -9.53674316e-007, 1.50995803e-007, 1, 7.54979013e-008, -1.85052948e-014, -7.54979013e-008, 1, 1, -1.50995803e-007, 7.10542736e-015)
  2761.  
  2762. Chest12 = Instance.new("Part", char)
  2763. Chest12.BrickColor = BrickColor.new("Medium stone grey")
  2764. Chest12.Size = Vector3.new(0.5, 0.3, 2)
  2765. Chest12.CanCollide = false
  2766. Chest12.BottomSurface = "Smooth"
  2767. Chest12.TopSurface = "Smooth"
  2768. Weld = Instance.new("Weld",torso)
  2769. Weld.Part0 = torso
  2770. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2771. Weld.Part1 = Chest12
  2772. Weld.C1 = CFrame.new(-0.973600388, 0.450008392, -7.62939453e-006, -9.32088255e-008, -1, -4.37113883e-008, 5.82035878e-011, -4.37113883e-008, 1, -1, 9.32088255e-008, 5.82076609e-011)
  2773.  
  2774. Chest13 = Instance.new("Part", char)
  2775. Chest13.BrickColor = BrickColor.new("Medium stone grey")
  2776. Chest13.Size = Vector3.new(0.5, 0.3, 2)
  2777. Chest13.CanCollide = false
  2778. Chest13.BottomSurface = "Smooth"
  2779. Chest13.TopSurface = "Smooth"
  2780. Weld = Instance.new("Weld",torso)
  2781. Weld.Part0 = torso
  2782. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2783. Weld.Part1 = Chest13
  2784. Weld.C1 = CFrame.new(-0.729999542, -0.117254257, -1.91926646, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  2785.  
  2786. Chest14 = Instance.new("Part", char)
  2787. Chest14.BrickColor = BrickColor.new("Medium stone grey")
  2788. Chest14.Size = Vector3.new(0.5, 0.3, 2)
  2789. Chest14.CanCollide = false
  2790. Chest14.BottomSurface = "Smooth"
  2791. Chest14.TopSurface = "Smooth"
  2792. Weld = Instance.new("Weld",torso)
  2793. Weld.Part0 = torso
  2794. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2795. Weld.Part1 = Chest14
  2796. Weld.C1 = CFrame.new(0.769999504, -0.150730133, -1.91693306, -1, -3.31366472e-008, -4.24129745e-008, 3.31366472e-008, 0.241921902, -0.970295727, 4.24129745e-008, -0.970295727, -0.241921902)
  2797.  
  2798. Chest15 = Instance.new("Part", char)
  2799. Chest15.BrickColor = BrickColor.new("Medium stone grey")
  2800. Chest15.Size = Vector3.new(0.5, 0.3, 2)
  2801. Chest15.CanCollide = false
  2802. Chest15.BottomSurface = "Smooth"
  2803. Chest15.TopSurface = "Smooth"
  2804. Weld = Instance.new("Weld",torso)
  2805. Weld.Part0 = torso
  2806. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2807. Weld.Part1 = Chest15
  2808. Weld.C1 = CFrame.new(-0.209440231, 1.25000095, 1.42984772, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027)
  2809.  
  2810. Chest16 = Instance.new("Part", char)
  2811. Chest16.BrickColor = BrickColor.new("Medium stone grey")
  2812. Chest16.Size = Vector3.new(0.5, 0.3, 2)
  2813. Chest16.CanCollide = false
  2814. Chest16.BottomSurface = "Smooth"
  2815. Chest16.TopSurface = "Smooth"
  2816. Weld = Instance.new("Weld",torso)
  2817. Weld.Part0 = torso
  2818. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2819. Weld.Part1 = Chest16
  2820. Weld.C1 = CFrame.new(-0.158526421, 1.25000095, 1.0131588, -7.35374925e-008, 0.927183867, 0.374606639, -1, -7.43167945e-008, -1.23653887e-008, 1.63745764e-008, -0.374606639, 0.927183867)
  2821.  
  2822. Chest17 = Instance.new("Part", char)
  2823. Chest17.BrickColor = BrickColor.new("Medium stone grey")
  2824. Chest17.Size = Vector3.new(0.5, 0.3, 2)
  2825. Chest17.CanCollide = false
  2826. Chest17.BottomSurface = "Smooth"
  2827. Chest17.TopSurface = "Smooth"
  2828. Weld = Instance.new("Weld",torso)
  2829. Weld.Part0 = torso
  2830. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2831. Weld.Part1 = Chest17
  2832. Weld.C1 = CFrame.new(-0.229999542, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  2833.  
  2834. Chest18 = Instance.new("Part", char)
  2835. Chest18.BrickColor = BrickColor.new("Medium stone grey")
  2836. Chest18.Size = Vector3.new(0.5, 0.3, 2)
  2837. Chest18.CanCollide = false
  2838. Chest18.BottomSurface = "Smooth"
  2839. Chest18.TopSurface = "Smooth"
  2840. Weld = Instance.new("Weld",torso)
  2841. Weld.Part0 = torso
  2842. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2843. Weld.Part1 = Chest18
  2844. Weld.C1 = CFrame.new(0.269999504, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  2845.  
  2846. Chest19 = Instance.new("Part", char)
  2847. Chest19.BrickColor = BrickColor.new("Medium stone grey")
  2848. Chest19.Size = Vector3.new(0.5, 0.3, 2)
  2849. Chest19.CanCollide = false
  2850. Chest19.BottomSurface = "Smooth"
  2851. Chest19.TopSurface = "Smooth"
  2852. Weld = Instance.new("Weld",torso)
  2853. Weld.Part0 = torso
  2854. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2855. Weld.Part1 = Chest19
  2856. Weld.C1 = CFrame.new(-0.00685310364, 1.25, 1.45221233, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925)
  2857.  
  2858. Chest20 = Instance.new("Part", char)
  2859. Chest20.BrickColor = BrickColor.new("Medium stone grey")
  2860. Chest20.Size = Vector3.new(1, 0.4, 1)
  2861. Chest20.CanCollide = false
  2862. Chest20.BottomSurface = "Smooth"
  2863. Chest20.TopSurface = "Smooth"
  2864. Mesh = Instance.new("SpecialMesh",Chest20)
  2865. Mesh.Scale = Vector3.new(1.1,1.1,1.1)
  2866. Weld = Instance.new("Weld",torso)
  2867. Weld.Part0 = torso
  2868. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2869. Weld.Part1 = Chest20
  2870. Weld.C1 = CFrame.new(-1.07653379, -0.899992943, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  2871.  
  2872. Chest21 = Instance.new("Part", char)
  2873. Chest21.BrickColor = BrickColor.new("Medium stone grey")
  2874. Chest21.Size = Vector3.new(0.5, 0.3, 2)
  2875. Chest21.CanCollide = false
  2876. Chest21.BottomSurface = "Smooth"
  2877. Chest21.TopSurface = "Smooth"
  2878. Weld = Instance.new("Weld",torso)
  2879. Weld.Part0 = torso
  2880. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2881. Weld.Part1 = Chest21
  2882. Weld.C1 = CFrame.new(-0.209432602, -1.14999962, 1.429842, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027)
  2883.  
  2884. Chest22 = Instance.new("Part", char)
  2885. Chest22.BrickColor = BrickColor.new("Medium stone grey")
  2886. Chest22.Size = Vector3.new(0.5, 0.3, 2)
  2887. Chest22.CanCollide = false
  2888. Chest22.BottomSurface = "Smooth"
  2889. Chest22.TopSurface = "Smooth"
  2890. Weld = Instance.new("Weld",torso)
  2891. Weld.Part0 = torso
  2892. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2893. Weld.Part1 = Chest22
  2894. Weld.C1 = CFrame.new(-0.00685119629, -1.15000057, 1.45220757, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925)
  2895.  
  2896. Chest23 = Instance.new("Part", char)
  2897. Chest23.BrickColor = BrickColor.new("Medium stone grey")
  2898. Chest23.Size = Vector3.new(0.5, 0.3, 2)
  2899. Chest23.CanCollide = false
  2900. Chest23.BottomSurface = "Smooth"
  2901. Chest23.TopSurface = "Smooth"
  2902. Weld = Instance.new("Weld",torso)
  2903. Weld.Part0 = torso
  2904. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2905. Weld.Part1 = Chest23
  2906. Weld.C1 = CFrame.new(-0.158511639, -1.15000057, 1.01315498, -7.35374925e-008, 0.927183926, 0.374606401, -1, -7.43168016e-008, -1.23653807e-008, 1.63745657e-008, -0.374606401, 0.927183926)
  2907.  
  2908. Chest24 = Instance.new("Part", char)
  2909. Chest24.BrickColor = BrickColor.new("Medium stone grey")
  2910. Chest24.Size = Vector3.new(0.5, 0.3, 2)
  2911. Chest24.CanCollide = false
  2912. Chest24.BottomSurface = "Smooth"
  2913. Chest24.TopSurface = "Smooth"
  2914. Weld = Instance.new("Weld",torso)
  2915. Weld.Part0 = torso
  2916. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2917. Weld.Part1 = Chest24
  2918. Weld.C1 = CFrame.new(-0.458065987, -0.579999924, 0.306604624, 0.866025388, -0.50000006, 4.37113883e-008, 4.53686155e-008, 1.66003517e-007, 1, -0.50000006, -0.866025388, 1.66447563e-007)
  2919. wait(1)
  2920.  
  2921. Player=game:GetService('Players').LocalPlayer
  2922. Character=Player.Character
  2923. Mouse=Player:GetMouse()
  2924. m=Instance.new('Model',Character)
  2925.  
  2926.  
  2927. local function weldBetween(a, b)
  2928. local weldd = Instance.new("ManualWeld")
  2929. weldd.Part0 = a
  2930. weldd.Part1 = b
  2931. weldd.C0 = CFrame.new()
  2932. weldd.C1 = b.CFrame:inverse() * a.CFrame
  2933. weldd.Parent = a
  2934. return weldd
  2935. end
  2936.  
  2937. it=Instance.new
  2938.  
  2939. function nooutline(part)
  2940. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  2941. end
  2942.  
  2943. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  2944. local fp=it("Part")
  2945. fp.formFactor=formfactor
  2946. fp.Parent=parent
  2947. fp.Reflectance=reflectance
  2948. fp.Transparency=transparency
  2949. fp.CanCollide=false
  2950. fp.Locked=true
  2951. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  2952. fp.Name=name
  2953. fp.Size=size
  2954. fp.Position=Character.Torso.Position
  2955. nooutline(fp)
  2956. fp.Material=material
  2957. fp:BreakJoints()
  2958. return fp
  2959. end
  2960.  
  2961. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2962. local mesh=it(Mesh)
  2963. mesh.Parent=part
  2964. if Mesh=="SpecialMesh" then
  2965. mesh.MeshType=meshtype
  2966. mesh.MeshId=meshid
  2967. end
  2968. mesh.Offset=offset
  2969. mesh.Scale=scale
  2970. return mesh
  2971. end
  2972.  
  2973. function weld(parent,part0,part1,c0,c1)
  2974. local weld=it("Weld")
  2975. weld.Parent=parent
  2976. weld.Part0=part0
  2977. weld.Part1=part1
  2978. weld.C0=c0
  2979. weld.C1=c1
  2980. return weld
  2981. end
  2982.  
  2983. RightA=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Handle",Vector3.new(1.31421626, 2.62842989, 1.31421471))
  2984. RightAweld=weld(m,Character["Left Arm"],RightA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0754652023, 0.127724171, -0.169014931, 0.999724269, 0.01186, 0.0202710405, -0.0117467064, 0.999914646, -0.00569900358, -0.0203369036, 0.00545931328, 0.99977833))
  2985. Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,1,"White","Thingy",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  2986. Thingyweld=weld(m,RightA,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  2987. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  2988. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765886307, -1.98301792, 1.04837799, 1.00000012, 8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, 0.707113862, -0.707099795))
  2989. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  2990. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  2991. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887346268, -0.777343035, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  2992. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  2993. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  2994. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853806138, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  2995. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
  2996. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  2997. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765743256, 1.46370363, -0.580066919, 1.00000012, -1.5963451e-008, 2.99885869e-006, -2.94670463e-006, 0.173635423, 0.984810054, -5.35976142e-007, -0.984809995, 0.173635408))
  2998. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  2999. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3000. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765705109, 1.31746244, -0.249498844, 1.00000012, 8.73114914e-011, 0, 0, -0.173656225, 0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
  3001. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3002. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.44675899, 0.425516993, 1.44675708))
  3003. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853808045, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3004. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  3005. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
  3006. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853799224, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3007. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  3008. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  3009. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765781403, -1.93325758, 1.09814215, -1.00000012, -8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, 0.707102895, 0.707110584))
  3010. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3011. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3012. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765657425, 1.39436722, -0.592307091, -1.00000012, -8.73114914e-011, 0, 0, 0.173656225, -0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
  3013. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3014. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3015. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352058411, 1.35817862, -0.256694794, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984807432, -0.173650503, -1.12168491e-005, -0.173650503, -0.984807432, -7.59679824e-006))
  3016. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3017. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3018. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351982117, 1.76633024, -0.834147453, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.866034389, 0.499984711, -3.70666385e-006, 0.499984741, -0.866034329, -1.30273402e-005))
  3019. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3020. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3021. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765447617, 1.13482475, -0.218839645, 1.00000012, 8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, -0.707102895, -0.707110584))
  3022. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3023. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
  3024. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351867676, -2.01229572, 1.01912785, -1.06878579e-005, 1.24396756e-005, -1, -0.707121968, -0.70709157, -1.23679638e-006, -0.707091689, 0.707122087, 1.63540244e-005))
  3025. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3026. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3027. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887155533, -0.990084648, 0.0351953506, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3028. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  3029. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3030. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765752792, 1.66953611, -0.890017033, -1.00000012, -8.73114914e-011, 0, 0, 0.500011563, -0.866018832, 0, -0.866018772, -0.500011504))
  3031. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3032. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3033. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765457153, 1.08501911, -0.169064522, -1.00000012, -8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, -0.707113862, 0.707099795))
  3034. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3035. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  3036. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887441635, -0.351821661, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3037. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  3038. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  3039. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887460709, 0.0736956596, 0.0351963043, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3040. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  3041. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3042. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352067947, 1.16405034, -0.248080254, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.707110286, -0.707103312, -1.35414302e-005, -0.707103431, -0.707110167, 2.10478902e-007))
  3043. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3044. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
  3045. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887374878, 0.499208927, 0.0352153778, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3046. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
  3047. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3048. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352153778, 1.50446987, -0.572892904, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984808922, 0.173642009, -7.93859363e-006, 0.173642024, -0.984808922, -1.09724933e-005))
  3049. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3050. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.43257511, 0.56735605, 1.4325732))
  3051. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853806853, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3052. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  3053. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3054. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0766086578, 1.73053312, -0.854819059, 1.00000012, 8.73114914e-011, 0, 1.86264515e-009, 0.499992609, 0.86602962, 1.86264515e-009, -0.866029739, 0.499992639))
  3055. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3056. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 1.41838992, 1.41838956))
  3057. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3058. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  3059. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.496436507, 1.41838956))
  3060. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887174606, -1.20285392, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3061. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
  3062. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
  3063. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765504837, 1.2480793, -0.237279296, -1.00000012, -8.73114914e-011, 0, 0, -0.173634395, -0.984810174, -9.31322575e-010, -0.984810233, 0.173634395))
  3064. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
  3065. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3066. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3067. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  3068. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3069. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3070. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3071. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3072. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3073. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  3074. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3075. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3076. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3077. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3078. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3079. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3080. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3081. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3082. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
  3083. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
  3084. Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3085. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
  3086. LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","LeftArmPlate",Vector3.new(1.41839123, 2.83677983, 1.41838956))
  3087. LeftArmPlateweld=weld(m,RightA,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
  3088. mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
  3089.  
  3090.  
  3091. Player=game:GetService('Players').LocalPlayer
  3092. Character=Player.Character
  3093. Mouse=Player:GetMouse()
  3094. m=Instance.new('Model',Character)
  3095.  
  3096.  
  3097. local function weldBetween(a, b)
  3098. local weldd = Instance.new("ManualWeld")
  3099. weldd.Part0 = a
  3100. weldd.Part1 = b
  3101. weldd.C0 = CFrame.new()
  3102. weldd.C1 = b.CFrame:inverse() * a.CFrame
  3103. weldd.Parent = a
  3104. return weldd
  3105. end
  3106.  
  3107. it=Instance.new
  3108.  
  3109. function nooutline(part)
  3110. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3111. end
  3112.  
  3113. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3114. local fp=it("Part")
  3115. fp.formFactor=formfactor
  3116. fp.Parent=parent
  3117. fp.Reflectance=reflectance
  3118. fp.Transparency=transparency
  3119. fp.CanCollide=false
  3120. fp.Locked=true
  3121. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3122. fp.Name=name
  3123. fp.Size=size
  3124. fp.Position=Character.Torso.Position
  3125. nooutline(fp)
  3126. fp.Material=material
  3127. fp:BreakJoints()
  3128. return fp
  3129. end
  3130.  
  3131. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3132. local mesh=it(Mesh)
  3133. mesh.Parent=part
  3134. if Mesh=="SpecialMesh" then
  3135. mesh.MeshType=meshtype
  3136. mesh.MeshId=meshid
  3137. end
  3138. mesh.Offset=offset
  3139. mesh.Scale=scale
  3140. return mesh
  3141. end
  3142.  
  3143. function weld(parent,part0,part1,c0,c1)
  3144. local weld=it("Weld")
  3145. weld.Parent=parent
  3146. weld.Part0=part0
  3147. weld.Part1=part1
  3148. weld.C0=c0
  3149. weld.C1=c1
  3150. return weld
  3151. end
  3152.  
  3153. Orb2=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563))
  3154. Orb2weld=weld(m,Character["Left Arm"],Orb2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.502059937, 0.355368137, 1.71773267, -0.44424206, 0.232894972, -0.865106404, 0.628215313, 0.769424856, -0.115459129, 0.638744593, -0.594764709, -0.488119096))
  3155. mesh("SpecialMesh",Orb2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
  3156. Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Institutional white","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824))
  3157. Orb.Shape = "Ball"
  3158. Orbweld=weld(m,Orb2,Orb,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 1, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 0.99999994))
  3159. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3160. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -1.25859022, 0.329596519, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923937678, -0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
  3161. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169))
  3162. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3163. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142879486, -0.777062893, -1.45312595, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923902035, -0.382629365, 0, 0.382629424, 0.923901975))
  3164. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417))
  3165. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566))
  3166. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143518448, 1.01072788, 0.321725368, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923871815, -0.382702261, 2.98023224e-008, 0.382702231, 0.923871756))
  3167. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  3168. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3169. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143795013, -0.705126762, -0.734368324, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923846126, -0.38276419, 0, 0.382764339, 0.923846006))
  3170. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268))
  3171. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3172. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144195557, -0.138575554, 1.73011065, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923765123, -0.382959813, 2.98023224e-008, 0.382959902, 0.923765063))
  3173. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278))
  3174. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3175. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014383316, -0.769768238, 0.57397604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  3176. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  3177. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3178. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143966675, -0.733929157, 0.825384617, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923918545, -0.3825894, 0, 0.382589459, 0.923918486))
  3179. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902))
  3180. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3181. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144147873, -1.38066387, -0.353047848, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  3182. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833))
  3183. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3184. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014339447, -1.12845087, -0.970898151, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.49011612e-008, 0.923991561, -0.38241303, -2.98023224e-008, 0.382413089, 0.923991442))
  3185. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902))
  3186. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493))
  3187. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, 1.1401, 2.09678173, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
  3188. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1))
  3189. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3190. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, -0.583045006, -1.08001328, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923855543, -0.382741481, 0, 0.38274157, 0.923855543))
  3191. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207))
  3192. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3193. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144405365, 0.82538271, 0.82533884, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923936188, -0.382546633, -2.98023224e-008, 0.382546723, 0.923936188))
  3194. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902))
  3195. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3196. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143356323, 0.867033958, 0.573077679, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923900545, -0.382632852, -2.98023224e-008, 0.382632971, 0.923900485))
  3197. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  3198. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3199. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144271851, 0.400120258, 1.79469538, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923717797, -0.383073896, -2.98023224e-008, 0.383073926, 0.923717678))
  3200. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642))
  3201. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133))
  3202. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143842697, -0.913496971, -0.324445724, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  3203. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  3204. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3205. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -0.541174889, 1.62945747, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.86264515e-008, 0.923819423, -0.382828385, -5.96046448e-008, 0.382828504, 0.923819482))
  3206. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255))
  3207. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563))
  3208. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143985748, 0.0481734276, 1.21983814, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.92387718, -0.382689148, -2.98023224e-008, 0.382689238, 0.92387712))
  3209. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087))
  3210. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3211. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142784119, -1.2364316, -0.755404949, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923943341, -0.382529408, -2.98023224e-008, 0.382529497, 0.923943341))
  3212. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451))
  3213. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3214. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143661499, -0.769869804, -0.475550175, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923884392, -0.382671893, 0, 0.382671893, 0.923884332))
  3215. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477))
  3216. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563))
  3217. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143489838, 0.0422496796, 0.896978855, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923894286, -0.382647961, 2.98023224e-008, 0.382647932, 0.923894167))
  3218. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451))
  3219. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3220. Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143232346, 1.78682709, 2.95177078, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
  3221. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624))
  3222. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3223. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143451691, -0.970619202, 1.3801322, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382422388, 0.923987627, 1.49011612e-008, -0.923987687, 0.382422358))
  3224. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229))
  3225. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3226. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143575668, 0.867223263, -0.314217091, -1.00000012, -2.98023224e-008, -2.98023224e-008, 7.4505806e-009, 0.923972368, -0.382459223, 2.98023224e-008, -0.382459283, -0.923972309))
  3227. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064))
  3228. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3229. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142812729, 0.769894123, -0.315297604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.923946202, 0.382522434, 2.98023224e-008, -0.382522523, -0.923946202))
  3230. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064))
  3231. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3232. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014169693, -0.540971756, 1.88808012, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.923836112, -0.38278845, 0, 0.38278845, 0.923835993))
  3233. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053))
  3234. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3235. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142345428, 0.769889832, -0.0939731598, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.49011612e-008, -0.923993051, 0.382409662, 0, 0.382409692, 0.923992991))
  3236. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278))
  3237. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3238. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143318176, -1.25844002, 1.07650661, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
  3239. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138))
  3240. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3241. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143594742, -1.65409946, 0.329646587, 1, -1.38580799e-006, -3.48687172e-006, -3.35276127e-008, 0.92394191, -0.382532895, 3.78489494e-006, 0.382532895, 0.92394191))
  3242. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169))
  3243. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3244. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144309998, 0.633481979, -0.47542429, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.11758709e-008, -0.923920572, 0.382584453, 2.98023224e-008, 0.382584512, 0.923920512))
  3245. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477))
  3246. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3247. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142469406, 0.446671486, -0.734605312, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923937678, 0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
  3248. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268))
  3249. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563))
  3250. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143251419, 0.573383808, 1.31253004, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
  3251. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632))
  3252. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3253. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146627426, -1.36505795, 1.12887478, 1.00000012, 2.98023224e-008, 2.98023224e-008, -2.98023224e-008, 0.38210234, 0.924120009, -3.7252903e-009, -0.924120188, 0.38210237))
  3254. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902))
  3255. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3256. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144557953, 0.467606068, -0.753456116, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.60770321e-008, -0.923965275, 0.382476479, 0, -0.382476568, -0.923965216))
  3257. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451))
  3258. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3259. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014333725, -2.05626631, -0.353295326, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.92394191, -0.382532805, 0, 0.382532895, 0.92394197))
  3260. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833))
  3261. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3262. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143194199, 0.552689552, -0.753513813, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.86264515e-008, 0.923968136, -0.382469654, 0, -0.382469654, -0.923968077))
  3263. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451))
  3264. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3265. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142192841, 0.399952888, 2.41989946, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
  3266. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068))
  3267. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3268. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143661499, -0.935334206, -2.05619001, -1.00000012, -2.98023224e-008, -2.98023224e-008, -2.98023224e-008, 0.382503301, 0.923954129, 3.7252903e-009, 0.923954248, -0.382503211))
  3269. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613))
  3270. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3271. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142612457, -0.755482197, 1.63165283, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382535756, 0.923940659, 3.7252903e-009, -0.923940778, 0.382535726))
  3272. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902))
  3273. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3274. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142774582, 0.573737621, -0.662068844, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.382720828, 0.923864007, 3.7252903e-009, 0.923864126, -0.382720768))
  3275. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107))
  3276. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265))
  3277. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142974854, 2.95166492, 3.10171676, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
  3278. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1))
  3279. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3280. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144081116, 0.752276421, -0.573189259, -1.00000012, -2.98023224e-008, -2.98023224e-008, -3.7252903e-009, 0.923968792, -0.382468104, 2.98023224e-008, -0.382468164, -0.923968673))
  3281. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229))
  3282. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3283. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143461227, -0.864406586, 1.62925768, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923863828, -0.382721543, 2.98023224e-008, 0.382721603, 0.923863888))
  3284. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255))
  3285. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3286. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142230988, -1.01077271, 0.396942616, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.92387718, 0.382689148, 2.98023224e-008, -0.382689238, -0.92387712))
  3287. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451))
  3288. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3289. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142660141, -0.139053822, 2.05354023, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923669994, -0.383188933, 0, 0.383188993, 0.923670053))
  3290. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319))
  3291. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3292. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143957138, 0.0443892479, -1.0795331, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923923314, 0.382577747, 0, 0.382577837, 0.923923254))
  3293. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356))
  3294. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183))
  3295. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143852234, -1.78688002, -2.02518988, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, -0.923716426, 0.383077323, -2.98023224e-008, -0.383077323, -0.923716307))
  3296. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1))
  3297. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3298. Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142145157, 1.14002323, 3.02335072, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
  3299. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068))
  3300.  
  3301.  
  3302. Player=game:GetService('Players').LocalPlayer
  3303. Character=Player.Character
  3304. Mouse=Player:GetMouse()
  3305. m=Instance.new('Model',Character)
  3306.  
  3307.  
  3308. local function weldBetween(a, b)
  3309. local weldd = Instance.new("ManualWeld")
  3310. weldd.Part0 = a
  3311. weldd.Part1 = b
  3312. weldd.C0 = CFrame.new()
  3313. weldd.C1 = b.CFrame:inverse() * a.CFrame
  3314. weldd.Parent = a
  3315. return weldd
  3316. end
  3317.  
  3318. it=Instance.new
  3319.  
  3320. function nooutline(part)
  3321. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3322. end
  3323.  
  3324. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3325. local fp=it("Part")
  3326. fp.formFactor=formfactor
  3327. fp.Parent=parent
  3328. fp.Reflectance=reflectance
  3329. fp.Transparency=transparency
  3330. fp.CanCollide=false
  3331. fp.Locked=true
  3332. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3333. fp.Name=name
  3334. fp.Size=size
  3335. fp.Position=Character.Torso.Position
  3336. nooutline(fp)
  3337. fp.Material=material
  3338. fp:BreakJoints()
  3339. return fp
  3340. end
  3341.  
  3342. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3343. local mesh=it(Mesh)
  3344. mesh.Parent=part
  3345. if Mesh=="SpecialMesh" then
  3346. mesh.MeshType=meshtype
  3347. mesh.MeshId=meshid
  3348. end
  3349. mesh.Offset=offset
  3350. mesh.Scale=scale
  3351. return mesh
  3352. end
  3353.  
  3354. function weld(parent,part0,part1,c0,c1)
  3355. local weld=it("Weld")
  3356. weld.Parent=parent
  3357. weld.Part0=part0
  3358. weld.Part1=part1
  3359. weld.C0=c0
  3360. weld.C1=c1
  3361. return weld
  3362. end
  3363.  
  3364. Orb3=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563))
  3365. Orb3weld=weld(m,Character["Right Arm"],Orb3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0678920746, -0.688210368, 1.24336052, -0.703631341, 0.00967200287, 0.710499585, -0.236187309, 0.939869761, -0.246698543, -0.670163155, -0.341395736, -0.659037471))
  3366. mesh("SpecialMesh",Orb3,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
  3367. Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"White","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824))
  3368. Orbweld=weld(m,Orb3,Orb,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 1.49011612e-008, 0, 1.49011612e-008, 1, 0, 0, 0, 1))
  3369. mesh("SpecialMesh",Orb,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
  3370. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3371. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143494606, -1.25856304, 0.329597473, 1.00000012, 1.49011612e-008, 0, 0, 0.923942626, -0.382531196, 0, 0.382531166, 0.923942626))
  3372. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169))
  3373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3374. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143055916, -0.777040958, -1.45310402, 1.00000012, 1.49011612e-008, 0, 0, 0.923905969, -0.382619679, 2.98023224e-008, 0.382619619, 0.923905969))
  3375. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417))
  3376. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566))
  3377. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143642426, 1.01071525, 0.32174015, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923876107, -0.382691681, 0, 0.382691681, 0.923876166))
  3378. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  3379. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3380. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014380455, -0.705107212, -0.73434639, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923850656, -0.382753313, 0, 0.382753313, 0.923850656))
  3381. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268))
  3382. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3383. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144486427, -0.138548374, 1.73012638, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923772991, -0.38294062, 0, 0.38294059, 0.92377305))
  3384. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278))
  3385. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3386. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.01440382, -0.769747734, 0.573980331, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923933685, -0.382552862, -2.98023224e-008, 0.382552892, 0.923933744))
  3387. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  3388. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3389. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144219398, -0.733915329, 0.825391769, 1.00000012, 1.49011612e-008, 0, 0, 0.92392379, -0.382576406, 0, 0.382576406, 0.92392385))
  3390. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902))
  3391. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3392. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014424324, -1.38064384, -0.353040695, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923933685, -0.382552862, -2.98023224e-008, 0.382552892, 0.923933744))
  3393. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833))
  3394. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3395. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143566132, -1.12842798, -0.970887184, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923998177, -0.382396936, -2.98023224e-008, 0.382396907, 0.923998117))
  3396. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902))
  3397. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493))
  3398. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144233704, 1.14006543, 2.09680176, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923719823, -0.383068979, 5.96046448e-008, 0.383068949, 0.923719764))
  3399. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1))
  3400. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3401. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144305229, -0.583024979, -1.07998466, 1.00000012, 1.49011612e-008, 0, 0, 0.923861682, -0.382726401, -2.98023224e-008, 0.382726401, 0.923861742))
  3402. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207))
  3403. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3404. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144481659, 0.825361252, 0.8253479, 1.00000012, 1.49011612e-008, 0, 0, 0.923942626, -0.382531196, 0, 0.382531166, 0.923942626))
  3405. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902))
  3406. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3407. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143418312, 0.86701417, 0.573102951, 1.00000012, 1.49011612e-008, 0, 3.7252903e-009, 0.923902094, -0.382628798, -2.98023224e-008, 0.382628769, 0.923902154))
  3408. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
  3409. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3410. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144238472, 0.400093079, 1.79470062, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923721433, -0.383065045, 2.98023224e-008, 0.383065045, 0.923721433))
  3411. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642))
  3412. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133))
  3413. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143995285, -0.913483143, -0.324422836, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923933685, -0.382552862, -2.98023224e-008, 0.382552892, 0.923933744))
  3414. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
  3415. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3416. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143547058, -0.541141033, 1.62947273, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923827887, -0.382808328, -5.96046448e-008, 0.382808298, 0.923827887))
  3417. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255))
  3418. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563))
  3419. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144166946, 0.0481677055, 1.21985817, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923881888, -0.382678002, 0, 0.382677972, 0.923881888))
  3420. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087))
  3421. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3422. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143070221, -1.2364192, -0.755374908, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923951864, -0.382508934, 2.98023224e-008, 0.382508904, 0.923951805))
  3423. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451))
  3424. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3425. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143699646, -0.769845009, -0.475525856, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923891902, -0.382653743, -2.98023224e-008, 0.382653683, 0.923891902))
  3426. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477))
  3427. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563))
  3428. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143666267, 0.0422482491, 0.896986008, 1.00000012, 1.49011612e-008, 0, 0, 0.923899233, -0.38263604, 0, 0.382636011, 0.923899233))
  3429. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451))
  3430. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3431. Partweld=weld(m,Orb3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143237114, 1.7868042, 2.95180702, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923719823, -0.383068979, 5.96046448e-008, 0.383068949, 0.923719764))
  3432. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624))
  3433. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3434. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143613815, -0.970600128, 1.38010454, 1.00000012, 1.49011612e-008, 0, 0, 0.382407755, 0.923993766, 1.86264515e-009, -0.923993766, 0.382407755))
  3435. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229))
  3436. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3437. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143671036, 0.867209196, -0.314229965, -1.00000012, -1.49011612e-008, 0, 0, 0.923979223, -0.382442802, 0, -0.382442772, -0.923979282))
  3438. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064))
  3439. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3440. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143041611, 0.76987648, -0.315297127, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, -0.923951864, 0.382508934, -2.98023224e-008, -0.382508904, -0.923951805))
  3441. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064))
  3442. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3443. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0141844749, -0.540944099, 1.8880825, 1.00000012, 1.49011612e-008, 0, 0, 0.923842251, -0.382773578, 0, 0.382773548, 0.923842311))
  3444. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053))
  3445. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3446. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142354965, 0.769865513, -0.0939617157, -1.00000012, -1.49011612e-008, 0, 1.86264515e-009, -0.923998177, 0.382396936, -2.98023224e-008, 0.382396907, 0.923998117))
  3447. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278))
  3448. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3449. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143609047, -1.25842857, 1.07650948, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923933685, -0.382552862, -2.98023224e-008, 0.382552892, 0.923933744))
  3450. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138))
  3451. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3452. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143790245, -1.65408182, 0.329648972, 1, -9.68575478e-007, -2.71201134e-006, -1.24797225e-007, 0.923948586, -0.382516891, 2.86102295e-006, 0.382516801, 0.923948526))
  3453. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169))
  3454. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3455. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144429207, 0.633457184, -0.475393295, -1.00000012, -1.49011612e-008, 0, 0, -0.923926353, 0.382570535, 0, 0.382570565, 0.923926353))
  3456. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477))
  3457. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3458. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142507553, 0.446650028, -0.734584808, -1.00000012, -1.49011612e-008, 0, 0, -0.923942626, 0.382531196, 0, 0.382531166, 0.923942626))
  3459. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268))
  3460. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563))
  3461. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143270493, 0.57338047, 1.31251836, -1.00000012, -1.49011612e-008, 0, 2.98023224e-008, 0.383064389, 0.92372179, 0, 0.923721671, -0.383064389))
  3462. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632))
  3463. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3464. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146727562, -1.36502552, 1.12885427, 1.00000012, 1.49011612e-008, 0, 0, 0.382083118, 0.924128056, 0, -0.924127996, 0.382083118))
  3465. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902))
  3466. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3467. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144696236, 0.467594624, -0.753448486, 1.00000012, 1.49011612e-008, 0, 0, -0.923969984, 0.382465094, -2.98023224e-008, -0.382465065, -0.923969984))
  3468. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451))
  3469. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3470. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014354229, -2.0562439, -0.353294373, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, 0.923947215, -0.38252008, 0, 0.38252008, 0.923947275))
  3471. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833))
  3472. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3473. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143246651, 0.552667618, -0.753526688, -1.00000012, -1.49011612e-008, 0, 0, 0.923969984, -0.382465094, -2.98023224e-008, -0.382465065, -0.923969984))
  3474. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451))
  3475. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3476. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142321587, 0.399935246, 2.41992378, 1.00000012, 1.49011612e-008, 0, 0, 0.923712194, -0.383087337, 0, 0.383087307, 0.923712134))
  3477. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068))
  3478. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3479. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143885612, -0.93530941, -2.05617285, -1.00000012, -1.49011612e-008, 0, 0, 0.382489145, 0.92395997, 0, 0.92396009, -0.382489204))
  3480. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613))
  3481. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3482. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142798424, -0.755475998, 1.63162708, 1.00000012, 1.49011612e-008, 0, -5.96046448e-008, 0.382526159, 0.923944771, 0, -0.923944652, 0.382526159))
  3483. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902))
  3484. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3485. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143070221, 0.573734283, -0.66204977, -1.00000012, -1.49011612e-008, 0, 2.98023224e-008, 0.382705569, 0.923870444, 3.7252903e-009, 0.923870444, -0.382705599))
  3486. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107))
  3487. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265))
  3488. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142812729, 2.95166302, 3.10169697, -1.00000012, -1.49011612e-008, 0, 2.98023224e-008, 0.383064389, 0.92372179, 0, 0.923721671, -0.383064389))
  3489. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1))
  3490. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3491. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.014421463, 0.752266407, -0.573197365, -1.00000012, -1.49011612e-008, 0, -1.86264515e-009, 0.923974633, -0.382453978, 2.98023224e-008, -0.382453948, -0.923974633))
  3492. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229))
  3493. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3494. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143566132, -0.864401817, 1.62925529, 1.00000012, 1.49011612e-008, 0, 0, 0.923869073, -0.382708788, 0, 0.382708758, 0.923869133))
  3495. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255))
  3496. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3497. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142197609, -1.01076412, 0.396925926, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, -0.923881888, 0.382678002, 0, -0.382677972, -0.923881888))
  3498. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451))
  3499. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3500. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142817497, -0.139033318, 2.05354595, 1.00000012, 1.49011612e-008, 0, -1.86264515e-009, 0.923675716, -0.383175105, 0, 0.383175135, 0.923675776))
  3501. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319))
  3502. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3503. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144047737, 0.0443925858, -1.07949638, -1.00000012, -1.49011612e-008, 0, -3.7252903e-009, -0.923928738, 0.382564604, 0, 0.382564604, 0.923928857))
  3504. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356))
  3505. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183))
  3506. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143818855, -1.78685999, -2.02521324, 1.00000012, 1.49011612e-008, 0, 1.86264515e-009, -0.923719823, 0.383068979, -5.96046448e-008, -0.383068949, -0.923719764))
  3507. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1))
  3508. Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
  3509. Wedgeweld=weld(m,Orb3,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142259598, 1.14000654, 3.02338028, 1.00000012, 1.49011612e-008, 0, 0, 0.923712194, -0.383087337, 0, 0.383087307, 0.923712134))
  3510. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068))
  3511.  
  3512.  
  3513. Player=game:GetService('Players').LocalPlayer
  3514. Character=Player.Character
  3515. Mouse=Player:GetMouse()
  3516. m=Instance.new('Model',Character)
  3517.  
  3518.  
  3519. local function weldBetween(a, b)
  3520. local weldd = Instance.new("ManualWeld")
  3521. weldd.Part0 = a
  3522. weldd.Part1 = b
  3523. weldd.C0 = CFrame.new()
  3524. weldd.C1 = b.CFrame:inverse() * a.CFrame
  3525. weldd.Parent = a
  3526. return weldd
  3527. end
  3528.  
  3529. it=Instance.new
  3530.  
  3531. function nooutline(part)
  3532. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3533. end
  3534.  
  3535. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3536. local fp=it("Part")
  3537. fp.formFactor=formfactor
  3538. fp.Parent=parent
  3539. fp.Reflectance=reflectance
  3540. fp.Transparency=transparency
  3541. fp.CanCollide=false
  3542. fp.Locked=true
  3543. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3544. fp.Name=name
  3545. fp.Size=size
  3546. fp.Position=Character.Torso.Position
  3547. nooutline(fp)
  3548. fp.Material=material
  3549. fp:BreakJoints()
  3550. return fp
  3551. end
  3552.  
  3553. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3554. local mesh=it(Mesh)
  3555. mesh.Parent=part
  3556. if Mesh=="SpecialMesh" then
  3557. mesh.MeshType=meshtype
  3558. mesh.MeshId=meshid
  3559. end
  3560. mesh.Offset=offset
  3561. mesh.Scale=scale
  3562. return mesh
  3563. end
  3564.  
  3565. function weld(parent,part0,part1,c0,c1)
  3566. local weld=it("Weld")
  3567. weld.Parent=parent
  3568. weld.Part0=part0
  3569. weld.Part1=part1
  3570. weld.C0=c0
  3571. weld.C1=c1
  3572. return weld
  3573. end
  3574.  
  3575. Handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.303880781, 2.36145711, 0.424186081))
  3576. Handleweld=weld(m,Character["Left Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.855320215, -5.09234619, -1.55141234, 0.291239709, -0.921523988, 0.256851763, 0.874029577, 0.365467548, 0.320165366, -0.388911068, 0.131251156, 0.91187799))
  3577. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.89222157, 1, 1))
  3578. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3579. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.53766251, -0.0762014389, 9.11962891, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  3580. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(2.5274291, 1.01097679, 2.52743125))
  3581. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3582. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.5326252, -0.0967350006, 9.10777092, 6.35534525e-006, -0.985364497, 0.170460999, -1, -5.09526581e-006, 7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  3583. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(2.5274291, 1.01097679, 2.52743125))
  3584. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3585. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22867966, -0.0431725979, -5.97446489, -2.33761966e-007, -0.999994934, -0.00322755985, 1, -2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  3586. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 0.624724209, 1.56180406))
  3587. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3588. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00117301941, 1.27079201, -0.000573396683, 0, 2.41026282e-006, -1.00000012, -2.45682895e-006, -1.00000012, -2.41026282e-006, -1.00000012, 2.46334821e-006, -5.96046448e-008))
  3589. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(0.624720931, 0.624724209, 0.624721646))
  3590. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3591. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00298810005, 1.26123238, -0.00176870823, 0, -2.41026282e-006, 1.00000012, 2.45682895e-006, 1.00000012, 2.41026282e-006, -1.00000012, 2.46334821e-006, -5.96046448e-008))
  3592. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(0.624720931, 0.624724209, 0.624721646))
  3593. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3594. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.926283836, 7.49117851, 0.00563132763, -7.74860382e-007, -0.500004947, 0.866022646, -5.82635403e-006, 0.866022587, 0.500005007, -1.00000012, -4.65195626e-006, -3.63588333e-006))
  3595. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(0.874609351, 0.874613881, 0.874610186))
  3596. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3597. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.932169914, -2.5645752, 0.00321233273, 7.74860382e-007, 0.500004947, -0.866022646, 5.82635403e-006, -0.866022587, -0.500005007, -1.00000012, -4.65195626e-006, -3.63588333e-006))
  3598. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(0.874609351, 0.874613881, 0.874610186))
  3599. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3600. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37296677, -2.31860352, -0.0126280785, 3.78489494e-006, -0.602664769, 0.797994554, -6.40749931e-007, 0.797994494, 0.602664888, -1, -2.83122063e-006, 2.62260437e-006))
  3601. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(0.468540728, 0.468543172, 0.468541205))
  3602. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3603. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.93029213, -0.063611269, 2.12936354, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  3604. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 0.624724209, 1.56180406))
  3605. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3606. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93338966, -0.0432159901, 2.1219964, 2.33761966e-007, 0.999994934, 0.00322755985, 1, -2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  3607. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 0.624724209, 1.56180406))
  3608. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3609. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.94594002, 0.286227703, 0.430324554, 6.35534525e-006, -0.985364497, 0.170460999, -1, -5.09526581e-006, 7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  3610. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 1.56181049, 1.56180406))
  3611. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3612. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.94596672, 0.237372875, -0.430360794, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  3613. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 1.56181049, 1.56180406))
  3614. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3615. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88189125, 0.256071091, 0.503902435, 9.23871994e-007, 0.938580275, 0.345061302, 1, -3.84449959e-006, 7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  3616. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 1.56181049, 1.56180406))
  3617. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3618. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88186836, 0.267417908, -0.503939152, 9.23871994e-007, 0.938580275, 0.345061302, -1, 3.84449959e-006, -7.74860382e-006, -8.58306885e-006, -0.345061272, 0.938580275))
  3619. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 1.56181049, 1.56180406))
  3620. Diamond=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"White","Diamond",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3621. Diamondweld=weld(m,Handle,Diamond,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.23184967, -0.0636007786, -5.96713114, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  3622. mesh("SpecialMesh",Diamond,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=160003363",Vector3.new(0, 0, 0),Vector3.new(1.56180239, 0.624724209, 1.56180406))
  3623. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.633467734))
  3624. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0118174553, -4.74114609, -6.44987488, 1, 9.31322575e-010, 2.98023224e-008, -2.98023224e-008, 0.735447228, -0.677582085, 0, 0.677582085, 0.735447228))
  3625. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.41938743, 1))
  3626. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.898353457, 0.303880751))
  3627. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.07691002, -6.03564835, 0.0124071836, 1.2665987e-006, 0.862874269, -0.505418777, 5.66244125e-006, 0.505418777, 0.862874389, 1, -3.92459333e-006, -4.20212746e-006))
  3628. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.390603751, 1, 0.411162376))
  3629. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3630. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.82885551, -8.53376007, 0.0123022795, -5.40912151e-006, 0.912042677, -0.410095602, -1.78813934e-006, 0.410095572, 0.912042737, 1, 5.64195216e-006, -5.36441803e-007))
  3631. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.719533324, 0.844942331, 0.411162376))
  3632. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.891481519, 0.303880751))
  3633. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.99671936, -5.81120586, 0.0123764277, 2.07126141e-006, 0.935410023, -0.353565037, 7.15255737e-007, 0.353565007, 0.935410142, 1.00000012, -2.18115747e-006, 1.49011612e-007))
  3634. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890165508, 1, 0.411162376))
  3635. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 1.43624103, 0.303880751))
  3636. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.08830452, -4.95266533, 0.0124027729, 9.08970833e-007, 0.947800398, -0.318864465, 2.50339508e-006, 0.318864435, 0.947800398, 1.00000012, -1.65496022e-006, -1.9967556e-006))
  3637. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.402938634, 1, 0.411162376))
  3638. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.386702269, 1.67863405, 0.303880751))
  3639. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.81900597, -3.7907033, 0.0124021769, -2.18953937e-006, 0.999113083, 0.0421111062, 7.53998756e-006, -0.0421110988, 0.999113142, 1.00000012, 2.4959445e-006, -7.4505806e-006))
  3640. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3641. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 1.427495, 0.303880751))
  3642. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.42060661, -6.35691929, 0.0124715567, 8.34465027e-007, 0.976316214, -0.216348842, 1.75833702e-006, 0.216348812, 0.976316273, 1, -1.17719173e-006, -1.54972076e-006))
  3643. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.719533324, 1, 0.411162376))
  3644. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.610355556, 0.303880751))
  3645. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.64081764, -9.38612175, 0.012537241, 1.03414059e-005, 0.708146274, -0.706065893, 8.70227814e-006, 0.706065834, 0.708146393, 1, -1.34650618e-005, 1.13248825e-006))
  3646. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.719533324, 1, 0.411162376))
  3647. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.630344152))
  3648. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0117828846, 4.49557686, 9.72130394, 1, 9.31322575e-010, 2.98023224e-008, 1.49011612e-008, -0.841934204, 0.539580226, -2.98023224e-008, -0.539580166, -0.841934323))
  3649. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.72570467, 1))
  3650. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3651. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.97001457, -8.14420509, 0.0123494864, -5.90085983e-006, 0.811350644, -0.584559917, -5.66244125e-007, 0.584559917, 0.811350703, 1, 5.10364771e-006, -3.01003456e-006))
  3652. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.984732747, 0.474894702, 0.411162376))
  3653. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3654. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.12477303, 7.97657013, 0.0124797821, -7.42077827e-006, -0.81032598, 0.585979402, 1.22189522e-006, -0.585979402, -0.810326099, 1.00000012, -5.31040132e-006, 5.33461571e-006))
  3655. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.614686966, 0.886058807, 0.411162376))
  3656. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.752164006, 0.303880751, 0.303880751))
  3657. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.53266525, -6.39919186, 0.0123852491, -5.46872616e-006, 0.953804553, -0.300428092, 6.64591789e-006, 0.300428063, 0.953804493, 1.00000012, 3.25683504e-006, -7.92741776e-006))
  3658. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.474894702, 0.411162376))
  3659. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.330477387, 0.303880751, 0.303880751))
  3660. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.51274681, -2.80544376, 0.012424469, -1.97067857e-006, 0.986788869, 0.162011981, 3.1888485e-006, -0.162011966, 0.986788929, 1, 2.47824937e-006, -2.8014183e-006))
  3661. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.474894702, 0.411162376))
  3662. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.747166276, 0.938960552, 0.303880751))
  3663. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.04835129, -3.9598732, 0.0124355555, 1.19954348e-006, 0.984634697, -0.174627542, -3.01003456e-006, 0.174627513, 0.984634757, 1.00000012, -6.37955964e-007, 3.1888485e-006))
  3664. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3665. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.747166276, 0.938960552, 0.303880751))
  3666. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.6598053, -0.680284381, 0.0124374628, 3.3993274e-006, 0.99640733, 0.0846904889, -2.17556953e-006, -0.0846904963, 0.996407509, 1, -3.5604462e-006, 1.90734863e-006))
  3667. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3668. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.331726789, 0.421688914, 0.303880751))
  3669. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.2640686, 1.18227386, 0.0124481916, 3.15904617e-006, 0.840927958, 0.541147232, -5.96046448e-008, -0.541147172, 0.840928018, 1, -2.67196447e-006, -1.63912773e-006))
  3670. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3671. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3672. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.48577881, 3.52108002, 0.0124073029, 4.29153442e-006, 0.661209226, 0.750201762, 3.96370888e-006, -0.750201643, 0.661209345, 1.00000012, 1.20140612e-007, -5.78165054e-006))
  3673. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.339208543, 0.886058807, 0.411162376))
  3674. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.396699995, 0.303880751))
  3675. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.98085213, -5.27405071, 0.0123759508, 2.07126141e-006, 0.935410023, -0.353565037, 7.15255737e-007, 0.353565007, 0.935410142, 1.00000012, -2.18115747e-006, 1.49011612e-007))
  3676. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.555068493, 1, 0.411162376))
  3677. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.747166276, 0.938960552, 0.303880751))
  3678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.50214767, -1.27178431, 0.0124406815, 1.77323818e-006, 0.997692525, -0.0678942204, -6.88433647e-006, 0.0678942055, 0.997692704, 1, -1.30292028e-006, 7.00354576e-006))
  3679. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3680. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.352342576, 1.34065831, 0.303880751))
  3681. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.5052204, -1.9303751, 0.0124589205, -9.16421413e-007, 0.969665706, 0.2444354, 2.32458115e-006, -0.24443537, 0.969665766, 1, 1.45658851e-006, -2.02655792e-006))
  3682. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3683. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.664703071, 1.55618823, 0.303880751))
  3684. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.7849522, -1.86814451, 0.0123307705, -7.2196126e-006, 0.959318459, 0.282326162, 1.60932541e-006, -0.282326162, 0.959318638, 1.00000012, 7.36955553e-006, 5.06639481e-007))
  3685. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3686. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.523516178, 0.994561017, 0.303880751))
  3687. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53429985, -4.86823463, 0.0123734474, -2.33948231e-006, 0.993130445, -0.117012888, -9.53674316e-006, 0.117012873, 0.993130505, 1.00000012, 3.4449622e-006, 9.1791153e-006))
  3688. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3689. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.331726789, 0.421688914, 0.303880751))
  3690. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.90021324, 3.71161652, 0.0124218464, 2.86102295e-006, 0.685215354, 0.728340626, 2.59280205e-006, -0.728340685, 0.685215473, 1.00000012, -8.00937414e-008, -3.81469727e-006))
  3691. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3692. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.747166276, 0.938960552, 0.303880751))
  3693. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.2880497, -2.32239437, 0.0124710798, -4.84287739e-007, 0.966228366, -0.257687628, 1.63912773e-006, 0.257687569, 0.966228366, 1, 5.21540642e-008, -1.69873238e-006))
  3694. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3695. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.487907052, 1.41062737, 0.303880751))
  3696. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.77950478, -3.18369174, 0.0124433041, -1.37276947e-006, 0.996782541, 0.0801540613, 2.77161598e-006, -0.0801540613, 0.996782541, 1, 1.58697367e-006, -2.68220901e-006))
  3697. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3698. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.385452777, 0.5566293, 0.303880751))
  3699. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.6558323, 0.750766754, 0.0123432875, -4.06801701e-006, 0.884027779, 0.467434585, 6.04987144e-006, -0.467434525, 0.884027779, 1.00000012, 6.43637031e-006, -3.4570694e-006))
  3700. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3701. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.747166276, 0.938960552, 0.303880751))
  3702. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.02560043, -5.11255074, 0.0123916864, -2.29477882e-006, 0.795170367, -0.606386185, -2.56299973e-006, 0.606386185, 0.795170546, 1.00000012, 3.38349491e-006, 6.2584877e-007))
  3703. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3704. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3705. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.24762154, -9.62639999, 0.0123747587, -1.8030405e-006, 0.857795596, -0.513991117, -3.48687172e-006, 0.513991058, 0.857795715, 1, 3.33320349e-006, 2.08616257e-006))
  3706. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.719533324, 0.964179933, 0.411162376))
  3707. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.817759752, 0.303880751, 0.303880751))
  3708. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.59584427, -7.68833351, 0.0124964714, 2.94297934e-006, 0.984120488, -0.177501574, 6.40749931e-006, 0.177501589, 0.984120667, 1, -4.04193997e-006, -5.78165054e-006))
  3709. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.844942331, 0.411162376))
  3710. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3711. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.3829937, 6.14517593, 0.0123784542, -7.4505806e-007, 0.460300177, 0.887763381, 3.68058681e-006, -0.8877635, 0.460300297, 1.00000012, 3.6181882e-006, -1.01327896e-006))
  3712. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.180911213, 0.772988617, 0.411162376))
  3713. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.362962931, 0.938960552, 0.303880751))
  3714. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.74276543, -5.47986889, 0.0123935938, -2.59280205e-006, 0.959444523, -0.281897455, 1.04308128e-006, 0.281897426, 0.959444761, 1.00000012, 2.21282244e-006, -1.66893005e-006))
  3715. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3716. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.719682336, 1.38375843))
  3717. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0118172169, -6.6255846, -5.89062881, 1, 9.31322575e-010, 2.98023224e-008, 0, 0.62005347, -0.784559727, 0, 0.784559727, 0.62005353))
  3718. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  3719. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.831507862, 2.30084991))
  3720. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0118224621, 7.365839, 10.0827389, 1, 9.31322575e-010, 2.98023224e-008, 0, -0.947382987, 0.320102304, 0, -0.320102274, -0.947383046))
  3721. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  3722. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.396699995, 0.303880751))
  3723. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.39190102, -4.27942276, 0.0123281479, -2.33948231e-006, 0.993130445, -0.117012888, -9.53674316e-006, 0.117012873, 0.993130505, 1.00000012, 3.4449622e-006, 9.1791153e-006))
  3724. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.555068493, 1, 0.411162376))
  3725. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.799642742, 1.427495, 0.303880751))
  3726. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.9553833, -5.02813959, 0.012455821, 5.12693077e-007, 0.999661446, 0.0260259584, 8.64267349e-007, -0.0260259546, 0.999661446, 1, -4.65661287e-007, -8.34465027e-007))
  3727. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3728. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.507898152, 1.43624103, 0.303880751))
  3729. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.26845169, -3.86994553, 0.0123940706, 1.28895044e-006, 0.996768236, -0.0803309977, 1.34110451e-006, 0.0803309977, 0.996768415, 1, -1.37928873e-006, -1.16229057e-006))
  3730. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3731. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.719682336, 1.38375843))
  3732. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0118565559, -3.57201624, 9.79333305, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.314332098, -0.949313283, 7.4505806e-009, -0.949313164, -0.314332187))
  3733. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  3734. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3735. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.21840477, 6.1385498, -0.0123779774, -7.4505806e-007, 0.747229993, -0.664565682, -2.38418579e-007, -0.664565623, -0.747230053, -1.00000024, -4.06987965e-007, 6.55651093e-007))
  3736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  3737. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3738. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.5833168, 5.49309731, -0.0123949051, -5.66244125e-006, 0.212382704, -0.977186799, 1.02072954e-006, -0.97718668, -0.212382704, -1, -2.19326466e-006, 5.27501106e-006))
  3739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3740. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.719682336, 1.38375843))
  3741. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.011831522, -7.14717865, 7.26375008, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.746874034, -0.664965808, 0, -0.66496563, -0.746874034))
  3742. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  3743. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3744. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.23993683, 3.32087326, 0.0123846531, -3.36766243e-006, 0.525615335, 0.850722492, -3.01003456e-006, -0.850722432, 0.525615394, 1.00000012, -8.32602382e-007, 4.44054604e-006))
  3745. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3746. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3747. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.90871239, -1.46137023, 0.0124337673, -6.85453415e-006, 0.977294266, 0.211887211, 1.09672546e-005, -0.211887166, 0.977294207, 1.00000012, 9.00030136e-006, -9.20891762e-006))
  3748. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3749. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3750. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.15808296, 4.24049377, -0.0124689341, -3.90410423e-006, -0.1098307, -0.993950427, -1.71735883e-006, -0.993950367, 0.109830707, -1.00000012, 2.14483589e-006, 3.66568565e-006))
  3751. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  3752. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3753. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.99293137, 1.89629173, 0.012447238, 3.30805779e-006, 0.721782982, 0.692119539, -1.4603138e-006, -0.692119479, 0.721783042, 1.00000012, -3.40119004e-006, -1.22189522e-006))
  3754. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3755. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3756. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.369169712, 6.00893211, -0.0124207735, -2.20537186e-006, 0.412875623, -0.910787523, 2.66730785e-006, -0.910787523, -0.412875623, -1.00000012, -3.33692878e-006, 8.64267349e-007))
  3757. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3758. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3759. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.54696083, 2.95970726, -0.0124070644, 1.78813934e-007, -0.453818619, -0.891094208, 7.89761543e-007, -0.891094148, 0.453818649, -1, -7.97212124e-007, 1.78813934e-007))
  3760. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3761. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3762. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.96325874, 3.49968147, -0.012406826, 3.51667404e-006, -0.292187393, -0.956361234, 4.2617321e-006, -0.956361175, 0.292187423, -1.00000012, -5.10551035e-006, -2.17556953e-006))
  3763. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3764. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3765. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.25001717, 0.392267227, -0.0124809742, -4.91738319e-006, -0.862339437, -0.506330729, 2.77161598e-006, -0.506330729, 0.862339616, -1, 2.83215195e-006, 4.76837158e-006))
  3766. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3767. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3768. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.97675133, 2.07562637, -0.0123881102, 0, -0.601658285, -0.798753798, 2.71201134e-006, -0.798753619, 0.601658285, -1, -2.17556953e-006, 1.57952309e-006))
  3769. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3770. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3771. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.43514729, 4.64616585, -0.0124527216, -3.4570694e-006, 0.0353732482, -0.99937427, 5.90307172e-006, -0.99937427, -0.0353732482, -1, -6.02658838e-006, 3.1888485e-006))
  3772. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  3773. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3774. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.57681942, 5.03350258, -0.0124129057, -5.9902668e-006, 0.334408253, -0.94242847, -2.79396772e-006, -0.94242841, -0.334408224, -1, 6.09084964e-007, 6.58631325e-006))
  3775. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3776. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  3777. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.91934729, 4.84834099, -0.0123993158, 2.14576721e-006, 0.126262486, -0.991997004, 8.11740756e-006, -0.991996884, -0.126262501, -0.99999994, -7.79889524e-006, -3.15904617e-006))
  3778. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3779. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  3780. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79469681, 3.78919983, -0.0124108791, 3.51667404e-006, -0.292187393, -0.956361234, 4.2617321e-006, -0.956361175, 0.292187423, -1.00000012, -5.10551035e-006, -2.17556953e-006))
  3781. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  3782. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3783. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.59392571, 4.91576767, -0.0124466419, 1.81794167e-006, 0.173229605, -0.984881639, -2.36555934e-006, -0.98488158, -0.173229605, -1.00000012, 2.62912363e-006, -1.43051147e-006))
  3784. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  3785. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3786. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.14352798, -0.599982738, -0.0124671459, -2.42888927e-006, -0.942429364, -0.334405482, 1.49011612e-007, -0.334405482, 0.942429423, -1.00000012, 2.23983079e-006, 8.94069672e-007))
  3787. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3788. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3789. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.18397903, 1.28430939, -0.0124082565, -1.1920929e-007, -0.755722106, -0.654892623, 2.32458115e-006, -0.654892504, 0.755722165, -1, -1.41281635e-006, 1.84774399e-006))
  3790. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  3791. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3792. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.24739265, 1.04801846, -0.012463212, -2.62260437e-006, -0.731221795, -0.682139933, 1.69873238e-006, -0.682139933, 0.731221914, -1, 7.67409801e-007, 3.01003456e-006))
  3793. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3794. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3795. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08304858, 4.96604729, -0.01245749, -8.94069672e-008, 0.25617519, -0.966630459, -1.24424696e-006, -0.966630459, -0.25617522, -1.00000012, 1.19674951e-006, 3.87430191e-007))
  3796. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3797. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3798. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012377739, 4.66283989, 2.71644354, 1, 9.31322575e-010, 2.98023224e-008, -2.32830644e-009, -0.99861896, -0.0525392853, 2.98023224e-008, 0.0525392815, -0.99861896))
  3799. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  3800. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3801. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.1488266, 5.166605, -0.0124236345, 2.29477882e-006, 0.1078218, -0.994170368, 3.17394733e-006, -0.994170368, -0.107821807, -1, -2.91317701e-006, -2.71201134e-006))
  3802. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3803. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.83663559, -1.35993695, 0.0123702288, -6.80983067e-006, 0.973539948, 0.228517458, 1.16229057e-006, -0.228517413, 0.973539889, 1, 6.90948218e-006, 3.87430191e-007))
  3805. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3806. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3807. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.39234161, 0.551767349, 0.0124551058, 4.2617321e-006, 0.846065879, 0.533078492, -2.62260437e-006, -0.533078492, 0.846065998, 1, -4.97978181e-006, 0))
  3808. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.577682495, 0.493396938, 0.411162376))
  3809. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  3810. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.35511971, -5.68471909, 0.0123487711, -1.08778477e-006, 0.842072368, -0.539364934, -1.23679638e-005, 0.539364874, 0.842072368, 1.00000012, 7.58469105e-006, 9.86456871e-006))
  3811. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  3812. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3813. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00541305542, -6.85400581, 0.0124405622, -2.62260437e-006, 0.43094191, -0.902379811, -2.69711018e-006, 0.902379751, 0.430941939, 1.00000012, 3.55485827e-006, -1.16229057e-006))
  3814. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3815. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3816. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.23765182, -6.64039803, 0.0124570131, -4.97698784e-006, 0.620375931, -0.784304798, -5.81145287e-007, 0.784304678, 0.620375991, 1.00000012, 3.54927033e-006, -3.48687172e-006))
  3817. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  3818. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3819. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.9072361, -2.94180298, 0.0123705864, -5.48548996e-006, 0.999955654, -0.00943010673, -1.66893005e-006, 0.009430103, 0.999955654, 1, 5.49387187e-006, 1.69873238e-006))
  3820. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  3821. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3822. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.98216057, -4.38162136, 0.0124686956, -2.48849392e-006, 0.975760341, -0.218842447, 7.39097595e-006, 0.218842417, 0.9757604, 1, 8.05594027e-007, -7.77840614e-006))
  3823. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3824. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3825. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.72505379, -0.493100643, 0.0123679638, 2.48849392e-006, 0.934616506, 0.355657458, 2.38418579e-007, -0.355657429, 0.934616506, 1.00000012, -2.24169344e-006, -1.07288361e-006))
  3826. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3827. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3828. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124542713, -6.6851635, -0.761851311, -1, -9.31322575e-010, -2.98023224e-008, -2.98023224e-008, 0.7948457, 0.606811821, 2.98023224e-008, 0.606811762, -0.794845819))
  3829. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  3830. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3831. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.469934464, -6.83503723, 0.0124577284, -4.85777855e-006, 0.355669737, -0.934611797, 1.11758709e-006, 0.934611797, 0.355669737, 1.00000024, 6.90110028e-007, -4.94718552e-006))
  3832. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3833. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3834. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.71549225, -4.37332058, 0.0124810934, -2.20537186e-006, 0.955562174, -0.294789881, 1.4603138e-006, 0.294789851, 0.955562234, 1.00000012, 1.68010592e-006, -2.02655792e-006))
  3835. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3836. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3837. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.482814789, -6.77018547, 0.0123841763, 2.98023224e-008, 0.5059551, -0.862559974, 1.83284283e-006, 0.862559855, 0.5059551, 1, -1.61398202e-006, -8.64267349e-007))
  3838. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  3839. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.312360466, 0.303880751, 0.303880751))
  3840. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.62691879, 0.218387604, 0.0123888254, -1.10268593e-006, 0.876807868, 0.4808411, -6.2584877e-007, -0.480841041, 0.876807809, 1, 6.70552254e-007, 1.04308128e-006))
  3841. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  3842. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3843. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.53740025, 4.2335453, -0.0124584436, -3.36766243e-006, -0.186378986, -0.982478082, -6.92158937e-006, -0.982478023, 0.186379001, -1, 7.44313002e-006, 1.9967556e-006))
  3844. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3845. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3846. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.1115427, -6.39463806, 0.0124183893, -4.67896461e-006, 0.727487087, -0.686121464, 4.76837158e-006, 0.686121464, 0.727487206, 1.00000012, 1.15483999e-007, -6.67572021e-006))
  3847. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  3848. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3849. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.13935089, -5.12873268, 0.0124028921, -2.9951334e-006, 0.922937214, -0.384950757, -6.19888306e-006, 0.384950817, 0.922937274, 1.00000012, 5.13996929e-006, 4.529953e-006))
  3850. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3851. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3852. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.42533493, -1.74360991, 0.0124077797, 4.13507223e-006, 0.984956205, 0.172804803, -1.1920929e-007, -0.172804788, 0.984956264, 1, -4.06894833e-006, -5.36441803e-007))
  3853. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3854. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  3855. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.709970474, -6.72587013, 0.0124292374, 3.36766243e-006, 0.54634881, -0.837557912, 3.75509262e-006, 0.837557852, 0.54634881, 1, -4.96581197e-006, 7.74860382e-007))
  3856. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3857. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3858. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.68152428, -3.58169651, 0.012426734, 4.19467688e-006, 0.998938203, -0.0460714288, -1.78813934e-007, 0.0460714176, 0.998938262, 1, -4.17139381e-006, 3.87430191e-007))
  3859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3860. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3861. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.18662453, -5.97419167, 0.012272954, -1.08778477e-006, 0.842072368, -0.539364934, -1.23679638e-005, 0.539364874, 0.842072368, 1.00000012, 7.58469105e-006, 9.86456871e-006))
  3862. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3863. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3864. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.84785271, -0.836179256, 0.0124622583, -3.27825546e-006, 0.949111998, 0.314938843, -5.81145287e-006, -0.314938873, 0.949112177, 1.00000012, 1.27591193e-006, 6.58631325e-006))
  3865. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3866. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.306739569, 0.303880751))
  3867. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.82973957, -8.07273483, -0.0124541521, 0, -0.171641514, 0.985159636, 3.25590372e-006, 0.985159576, 0.171641529, -1, 3.19816172e-006, 5.36441803e-007))
  3868. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3869. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3870. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.67591476, -4.24145889, -0.0123918056, -1.29267573e-006, -0.997424066, 0.0717320144, 1.13248825e-006, 0.071732007, 0.997424126, -1.00000012, 1.35786831e-006, 9.53674316e-007))
  3871. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  3872. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3873. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.70092535, -8.46707535, -0.0123229027, -7.4505806e-007, -0.403767049, 0.914861917, 1.22189522e-006, 0.914861858, 0.403767079, -1, 1.40722841e-006, -2.08616257e-007))
  3874. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.902500391, 0.493396938, 0.411162376))
  3875. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3876. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.583364487, 5.84235191, -0.0123784542, 4.67896461e-006, 0.379853219, -0.925046921, 3.01003456e-006, -0.925046802, -0.379853249, -1, -9.9465251e-007, -5.48362732e-006))
  3877. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3878. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.314234972))
  3879. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124008656, -7.11424255, 4.9410615, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.997992933, -0.0633271337, 2.98023224e-008, -0.0633271337, -0.997992992))
  3880. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  3881. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.02641666, 0.303880751, 0.303880751))
  3882. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.92596817, -0.557345867, 0.0124436617, 1.04308128e-007, 0.929162383, 0.369672, -2.8014183e-006, -0.369671971, 0.929162502, 1, -1.12690032e-006, 2.59280205e-006))
  3883. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.859332979, 0.411162376))
  3884. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3885. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.87015724, -1.92472219, 0.0124121904, -1.92597508e-006, 0.990908086, 0.134540886, 1.96695328e-006, -0.134540886, 0.990908265, 1, 2.18488276e-006, -1.66893005e-006))
  3886. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3887. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3888. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0793828964, 6.1699295, -0.0124224424, -2.38418579e-007, 0.4789671, -0.877833009, 1.98185444e-006, -0.877833009, -0.47896719, -1, -1.87940896e-006, -8.04662704e-007))
  3889. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3890. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3891. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.93376064, -7.95858002, -0.0124492645, 1.01625919e-005, -0.609050155, 0.793131888, 7.13765621e-006, 0.793131709, 0.609050155, -1, -5.39235771e-007, 1.23977661e-005))
  3892. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3893. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3894. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.30833054, 1.4731884, 0.012404561, 1.8030405e-006, 0.772073984, 0.635532916, -2.08616257e-007, -0.635532856, 0.772073984, 1, -1.52364373e-006, -8.94069672e-007))
  3895. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.631133437, 0.923063278, 0.411162376))
  3896. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3897. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.72109604, -2.86986399, 0.0124473572, 3.07708979e-006, 0.999934733, -0.0114370957, -1.4603138e-006, 0.011437092, 0.999934673, 1.00000012, -3.04915011e-006, 1.54972076e-006))
  3898. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3899. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3900. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.842000008, 6.26024246, -0.0123820305, -2.11596489e-006, 0.582869411, -0.812565982, 5.17070293e-006, -0.812565982, -0.58286953, -1, -5.45289367e-006, -1.31130219e-006))
  3901. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  3902. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3903. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.1800046, -7.58333206, -0.0123945475, 4.85777855e-006, 0.0112840943, 0.999936461, -2.39163637e-006, 0.999936402, -0.0112841055, -1, -2.34600157e-006, 4.85777855e-006))
  3904. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.797658324, 0.411162376))
  3905. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3906. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.82966042, -0.212073326, 0.012460947, 4.30643559e-006, 0.910114884, 0.414356291, 4.85777855e-006, -0.414356202, 0.910114944, 1.00000012, -1.93435699e-006, -6.22868538e-006))
  3907. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3908. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.625973761, 0.303880751))
  3909. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.09753799, -5.85924816, -0.0123647451, 5.42402267e-006, -0.943217158, 0.332177281, 1.57952309e-006, 0.332177281, 0.943217218, -1, -4.58117574e-006, 3.24845314e-006))
  3910. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 1, 0.411162376))
  3911. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3912. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.15855694, -5.89980125, -0.0124604702, 5.06639481e-007, 0.279702336, 0.960086942, 8.53836536e-006, 0.960086763, -0.279702306, -1.00000012, 8.3129853e-006, -1.90734863e-006))
  3913. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.425552726, 0.493396938, 0.411162376))
  3914. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3915. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012399435, -6.61434937, -4.27661896, 1, 9.31322575e-010, 2.98023224e-008, -7.4505806e-009, 0.971834004, -0.23566705, 0, 0.23566699, 0.971834004))
  3916. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.372101963))
  3917. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3918. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.69397354, -6.68747139, -0.0124177933, -1.57952309e-006, 0.232898846, 0.972501099, -5.15580177e-006, 0.97250104, -0.232898891, -1.00000012, -5.3755939e-006, -3.57627869e-007))
  3919. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.72570467, 0.411162376))
  3920. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3921. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.43788052, -6.61497688, -0.0130097866, -5.96046448e-007, 0.235660866, 0.971835494, -2.80886889e-006, 0.971835434, -0.235660896, -1, -2.87406147e-006, 2.98023224e-008))
  3922. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698975265, 0.493396938, 0.411162376))
  3923. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3924. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.3148365, -5.77429962, -0.0123636723, -6.55651093e-007, 0.427585095, 0.903975189, 1.1920929e-007, 0.903975129, -0.427585155, -1.00000012, -2.03959644e-007, -7.15255737e-007))
  3925. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.894281864, 0.411162376))
  3926. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3927. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.18676567, -8.14131737, -0.0124477148, 1.49011612e-006, -0.675514579, 0.737346768, 4.47034836e-007, 0.737346768, 0.675514638, -1.00000012, -7.03148544e-007, 1.34110451e-006))
  3928. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.84905386, 0.411162376))
  3929. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3930. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0251922607, -8.16058731, -0.0123630762, 6.13927841e-006, -0.426813871, 0.904339612, -2.92062759e-006, 0.904339552, 0.42681393, -1.00000012, -5.24427742e-006, 4.29153442e-006))
  3931. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3932. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.371710896, 0.303880751))
  3933. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.97206879, -7.63444519, -0.0123918056, 2.98023224e-007, 0.0750137344, 0.997182608, -4.51877713e-006, 0.997182548, -0.0750137419, -1, -4.50294465e-006, 6.2584877e-007))
  3934. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3935. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3936. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.88924885, -5.35118866, -0.0123964548, 2.98023224e-006, 0.466492444, 0.884525299, -2.23517418e-006, 0.884525299, -0.466492414, -1.00000012, -6.13741577e-007, 3.63588333e-006))
  3937. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3938. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3939. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.05826855, -5.30291748, -0.0123964548, 2.98023224e-006, 0.466492444, 0.884525299, -2.23517418e-006, 0.884525299, -0.466492414, -1.00000012, -6.13741577e-007, 3.63588333e-006))
  3940. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3941. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3942. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.22380447, -4.34202385, -0.0125494003, 8.31484795e-006, 0.606002331, 0.795463085, 6.70552254e-006, 0.795463085, -0.606002331, -1, 1.03870407e-005, 2.5331974e-006))
  3943. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865495801, 0.91895175, 0.411162376))
  3944. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3945. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.89645433, -7.59931183, -0.0123687983, 3.78489494e-006, -0.0478703827, 0.998853683, -2.87545845e-006, 0.998853624, 0.0478703901, -1.00000012, -3.04635614e-006, 3.63588333e-006))
  3946. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.435831726, 0.493396938, 0.411162376))
  3947. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3948. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.31745195, -7.64817429, -0.0123722553, -3.24845314e-006, 0.0958108306, 0.995399714, -4.69386578e-007, 0.995399714, -0.0958108455, -1, -7.93486834e-007, -3.21865082e-006))
  3949. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3950. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3951. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124056339, 7.74256706, 4.31463337, 1, 9.31322575e-010, 2.98023224e-008, 0, -0.997303724, 0.0733852834, 2.98023224e-008, -0.0733852759, -0.997303843))
  3952. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  3953. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3954. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.1957233, -7.8809948, -0.0124447346, -1.49011612e-007, -0.178631634, 0.983916223, 6.30319118e-006, 0.983916044, 0.178631604, -1, 6.24451786e-006, 9.53674316e-007))
  3955. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.563291848, 0.493396938, 0.411162376))
  3956. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.610980272, 0.303880751))
  3957. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.13065338, 4.25327206, -0.0123443604, -4.46289778e-006, 0.987035215, -0.160504252, -4.20212746e-006, -0.160504252, -0.987035215, -1.00000012, -3.73087823e-006, 4.82797623e-006))
  3958. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3959. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3960. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.84365082, -1.74910927, -0.0124725103, -3.06963921e-006, 0.840126693, 0.542390347, 2.05636024e-006, 0.542390287, -0.840126693, -1, -1.44448131e-006, -3.42726707e-006))
  3961. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3962. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.39919883, 0.303880751))
  3963. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.40384007, -6.64075089, -0.0124322176, -3.30805779e-006, 0.27963084, 0.960107803, -2.08616257e-006, 0.960107565, -0.27963087, -1, -2.9001385e-006, -2.62260437e-006))
  3964. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  3965. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3966. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.31827831, -8.08870697, -0.0123972893, -2.08616257e-006, -0.0190111417, 0.999819458, -1.30292028e-006, 0.999819338, 0.0190111343, -1, -1.25914812e-006, -2.11596489e-006))
  3967. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3968. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3969. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0785245895, -8.20646667, -0.012439847, 1.96695328e-006, -0.386334896, 0.922358692, 1.28149986e-006, 0.922358632, 0.386334926, -1.00000012, 3.94880772e-007, 2.29477882e-006))
  3970. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3971. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3972. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.89162683, -6.89408112, -0.012381196, -9.23871994e-007, 0.103448384, 0.994634926, -4.79444861e-006, 0.994634926, -0.103448391, -1, -4.87267971e-006, -5.06639481e-007))
  3973. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.425552726, 0.493396938, 0.411162376))
  3974. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3975. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.14910126, 5.4743576, -0.0124185085, -9.03010368e-006, 0.928788602, -0.370610178, -8.91089439e-006, -0.370610088, -0.928788662, -1.00000012, -5.09433448e-006, 1.15633011e-005))
  3976. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3977. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.555377007, 0.489159018, 0.303880751))
  3978. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.27796745, -7.32583809, -0.0124053955, -3.71038914e-006, -0.82045418, 0.571712315, -5.06639481e-007, 0.571712255, 0.820454359, -1, 2.74460763e-006, -2.59280205e-006))
  3979. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  3980. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.462918222, 0.303880751, 0.303880751))
  3981. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.98637867, -7.31378937, -0.0124305487, 4.44054604e-006, 0.01606193, 0.999871135, -2.21282244e-006, 0.999871075, -0.0160619318, -1, -2.13924795e-006, 4.47034836e-006))
  3982. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.651695132, 0.411162376))
  3983. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3984. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.76573563, -1.15565825, -0.0123617649, 1.84029341e-006, -0.955100715, -0.296281546, 4.82797623e-006, -0.296281546, 0.955100834, -0.99999994, -3.21678817e-006, 4.02331352e-006))
  3985. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.423496842, 0.34948948, 0.411162376))
  3986. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3987. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.87141895, -7.95366669, -0.0124652386, 5.57303429e-006, -0.611625433, 0.79114759, 3.59117985e-006, 0.79114759, 0.611625493, -1, -5.61587512e-007, 6.61611557e-006))
  3988. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3989. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3990. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.25064182, -6.16825867, -0.0124402046, -7.15255737e-007, 0.326607227, 0.94516027, 1.63912773e-007, 0.94516021, -0.326607227, -1, -9.03382897e-008, -7.4505806e-007))
  3991. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3992. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3993. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.58195877, 5.0184164, -0.0124089718, 5.4766424e-006, 0.998726666, 0.0504499488, 2.62260437e-006, 0.050449945, -0.998726726, -1.00000012, 5.58141619e-006, -2.35438347e-006))
  3994. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  3995. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  3996. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.47858238, 7.48288536, -0.0124218464, -2.08616257e-007, 0.700928152, -0.7132321, -2.44379044e-006, -0.713231981, -0.700928211, -1, 1.60839409e-006, 1.81794167e-006))
  3997. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  3998. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.465419531, 0.303880751))
  3999. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.64420795, -5.82843399, -0.0124995708, 2.11596489e-006, 0.215032697, 0.976606965, 1.15334988e-005, 0.976606905, -0.215032712, -1, 1.17011368e-005, -5.06639481e-007))
  4000. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 1, 0.411162376))
  4001. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4002. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54433823, 9.49985504, 0.0124326944, 2.95042992e-006, -0.779402435, 0.626523733, -1.1920929e-007, -0.626523733, -0.779402494, 1, 2.22865492e-006, -1.93715096e-006))
  4003. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4004. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4005. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124268532, -9.0647831, 1.13609791, 1, 9.31322575e-010, 2.98023224e-008, 4.47034836e-008, 0.76959753, 0.638529539, 2.98023224e-008, -0.63852948, 0.76959753))
  4006. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.703090549, 0.805878341))
  4007. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4008. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.64983892, 7.71139908, 0.0123925209, 2.08616257e-007, -0.0897430107, 0.995965183, 2.08429992e-006, -0.995965064, -0.0897430182, 1, 2.11969018e-006, 2.98023224e-008))
  4009. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4010. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4011. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.22794628, -8.88949776, -0.0124409199, -7.15255737e-006, -0.33680135, 0.941575885, 6.37769699e-006, 0.941575825, 0.33680138, -1.00000012, 8.40704888e-006, -4.61935997e-006))
  4012. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4013. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4014. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.47561455, 0.522540092, -0.0124415159, 2.98023224e-007, 0.751642764, 0.659570575, -3.90410423e-006, 0.659570515, -0.751642823, -1, -2.35438347e-006, 3.12924385e-006))
  4015. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4016. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4017. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.49715042, -2.99858284, -0.0124619007, -1.04308128e-006, 0.556182802, 0.831060112, 5.78165054e-006, 0.831060052, -0.556182802, -1, 4.21516597e-006, -4.14252281e-006))
  4018. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4019. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.378582865, 0.303880751))
  4020. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.06608486, 6.59542274, -0.0123897791, 3.30805779e-006, -0.27963084, -0.960107803, 2.08616257e-006, -0.960107565, 0.27963087, -1, -2.9001385e-006, -2.62260437e-006))
  4021. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4022. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.3379758, 0.303880751))
  4023. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.48453617, 7.50985718, -0.0123999119, -2.98023224e-007, -0.0750137344, -0.997182608, 4.51877713e-006, -0.997182548, 0.0750137419, -1, -4.50294465e-006, 6.2584877e-007))
  4024. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4025. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.337351084, 0.303880751))
  4026. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.14958954, 5.7258358, -0.0123884678, 6.55651093e-007, -0.427585095, -0.903975189, -1.1920929e-007, -0.903975129, 0.427585155, -1.00000012, -2.03959644e-007, -7.15255737e-007))
  4027. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4028. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4029. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45788527, 7.54204178, -0.0123348236, 3.24845314e-006, -0.0958108306, -0.995399714, 4.69386578e-007, -0.995399714, 0.0958108455, -1, -7.93486834e-007, -3.21865082e-006))
  4030. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4031. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4032. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.66314745, 7.89317322, -0.012389183, 2.08616257e-006, 0.0190111417, -0.999819458, 1.30292028e-006, -0.999819338, -0.0190111343, -1, -1.25914812e-006, -2.11596489e-006))
  4033. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4034. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4035. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.91073799, 1.83064604, -0.0124624968, 6.2584877e-006, 0.991020441, 0.133711144, -9.47713852e-006, 0.133711144, -0.991020501, -1, 4.93228436e-006, 1.02519989e-005))
  4036. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.82232815, 0.411162376))
  4037. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4038. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.616891861, -9.12784958, -0.012477994, -3.93390656e-006, -0.505513191, 0.862819076, 3.81469727e-006, 0.862818956, 0.505513191, -0.99999994, 5.26383519e-006, -1.49011612e-006))
  4039. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.417329341, 0.688699841, 0.411162376))
  4040. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4041. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97537041, -8.60717583, -0.0123602152, 4.17232513e-007, -0.831052423, 0.556194425, 5.9902668e-006, 0.556194425, 0.831052482, -1, 2.96346843e-006, 5.15580177e-006))
  4042. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4043. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4044. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.361269, -9.01034927, -0.0123237371, 3.42726707e-006, -0.693719685, 0.720245361, -3.66568565e-006, 0.720245302, 0.693719685, -1, -5.078502e-006, -8.94069672e-008))
  4045. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4046. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4047. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.618584633, -9.13639069, -0.0123800039, -2.86102295e-006, -0.625212729, 0.780454516, 1.68383121e-006, 0.780454397, 0.625212789, -1, 3.10130417e-006, -1.22189522e-006))
  4048. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.651695132, 0.411162376))
  4049. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4050. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.35758209, -8.82512856, -0.0124720335, -1.57952309e-006, -0.782770157, 0.622311115, 6.85453415e-007, 0.622311115, 0.782770157, -1.00000012, 1.6624108e-006, -5.06639481e-007))
  4051. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4052. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  4053. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33707428, 8.04130936, -0.0124183893, 3.33786011e-006, 0.913028002, -0.407897234, 3.1888485e-006, -0.407897174, -0.913027942, -1, 1.76671892e-006, -4.32133675e-006))
  4054. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  4055. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4056. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.75658226, -2.54897118, -0.0123466253, -5.48362732e-006, 0.647025764, 0.762468338, -4.70876694e-006, 0.762468338, -0.647025764, -1.00000012, -7.13486224e-006, -1.13248825e-006))
  4057. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4058. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4059. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.69245434, -4.53863144, -0.0123913288, 0, 0.389273435, 0.921122313, -4.30643559e-006, 0.921122313, -0.389273465, -1, -3.98140401e-006, 1.63912773e-006))
  4060. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4061. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4062. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.54350853, 3.82491374, -0.012398243, -1.02818012e-006, 0.954754531, 0.29739511, 2.62260437e-006, 0.29739508, -0.954754591, -1, -1.92783773e-007, -2.86102295e-006))
  4063. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4064. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4065. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.62100601, 6.91154766, -0.0123926401, 3.42726707e-007, 0.972818494, -0.231569216, 5.06639481e-007, -0.231569201, -0.972818613, -1, 2.1699816e-007, -5.96046448e-007))
  4066. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4067. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4068. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.69359589, -8.93382263, -0.0124323368, 3.1888485e-006, -0.727139175, 0.686490178, 1.4603138e-006, 0.686490178, 0.727139175, -1.00000012, -1.31223351e-006, 3.24845314e-006))
  4069. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  4070. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4071. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.58927345, 5.22962189, -0.0123515129, -5.88595867e-007, 0.995919764, 0.0902439356, 3.63588333e-006, 0.0902439281, -0.995919824, -1.00000012, -2.56113708e-007, -3.75509262e-006))
  4072. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4073. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4074. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.72285843, 8.55933762, -0.0123987198, 1.04308128e-006, 0.828324139, -0.560249329, -6.2584877e-007, -0.560249209, -0.828324199, -1, 1.19581819e-006, -1.1920929e-007))
  4075. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4076. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4077. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.331233025, 8.79639626, -0.012430191, -1.90734863e-006, 0.586747944, -0.809769869, -1.59442425e-006, -0.80976975, -0.586748004, -1.00000012, 1.73225999e-007, 2.47359276e-006))
  4078. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4079. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4080. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.47504234, 0.70892334, 0.0124496222, 2.65240669e-006, 0.639092922, 0.769129634, 2.2649765e-006, -0.769129694, 0.639093041, 1, 3.63215804e-008, -3.4570694e-006))
  4081. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4082. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4083. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.06840706, 4.28975344, -0.012471199, 5.05521894e-006, 0.990844607, 0.135007799, -8.34465027e-007, 0.135007799, -0.990844727, -1, 4.88571823e-006, 1.49011612e-006))
  4084. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4085. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4086. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88159561, 9.51120186, 0.0124547482, 5.453825e-006, -0.535460114, 0.844560683, -3.4570694e-006, -0.844560683, -0.535460174, 1, -2.51457095e-008, -6.43730164e-006))
  4087. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.631133437, 0.923063278, 0.411162376))
  4088. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  4089. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.22991943, 5.38665295, -0.0124462843, 4.54951078e-006, 0.999995708, 0.00295178592, -6.43730164e-006, 0.00295179896, -0.999995708, -1.00000012, 4.53181565e-006, 6.40749931e-006))
  4090. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.4111619, 1, 0.411162376))
  4091. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4092. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21022701, 8.85255051, -0.012406826, 3.01003456e-006, 0.718451083, -0.695577681, -2.68220901e-006, -0.695577621, -0.718451142, -1, 3.99444252e-006, -2.38418579e-007))
  4093. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4094. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4095. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.72079873, 8.46546555, -0.0124007463, -5.06639481e-006, 0.215623155, -0.976476848, 2.60025263e-006, -0.976476729, -0.215623155, -1, -3.62005085e-006, 4.35113907e-006))
  4096. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4097. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4098. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.42160988, 7.80697632, 0.0124282837, 1.69873238e-006, -0.106693968, 0.99429214, -2.52574682e-006, -0.994291961, -0.106693976, 1.00000012, -2.32178718e-006, -1.90734863e-006))
  4099. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4100. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.381706476, 0.612851977))
  4101. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124661922, -4.66656208, -7.32717133, -1, -9.31322575e-010, -2.98023224e-008, -2.98023224e-008, -0.103265941, 0.99465394, 5.58793545e-009, 0.994653881, 0.103265971))
  4102. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  4103. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4104. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14109468, 9.02606583, -0.012321353, -2.29477882e-006, 0.396123052, -0.918197691, 9.68575478e-007, -0.918197513, -0.396123111, -1, -1.81235373e-006, 1.69873238e-006))
  4105. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4106. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4107. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.28608131, 3.37460899, -0.0123641491, 1.48266554e-006, 0.96618259, 0.257859111, -4.91738319e-006, 0.257859141, -0.966182709, -1.00000012, 1.5553087e-007, 5.09619713e-006))
  4108. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  4109. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4110. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.97079277, 9.57641983, 0.0124573708, 4.88758087e-006, -0.597815275, 0.801634073, -1.84774399e-006, -0.801634014, -0.597815275, 1, 1.4482066e-006, -5.03659248e-006))
  4111. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4112. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4113. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.00013161, 5.87493801, -0.0123436451, -4.47966158e-006, 0.999878228, -0.0156121962, 1.7285347e-006, -0.0156121887, -0.999878287, -1, -4.51784581e-006, -1.63912773e-006))
  4114. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4115. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4116. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.1684742, 7.75181961, -0.0123964548, 3.33786011e-006, 0.913028002, -0.407897234, 3.1888485e-006, -0.407897174, -0.913027942, -1, 1.76671892e-006, -4.32133675e-006))
  4117. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4118. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4119. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.56098366, -5.20720196, 0.0124682188, 0, 0.971340418, 0.237692848, -5.06639481e-007, -0.237692848, 0.971340597, 1.00000012, -1.03376806e-007, 5.06639481e-007))
  4120. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4121. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.312360466, 0.303880751, 0.303880751))
  4122. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.77252674, 8.93952942, 0.0123962164, 2.98023224e-007, -0.369027764, 0.929418564, 9.38773155e-007, -0.929418504, -0.369027734, 1, 9.68575478e-007, 1.1920929e-007))
  4123. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  4124. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  4125. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.64343071, 0.998405457, 0.0124644041, 2.65240669e-006, 0.639092922, 0.769129634, 2.2649765e-006, -0.769129694, 0.639093041, 1, 3.63215804e-008, -3.4570694e-006))
  4126. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  4127. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4128. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.00873184, 7.57557297, -0.012417078, 1.37090683e-006, 0.951991618, -0.306124121, -8.94069672e-008, -0.306124121, -0.951991677, -0.99999994, 1.31409615e-006, -4.17232513e-007))
  4129. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4130. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4131. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55500412, 9.20760727, -0.0124486685, 3.01003456e-006, 0.556687534, -0.830722094, -3.20374966e-006, -0.830722034, -0.556687593, -1.00000012, 4.28128988e-006, -7.74860382e-007))
  4132. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  4133. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4134. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.17170525, 2.54467583, 0.0125129223, 9.59634781e-006, 0.495837033, 0.868415654, 2.32458115e-006, -0.868415773, 0.495837092, 1, -2.71759927e-006, -9.4473362e-006))
  4135. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4136. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4137. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.52977753, -0.993115425, 0.012373209, -2.22027302e-006, 0.770598888, 0.637320459, 1.1920929e-007, -0.63732034, 0.770599008, 1.00000012, 1.82539225e-006, 1.37090683e-006))
  4138. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4139. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4140. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.53191996, 7.43219757, 0.0124230385, 1.10268593e-006, -0.0500130504, 0.99874872, 3.71877104e-006, -0.998748541, -0.0500130467, 1, 3.76347452e-006, -8.64267349e-007))
  4141. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4142. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4143. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.36040115, -2.37100792, 0.0123957396, -1.28149986e-006, 0.854827344, 0.518912733, 2.08616257e-006, -0.518912733, 0.854827404, 1.00000012, 2.21095979e-006, -1.07288361e-006))
  4144. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  4145. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4146. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124504566, -2.5559392, -8.9566803, -1, -9.31322575e-010, -2.98023224e-008, 0, -0.50414896, 0.863616884, 1.49011612e-008, 0.863616824, 0.50414902))
  4147. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  4148. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4149. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.01478958, 9.08397484, 0.012527585, 3.66568565e-006, -0.424664617, 0.905350924, -6.07967377e-006, -0.905350864, -0.424664617, 1, -3.96370888e-006, -5.87105751e-006))
  4150. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.577682495, 0.493396938, 0.411162376))
  4151. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  4152. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.18787384, -3.21405029, 0.0124059916, 0, 0.898539186, 0.438893557, -1.22189522e-006, -0.438893497, 0.898539186, 1, -5.41098416e-007, 1.16229057e-006))
  4153. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4154. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4155. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.48851013, 3.61080599, -0.0123833418, -1.06543303e-006, 0.976477563, 0.215619519, 1.9967556e-006, 0.215619519, -0.976477683, -1, -6.21192157e-007, -2.20537186e-006))
  4156. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4157. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4158. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.11785889, -3.66511154, 0.0123492479, -3.56137753e-006, 0.91837275, 0.395716757, 1.37090683e-006, -0.395716697, 0.91837281, 1, 3.82959843e-006, 1.78813934e-007))
  4159. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  4160. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4161. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.40204239, 3.98039126, -0.0124945641, 3.17394733e-006, 0.964835644, 0.26285398, -4.55975533e-006, 0.26285392, -0.964835763, -1.00000012, 1.88220292e-006, 5.1856041e-006))
  4162. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4163. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.584117293, 1.35127306))
  4164. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000129342079, 1.61694145, -0.0357398987, 1, 9.31322575e-010, 2.98023224e-008, 2.98023224e-008, 0.763961971, 0.645261526, 0, -0.645261347, 0.763961971))
  4165. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.402938634, 1, 1))
  4166. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.775279582))
  4167. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88882256, 0.00694584846, 0.496741295, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4168. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.822326362, 1))
  4169. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4170. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.33189917, 7.24006271, 0.0123641491, 2.74181366e-006, -0.0113064758, 0.999936223, 8.98167491e-006, -0.999936104, -0.0113064796, 1, 9.01240855e-006, -2.56299973e-006))
  4171. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4172. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4173. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.61201477, 8.25652885, 0.0123410225, -4.94718552e-006, -0.19547148, 0.980709612, 2.97278166e-006, -0.980709434, -0.195471466, 1.00000024, 1.94087625e-006, 5.48362732e-006))
  4174. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4175. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4176. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63235092, -8.9120636, -0.0123169422, 1.01327896e-006, -0.700181067, 0.713965535, -3.9935112e-006, 0.713965476, 0.700181127, -1, -3.55765224e-006, -2.08616257e-006))
  4177. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.828491092, 0.448168874, 0.411162376))
  4178. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4179. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.68292189, 6.06110382, 0.0124514103, 2.98023224e-008, 0.132691443, 0.991157472, -1.0535121e-005, -0.991157532, 0.132691458, 1, -1.04522333e-005, 1.40070915e-006))
  4180. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  4181. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4182. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.35820007, -8.44464302, -0.0124901533, -2.05636024e-006, -0.836257219, 0.548337579, 5.1856041e-006, 0.548337579, 0.836257219, -1.00000012, 4.55230474e-006, 3.1888485e-006))
  4183. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4184. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4185. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.5148077, 6.12951469, 0.0124428272, 5.03659248e-006, 0.134670675, 0.990890622, 2.98768282e-006, -0.990890503, 0.134670675, 1.00000012, 2.26404518e-006, -5.42402267e-006))
  4186. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4187. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4188. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.60551453, 4.04919052, 0.0124051571, 4.47034836e-006, 0.337500453, 0.941325545, -7.4505806e-007, -0.941325426, 0.337500453, 1, -2.20909715e-006, -3.93390656e-006))
  4189. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4190. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4191. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.78593445, 5.35013771, 0.0124458075, -2.05636024e-006, 0.168920875, 0.985629737, -9.521842e-006, -0.985629618, 0.168920875, 1, -9.0431422e-006, 3.66568565e-006))
  4192. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4193. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.613479257, 0.530388772))
  4194. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00216829777, 1.60542488, -0.446207047, 1, 9.31322575e-010, 2.98023224e-008, 2.98023224e-008, 0.763961971, 0.645261526, 0, -0.645261347, 0.763961971))
  4195. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.464612961, 1, 1))
  4196. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.06389976, 0.303880751, 0.953325272))
  4197. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88303947, 0.00533628464, 0.499017715, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4198. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791489005, 1))
  4199. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4200. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.63115978, 8.69702911, 0.0124151707, -7.15255737e-007, -0.298950404, 0.954268754, -6.66081905e-006, -0.954268694, -0.298950434, 1, -6.56861812e-006, -1.25169754e-006))
  4201. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4202. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4203. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.98981667, 3.74680901, 0.0124559402, 8.34465027e-007, 0.41038534, 0.911912322, -1.71363354e-006, -0.911912262, 0.41038543, 1, -1.90641731e-006, -2.98023224e-008))
  4204. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4205. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.883356452))
  4206. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88364029, 0.00570595264, 0.507435322, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4207. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.805879831, 1))
  4208. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.22445309, 0.303880751, 1.03141534))
  4209. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88776588, 0.00442397594, 0.493520737, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4210. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.75654006, 1))
  4211. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4212. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.09722996, 8.53791046, 0.0124241114, -4.47034836e-007, -0.237693429, 0.971340418, -1.32620335e-006, -0.971340299, -0.237693444, 1, -1.40629709e-006, 1.78813934e-007))
  4213. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4214. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4215. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88349915, 0.0475447178, 0.510303497, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4216. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4217. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4218. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.15622711, 2.37688398, -0.0124032497, -1.63912773e-006, 0.878245175, 0.478210807, -1.1920929e-007, 0.478210807, -0.878245175, -1.00000012, -1.47800893e-006, -7.15255737e-007))
  4219. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4220. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4221. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88346672, 0.0356097221, 0.50301075, 9.23871994e-007, 0.938580275, 0.345061302, 1, -3.84449959e-006, 7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4222. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4223. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.729050159))
  4224. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.88351822, 0.00690209866, 0.502803802, -9.23871994e-007, -0.938580275, -0.345061302, -1, 3.84449959e-006, -7.74860382e-006, 8.58306885e-006, 0.345061272, -0.938580275))
  4225. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.8963359, 1))
  4226. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4227. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.86197662, -4.49286509, 0.0124866962, 1.55717134e-006, 0.948640823, 0.316355437, 2.83122063e-006, -0.316355437, 0.948640823, 1.00000012, -5.76488674e-007, -3.15904617e-006))
  4228. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4229. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.02641666, 0.303880751, 0.303880751))
  4230. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.16265678, 8.4480381, 0.0124237537, -3.30805779e-006, -0.252261728, 0.967659116, -7.35372305e-006, -0.967659175, -0.252261758, 0.99999994, -7.93952495e-006, 1.43051147e-006))
  4231. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.859332979, 0.411162376))
  4232. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4233. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.80660248, 3.33404922, -0.0124056339, -1.1920929e-006, 0.930201769, 0.367049038, 5.27501106e-006, 0.367048979, -0.930201709, -1, 7.89761543e-007, -5.33461571e-006))
  4234. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4235. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4236. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.30747318, 2.64245224, -0.012393117, 5.96046448e-006, -0.488113314, -0.872780442, -1.66893005e-006, -0.872780323, 0.488113314, -1, -1.4482066e-006, -6.04987144e-006))
  4237. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4238. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4239. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.4510231, -0.0976567268, -0.0124176741, -1.2665987e-006, -0.923106849, -0.384543657, -7.4505806e-007, -0.384543717, 0.923106909, -1, 1.46776438e-006, -2.38418579e-007))
  4240. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.797658324, 0.411162376))
  4241. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4242. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.14565659, 1.50657845, -0.0124570131, -1.25169754e-006, -0.681016982, -0.732267797, -2.98023224e-007, -0.732267678, 0.681017041, -1.00000012, 1.08219683e-006, 7.15255737e-007))
  4243. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.902500391, 0.493396938, 0.411162376))
  4244. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4245. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.70146656, 3.80838585, -0.0124223232, -7.03334808e-006, 0.649408579, -0.760439754, 1.1920929e-006, -0.760439694, -0.649408638, -1.00000012, -5.49852848e-006, 4.529953e-006))
  4246. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.423496842, 0.34948948, 0.411162376))
  4247. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.625973761, 0.303880751))
  4248. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.46269989, 3.77336502, -0.0124334097, 1.13248825e-006, 0.0673523992, -0.997729421, 2.6319176e-006, -0.997729301, -0.0673523992, -1, -2.54344195e-006, -1.31130219e-006))
  4249. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 1, 0.411162376))
  4250. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4251. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.40796852, -1.08182383, -0.012414813, -2.05263495e-006, -0.985424519, -0.170113504, -3.87430191e-007, -0.170113489, 0.985424638, -1.00000012, 2.07405537e-006, 0))
  4252. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.72570467, 0.411162376))
  4253. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4254. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.95655823, 1.69236374, -0.0124281645, 3.09944153e-006, -0.694795132, -0.719208002, -3.27825546e-007, -0.719207823, 0.694795132, -1.00000012, -1.94087625e-006, -2.50339508e-006))
  4255. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4256. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.371710896, 0.303880751))
  4257. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.12077522, -0.650505066, -0.0123358965, 3.11434269e-006, -0.945743263, -0.324915111, 6.34789467e-006, -0.324915141, 0.945743382, -1, -5.03286719e-006, 4.97698784e-006))
  4258. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4259. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4260. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.6178093, 1.90730476, -0.0123900175, 1.01327896e-006, -0.662241518, -0.749290586, -1.20103359e-005, -0.749290586, 0.662241638, -1.00000012, 8.34371895e-006, -8.76188278e-006))
  4261. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4262. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4263. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.665346622, 3.82830429, -0.0124576092, 1.07288361e-006, 0.3280316, -0.944666862, 6.61611557e-006, -0.944666862, -0.328031719, -1.00000012, -5.90272248e-006, -3.24845314e-006))
  4264. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4265. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.555377007, 0.489159018, 0.303880751))
  4266. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38015747, 3.19402695, -0.0124226809, -1.57952309e-006, -0.201190203, -0.979552269, -4.51505184e-006, -0.979552269, 0.201190233, -1.00000012, 4.72553074e-006, 6.55651093e-007))
  4267. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4268. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.306739569, 0.303880751))
  4269. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.3047657, 0.68157959, -0.012436986, 1.90734863e-006, -0.837275863, -0.546780705, 2.38418579e-007, -0.546780646, 0.837275982, -1.00000012, -1.72760338e-006, -8.64267349e-007))
  4270. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4271. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4272. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.21055508, 2.65183258, -0.012362361, 7.27176666e-006, -0.485267073, -0.874366164, 2.98023224e-006, -0.874366045, 0.485267103, -1, -6.13555312e-006, -4.91738319e-006))
  4273. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4274. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4275. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.36712265, -2.89227295, -0.0124777555, 1.34110451e-006, -0.970131874, 0.242578447, -3.42726707e-006, 0.242578417, 0.970131993, -1, -2.1411106e-006, -3.06963921e-006))
  4276. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865495801, 0.91895175, 0.411162376))
  4277. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4278. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.27848434, 0.324667454, -0.0124431849, -2.35438347e-006, -0.898739994, -0.438482165, 1.69873238e-006, -0.438482136, 0.898739994, -1, 1.40909106e-006, 2.50339508e-006))
  4279. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.435831726, 0.493396938, 0.411162376))
  4280. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4281. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.0825119, -0.375244141, -0.0123827457, 1.63912773e-007, -0.9110291, -0.41234231, -1.4603138e-006, -0.41234228, 0.9110291, -1.00000012, 4.7404319e-007, -1.43051147e-006))
  4282. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4283. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.462918222, 0.303880751, 0.303880751))
  4284. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.68038368, 0.135315895, -0.0124760866, 3.47197056e-006, -0.924929917, -0.38013792, -5.54323196e-006, -0.380137891, 0.924929976, -1.00000012, -1.13900751e-006, -6.46710396e-006))
  4285. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.651695132, 0.411162376))
  4286. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4287. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.8764801, 0.916539192, -0.012409091, 3.08454037e-006, -0.833379686, -0.552701056, 4.14252281e-006, -0.552700996, 0.833379745, -1, -4.87081707e-006, 1.7285347e-006))
  4288. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.563291848, 0.493396938, 0.411162376))
  4289. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4290. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.39727402, -0.143970013, -0.0123485327, 4.03821468e-006, -0.95463258, -0.297786355, 3.78489494e-006, -0.297786325, 0.95463264, -1, -4.98630106e-006, 2.35438347e-006))
  4291. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.425552726, 0.493396938, 0.411162376))
  4292. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4293. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.91349936, -4.34042358, -0.0124154091, -7.51018524e-006, -0.0263487455, 0.999652982, 5.61214983e-006, 0.999652922, 0.0263487399, -1, 5.79562038e-006, -7.36117363e-006))
  4294. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4295. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.314234972))
  4296. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124725103, -0.0358896255, -3.06936646, -1, -9.31322575e-010, -2.98023224e-008, 2.98023224e-008, -0.335983425, 0.941868126, 1.49011612e-008, 0.941867948, 0.335983396))
  4297. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4298. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4299. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.63626957, 2.5389328, -0.0124809742, -7.4505806e-006, -0.410604477, -0.911813796, 6.28829002e-006, -0.911813617, 0.410604477, -1, -2.69524753e-006, 9.32812691e-006))
  4300. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.84905386, 0.411162376))
  4301. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4302. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.77891731, 0.728599072, -0.0124747753, -3.06963921e-006, 0.952321589, 0.30509609, -4.17232513e-006, 0.30509609, -0.952321708, -1.00000012, -4.22354788e-006, 3.06963921e-006))
  4303. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4304. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4305. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.91934395, -0.834661007, -0.0123691559, 3.06963921e-006, -0.952321589, -0.30509609, 4.17232513e-006, -0.30509609, 0.952321708, -1.00000012, -4.22354788e-006, 3.06963921e-006))
  4306. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4307. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4308. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.31751442, -2.17427158, -0.0123642683, 1.18277967e-005, -0.996857584, 0.0792153031, -2.98023224e-008, 0.0792152807, 0.996857643, -1.00000012, -1.17821619e-005, 8.94069672e-007))
  4309. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4310. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.613479257, 0.530388772))
  4311. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0279704332, 1.69067955, -0.398958206, -1, -9.31322575e-010, -2.98023224e-008, 0, -0.867635906, 0.497200251, 0, 0.497200191, 0.867635965))
  4312. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.464612961, 1, 1))
  4313. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.06389976, 0.303880751, 0.953325272))
  4314. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.94705582, -0.0246984959, 0.425497055, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4315. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791489005, 1))
  4316. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4317. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.14846992, -2.12600136, -0.012370944, 1.18277967e-005, -0.996857584, 0.0792153031, -2.98023224e-008, 0.0792152807, 0.996857643, -1.00000012, -1.17821619e-005, 8.94069672e-007))
  4318. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4319. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4320. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124688148, -1.03451872, 4.84126854, 1, 9.31322575e-010, 2.98023224e-008, 0, -0.167324871, 0.985902011, 0, -0.985901952, -0.167324901))
  4321. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.372101963))
  4322. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4323. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124373436, 0.745413303, -3.76678276, 1, 9.31322575e-010, 2.98023224e-008, -2.98023224e-008, 0.326452553, -0.945213735, 0, 0.945213616, 0.326452553))
  4324. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  4325. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4326. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.20404625, -0.741251469, -0.012399435, -1.27404928e-006, -0.992502809, -0.122222356, 0, -0.122222356, 0.992502809, -1.00000012, 1.27032399e-006, 1.78813934e-007))
  4327. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.425552726, 0.493396938, 0.411162376))
  4328. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4329. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.61023521, -3.98210907, -0.0123903751, -7.59959221e-007, -0.830103159, 0.557610035, -2.68220901e-007, 0.557609916, 0.830103219, -1.00000012, 4.7404319e-007, -7.15255737e-007))
  4330. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4331. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4332. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.73768806, 0.179701328, -0.012488842, -1.63912773e-007, 0.9110291, 0.41234231, 1.4603138e-006, 0.41234228, -0.9110291, -1.00000012, 4.7404319e-007, -1.43051147e-006))
  4333. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4334. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4335. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.55379105, -3.20653534, -0.0124951601, 5.27501106e-006, 0.378423214, 0.925632834, 8.29994678e-006, 0.925632715, -0.378423214, -1, 9.7034499e-006, 1.69873238e-006))
  4336. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4337. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.39919883, 0.303880751))
  4338. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.95845795, -1.48155594, -0.0124835968, 3.20374966e-007, -0.992494106, -0.12229377, 2.62260437e-006, -0.12229377, 0.992494106, -1, -6.51925802e-007, 2.56299973e-006))
  4339. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4340. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4341. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.67996597, -1.03512263, -0.0130523443, -5.03659248e-006, -0.985902429, -0.167321905, 1.10268593e-006, -0.167321905, 0.985902548, -1, 4.77675349e-006, 1.87754631e-006))
  4342. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698975265, 0.493396938, 0.411162376))
  4343. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.337351084, 0.303880751))
  4344. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.90930557, 2.10810995, -0.0124698877, -7.13393092e-007, 0.99935919, -0.035796579, -3.39746475e-006, -0.0357965752, -0.99935925, -1.00000012, -6.08153641e-007, 3.42726707e-006))
  4345. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4346. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4347. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.601743698, -4.63530731, -0.012381196, 8.04662704e-007, -0.514250815, 0.857639909, 1.04308128e-007, 0.857639909, 0.514250815, -1, -3.12924385e-007, 7.15255737e-007))
  4348. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.82232815, 0.411162376))
  4349. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4350. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.35455513, -1.4766109, -0.0123559237, 7.10040331e-006, -0.99731499, -0.073232621, -3.03983688e-006, -0.073232621, 0.997315168, -1, -6.88340515e-006, -3.60608101e-006))
  4351. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4352. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.610980272, 0.303880751))
  4353. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.868664026, -4.41020584, -0.0124304295, -2.23517418e-006, -0.242363006, 0.970185757, 8.00937414e-006, 0.970185757, 0.242363065, -1, 8.31484795e-006, -2.38418579e-007))
  4354. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4355. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.3379758, 0.303880751))
  4356. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60827637, 0.52590704, -0.0123820305, -4.13507223e-006, 0.945742309, 0.324917793, -3.24845314e-006, 0.324917734, -0.945742369, -0.99999994, -4.99840826e-006, 1.7285347e-006))
  4357. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4358. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4359. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.74401665, -2.15664053, -0.0124138594, 7.13393092e-007, -0.99935919, 0.035796579, 3.39746475e-006, 0.0357965752, 0.99935925, -1.00000012, -6.08153641e-007, 3.42726707e-006))
  4360. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.894281864, 0.411162376))
  4361. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.378582865, 0.303880751))
  4362. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.29619789, 1.43620324, -0.0124497414, -3.20374966e-007, 0.992494106, 0.12229377, -2.62260437e-006, 0.12229377, -0.992494106, -1, -6.51925802e-007, 2.56299973e-006))
  4363. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4364. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.584117293, 1.35127306))
  4365. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0301377773, 1.70227432, 0.0115089417, -1, -9.31322575e-010, -2.98023224e-008, 0, -0.867635906, 0.497200251, 0, 0.497200191, 0.867635965))
  4366. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.402938634, 1, 1))
  4367. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.883356452))
  4368. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.94762802, -0.0244727135, 0.433888435, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4369. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.805879831, 1))
  4370. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.775279582))
  4371. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.95280457, -0.0231398344, 0.423213959, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4372. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.822326362, 1))
  4373. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.22445309, 0.303880751, 1.03141534))
  4374. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.9518261, -0.0256823301, 0.419935226, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4375. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.75654006, 1))
  4376. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4377. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.94750214, 0.0656608343, 0.429433823, 6.35534525e-006, -0.985364497, 0.170460999, -1, -5.09526581e-006, 7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4378. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4379. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.729050159))
  4380. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.94745827, -0.0231904984, 0.429235458, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4381. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.8963359, 1))
  4382. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.036412, 0.625348926, 0.303880751))
  4383. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.94565392, -0.378432989, -0.0124008656, 6.5267086e-006, -0.963932097, -0.266148657, -1.07288361e-006, -0.266148627, 0.963932097, -1.00000012, -6.0191378e-006, -2.77161598e-006))
  4384. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4385. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4386. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57174683, 2.26583862, -0.0124828815, 2.05636024e-006, -0.69907254, -0.715050936, -1.28149986e-006, -0.715050936, 0.699072599, -1.00000012, -5.04776835e-007, -2.38418579e-006))
  4387. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4388. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4389. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.17317772, -4.64315987, -0.0124167204, -2.25007534e-006, -0.836956263, 0.547270119, -7.09295273e-006, 0.54727, 0.836956203, -1, -1.96043402e-006, -7.12275505e-006))
  4390. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4391. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4392. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.86062241, 1.13283443, -0.0124474764, -3.21865082e-006, -0.830038548, -0.557706177, 5.96046448e-008, -0.557706118, 0.830038667, -1.00000012, 2.63750553e-006, 1.81794167e-006))
  4393. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4394. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4395. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.94751167, 0.0174030066, 0.436732292, -6.35534525e-006, 0.985364497, -0.170460999, 1, 5.09526581e-006, -7.77840614e-006, -6.82473183e-006, -0.170461014, -0.985364676))
  4396. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4397. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4398. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.46318054, -1.84924364, -0.0124462843, 7.0668757e-006, -0.996107817, 0.0881434605, -8.94069672e-008, 0.088143453, 0.996107996, -1, -7.03521073e-006, 4.76837158e-007))
  4399. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.616746128, 0.411162376))
  4400. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.374834508, 0.303880751))
  4401. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.23727226, -0.713941336, -0.0125232935, 2.68220901e-007, -0.986459374, -0.164006144, 5.15580177e-006, -0.164006144, 0.986459494, -1, -1.09709799e-006, 5.00679016e-006))
  4402. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 1, 0.411162376))
  4403. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.401695579, 0.303880751, 0.422936529))
  4404. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.67913437, -0.0124540329, 2.22441959, -2.53878534e-006, -0.999944627, -0.0105256755, -1, 2.50525773e-006, 3.51667404e-006, -3.54647636e-006, 0.0105256848, -0.999944806))
  4405. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.411162108, 1))
  4406. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4407. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.6732769, -0.937924385, -0.012447834, -3.60235572e-006, -0.992367208, -0.123319417, 3.63588333e-006, -0.123319402, 0.992367148, -1.00000012, 3.12551856e-006, 3.9935112e-006))
  4408. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4409. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.307989061, 0.303880751))
  4410. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.895298, -1.28506327, -0.0124083757, 2.36579217e-006, -0.998968482, -0.0454101823, 1.96695328e-006, -0.0454101749, 0.998968542, -1, -2.45682895e-006, 1.81794167e-006))
  4411. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 1, 0.411162376))
  4412. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4413. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0117688179, 6.33996391, 1.98072243, -1, -9.31322575e-010, -2.98023224e-008, 2.98023224e-008, -0.855401278, -0.517966032, 2.98023224e-008, -0.517965913, 0.855401397))
  4414. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.686644077, 0.923059404))
  4415. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4416. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.4146862, -1.29838347, -0.0123431683, 4.01819125e-006, -0.999036074, -0.0439003967, 2.47359276e-006, -0.0439003929, 0.999036074, -1, -4.11085784e-006, 2.29477882e-006))
  4417. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4418. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.407942742, 0.303880751, 0.303880751))
  4419. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.98859978, -1.74507999, -0.0124373436, 4.74974513e-008, -1, -5.41247427e-005, 7.7188015e-006, -5.41247427e-005, 1.00000024, -1, -3.44589353e-008, 7.65919685e-006))
  4420. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  4421. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4422. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.67719078, -3.20908737, -0.0124408007, 2.35438347e-006, -0.969360113, 0.24564445, 5.54323196e-006, 0.24564448, 0.969360173, -1, -9.0803951e-007, 5.93066216e-006))
  4423. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4424. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4425. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.49962234, 0.215165138, -0.0123877525, 1.11758709e-006, -0.950351715, -0.31117782, 6.58631325e-006, -0.31117779, 0.950351834, -1, -3.11434269e-006, 5.93066216e-006))
  4426. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4427. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4428. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.744770527, -6.37662506, -0.0124697685, 7.06315041e-006, -0.436122924, 0.899887204, 2.29477882e-006, 0.899887204, 0.436122954, -1.00000012, -1.01700425e-006, 7.30156898e-006))
  4429. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4430. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4431. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.426023722, -6.39720917, -0.0123912096, -1.34110451e-006, -0.295489013, 0.955346227, -5.78910112e-006, 0.955346346, 0.295489073, -1.00000012, -5.13903797e-006, -3.03983688e-006))
  4432. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4433. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4434. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.08197498, -6.1237545, -0.0124194622, 1.49011612e-007, -0.593387246, 0.804917336, -3.71038914e-006, 0.804917276, 0.593387187, -0.99999994, -3.07895243e-006, -2.14576721e-006))
  4435. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4436. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4437. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.92486191, -2.29791236, -0.0124303102, -2.53878534e-006, -0.999944627, -0.0105256755, -4.97698784e-006, -0.0105256718, 0.999944806, -1.00000012, 2.59466469e-006, -5.00679016e-006))
  4438. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4439. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4440. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.28734398, 2.16479111, -0.0124379396, -1.44541264e-006, -0.781114936, -0.624387383, 1.19805336e-005, -0.624387383, 0.781115055, -1, -6.36745244e-006, 1.01923943e-005))
  4441. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4442. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4443. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.57694435, -5.51458359, -0.0123977661, 6.2584877e-007, -0.751801968, 0.659389257, 4.02331352e-006, 0.659389138, 0.751802027, -1, 2.18022615e-006, 3.39746475e-006))
  4444. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4445. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4446. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.22995186, 2.4090023, -0.0123630762, 5.60283661e-006, -0.681725919, -0.731607914, 4.14252281e-006, -0.731607735, 0.681725919, -1.00000012, -6.84708357e-006, -1.25169754e-006))
  4447. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4448. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4449. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.33389091, 4.20108223, -0.0124769211, -2.11596489e-006, -0.29466778, -0.955599964, -2.33948231e-006, -0.955599904, 0.29466784, -1, 2.85357237e-006, 1.34110451e-006))
  4450. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4451. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4452. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.0051918, -2.29636097, -0.0124415159, -4.48524952e-006, -0.980340779, 0.197312653, -4.35113907e-006, 0.197312623, 0.980340838, -1.00000012, 3.54554504e-006, -5.12599945e-006))
  4453. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4454. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4455. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.37836456, 4.91423035, -0.012445569, 3.36766243e-006, -0.0521296598, -0.998640537, -8.05407763e-006, -0.998640358, 0.0521296635, -1, 7.88364559e-006, -3.81469727e-006))
  4456. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4457. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.815886319))
  4458. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93367958, -0.00928902626, -2.12558126, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4459. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.822326362, 1))
  4460. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.407942742, 0.580368817, 0.303880751))
  4461. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.19214439, 3.49279213, -0.0125012398, -4.50015068e-006, -0.517552495, -0.855651557, 2.27987766e-006, -0.855651498, 0.517552614, -1.00000012, 3.96743417e-007, 5.03659248e-006))
  4462. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4463. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.314234972))
  4464. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0118162632, -0.784724951, -4.2815094, -1, -9.31322575e-010, -2.98023224e-008, 0, -0.15999116, 0.987118602, 3.7252903e-009, 0.987118423, 0.15999116))
  4465. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4466. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.729050159))
  4467. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93182945, -0.0093061924, -2.13047934, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4468. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.8963359, 1))
  4469. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4470. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.28865623, -3.48843575, -0.0124025345, 4.64171171e-006, -0.965613067, 0.259983838, 2.59280205e-006, 0.259983748, 0.965613067, -1, -3.80352139e-006, 3.66568565e-006))
  4471. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.51189661, 0.287814885, 0.411162376))
  4472. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.0064255, 0.303880751, 1.58866715))
  4473. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93554878, -0.0108702183, -2.13606596, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4474. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791489005, 1))
  4475. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4476. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.83497238, 0.901715279, -0.0124838352, -7.19726086e-006, -0.872943699, -0.487821102, 8.31484795e-006, -0.487821013, 0.872943819, -1, 2.23144889e-006, 1.07586384e-005))
  4477. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4478. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 1.06577516))
  4479. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93365097, -0.0105235577, -2.13763332, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4480. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.805879831, 1))
  4481. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4482. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.93185234, 0.031265974, -2.12294102, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4483. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4484. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.22445309, 0.303880751, 1.25069273))
  4485. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.92964935, -0.0118281841, -2.13015223, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4486. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.75654006, 1))
  4487. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.613479257, 0.530388772))
  4488. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0118191242, 4.87217712, 2.86072397, 1, 9.31322575e-010, 2.98023224e-008, 4.65661287e-009, -0.999994755, -0.00323472172, 2.98023224e-008, 0.00323472358, -0.999994934))
  4489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.464612961, 1, 1))
  4490. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.322981089))
  4491. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.94089127, 0.0587644577, -2.10172796, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4492. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4493. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.64908576))
  4494. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.94091225, 0.0581383705, -2.10733557, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4495. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4496. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4497. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.93184662, 0.0518183708, -2.13030005, -2.33761966e-007, -0.999994934, -0.00322755985, 1, -2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4498. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4499. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.303880751))
  4500. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.92277718, 0.0811195374, -2.11498976, -2.33761966e-007, -0.999994934, -0.00322755985, 1, -2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4501. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 0.814101696))
  4502. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.377956241, 4.70792103, 0.424186081))
  4503. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00662326813, 5.02607918, -0.930931091, 1, 9.31322575e-010, 2.98023224e-008, -2.98023224e-008, 0.866028607, 0.499994636, 0, -0.499994636, 0.866028726))
  4504. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4505. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4506. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97546005, 2.90073776, -0.0124722719, -3.90410423e-006, -0.1098307, -0.993950427, -1.71735883e-006, -0.993950367, 0.109830707, -1.00000012, 2.14483589e-006, 3.66568565e-006))
  4507. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4508. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.322981089))
  4509. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.92279243, 0.079264164, -2.10904455, -2.33761966e-007, -0.999994934, -0.00322755985, 1, -2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4510. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4511. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4512. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.06014514, 4.43065071, -0.0124797821, -5.24520874e-006, 0.118926153, -0.992903233, 2.19792128e-007, -0.992903113, -0.118926153, -1.00000012, -8.54022801e-007, 5.1856041e-006))
  4513. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.988844335, 0.803825796, 0.411162376))
  4514. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.479163498, 0.303880751))
  4515. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.34247017, 3.92843628, -0.0124350786, -3.81469727e-006, 0.0525331125, -0.998619258, 2.73063779e-006, -0.998619258, -0.0525331199, -1.00000012, -2.91224569e-006, 3.60608101e-006))
  4516. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.988844335, 1, 0.411162376))
  4517. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.303880751))
  4518. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.94089699, 0.0606446266, -2.10765123, 2.33761966e-007, 0.999994934, 0.00322755985, -1, 2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4519. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 0.814101696))
  4520. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4521. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.4486208, 3.29400635, -0.0123890638, -3.4570694e-006, 0.0353732482, -0.99937427, 5.90307172e-006, -0.99937427, -0.0353732482, -1, -6.02658838e-006, 3.1888485e-006))
  4522. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  4523. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4524. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.13602829, 1.01656914, -0.0124586821, 0, -0.601658285, -0.798753798, 2.71201134e-006, -0.798753619, 0.601658285, -1, -2.17556953e-006, 1.57952309e-006))
  4525. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4526. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 2.36145711, 0.424186081))
  4527. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012912631, -3.55740738, 1.37596989, 1, 9.31322575e-010, 2.98023224e-008, 2.98023224e-008, 0.797996044, 0.602662742, -2.98023224e-008, -0.602662742, 0.797996104))
  4528. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713366032, 1, 1))
  4529. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4530. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.90293694, 1.77072334, -0.0124025345, 1.78813934e-007, -0.453818619, -0.891094208, 7.89761543e-007, -0.891094148, 0.453818649, -1, -7.97212124e-007, 1.78813934e-007))
  4531. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4532. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.64908576))
  4533. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.92278481, 0.0786545277, -2.11466217, -2.33761966e-007, -0.999994934, -0.00322755985, 1, -2.44937837e-007, 0, 0, -0.00322755612, 0.999994874))
  4534. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4535. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  4536. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.36689949, 2.48615265, -0.0124230385, 3.51667404e-006, -0.292187393, -0.956361234, 4.2617321e-006, -0.956361175, 0.292187423, -1.00000012, -5.10551035e-006, -2.17556953e-006))
  4537. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.557127297, 0.411162376))
  4538. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4539. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.79425001, 3.57849503, -0.0124206543, 1.81794167e-006, 0.173229605, -0.984881639, -2.36555934e-006, -0.98488158, -0.173229605, -1.00000012, 2.62912363e-006, -1.43051147e-006))
  4540. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  4541. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4542. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.53542519, 2.21699333, -0.0123488903, 3.51667404e-006, -0.292187393, -0.956361234, 4.2617321e-006, -0.956361175, 0.292187423, -1.00000012, -5.10551035e-006, -2.17556953e-006))
  4543. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4544. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4545. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.23025131, 0.0313367844, 5.97351122, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4546. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4547. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4548. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81795883, -1.72733974, -0.0125041008, -1.04270875e-005, -0.984880745, -0.173234373, -1.66893005e-006, -0.173234373, 0.984880745, -1.00000012, 1.05509534e-005, 1.1920929e-007))
  4549. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  4550. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  4551. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.05595851, 3.50310516, -0.0123866796, 2.14576721e-006, 0.126262486, -0.991997004, 8.11740756e-006, -0.991996884, -0.126262501, -0.99999994, -7.79889524e-006, -3.15904617e-006))
  4552. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4553. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.996511936, 3.74813271, -0.0123902559, -5.9902668e-006, 0.334408253, -0.94242847, -2.79396772e-006, -0.94242841, -0.334408224, -1, 6.09084964e-007, 6.58631325e-006))
  4555. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4556. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012455225, 3.31118774, 2.75319099, 1, 9.31322575e-010, 2.98023224e-008, -2.32830644e-009, -0.99861896, -0.0525392853, 2.98023224e-008, 0.0525392815, -0.99861896))
  4558. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  4559. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.23556137, 0.151074409, -0.0124570131, -2.62260437e-006, -0.731221795, -0.682139933, 1.69873238e-006, -0.682139933, 0.731221914, -1, 7.67409801e-007, 3.01003456e-006))
  4561. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4562. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4563. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.85813332, -1.01961899, -0.0124864578, -2.42888927e-006, -0.942429364, -0.334405482, 1.49011612e-007, -0.334405482, 0.942429423, -1.00000012, 2.23983079e-006, 8.94069672e-007))
  4564. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4565. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4566. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.9171772, -2.73610973, -0.0124255419, -8.56816769e-008, -0.995952427, 0.0898835212, -1.13248825e-006, 0.0898834914, 0.995952368, -1, -2.79396772e-008, -1.13248825e-006))
  4567. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.908667803, 0.522178411, 0.411162376))
  4568. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4569. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.85806465, -1.33531356, -0.0124125481, 2.01165676e-007, -0.966630101, -0.2561768, 8.34465027e-007, -0.25617677, 0.966629982, -1.00000012, -4.03262675e-007, 7.15255737e-007))
  4570. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4571. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.34484598, 0.303880751, 0.303880751))
  4572. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.9226656, 3.19687462, -0.0124812126, 1.04308128e-006, -0.12166968, -0.992570817, 8.64267349e-007, -0.992570758, 0.12166968, -1, -9.9465251e-007, -9.83476639e-007))
  4573. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.557127297, 0.411162376))
  4574. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4575. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3961184, 3.65061378, -0.0124338865, -8.94069672e-008, 0.25617519, -0.966630459, -1.24424696e-006, -0.966630459, -0.25617522, -1.00000012, 1.19674951e-006, 3.87430191e-007))
  4576. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4577. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.554752171, 0.303880751, 0.303880751))
  4578. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.06394577, -1.84428477, -0.0123759508, 8.10995698e-006, -0.991996884, -0.126262441, 2.98023224e-008, -0.126262456, 0.991997123, -1.00000012, -8.05594027e-006, -1.01327896e-006))
  4579. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  4580. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.0064255, 0.303880751, 1.58866715))
  4581. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22652435, -0.0108582973, 5.96044397, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4582. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791489005, 1))
  4583. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 0.815886319))
  4584. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22838593, -0.00928664207, 5.97090292, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4585. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.822326362, 1))
  4586. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.925211728, 0.303880751, 1.06577516))
  4587. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22837067, -0.0104637146, 5.95883226, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4588. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.805879831, 1))
  4589. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.22445309, 0.303880751, 1.25069273))
  4590. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.23242569, -0.0117633343, 5.96630716, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4591. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.75654006, 1))
  4592. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.64908576))
  4593. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22118759, 0.0581915379, 5.98910284, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4594. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4595. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.64908576))
  4596. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.2302742, 0.0517976284, 5.96617556, 2.33761966e-007, 0.999994934, 0.00322755985, 1, -2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4597. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4598. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.303880751))
  4599. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.23937988, 0.0811152458, 5.98152971, 2.33761966e-007, 0.999994934, 0.00322755985, 1, -2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4600. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 0.814101696))
  4601. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.613479257, 1.00642657))
  4602. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.011762619, -9.28994751, -4.99760723, 1, 9.31322575e-010, 2.98023224e-008, -4.65661287e-009, 0.999994755, 0.00323472172, -2.98023224e-008, -0.00323472358, 0.999994934))
  4603. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.464612961, 1, 1))
  4604. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.322981089))
  4605. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22118378, 0.0587801933, 5.99475813, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4606. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4607. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.64908576))
  4608. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.23930359, 0.0786354542, 5.98179674, 2.33761966e-007, 0.999994934, 0.00322755985, 1, -2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4609. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4610. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.714056015, 0.303880751, 0.729050159))
  4611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.23022842, -0.00935840607, 5.96603346, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4612. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.8963359, 1))
  4613. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.322981089))
  4614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.23930359, 0.0793123245, 5.9874177, 2.33761966e-007, 0.999994934, 0.00322755985, 1, -2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4615. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 1))
  4616. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.398571998, 0.303880751, 0.303880751))
  4617. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.22118759, 0.0606753826, 5.98889208, -2.33761966e-007, -0.999994934, -0.00322755985, -1, 2.44937837e-007, 0, 0, 0.00322755612, -0.999994874))
  4618. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.789433181, 0.814101696))
  4619. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.352342576, 1.34065831, 0.303880751))
  4620. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.60656548, -3.71854877, 0.0124465227, -9.96515155e-007, 0.999996066, 0.00283642672, 3.09944153e-006, -0.00283643231, 0.999996126, 1, 9.93721187e-007, -3.03983688e-006))
  4621. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4622. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.49724901, 0.396302044, 1.72471893))
  4623. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.53209114, 0.00970840454, -9.13299942, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4624. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4625. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 0.400345147))
  4626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.52048302, 0.125020981, -9.08446884, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4627. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4628. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.432306886, 0.745920777, 0.303880751))
  4629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.02216148, -6.58374023, -0.0124263763, 3.39746475e-006, -0.705833733, 0.708377719, 6.2584877e-007, 0.7083776, 0.705833733, -1, -1.94925815e-006, 2.8014183e-006))
  4630. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4631. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.98150408, 0.372038513, 2.02396679))
  4632. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.53869057, 0.00769758224, -9.12093735, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4633. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4634. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.40455627, -5.98376656, -0.0124013424, 4.29153442e-006, -0.855714321, 0.517448723, -4.23192978e-006, 0.517448664, 0.855714381, -1, -5.85988164e-006, -1.40070915e-006))
  4636. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4637. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4638. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.5826149, -1.79967213, -0.0124080181, -7.30156898e-007, 0.805894613, 0.592059255, 2.59280205e-006, 0.592059135, -0.805894613, -1, 9.54605639e-007, -2.56299973e-006))
  4639. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4640. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.397949308, 0.303880751))
  4641. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.03262138, 5.89030457, -0.0124242306, 4.67896461e-006, 0.764963388, -0.644073904, -4.529953e-006, -0.644073844, -0.764963388, -1.00000012, 6.4689666e-006, 3.87430191e-007))
  4642. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865495801, 1, 0.411162376))
  4643. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.15554059, 0.388214171, 1.0504005))
  4644. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.53514671, 0.077434063, -9.10925293, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4645. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4646. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.40276146, -2.83916378, -0.0125054121, 5.87105751e-006, 0.775797784, 0.630981803, -2.41398811e-006, 0.630981743, -0.775797784, -1, 2.98954546e-006, 5.54323196e-006))
  4648. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.76476109, 0.888114512, 0.411162376))
  4649. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.782776117))
  4650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124001503, 6.66772652, 4.64085054, 1, 9.31322575e-010, 2.98023224e-008, 0, -0.99540174, 0.0957887024, 2.98023224e-008, -0.0957887098, -0.995401919))
  4651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.641416013, 1))
  4652. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 1.0504005))
  4653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.52045059, 0.120856285, -9.08395958, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4654. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4655. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.742168486, 0.303880751, 0.303880751))
  4656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.87456703, 6.94859314, -0.012353301, 9.23871994e-007, -0.0667053908, -0.997772813, 1.8440187e-006, -0.997772813, 0.0667054057, -1, -1.90921128e-006, -8.04662704e-007))
  4657. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4658. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.56162411, 0.303880751, 0.303880751))
  4659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.10109329, 0.131497145, -0.0123841763, 2.75671482e-007, 0.955966234, 0.29347679, -1.43051147e-006, 0.29347682, -0.955966413, -1, -1.5553087e-007, 1.40070915e-006))
  4660. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4661. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.439804047))
  4662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0124139786, -6.60284424, -2.1558466, 1, 9.31322575e-010, 2.98023224e-008, 1.11758709e-008, 0.995237648, -0.0974796116, 0, 0.0974796042, 0.995237589))
  4663. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4664. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 0.522672772))
  4665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.52046776, 0.121977806, -9.07490158, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4666. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4667. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 1.91237342, 5.05215073))
  4668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00765299797, -7.53235435, 11.572979, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.985365093, -0.170457572, 2.98023224e-008, -0.170457572, -0.985365152))
  4669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.75187242, 1, 1))
  4670. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 0.522672772))
  4671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.54976463, 0.101484776, -9.08673096, -6.35534525e-006, 0.985364497, -0.170460999, -1, -5.09526581e-006, 7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4672. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4673. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.339223474, 0.303880751, 0.303880751))
  4674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.18721771, 6.9974556, -0.0124312639, 2.2649765e-006, 0.557646036, -0.830079079, 1.1920929e-007, -0.830079019, -0.557646036, -1.00000012, 1.17626041e-006, -1.96695328e-006))
  4675. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4676. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.58254242, -1.97987509, -0.0124257803, 2.75671482e-007, -0.979105055, -0.203355595, 5.12599945e-006, -0.203355595, 0.979105115, -1, -1.33365393e-006, 4.91738319e-006))
  4678. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4679. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.83470726, -0.611104012, -0.0124248266, 1.71363354e-006, 0.910562217, 0.413372189, 8.28504562e-006, 0.413372129, -0.910562277, -1, 4.96860594e-006, -6.88433647e-006))
  4681. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4682. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.15554059, 0.388214171, 1.0504005))
  4683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.53514099, 0.0569529533, -9.12112999, -6.35534525e-006, 0.985364497, -0.170460999, -1, -5.09526581e-006, 7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4684. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4685. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.890852153, 0.303880751, 0.303880751))
  4686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.97366524, 7.55343437, -0.0124526024, -4.70876694e-006, 0.163827598, -0.986489117, -2.53692269e-006, -0.986489058, -0.163827628, -1.00000012, 1.7452985e-006, 5.03659248e-006))
  4687. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.577685654, 0.411162376))
  4688. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 0.400345147))
  4689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.54976463, 0.104550838, -9.0963707, -6.35534525e-006, 0.985364497, -0.170460999, -1, -5.09526581e-006, 7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4690. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4691. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.62867522, 0.389225185, 2.57090306))
  4692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.52905655, 0.00926351547, -9.13046265, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4693. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4694. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.49724901, 0.404389799, 1.32033002))
  4695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.53208923, 0.0117883682, -9.11352539, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4696. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4697. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.15554059, 0.440785021, 1.17980492))
  4698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.53514862, 0.0117816925, -9.1213913, 6.35534525e-006, -0.985364497, 0.170460999, 1, 5.09526581e-006, -7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4699. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4700. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.644999981, 0.388214171, 1.0504005))
  4701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.54978371, 0.100456238, -9.0958786, -6.35534525e-006, 0.985364497, -0.170460999, -1, -5.09526581e-006, 7.77840614e-006, 6.82473183e-006, 0.170461014, 0.985364676))
  4702. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4703. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.3948237, 0.303880751, 0.303880751))
  4704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.94905281, -1.03524399, -0.0124412775, -4.02331352e-007, 0.904808879, 0.425818115, -2.47359276e-006, 0.425818086, -0.904808998, -1, -1.39698386e-006, 2.02655792e-006))
  4705. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.51601094, 0.411162376))
  4706. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.84710503, -6.7573452, -0.0124852657, -3.42726707e-006, -0.591802478, 0.806083083, 1.09672546e-005, 0.806083083, 0.591802597, -1, 1.0852702e-005, 3.7252903e-006))
  4708. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4709. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4710. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.71581078, -7.28775024, -0.0123592615, 3.50177288e-007, -0.990022242, 0.140911624, 2.29477882e-006, 0.140911609, 0.990022302, -1.00000012, -1.49011612e-008, 2.2649765e-006))
  4711. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4712. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4713. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.32930756, -5.44681263, -0.0124896765, -3.94694507e-006, -0.997252703, -0.0740757436, 4.47034836e-006, -0.0740757361, 0.997252762, -1, 3.58838588e-006, 4.70876694e-006))
  4714. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4715. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4716. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.26925945, 6.71053886, -0.0124210119, 5.06639481e-007, -0.183965728, -0.982932866, -3.75509262e-006, -0.982932806, 0.183965743, -1, 3.61539423e-006, -1.1920929e-006))
  4717. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4718. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.407942742, 0.580368817, 0.303880751))
  4719. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.11806965, 9.14440536, -0.0124094486, 8.58306885e-006, 0.247566879, -0.968870997, -4.21702862e-006, -0.968870819, -0.247566909, -1, 6.20540231e-006, -7.33137131e-006))
  4720. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4721. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.52170563, 2.72992134, -0.0123733282, -1.4603138e-006, -0.668891907, -0.743359745, 2.17556953e-006, -0.743359685, 0.668891966, -1, -6.50063157e-007, 2.5331974e-006))
  4723. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4724. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.307989061, 0.303880751))
  4725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.99622345, 2.7495079, -0.0123155117, 2.56299973e-006, -0.667767346, -0.744370222, 3.84449959e-006, -0.744370222, 0.667767406, -1, -4.60725278e-006, 6.2584877e-007))
  4726. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 1, 0.411162376))
  4727. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.23019171, 7.83981514, -0.012377739, 8.94069672e-008, -0.1021045, -0.994773865, -1.82539225e-006, -0.994773805, 0.102104515, -1.00000012, 1.80583447e-006, -2.98023224e-007))
  4729. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4730. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.036412, 0.625348926, 0.303880751))
  4731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.0481329, 4.46613312, -0.012532115, -8.2552433e-006, -0.485764682, -0.874089718, -5.17070293e-006, -0.874089658, 0.485764742, -1, 8.52718949e-006, 4.64916229e-006))
  4732. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4733. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.95944405, 0.627696991, -0.0123919249, 7.24196434e-006, -0.827845216, -0.560956717, 4.47034836e-007, -0.560956657, 0.827845335, -1, -6.29108399e-006, -3.69548798e-006))
  4735. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4736. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.374834508, 0.303880751))
  4737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.82873535, 3.78000259, -0.0124124289, -6.55651093e-007, -0.574416518, -0.818563342, 2.07126141e-006, -0.818563282, 0.574416578, -1, -1.32806599e-006, 1.7285347e-006))
  4738. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 1, 0.411162376))
  4739. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.0653038, 1.60266304, -0.0124349594, -1.78813934e-007, -0.761026621, -0.648720741, 8.94069672e-007, -0.648720622, 0.76102668, -1.00000012, -3.97674739e-007, 8.04662704e-007))
  4741. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.616746128, 0.411162376))
  4742. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.51108742, -9.35012627, -0.0123890638, 5.27501106e-006, -0.88852638, 0.458825588, -3.78489494e-006, 0.458825618, 0.888526559, -1, -6.42426312e-006, -9.83476639e-007))
  4744. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4745. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.44653702, 3.40462112, -0.0123729706, -1.13248825e-006, -0.607576489, -0.794261336, -6.2584877e-007, -0.794261277, 0.607576549, -1, 1.18557364e-006, 4.76837158e-007))
  4747. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4748. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.407942742, 0.303880751, 0.303880751))
  4749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(10.2683678, 2.09921837, -0.01245296, -8.04662704e-007, -0.700848877, -0.713309884, 6.16908073e-006, -0.713309884, 0.700848937, -1.00000012, -3.82214785e-006, 4.85777855e-006))
  4750. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  4751. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(10.1641235, 1.590868, -0.0123509169, 1.10268593e-006, -0.693350792, -0.720600247, 4.41074371e-006, -0.720600247, 0.69335103, -1.00000012, -3.91621143e-006, 2.23517418e-006))
  4753. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4754. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.33533144, 8.16091156, -0.0124230385, -2.14576721e-006, 0.0440286547, -0.999030471, -3.3993274e-007, -0.999030292, -0.0440286584, -1, 2.48663127e-007, 2.14576721e-006))
  4756. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4757. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.68662262, -3.82082748, -0.012382865, -2.98023224e-006, 0.568477154, 0.82269913, -6.76512718e-006, 0.82269913, -0.568477213, -1.00000012, -7.24662095e-006, 1.37090683e-006))
  4759. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4760. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.81515074, 8.01345253, -0.0124938488, -6.04987144e-006, 0.0200483594, -0.999799252, -5.91948628e-006, -0.999799192, -0.0200483557, -1.00000012, 5.76302409e-006, 6.10947609e-006))
  4762. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4763. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.85905838, -3.76813197, -0.0123496056, 4.57465649e-006, -0.97696346, -0.21340701, 3.42726707e-006, -0.213406995, 0.97696352, -1.00000012, -5.19305468e-006, 2.32458115e-006))
  4765. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4766. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.07059669, -8.55152321, -0.0124522448, 1.78813934e-007, -0.94753927, 0.319639474, 8.94069672e-007, 0.319639415, 0.947539389, -1, 1.29453838e-007, 8.64267349e-007))
  4768. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4769. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.3708849, 5.20023346, -0.0123670101, 5.00679016e-006, -0.444125444, -0.895964801, -1.23679638e-006, -0.895964682, 0.444125473, -1.00000012, -1.12596899e-006, -5.09619713e-006))
  4771. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4772. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.4207859, -0.889343262, -0.0124530792, -4.21702862e-006, -0.862229824, -0.506517351, -5.21540642e-006, -0.506517351, 0.862229943, -1.00000012, 6.29201531e-006, -2.44379044e-006))
  4774. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.51189661, 0.287814885, 0.411162376))
  4775. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.59954453, -4.07379961, -0.0124642849, 3.78862023e-006, -0.993317842, 0.115410924, 4.76837158e-006, 0.115410924, 0.993318021, -1, -3.21120024e-006, 5.12599945e-006))
  4777. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4778. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.69596291, 6.34514618, -0.0123432875, -2.98023224e-008, -0.263896495, -0.96455121, 7.82310963e-007, -0.964551151, 0.263896495, -1, -7.53439963e-007, 2.08616257e-007))
  4780. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4781. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.417315811, 0.303880751))
  4782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.44608116, -5.31203842, -0.0124511719, 2.39908695e-006, -0.92986244, 0.367907703, 1.33216381e-005, 0.367907673, 0.929862499, -1, 2.65613198e-006, 1.32322311e-005))
  4783. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.914835274, 1, 0.411162376))
  4784. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.921694279, 9.42374611, -0.0123417377, -2.20537186e-006, 0.475074917, -0.879945457, 6.48200512e-006, -0.879945397, -0.475075006, -1, -6.7781657e-006, -1.13248825e-006))
  4786. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4787. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.401695579, 0.303880751, 0.422936529))
  4788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.91841125, -0.0123171806, -1.66432858, 1.10268593e-006, -0.693350792, -0.720600247, -1, -8.37258995e-007, -7.4505806e-007, -1.1920929e-007, 0.720600247, -0.693350911))
  4789. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.411162108, 1))
  4790. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0117726326, 8.00989723, 7.48579407, -1, -9.31322575e-010, -2.98023224e-008, 2.98023224e-008, -0.230084091, -0.973170996, 7.4505806e-009, -0.973170877, 0.230084091))
  4792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.686644077, 0.923059404))
  4793. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(10.7702713, -0.534314156, -0.012466073, -2.4586916e-006, -0.854629397, -0.519238591, -2.47359276e-006, -0.519238532, 0.854629397, -1.00000012, 3.44123691e-006, -8.94069672e-007))
  4795. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.80176574, 0.493396938, 0.411162376))
  4796. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.23729992, 9.38878059, -0.0123957396, 4.97698784e-006, 0.675763547, -0.737118542, 2.50339508e-006, -0.737118542, -0.675763547, -1, 1.49942935e-006, -5.36441803e-006))
  4798. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.713365912, 0.493396938, 0.411162376))
  4799. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.439804047))
  4800. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012447834, 2.51445627, -6.0870266, 1, 9.31322575e-010, 2.98023224e-008, 0, 0.00572543964, -0.999983788, -1.95577741e-008, 0.999983668, 0.00572544523))
  4801. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4802. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4803. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.1490116, 3.13789177, 0.012360692, -9.23871994e-007, 0.551329911, 0.834287465, 1.95205212e-006, -0.834287405, 0.551329911, 1.00000012, 2.15694308e-006, -2.38418579e-007))
  4804. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4805. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.36386275, -6.88163567, -0.0123234987, -2.14576721e-006, -0.126262486, 0.991997004, -8.11740756e-006, 0.991996884, 0.126262501, -0.99999994, -7.79889524e-006, -3.15904617e-006))
  4807. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4808. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.73898125, -6.18506241, -0.0124745369, -1.16229057e-006, 0.109836422, 0.993949771, 5.61773777e-006, 0.993949711, -0.109836437, -0.99999994, 5.44451177e-006, -1.81794167e-006))
  4810. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.417329341, 0.688699841, 0.411162376))
  4811. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.11713457, -7.31951523, -0.0124870539, 5.9902668e-006, -0.334408253, 0.94242847, 2.79396772e-006, 0.94242841, 0.334408224, -1, 6.09084964e-007, 6.58631325e-006))
  4813. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4814. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.432306886, 0.745920777, 0.303880751))
  4815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.2723064, -1.95584822, 0.0123821497, -3.54647636e-006, 0.85924542, 0.511563838, 3.93390656e-006, -0.511563778, 0.85924542, 1, 5.09060919e-006, -1.57952309e-006))
  4816. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  4817. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.314234972))
  4818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0117855072, 3.69455147, -7.8913517, -1, -9.31322575e-010, -2.98023224e-008, 0, -0.816218913, 0.577742934, -2.98023224e-008, 0.577742934, 0.816218972))
  4819. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4820. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.89697552, -6.67709541, -0.0124276876, 3.4570694e-006, -0.0353732482, 0.99937427, -5.90307172e-006, 0.99937427, 0.0353732482, -1, -6.02658838e-006, 3.1888485e-006))
  4822. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.651695132, 0.411162376))
  4823. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.61327553, -4.69534445, 0.0123462677, -9.81986523e-006, 0.957189798, 0.289461315, 8.34465027e-007, -0.289461315, 0.957189858, 1.00000012, 9.65874642e-006, 2.02655792e-006))
  4825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4826. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.397949308, 0.303880751))
  4827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.6149807, 2.44038153, 0.0124545097, -1.50501728e-006, -0.900616169, -0.434615582, -5.27501106e-006, 0.434615523, -0.900616288, 1, 9.35979187e-007, -5.36441803e-006))
  4828. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865495801, 1, 0.411162376))
  4829. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.75038147, -5.41891098, -0.0123875141, -3.51667404e-006, 0.292187393, 0.956361234, -4.2617321e-006, 0.956361175, -0.292187423, -1.00000012, -5.10551035e-006, -2.17556953e-006))
  4831. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4832. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.742168486, 0.303880751, 0.303880751))
  4833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.16728401, -6.09539223, 0.0124492645, -1.51991844e-006, -0.182421595, -0.983220518, 3.00258398e-006, 0.983220458, -0.18242161, 1, -3.22330743e-006, -9.23871994e-007))
  4834. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4835. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.41212654, 8.91336823, 0.012304306, -1.87754631e-006, 0.0003867466, 1.00000012, 5.68013638e-006, -0.99999994, 0.000386744738, 1.00000012, 5.66523522e-006, 1.87754631e-006))
  4837. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890165508, 0.886058807, 0.411162376))
  4838. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.3948237, 0.303880751, 0.303880751))
  4839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88817215, 9.92194176, 0.0124434233, -9.83476639e-007, -0.771194279, 0.636599898, -4.14252281e-006, -0.636599839, -0.771194398, 1.00000012, -3.40025872e-006, -2.5331974e-006))
  4840. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.51601094, 0.411162376))
  4841. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.56162411, 0.303880751, 0.303880751))
  4842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.1980648, 9.72758865, 0.0123690367, 2.92062759e-006, -0.853536248, 0.521033525, 2.5331974e-006, -0.521033525, -0.853536367, 1, 3.81562859e-006, 6.85453415e-007))
  4843. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4844. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4845. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.15203667, 10.2238693, 0.0125113726, 3.7252903e-006, -0.779855013, 0.62596041, -5.63263893e-006, -0.62596035, -0.779855013, 1.00000012, -6.74277544e-007, -6.67572021e-006))
  4846. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4847. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.360465884, 0.303880751))
  4848. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.78846073, 9.35522842, 0.0124082565, -6.31809235e-006, -0.20550932, 0.978655279, -1.98185444e-006, -0.978655279, -0.20550935, 1, -3.25031579e-006, 5.78165054e-006))
  4849. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.516008198, 1, 0.411162376))
  4850. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.339223474, 0.303880751, 0.303880751))
  4851. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.9793911, -0.0828704834, 0.0124220848, -4.41074371e-006, -0.745811224, -0.666157365, 4.17232513e-007, 0.666157365, -0.745811343, 1, -3.55392694e-006, -2.59280205e-006))
  4852. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.888114512, 0.411162376))
  4853. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.465419531, 0.303880751))
  4854. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.93684387, -1.54804802, -0.0124075413, 1.1920929e-007, 0.755722106, 0.654892623, -2.32458115e-006, 0.654892504, -0.755722165, -1, -1.41281635e-006, 1.84774399e-006))
  4855. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 1, 0.411162376))
  4856. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.782776117))
  4857. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123512745, -6.52511215, 9.55075073, -1, -9.31322575e-010, -2.98023224e-008, 1.49011612e-008, 0.988123953, -0.153659001, -2.98023224e-008, -0.153658956, -0.988124132))
  4858. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.641416013, 1))
  4859. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4860. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.68771935, -8.72229195, 0.0123654604, -4.55975533e-006, 0.990965128, -0.134120211, 3.42726707e-006, 0.134120211, 0.990965188, 1.00000012, 4.04939055e-006, -4.02331352e-006))
  4861. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4862. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4863. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-10.6044464, -0.191047668, 0.0124198198, -1.62422657e-006, 0.772966743, 0.63444674, -7.74860382e-007, -0.634446681, 0.772966862, 1, 7.7392906e-007, 1.63912773e-006))
  4864. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4865. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4866. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.20050526, 7.04151344, 0.012422204, 4.32133675e-006, 0.221554473, 0.975148141, 2.08616257e-007, -0.975148022, 0.221554488, 1.00000012, -7.63684511e-007, -4.20212746e-006))
  4867. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.908667803, 0.886058807, 0.411162376))
  4868. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4869. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.460951805, 9.92220497, 0.012404561, 8.04662704e-007, -0.595404685, 0.803426027, 2.16066837e-006, -0.803426147, -0.595404804, 1, 2.24169344e-006, 6.85453415e-007))
  4870. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.76476109, 0.888114512, 0.411162376))
  4871. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.890852153, 0.303880751, 0.303880751))
  4872. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(10.1159735, -3.92957306, 0.0123693943, 1.34110451e-006, -0.402991682, -0.91520381, -7.28666782e-006, 0.915203691, -0.402991712, 1.00000012, 7.20936805e-006, -1.63912773e-006))
  4873. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.577685654, 0.411162376))
  4874. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.379207611, 0.303880751))
  4875. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.57634735, 4.81548882, 0.012370348, -3.60608101e-006, 0.424489856, 0.90543288, 6.95884228e-006, -0.90543282, 0.424489856, 1, 7.83149153e-006, 3.27825546e-007))
  4876. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  4877. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.53851223, 0.303880751))
  4878. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.05941486, 5.46739197, 0.0123853683, 5.00679016e-006, 0.352792948, 0.935701609, 3.48687172e-006, -0.935701549, 0.352792978, 1, 1.50315464e-006, -5.87105751e-006))
  4879. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.863439977, 1, 0.411162376))
  4880. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4881. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.208601, 10.3511047, 0.0122966766, -9.23871994e-007, -0.22558865, 0.974222839, 1.14440918e-005, -0.974222779, -0.225588679, 1, 1.09523535e-005, 3.51667404e-006))
  4882. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.910723567, 0.81204921, 0.411162376))
  4883. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.439804047))
  4884. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124163628, 6.59832573, -7.04335117, -1, -9.31322575e-010, -2.98023224e-008, 7.4505806e-009, -0.988384128, 0.151976988, 0, 0.151976988, 0.988384187))
  4885. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 1))
  4886. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.417315811, 0.303880751))
  4887. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.59065819, -6.37326956, 0.0124044418, -2.07871199e-006, 0.992004037, 0.126206756, -9.53674316e-007, -0.126206741, 0.992004097, 1.00000012, 1.94087625e-006, 1.22189522e-006))
  4888. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.914835274, 1, 0.411162376))
  4889. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4890. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.56384277, -10.5772085, 0.0124403238, 2.20537186e-006, 0.898261964, -0.439460576, 4.82797623e-006, 0.439460546, 0.898262024, 1.00000012, -4.09968197e-006, -3.30805779e-006))
  4891. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  4892. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.433556795))
  4893. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124089718, 4.24186707, 10.6744251, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.222465992, -0.974940658, 0, -0.974940538, -0.222466007))
  4894. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.904560983, 1))
  4895. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4896. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.12834382, -6.98438454, -0.0124499798, -1.81794167e-006, -0.173229605, 0.984881639, 2.36555934e-006, 0.98488158, 0.173229605, -1.00000012, 2.62912363e-006, -1.43051147e-006))
  4897. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  4898. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4899. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.84832764, -7.35752487, 0.0124385357, 7.39097595e-006, 0.921044648, -0.389457226, 1.87754631e-006, 0.389457136, 0.921044648, 1, -7.5371936e-006, 1.22189522e-006))
  4900. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4901. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4902. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.0122509, 1.37083554, -0.0124055147, 1.8030405e-006, 0.974325538, 0.22514452, 6.2584877e-007, 0.225144476, -0.974325538, -1, 1.89989805e-006, -2.38418579e-007))
  4903. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4904. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  4905. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.93982697, -2.93935776, 0.012352109, -1.78068876e-006, 0.971944034, 0.23521246, -4.44054604e-006, -0.235212505, 0.971944213, 1.00000012, 6.8731606e-007, 4.76837158e-006))
  4906. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  4907. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4908. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.72381973, 6.17004967, -0.0124282837, -3.57627869e-007, -0.0129901562, -0.999915779, -3.73646617e-006, -0.999915719, 0.0129901581, -0.99999994, 3.7252903e-006, 2.98023224e-007))
  4909. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4910. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.442927152, 0.303880751, 0.303880751))
  4911. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0858078003, 7.46312714, -0.012324214, 3.57627869e-006, 0.488711536, -0.872445643, 2.5331974e-006, -0.872445583, -0.488711536, -1, -4.51691449e-007, -4.41074371e-006))
  4912. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.690755665, 0.411162376))
  4913. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4914. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.39909458, 6.99688721, 0.0124337673, -1.69873238e-006, -0.00074467063, 0.999999881, -2.29571015e-006, -0.999999821, -0.000744661316, 1.00000012, -2.28825957e-006, 1.7285347e-006))
  4915. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4916. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4917. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.20952988, 1.09409809, -0.0124604702, 2.42888927e-006, 0.942429364, 0.334405482, -1.49011612e-007, 0.334405482, -0.942429423, -1.00000012, 2.23983079e-006, 8.94069672e-007))
  4918. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4919. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4920. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.42052484, 7.86034775, 0.0124549866, 2.17556953e-006, -0.250964075, 0.967996538, -3.39001417e-006, -0.967996418, -0.250964105, 1.00000012, -2.72411853e-006, -2.95042992e-006))
  4921. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4922. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4923. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.61601639, -7.20702934, -0.0123625994, -3.87430191e-006, -0.256180793, 0.966629028, -5.28991222e-006, 0.966628909, 0.256180793, -1, -4.13134694e-006, -5.15580177e-006))
  4924. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4925. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4926. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.53069305, 6.4308033, -0.0124589205, 1.17719173e-006, 0.831185222, -0.555995584, -2.98023224e-006, -0.555995524, -0.831185341, -1.00000012, 2.65240669e-006, 1.81794167e-006))
  4927. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  4928. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4929. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0123314857, -6.66631126, -2.42119551, 1, 9.31322575e-010, 2.98023224e-008, 2.32830644e-009, 0.99861896, 0.0525392853, -2.98023224e-008, -0.0525392815, 0.99861896))
  4930. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.703090549, 0.805878341))
  4931. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4932. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.22072029, 3.7188797, 0.012445569, 9.23871994e-007, 0.522830784, 0.852436662, -1.49011612e-008, -0.852436543, 0.522830784, 1, -5.06639481e-007, -7.15255737e-007))
  4933. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4934. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4935. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.17643166, 4.14488125, -0.01245749, 5.85615635e-006, 0.996784389, 0.0801301301, 1.51991844e-006, 0.0801301375, -0.996784508, -1, 5.94463199e-006, -1.07288361e-006))
  4936. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4937. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4938. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.72810745, 5.67640114, -0.0124180317, -2.98023224e-007, 0.911984265, -0.410225481, 2.50339508e-006, -0.410225451, -0.911984324, -1.00000012, -1.2870878e-006, -2.17556953e-006))
  4939. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4940. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4941. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.97114182, 6.2010479, -0.012403965, -1.38580799e-006, 0.943396688, -0.331666797, -1.51991844e-006, -0.331666797, -0.943396866, -1, -8.09319317e-007, 1.84774399e-006))
  4942. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4943. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4944. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.36345863, 7.251688, -0.0124359131, -2.38418579e-006, 0.329788595, -0.944054902, 3.03983688e-006, -0.944054782, -0.329788625, -1.00000012, -3.66009772e-006, 1.1920929e-006))
  4945. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4946. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4947. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.20074463, -0.27650547, -0.0124983788, 4.91738319e-006, 0.862339437, 0.506330729, -2.77161598e-006, 0.506330729, -0.862339616, -1, 2.83215195e-006, 4.76837158e-006))
  4948. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4949. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  4950. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.1161499, 6.60500145, -0.0124365091, 1.00433826e-005, 0.803835988, -0.594851196, -3.81469727e-006, -0.594851196, -0.803836048, -1.00000024, 1.03441998e-005, -2.98023224e-006))
  4951. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.4111619, 1, 0.411162376))
  4952. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4953. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.33626652, 7.13145447, -0.0124735832, -5.00679016e-006, 0.641975939, -0.766724944, -5.67734241e-006, -0.766724885, -0.641976058, -1.00000012, 1.13621354e-006, 7.42077827e-006))
  4954. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4955. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4956. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827198029, 7.17368698, -0.0124181509, 3.57627869e-006, 0.488711536, -0.872445643, 2.5331974e-006, -0.872445583, -0.488711536, -1, -4.51691449e-007, -4.41074371e-006))
  4957. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4958. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4959. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.58682585, 6.85532379, -0.0124583244, -1.87754631e-006, 0.160853952, -0.986978352, -6.52298331e-006, -0.986978352, -0.160853952, -1.00000012, 6.13369048e-006, 2.89082527e-006))
  4960. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4961. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4962. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.61892128, 5.6017952, -0.0124467611, -3.1888485e-006, 0.92894727, -0.370212257, -3.4570694e-006, -0.370212197, -0.928947389, -1, -1.67544931e-006, 4.38094139e-006))
  4963. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  4964. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4965. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.1516037, 6.04072094, -0.0123945475, -1.5348196e-006, 0.87536639, -0.483460397, -5.36441803e-007, -0.483460367, -0.87536639, -1.00000012, -1.07940286e-006, 1.16229057e-006))
  4966. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4967. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.381706476, 0.612851977))
  4968. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124022961, -6.29152679, -3.35635376, -1, -9.31322575e-010, -2.98023224e-008, 0, 0.511204064, 0.859459519, 0, 0.859459519, -0.511204064))
  4969. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 1, 1))
  4970. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4971. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86453629, 7.01668358, -0.0124135017, 3.24845314e-006, 0.792662501, -0.609660983, 1.13248825e-006, -0.609660804, -0.792662501, -1.00000012, 1.88313425e-006, -2.92062759e-006))
  4972. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4973. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4974. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.8796196, 5.72327423, -0.0123989582, -1.07288361e-006, -0.230652079, -0.973036468, 6.55651093e-007, -0.973036408, 0.230652094, -1.00000012, -3.94880772e-007, 1.1920929e-006))
  4975. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4976. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4977. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.5976181, 6.80248833, -0.0124115944, 2.62260437e-006, 0.852701485, -0.52239871, -3.42726707e-006, -0.522398651, -0.852701485, -1.00000012, 3.99723649e-006, 1.51991844e-006))
  4978. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  4979. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4980. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.84902382, 6.45874977, -0.012386322, 2.83122063e-006, -0.0496096015, -0.998768806, -1.60187483e-007, -0.998768806, 0.0496096089, -1, 1.58324838e-008, -2.83122063e-006))
  4981. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  4982. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4983. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.78637409, 4.70507431, -0.0123927593, 5.39422035e-006, -0.410219967, -0.911986768, 6.2584877e-006, -0.911986709, 0.410219967, -1, -7.9497695e-006, -2.38418579e-006))
  4984. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4985. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4986. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.0601902, 3.84188843, 0.012373805, -4.20212746e-006, 0.508225679, 0.861224115, 7.30156898e-007, -0.861224055, 0.508225739, 1.00000012, 2.75392085e-006, 3.24845314e-006))
  4987. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  4988. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.312360466, 0.303880751, 0.303880751))
  4989. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.41298389, 5.5579052, 0.0123665333, -2.14576721e-006, 0.25908047, 0.965855896, 3.18139791e-006, -0.965855837, 0.25908047, 1, 3.62005085e-006, 1.22189522e-006))
  4990. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.493396938, 0.411162376))
  4991. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4992. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.85537338, 5.86849785, 0.0124582052, 2.38418579e-006, 0.200077549, 0.979780078, -5.63263893e-006, -0.979780197, 0.200077608, 1.00000012, -6.00609928e-006, -1.1920929e-006))
  4993. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.577682495, 0.493396938, 0.411162376))
  4994. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4995. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.12572479, -4.54663372, 0.0124077797, 2.97091901e-007, 0.998700798, 0.0509605259, 2.77161598e-006, -0.0509605259, 0.998700798, 1, -1.54599547e-007, -2.8014183e-006))
  4996. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.992961228, 0.411162376))
  4997. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  4998. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.4000206, -0.502847672, 0.0124326944, 4.85777855e-006, 0.873774052, 0.486332357, -6.85453415e-007, -0.486332327, 0.873774111, 0.999999881, -4.57745045e-006, -1.75833702e-006))
  4999. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5000. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5001. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.01305962, 5.12858963, 0.0124901533, 4.7981739e-006, 0.33012554, 0.943937182, -3.57627869e-007, -0.943937063, 0.330125511, 1.00000012, -1.92783773e-006, -4.41074371e-006))
  5002. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5003. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5004. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.7712822, -3.22886467, 0.0123285055, -1.78068876e-006, 0.971944034, 0.23521246, -4.44054604e-006, -0.235212505, 0.971944213, 1.00000012, 6.8731606e-007, 4.76837158e-006))
  5005. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5006. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5007. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.15555573, 1.88720322, 0.0124416351, 1.9967556e-006, 0.699798644, 0.71434027, 4.76837158e-006, -0.71434021, 0.699798703, 1, 2.02096999e-006, -4.67896461e-006))
  5008. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5009. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5010. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.58464622, 3.13653755, 0.0123970509, -1.34110451e-006, 0.588116705, 0.808776319, 1.10268593e-006, -0.8087762, 0.588116646, 1, 1.67358667e-006, 4.47034836e-007))
  5011. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5012. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5013. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.33772659, -6.93961811, 0.0123829842, -1.95205212e-006, 0.949819386, -0.312799186, 1.04308128e-006, 0.312799156, 0.949819326, 0.99999994, 1.54040754e-006, -1.54972076e-006))
  5014. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5015. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5016. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.33214378, 1.82011604, 0.0123348236, -3.57627869e-006, 0.698364794, 0.71574223, 1.93715096e-006, -0.715742171, 0.698364735, 1, 3.86592001e-006, 1.25169754e-006))
  5017. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.378268987, 0.923063278, 0.411162376))
  5018. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5019. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.11701393, 5.40522623, -0.0122904778, -7.37607479e-006, 0.990017414, -0.140945405, 6.04987144e-006, -0.140945435, -0.990017533, -1.00000012, -8.16304237e-006, -4.94718552e-006))
  5020. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5021. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.13949096, 0.303880751, 0.303880751))
  5022. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.13785172, 1.99371624, 0.0123724937, -3.51667404e-006, 0.764835656, 0.644225538, -2.71201134e-006, -0.644225478, 0.764835715, 1.00000012, 9.22009349e-007, 4.38094139e-006))
  5023. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.474894702, 0.411162376))
  5024. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5025. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.11168122, -6.81706238, -0.0124080181, -9.23871994e-007, -0.135209382, 0.990817189, 8.38562846e-006, 0.99081701, 0.135209367, -1, 8.41356814e-006, 2.08616257e-007))
  5026. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.828491092, 0.448168874, 0.411162376))
  5027. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.385452777, 0.5566293, 0.303880751))
  5028. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.23547554, -1.4368546, 0.0124742985, -1.25169754e-006, 0.970794678, 0.23991254, -5.06639481e-007, -0.239912495, 0.970794559, 1, 1.09616667e-006, 8.04662704e-007))
  5029. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  5030. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5031. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.35137749, -0.233643532, 0.0124229193, -2.04145908e-006, 0.832879305, 0.553454816, -1.34110451e-006, -0.553454816, 0.832879484, 1.00000012, 9.24803317e-007, 2.2649765e-006))
  5032. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5033. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5034. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.746381283, -7.19560242, -0.012477994, -5.69224358e-006, -0.343261242, 0.939240098, 2.98023224e-006, 0.939240098, 0.343261272, -1.00000012, 4.72832471e-006, -4.32133675e-006))
  5035. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.888114512, 0.411162376))
  5036. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.898353457, 0.303880751))
  5037. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.80285263, -4.37599087, 0.0123792887, -5.28991222e-007, 0.986603141, -0.163138941, 2.20537186e-006, 0.163138896, 0.9866032, 1, 1.57393515e-007, -2.23517418e-006))
  5038. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.339208543, 1, 0.411162376))
  5039. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5040. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.10495281, 6.67977905, 0.0122960806, 4.05311584e-006, 0.0749003738, 0.997191131, 3.20374966e-006, -0.997191012, 0.0749003813, 1, 2.90200114e-006, -4.23192978e-006))
  5041. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.631133437, 0.923063278, 0.411162376))
  5042. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.02641666, 0.303880751, 0.303880751))
  5043. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.36850357, 4.76811981, 0.0124428272, 2.5331974e-006, 0.375574261, 0.926792383, -2.35438347e-006, -0.926792383, 0.37557435, 1.00000012, -3.14041972e-006, -1.43051147e-006))
  5044. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.859332979, 0.411162376))
  5045. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5046. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123510361, -5.67341471, -6.00907898, -1, -9.31322575e-010, -2.98023224e-008, -2.98023224e-008, 0.111395173, 0.993776381, 1.49011612e-008, 0.993776202, -0.111395173))
  5047. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.407050252, 0.493396938, 0.805878341))
  5048. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5049. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.41927719, 5.96742249, -0.0124080181, -1.64657831e-006, 0.965299606, -0.261145562, -7.1823597e-006, -0.261145502, -0.965299606, -0.99999994, 2.79396772e-007, 7.33137131e-006))
  5050. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5051. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5052. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.719792366, 7.46349335, -0.0124108791, -8.31484795e-006, 0.58074677, -0.81408453, 1.49011612e-007, -0.814084411, -0.58074671, -0.99999994, -4.95743006e-006, 6.64591789e-006))
  5053. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5054. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.30986324, 0.303880751))
  5055. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.01763535, -6.10498905, 0.0123909712, -1.02818012e-006, 0.982813179, -0.184603095, -2.71201134e-006, 0.18460308, 0.982813358, 1.00000012, 1.51619315e-006, 2.47359276e-006))
  5056. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 1, 0.411162376))
  5057. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5058. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.97362518, 5.52422333, 0.0123796463, -2.74181366e-006, 0.425907314, 0.904766858, 2.83122063e-007, -0.904766858, 0.425907373, 1.00000012, 1.41561031e-006, 2.35438347e-006))
  5059. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.339208543, 0.474894702, 0.411162376))
  5060. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5061. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.81389236, -6.4021883, 0.0124505758, 5.05894423e-006, 0.972934306, -0.231082022, 1.81794167e-006, 0.231081992, 0.972934425, 1.00000012, -5.33089042e-006, -5.96046448e-007))
  5062. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.912784278, 0.411162376))
  5063. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5064. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.46669388, -5.53867197, 0.012367487, -1.06878579e-005, 0.995542765, -0.0943122283, 5.51342964e-006, 0.0943122357, 0.995542824, 1, 1.01206824e-005, -6.49690628e-006))
  5065. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.995017111, 0.411162376))
  5066. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5067. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.27927399, 1.08826637, 0.0124969482, 5.87105751e-006, 0.724118412, 0.689675689, 1.51991844e-006, -0.689675629, 0.72411859, 1.00000012, -3.18046659e-006, -5.15580177e-006))
  5068. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5069. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5070. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.94256783, 3.38024139, 0.0124887228, 2.50339508e-006, 0.556365132, 0.830938101, -8.49366188e-007, -0.830938041, 0.556365132, 1, -2.07126141e-006, -1.57952309e-006))
  5071. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5072. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5073. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.74662209, 6.22640228, -0.0124820471, 2.68220901e-006, 0.93085891, -0.365379125, -5.75184822e-006, -0.365379065, -0.93085885, -1.00000012, 4.6081841e-006, 4.32133675e-006))
  5074. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5075. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5076. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.24757767, 4.82518387, 0.012406826, -5.63263893e-006, 0.389464498, 0.921041608, -1.96695328e-006, -0.921041489, 0.389464557, 1.00000012, 3.83704901e-007, 5.96046448e-006))
  5077. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5078. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5079. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.59971619, 4.45449638, 0.0124127865, 2.38418579e-007, 0.428902268, 0.903351068, -1.32620335e-006, -0.903351009, 0.428902328, 1.00000012, -1.30105764e-006, 4.17232513e-007))
  5080. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.493396938, 0.411162376))
  5081. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.303880781, 0.303880751, 0.303880751))
  5082. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.17772675, -1.62893057, 0.0123587847, 1.87754631e-006, 0.916331828, 0.40042004, -8.16583633e-006, -0.40041995, 0.916331887, 1, -4.98630106e-006, 6.76512718e-006))
  5083. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337152779, 0.557127297, 0.411162376))
  5084. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.49165535, 0.729053199, 0.303880751))
  5085. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14151382, -9.38034821, 0.0125151873, 1.28149986e-006, 0.573237002, -0.81938976, 1.95205212e-006, 0.819389582, 0.573237062, 1, -2.30967999e-006, -2.98023224e-008))
  5086. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.411162376))
  5087. Player=game:GetService("Players").LocalPlayer
  5088. Character=Player.Character
  5089. PlayerGui=Player.PlayerGui
  5090. Backpack=Player.Backpack
  5091. Torso=Character.Torso
  5092. Head=Character.Head
  5093. Humanoid=Character.Humanoid
  5094. m=Instance.new('Model',Character)
  5095. LeftArm=Character["Left Arm"]
  5096. LeftLeg=Character["Left Leg"]
  5097. RightArm=Character["Right Arm"]
  5098. RightLeg=Character["Right Leg"]
  5099. LS=Torso["Left Shoulder"]
  5100. LH=Torso["Left Hip"]
  5101. RS=Torso["Right Shoulder"]
  5102. RH=Torso["Right Hip"]
  5103. Face = Head.face
  5104. Neck=Torso.Neck
  5105. it=Instance.new
  5106. attacktype=1
  5107. vt=Vector3.new
  5108. cf=CFrame.new
  5109. euler=CFrame.fromEulerAnglesXYZ
  5110. angles=CFrame.Angles
  5111. cloaked=false
  5112. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5113. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5114. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  5115. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  5116. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  5117. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  5118. RootPart=Character.HumanoidRootPart
  5119. RootJoint=RootPart.RootJoint
  5120. RootCF=euler(-1.57,0,3.14)
  5121. attack = false
  5122. attackdebounce = false
  5123. deb=false
  5124. equipped=true
  5125. hand=false
  5126. MMouse=nil
  5127. combo=0
  5128. mana=0
  5129. trispeed=.2
  5130. attackmode='none'
  5131. local idle=0
  5132. local Anim="Idle"
  5133. local Effects={}
  5134. local gun=false
  5135. local shoot=false
  5136. player=nil
  5137. mana=0
  5138. local CurrentMode = "Unsheathed"
  5139.  
  5140. mouse=Player:GetMouse()
  5141. --save shoulders
  5142. RSH, LSH=nil, nil
  5143. --welds
  5144. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  5145. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  5146. LH=Torso["Left Hip"]
  5147. RH=Torso["Right Hip"]
  5148. TorsoColor=Torso.BrickColor
  5149. function NoOutline(Part)
  5150. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  5151. end
  5152. player=Player
  5153. ch=Character
  5154. RSH=ch.Torso["Right Shoulder"]
  5155. LSH=ch.Torso["Left Shoulder"]
  5156. --
  5157. RSH.Parent=nil
  5158. LSH.Parent=nil
  5159. --
  5160. RW.Name="Right Shoulder"
  5161. RW.Part0=ch.Torso
  5162. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  5163. RW.C1=cf(0, 0.5, 0)
  5164. RW.Part1=ch["Right Arm"]
  5165. RW.Parent=ch.Torso
  5166. --
  5167. LW.Name="Left Shoulder"
  5168. LW.Part0=ch.Torso
  5169. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  5170. LW.C1=cf(0, 0.5, 0)
  5171. LW.Part1=ch["Left Arm"]
  5172. LW.Parent=ch.Torso
  5173.  
  5174. local function weldBetween(a, b)
  5175. local weldd = Instance.new("ManualWeld")
  5176. weldd.Part0 = a
  5177. weldd.Part1 = b
  5178. weldd.C0 = CFrame.new()
  5179. weldd.C1 = b.CFrame:inverse() * a.CFrame
  5180. weldd.Parent = a
  5181. return weldd
  5182. end
  5183.  
  5184. function nooutline(part)
  5185. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  5186. end
  5187.  
  5188. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  5189. local fp=it("Part")
  5190. fp.formFactor=formfactor
  5191. fp.Parent=parent
  5192. fp.Reflectance=reflectance
  5193. fp.Transparency=transparency
  5194. fp.CanCollide=false
  5195. fp.Locked=true
  5196. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  5197. fp.Name=name
  5198. fp.Size=size
  5199. fp.Position=Character.Torso.Position
  5200. nooutline(fp)
  5201. fp.Material=material
  5202. fp:BreakJoints()
  5203. return fp
  5204. end
  5205.  
  5206. function swait(num)
  5207. if num==0 or num==nil then
  5208. game:service'RunService'.Heartbeat:wait(0)
  5209. else
  5210. for i=0,num do
  5211. game:service'RunService'.Heartbeat:wait(0)
  5212. end
  5213. end
  5214. end
  5215.  
  5216. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  5217. local mesh=it(Mesh)
  5218. mesh.Parent=part
  5219. if Mesh=="SpecialMesh" then
  5220. mesh.MeshType=meshtype
  5221. mesh.MeshId=meshid
  5222. end
  5223. mesh.Offset=offset
  5224. mesh.Scale=scale
  5225. return mesh
  5226. end
  5227.  
  5228. function weld(parent,part0,part1,c0,c1)
  5229. local weld=it("Weld")
  5230. weld.Parent=parent
  5231. weld.Part0=part0
  5232. weld.Part1=part1
  5233. weld.C0=c0
  5234. weld.C1=c1
  5235. return weld
  5236. end
  5237.  
  5238.  
  5239. local function CFrameFromTopBack(at, top, back)
  5240. local right = top:Cross(back)
  5241. return CFrame.new(at.x, at.y, at.z,
  5242. right.x, top.x, back.x,
  5243. right.y, top.y, back.y,
  5244. right.z, top.z, back.z)
  5245. end
  5246.  
  5247. function Triangle(a, b, c)
  5248. local edg1 = (c-a):Dot((b-a).unit)
  5249. local edg2 = (a-b):Dot((c-b).unit)
  5250. local edg3 = (b-c):Dot((a-c).unit)
  5251. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  5252. a, b, c = a, b, c
  5253. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  5254. a, b, c = b, c, a
  5255. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  5256. a, b, c = c, a, b
  5257. else
  5258. assert(false, "unreachable")
  5259. end
  5260.  
  5261. local len1 = (c-a):Dot((b-a).unit)
  5262. local len2 = (b-a).magnitude - len1
  5263. local width = (a + (b-a).unit*len1 - c).magnitude
  5264.  
  5265. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  5266.  
  5267. local list = {}
  5268.  
  5269. if len1 > 0.01 then
  5270. local w1 = Instance.new('WedgePart', m)
  5271. game:GetService("Debris"):AddItem(w1,5)
  5272. w1.Material = "Neon"
  5273. w1.FormFactor = 'Custom'
  5274. w1.BrickColor = BrickColor.new("Really Black")
  5275. w1.Transparency = 0
  5276. w1.Reflectance = 0
  5277. w1.Material = "Neon"
  5278. w1.CanCollide = false
  5279. NoOutline(w1)
  5280. local sz = Vector3.new(0.2, width, len1)
  5281. w1.Size = sz
  5282. local sp = Instance.new("SpecialMesh",w1)
  5283. sp.MeshType = "Wedge"
  5284. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  5285. w1:BreakJoints()
  5286. w1.Anchored = true
  5287. w1.Parent = workspace
  5288. w1.Transparency = 0.3
  5289. table.insert(Effects,{w1,"Disappear",.03})
  5290. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  5291. table.insert(list,w1)
  5292. end
  5293. if len2 > 0.01 then
  5294. local w2 = Instance.new('WedgePart', m)
  5295. game:GetService("Debris"):AddItem(w2,5)
  5296. w2.Material = "SmoothPlastic"
  5297. w2.FormFactor = 'Custom'
  5298. w2.BrickColor = BrickColor.new("Really Black")
  5299. w2.Transparency = 0
  5300. w2.Reflectance = 0
  5301. w2.Material = "Neon"
  5302. w2.CanCollide = false
  5303. NoOutline(w2)
  5304. local sz = Vector3.new(0.2, width, len2)
  5305. w2.Size = sz
  5306. local sp = Instance.new("SpecialMesh",w2)
  5307. sp.MeshType = "Wedge"
  5308. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  5309. w2:BreakJoints()
  5310. w2.Anchored = true
  5311. w2.Parent = workspace
  5312. w2.Transparency = 0.3
  5313. table.insert(Effects,{w2,"Disappear",.03})
  5314. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  5315. table.insert(list,w2)
  5316. end
  5317. return unpack(list)
  5318. end
  5319.  
  5320.  
  5321. so = function(id,par,vol,pit)
  5322. coroutine.resume(coroutine.create(function()
  5323. local sou = Instance.new("Sound",par or workspace)
  5324. sou.Volume=vol
  5325. sou.Pitch=pit or 1
  5326. sou.SoundId=id
  5327. swait()
  5328. sou:play()
  5329. game:GetService("Debris"):AddItem(sou,6)
  5330. end))
  5331. end
  5332.  
  5333. function clerp(a,b,t)
  5334. local qa = {QuaternionFromCFrame(a)}
  5335. local qb = {QuaternionFromCFrame(b)}
  5336. local ax, ay, az = a.x, a.y, a.z
  5337. local bx, by, bz = b.x, b.y, b.z
  5338. local _t = 1-t
  5339. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  5340. end
  5341.  
  5342. function QuaternionFromCFrame(cf)
  5343. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  5344. local trace = m00 + m11 + m22
  5345. if trace > 0 then
  5346. local s = math.sqrt(1 + trace)
  5347. local recip = 0.5/s
  5348. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  5349. else
  5350. local i = 0
  5351. if m11 > m00 then
  5352. i = 1
  5353. end
  5354. if m22 > (i == 0 and m00 or m11) then
  5355. i = 2
  5356. end
  5357. if i == 0 then
  5358. local s = math.sqrt(m00-m11-m22+1)
  5359. local recip = 0.5/s
  5360. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  5361. elseif i == 1 then
  5362. local s = math.sqrt(m11-m22-m00+1)
  5363. local recip = 0.5/s
  5364. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  5365. elseif i == 2 then
  5366. local s = math.sqrt(m22-m00-m11+1)
  5367. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  5368. end
  5369. end
  5370. end
  5371.  
  5372. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  5373. local xs, ys, zs = x + x, y + y, z + z
  5374. local wx, wy, wz = w*xs, w*ys, w*zs
  5375. local xx = x*xs
  5376. local xy = x*ys
  5377. local xz = x*zs
  5378. local yy = y*ys
  5379. local yz = y*zs
  5380. local zz = z*zs
  5381. 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))
  5382. end
  5383.  
  5384. function QuaternionSlerp(a, b, t)
  5385. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  5386. local startInterp, finishInterp;
  5387. if cosTheta >= 0.0001 then
  5388. if (1 - cosTheta) > 0.0001 then
  5389. local theta = math.acos(cosTheta)
  5390. local invSinTheta = 1/math.sin(theta)
  5391. startInterp = math.sin((1-t)*theta)*invSinTheta
  5392. finishInterp = math.sin(t*theta)*invSinTheta
  5393. else
  5394. startInterp = 1-t
  5395. finishInterp = t
  5396. end
  5397. else
  5398. if (1+cosTheta) > 0.0001 then
  5399. local theta = math.acos(-cosTheta)
  5400. local invSinTheta = 1/math.sin(theta)
  5401. startInterp = math.sin((t-1)*theta)*invSinTheta
  5402. finishInterp = math.sin(t*theta)*invSinTheta
  5403. else
  5404. startInterp = t-1
  5405. finishInterp = t
  5406. end
  5407. end
  5408. 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
  5409. end
  5410.  
  5411. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  5412. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  5413. end
  5414.  
  5415. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  5416. if hit.Parent==nil then
  5417. return
  5418. end
  5419. local h=hit.Parent:FindFirstChild("Humanoid")
  5420. for _,v in pairs(hit.Parent:children()) do
  5421. if v:IsA("Humanoid") then
  5422. h=v
  5423. end
  5424. end
  5425. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  5426. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  5427. end
  5428. if hit.Parent.className=="Hat" then
  5429. hit=hit.Parent.Parent:findFirstChild("Head")
  5430. end
  5431. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  5432. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  5433. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  5434. return
  5435. end]]
  5436. -- hs(hit,1.2)
  5437. local c=Instance.new("ObjectValue")
  5438. c.Name="creator"
  5439. c.Value=game:service("Players").LocalPlayer
  5440. c.Parent=h
  5441. game:GetService("Debris"):AddItem(c,.5)
  5442. local Damage=math.random(minim,maxim)
  5443. -- h:TakeDamage(Damage)
  5444. local blocked=false
  5445. local block=hit.Parent:findFirstChild("Block")
  5446. if block~=nil then
  5447. print(block.className)
  5448. if block.className=="NumberValue" then
  5449. if block.Value>0 then
  5450. blocked=true
  5451. if decreaseblock==nil then
  5452. block.Value=block.Value-1
  5453. end
  5454. end
  5455. end
  5456. if block.className=="IntValue" then
  5457. if block.Value>0 then
  5458. blocked=true
  5459. if decreaseblock~=nil then
  5460. block.Value=block.Value-1
  5461. end
  5462. end
  5463. end
  5464. end
  5465. if blocked==false then
  5466. -- h:TakeDamage(Damage)
  5467. h.Health=h.Health-Damage
  5468. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  5469. else
  5470. h.Health=h.Health-(Damage/2)
  5471. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  5472. end
  5473. if Type=="Knockdown" then
  5474. local hum=hit.Parent.Humanoid
  5475. hum.PlatformStand=true
  5476. coroutine.resume(coroutine.create(function(HHumanoid)
  5477. swait(1)
  5478. HHumanoid.PlatformStand=false
  5479. end),hum)
  5480. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  5481. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  5482. local bodvol=Instance.new("BodyVelocity")
  5483. bodvol.velocity=angle*knockback
  5484. bodvol.P=5000
  5485. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  5486. bodvol.Parent=hit
  5487. local rl=Instance.new("BodyAngularVelocity")
  5488. rl.P=3000
  5489. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  5490. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  5491. rl.Parent=hit
  5492. game:GetService("Debris"):AddItem(bodvol,.5)
  5493. game:GetService("Debris"):AddItem(rl,.5)
  5494. elseif Type=="Normal" then
  5495. local vp=Instance.new("BodyVelocity")
  5496. vp.P=500
  5497. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  5498. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  5499. if KnockbackType==1 then
  5500. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  5501. elseif KnockbackType==2 then
  5502. vp.velocity=Property.CFrame.lookVector*knockback
  5503. end
  5504. if knockback>0 then
  5505. vp.Parent=hit.Parent.Torso
  5506. end
  5507. game:GetService("Debris"):AddItem(vp,.5)
  5508. elseif Type=="Up" then
  5509. local bodyVelocity=Instance.new("BodyVelocity")
  5510. bodyVelocity.velocity=vt(0,60,0)
  5511. bodyVelocity.P=5000
  5512. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  5513. bodyVelocity.Parent=hit
  5514. game:GetService("Debris"):AddItem(bodyVelocity,1)
  5515. local rl=Instance.new("BodyAngularVelocity")
  5516. rl.P=3000
  5517. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  5518. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  5519. rl.Parent=hit
  5520. game:GetService("Debris"):AddItem(rl,.5)
  5521. elseif Type=="Snare" then
  5522. local bp=Instance.new("BodyPosition")
  5523. bp.P=2000
  5524. bp.D=100
  5525. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  5526. bp.position=hit.Parent.Torso.Position
  5527. bp.Parent=hit.Parent.Torso
  5528. game:GetService("Debris"):AddItem(bp,1)
  5529. elseif Type=="Target" then
  5530. local Targetting = false
  5531. if Targetting==false then
  5532. ZTarget=hit.Parent.Torso
  5533. coroutine.resume(coroutine.create(function(Part)
  5534. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  5535. swait(5)
  5536. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  5537. end),ZTarget)
  5538. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  5539. local targetgui=Instance.new("BillboardGui")
  5540. targetgui.Parent=ZTarget
  5541. targetgui.Size=UDim2.new(10,100,10,100)
  5542. local targ=Instance.new("ImageLabel")
  5543. targ.Parent=targetgui
  5544. targ.BackgroundTransparency=1
  5545. targ.Image="rbxassetid://4834067"
  5546. targ.Size=UDim2.new(1,0,1,0)
  5547. cam.CameraType="Scriptable"
  5548. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  5549. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  5550. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  5551. Targetting=true
  5552. RocketTarget=ZTarget
  5553. for i=1,Property do
  5554. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  5555. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  5556. swait()
  5557. end
  5558. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  5559. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  5560. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  5561. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  5562. end
  5563. Targetting=false
  5564. RocketTarget=nil
  5565. targetgui.Parent=nil
  5566. cam.CameraType="Custom"
  5567. end
  5568. end
  5569. local debounce=Instance.new("BoolValue")
  5570. debounce.Name="DebounceHit"
  5571. debounce.Parent=hit.Parent
  5572. debounce.Value=true
  5573. game:GetService("Debris"):AddItem(debounce,Delay)
  5574. c=Instance.new("ObjectValue")
  5575. c.Name="creator"
  5576. c.Value=Player
  5577. c.Parent=h
  5578. game:GetService("Debris"):AddItem(c,.5)
  5579. end
  5580. end
  5581.  
  5582.  
  5583. function ShowDamage(Pos, Text, Time, Color)
  5584. local Rate = (1 / 30)
  5585. local Pos = (Pos or Vector3.new(0, 0, 0))
  5586. local Text = (Text or "")
  5587. local Time = (Time or 2)
  5588. local Color = (Color or Color3.new(1, 0, 0))
  5589. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  5590. EffectPart.Anchored = true
  5591. local BillboardGui = Instance.new("BillboardGui")
  5592. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  5593. BillboardGui.Adornee = EffectPart
  5594. local TextLabel = Instance.new("TextLabel")
  5595. TextLabel.BackgroundTransparency = 1
  5596. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  5597. TextLabel.Text = Text
  5598. TextLabel.TextColor3 = Color
  5599. TextLabel.TextScaled = true
  5600. TextLabel.Font = Enum.Font.ArialBold
  5601. TextLabel.Parent = BillboardGui
  5602. BillboardGui.Parent = EffectPart
  5603. game.Debris:AddItem(EffectPart, (Time + 0.1))
  5604. EffectPart.Parent = game:GetService("Workspace")
  5605. Delay(0, function()
  5606. local Frames = (Time / Rate)
  5607. for Frame = 1, Frames do
  5608. wait(Rate)
  5609. local Percent = (Frame / Frames)
  5610. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  5611. TextLabel.TextTransparency = Percent
  5612. end
  5613. if EffectPart and EffectPart.Parent then
  5614. EffectPart:Destroy()
  5615. end
  5616. end)
  5617. end
  5618.  
  5619. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Pearl","Handle",Vector3.new(0.34799999, 2.78399992, 0.34799999))
  5620. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00324273, 0.013961792, -0.00828075409, -1.38366803e-013, -0.999999881, 4.25688995e-009, 2.4656245e-007, -4.25688951e-009, -1, 1, -1.373172e-013, 2.4656245e-007))
  5621. mesh("CylinderMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  5622. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,1,"Really Black","Hitbox",Vector3.new(1.04400003, 6.35600042, 0.600000024))
  5623. Hitboxweld=weld(m,handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000308990479, -5.48094559, -2.00271606e-005, 1, 6.10120843e-011, -1.08637464e-014, -6.10120843e-011, 1, 7.57154339e-011, 1.08637574e-014, -7.57154339e-011, 1))
  5624. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  5625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5626. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.00242900848, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -4.25688862e-009, -1.37317173e-013, -4.25688862e-009, 0.999999702, -2.46562365e-007))
  5627. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5629. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  5630. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  5632. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000484466553, -0.232157588, -1.08489037, -1.6391111e-007, -2.91180186e-007, -0.999989986, -0.999989986, 2.34624395e-007, 1.63911025e-007, 2.34622007e-007, 1, -2.91177315e-007))
  5633. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  5634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5635. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007))
  5636. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.812000036, 0.591600001))
  5638. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000144004822, -7.46494102, -8.79764557e-005, 4.47029542e-008, 2.42425131e-007, 0.999980867, -2.50834205e-007, 1, -2.42420526e-007, -0.999980867, -2.5083898e-007, 4.47030146e-008))
  5639. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  5640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5641. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5642. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939))
  5643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5644. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  5645. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5647. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.232713461, -1.89698601, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5648. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  5650. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.174778461, -1.66498375, 9.53674316e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1))
  5651. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  5652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Part",Vector3.new(1.04400003, 4.75600052, 0.200000003))
  5653. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000287055969, -4.68094635, -3.14712524e-005, 0.999985695, 6.10369533e-011, -1.79689095e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689129e-014, -7.57438556e-011, 0.999985695))
  5654. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  5655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5656. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  5657. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961))
  5658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  5659. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  5660. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.798079908, 0.843320072, 0.58927989))
  5661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Blakc","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5662. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  5663. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5665. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007))
  5666. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5668. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  5669. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5671. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  5672. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  5674. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00553905964, -0.620464325, 0.00238800049, 0.999994755, 4.21545732e-009, 1.69303116e-013, -4.2154511e-009, 1, -2.46550314e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755))
  5675. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5677. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007))
  5678. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.812000036, 0.200000003, 0.579999983))
  5680. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013))
  5681. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.526639998, 1))
  5682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  5683. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.294445038, 1.4429245, 0.00253105164, 0.965925753, -0.258819014, 6.3815186e-008, 0.258819014, 0.965925753, -2.38160979e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5684. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5686. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007))
  5687. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5689. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5690. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.229680017, 0.249400035, 0.650759876))
  5691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5692. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  5693. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  5695. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28609848, -1.26961899, 0.00253105164, 0.707106709, -0.707106769, 1.74346084e-007, 0.707106769, 0.707106709, -1.74345857e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5697. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  5698. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5700. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  5701. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5703. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5704. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5706. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5707. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5709. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007))
  5710. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.579999983, 0.200000003, 0.34799999))
  5712. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000606894493, -1.54850197, -4.76837158e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1))
  5713. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5715. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5716. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  5717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5718. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.23126626, -1.89697075, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5719. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000222, 1, 1))
  5720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  5721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.859739304, -1.87621498, 0.00253105164, 0.70710659, 0.70710659, -1.74345828e-007, -0.70710659, 0.70710659, -1.74346027e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5723. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58202362, 0.00305497646, 0.00253105164, 1.91577065e-008, -1, 2.46562593e-007, 0.999994159, 1.91577474e-008, -8.742213e-008, 4.37109904e-008, 2.46561086e-007, 0.999994159))
  5724. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5726. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013))
  5727. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.44659999, 0.69599998, 0.371199995))
  5729. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555098057, -1.02645874, 0.00238800049, 0.999994278, 4.2154551e-009, 1.69303035e-013, -4.21544888e-009, 0.999999523, -2.46550201e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755))
  5730. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  5731. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5732. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.0024292469, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -6.38615347e-008, -1.22620908e-013, -6.38615347e-008, 0.999999702, -2.46562365e-007))
  5733. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 0.463999987, 0.34799999))
  5735. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000650644302, -1.8385067, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 4.75600052, 0.200000003))
  5738. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000156164169, -4.68094444, -0.000274658203, 0.999971211, 5.13775689e-011, -1.44165397e-014, -5.13864507e-011, 1, 6.64499566e-011, 8.34828473e-015, -6.64783784e-011, 0.999971211))
  5739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000401, 1, 0.69599992))
  5740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5741. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  5742. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5744. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  5745. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961))
  5746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5747. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5748. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5750. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5751. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 0.231999993, 0.200000003))
  5753. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000268936157, -7.1749382, -0.000166773796, -2.98020346e-008, 2.42384317e-007, 0.999980867, -2.50883971e-007, 1, -2.42379713e-007, -0.999980867, -2.50888746e-007, -2.98019742e-008))
  5754. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.698320508, 1.00999999, 0.590207934))
  5755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.44659999, 1.15999997, 0.371199995))
  5756. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00572288036, 0.249307632, 0.00253105164, 0.999997973, 4.25688151e-009, 1.37316929e-013, -4.25688196e-009, 0.999998093, -2.46561967e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  5757. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  5758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  5759. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00575697422, 1.22929001, 0.00253105164, 1, 4.25689928e-009, 1.49599246e-013, -4.25689928e-009, 1, -2.46565691e-007, -1.50648848e-013, 2.46565691e-007, 1))
  5760. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5762. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007))
  5763. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.579999983, 0.34799999))
  5765. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347447634, -1.78050041, 0.000102043152, 0.999989986, 6.10373974e-011, -1.79689739e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999989986))
  5766. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5768. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  5769. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5771. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5772. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.229680017, 0.249400035, 0.650759876))
  5773. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  5774. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.872640967, -2.18717003, 0.00248718262, 1, 4.25688995e-009, 1.37317214e-013, -4.25688995e-009, 1, -2.4656245e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5776. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  5777. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5779. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5780. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  5781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Really Black","Part",Vector3.new(0.200000003, 1.50800002, 1.04400003))
  5782. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.53131104e-005, -7.8129406, 0.00018453598, 4.47029258e-008, 2.42408902e-007, 0.999980867, -2.50858221e-007, 1, -2.42404298e-007, -0.999980867, -2.50863025e-007, 4.47029933e-008))
  5783. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.581159949, 1, 1))
  5784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  5785. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000666975975, -2.18694496, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5787. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007))
  5788. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pearl","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  5790. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.173270226, -1.66498375, 0.0001039505, 0.999997854, 6.10373974e-011, -1.7969128e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79691145e-014, -7.57154339e-011, 0.999997854))
  5791. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  5792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5793. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008))
  5794. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  5795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  5796. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.863862991, -1.87209129, 0.00253105164, 0.70710659, -0.70710659, 1.74346027e-007, 0.70710659, 0.70710659, -1.74345828e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5797. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Neon","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5798. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013))
  5799. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  5801. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  5802. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  5803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.580000043, 4.75600052, 0.200000003))
  5804. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0001963377, -4.68094635, -9.53674316e-005, 0.999990404, 6.10373974e-011, -1.79689874e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57154339e-011, 0.999990404))
  5805. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.638000011))
  5806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  5807. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28197098, -1.27374649, 0.00253105164, 0.707106709, 0.707106769, -1.74345885e-007, -0.707106769, 0.707106709, -1.74346056e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5809. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.116648793, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5810. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5812. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008))
  5813. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  5815. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563848019, -0.388711929, 0.00253295898, 0.99999404, 4.25686464e-009, 1.37316401e-013, -4.25686508e-009, 0.999994159, -2.46561001e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  5816. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.34799999, 0.34799999, 0.200000003))
  5818. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  5819. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.595080018, 0.683239937))
  5820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5821. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  5822. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961))
  5823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.231999993, 0.34799999))
  5824. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347726822, -1.60689163, -9.05990601e-005, 0.99999994, 6.59379218e-011, -1.80878482e-014, -6.59667876e-011, 1, -5.95150595e-011, 2.41627922e-014, 5.94866378e-011, 0.99999994))
  5825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000103, 1, 1))
  5826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  5827. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007))
  5828. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  5829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  5830. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870689273, -2.18681908, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5831. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  5832. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000425338745, -0.231835961, -1.08489037, -4.08055101e-009, 2.02203083e-007, 0.99999994, 0.99999994, 2.42933169e-007, 4.08050749e-009, -2.42933169e-007, 1, -2.02203097e-007))
  5833. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  5834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.812000036, 0.200000003, 0.812000036))
  5835. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013))
  5836. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.444280028, 1))
  5837. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5838. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  5839. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939))
  5840. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  5841. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563395023, 0.887273788, 0.00253295898, 0.999990106, 4.25684776e-009, 1.37315859e-013, -4.25684821e-009, 0.999990225, -2.46560035e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  5842. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5843. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5844. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.348541379, -1.89650154, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5845. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5846. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  5847. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  5848. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.835199952, 0.808520079, 0.58927989))
  5849. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  5850. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555217266, -1.43245697, 0.00238800049, 0.999993682, 4.21545243e-009, 1.69302926e-013, -4.21544666e-009, 0.999998927, -2.46550059e-007, -1.77448618e-013, 2.46551593e-007, 0.999994755))
  5851. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  5852. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  5853. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115347862, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  5854. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5855. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  5856. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  5857. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961))
  5858. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really Black","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  5859. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.300365448, 1.44133759, 0.00253105164, 0.965925753, 0.258819014, -6.3814916e-008, -0.258819014, 0.965925753, -2.38161064e-007, -1.38366803e-013, 2.4656245e-007, 1))
  5860. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  5861.  
  5862. local Lite = it("PointLight",Torso)
  5863. Lite.Color = Color3.new(255, 255, 255)
  5864. Lite.Range = 8
  5865. Lite.Brightness = 10
  5866. Lite.Shadows = true
  5867.  
  5868. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  5869. local prt=part("Custom",workspace,"Neon",0,0,"Really Black","Effect",vt(0.5,0.5,0.5))
  5870. prt.Anchored=true
  5871. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  5872. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  5873. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  5874. CF=Part.CFrame
  5875. Numbb=0
  5876. randnumb=math.random()-math.random()
  5877. for i=0,1,0.05 do
  5878. wait()
  5879. CF=CF*cf(0,1,0)
  5880. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  5881. Part.CFrame=CF*euler(Numbb,0,0)
  5882. Part.Transparency=i
  5883. Numbb=Numbb+randnumb
  5884. end
  5885. Part.Parent=nil
  5886. end),prt)
  5887. end
  5888. --BreakEffect(BrickColor.new("Really Black"),Hitbox.CFrame,0.5,math.random(5,20),0.5)
  5889.  
  5890. function attackone()
  5891. attack=true
  5892. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200000,2000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  5893. for i=0,1,0.1 do
  5894. swait()
  5895. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  5896. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  5897. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5898. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5899. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  5900. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  5901. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  5902. end
  5903. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  5904. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  5905. hitconasdf = Hitbox.Touched:connect(function(hit)
  5906. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  5907. if hum12 and not hum12:IsDescendantOf(Character) then
  5908. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  5909. for i = 1,10 do
  5910. BreakEffect(BrickColor.new("Really Black"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  5911. end
  5912. hitconasdf:disconnect()
  5913. end
  5914. end)
  5915. for i=0,1,0.1 do
  5916. swait()
  5917. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  5918. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5919. local h = 5
  5920. 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)
  5921. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5922. 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)
  5923. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5924. scfr = blcf
  5925. elseif not scfr then
  5926. scfr = blcf
  5927. end
  5928. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  5929. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  5930. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5931. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5932. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  5933. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  5934. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  5935. end
  5936. attack=false
  5937. con:disconnect()
  5938. scfr = nil
  5939. pcall(function()
  5940. hitconasdf:disconnect()
  5941. end)
  5942. end
  5943.  
  5944. function attacktwo()
  5945. attack=true
  5946. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200000,2000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  5947. for i=0,1,0.1 do
  5948. swait()
  5949. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  5950. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  5951. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5952. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5953. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  5954. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5955. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  5956. end
  5957. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  5958. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  5959. hitconasdf = Hitbox.Touched:connect(function(hit)
  5960. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  5961. if hum12 and not hum12:IsDescendantOf(Character) then
  5962. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  5963. for i = 1,10 do
  5964. BreakEffect(BrickColor.new("Really Black"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  5965. end
  5966. hitconasdf:disconnect()
  5967. end
  5968. end)
  5969. for i=0,1,0.1 do
  5970. swait()
  5971. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  5972. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5973. local h = 5
  5974. 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)
  5975. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5976. 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)
  5977. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5978. scfr = blcf
  5979. elseif not scfr then
  5980. scfr = blcf
  5981. end
  5982. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  5983. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  5984. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5985. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  5986. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  5987. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  5988. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  5989. end
  5990. attack=false
  5991. con:disconnect()
  5992. scfr = nil
  5993. pcall(function()
  5994. hitconasdf:disconnect()
  5995. end)
  5996. end
  5997.  
  5998. function Stab()
  5999. attack=true
  6000. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200000,2000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  6001. for i=0,1,0.1 do
  6002. swait()
  6003. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  6004. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(60)),.3)
  6005. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(90)),.3)
  6006. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-90)),.3)
  6007. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6008. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6009. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  6010. end
  6011. hitconasdf = Hitbox.Touched:connect(function(hit)
  6012. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  6013. if hum12 and not hum12:IsDescendantOf(Character) then
  6014. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  6015. for i = 1,10 do
  6016. BreakEffect(BrickColor.new("Really Black"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  6017. end
  6018. hitconasdf:disconnect()
  6019. end
  6020. end)
  6021. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  6022. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  6023. for i=0,1,0.1 do
  6024. swait()
  6025. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  6026. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  6027. local h = 5
  6028. 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)
  6029. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6030. 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)
  6031. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6032. scfr = blcf
  6033. elseif not scfr then
  6034. scfr = blcf
  6035. end
  6036. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  6037. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-80)),.4)
  6038. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  6039. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-30)),.4)
  6040. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  6041. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  6042. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  6043. end
  6044. con:disconnect()
  6045. attack=false
  6046. scfr = nil
  6047. pcall(function()
  6048. hitconasdf:disconnect()
  6049. end)
  6050. end
  6051.  
  6052. function Spin()
  6053. attack=true
  6054. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200000,2000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  6055. hitconasdf = Hitbox.Touched:connect(function(hit)
  6056. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  6057. if hum12 and not hum12:IsDescendantOf(Character) then
  6058. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  6059. for i = 1,10 do
  6060. BreakEffect(BrickColor.new("Really Black"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  6061. end
  6062. hitconasdf:disconnect()
  6063. end
  6064. end)
  6065. for i=0,1,1 do
  6066. so("http://roblox.com/asset/?id=154965962",Hitbox,1,1)
  6067. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  6068. swait()
  6069. for i=0,1,0.1 do
  6070. swait()
  6071. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  6072. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  6073. local h = 5
  6074. 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)
  6075. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6076. 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)
  6077. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6078. scfr = blcf
  6079. elseif not scfr then
  6080. scfr = blcf
  6081. end
  6082. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(-50)),.3)
  6083. LW.C0=clerp(LW.C0,cf(-1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(50)),.3)
  6084. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0)),.3)
  6085. RH.C0=clerp(RH.C0,cf(1,-.5,-1)*angles(math.rad(-20),math.rad(90),math.rad(0)),.3)
  6086. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(6*i,0,0),.5)
  6087. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30)),1)
  6088. end
  6089. end
  6090. attack=false
  6091. con:disconnect()
  6092. scfr = nil
  6093. pcall(function()
  6094. hitconasdf:disconnect()
  6095. end)
  6096. end
  6097.  
  6098. function ContAttack()
  6099. attack=true
  6100. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200000,2000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  6101. hitconasdf = Hitbox.Touched:connect(function(hit)
  6102. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  6103. if hum12 and not hum12:IsDescendantOf(Character) then
  6104. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  6105. for i = 1,10 do
  6106. BreakEffect(BrickColor.new("Really Black"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  6107. end
  6108. hitconasdf:disconnect()
  6109. end
  6110. end)
  6111. for i=1,4 do
  6112. swait()
  6113. for i=0,1,0.2 do
  6114. swait()
  6115. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  6116. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  6117. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6118. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6119. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  6120. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  6121. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  6122. end
  6123. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  6124. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  6125. for i=0,1,0.2 do
  6126. swait()
  6127. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  6128. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  6129. local h = 5
  6130. 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)
  6131. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6132. 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)
  6133. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6134. scfr = blcf
  6135. elseif not scfr then
  6136. scfr = blcf
  6137. end
  6138. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  6139. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  6140. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6141. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6142. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  6143. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  6144. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  6145. end
  6146. for i=0,1,0.2 do
  6147. swait()
  6148. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  6149. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  6150. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6151. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6152. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  6153. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  6154. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  6155. end
  6156. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  6157. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  6158. for i=0,1,0.2 do
  6159. swait()
  6160. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  6161. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  6162. local h = 5
  6163. 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)
  6164. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6165. 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)
  6166. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  6167. scfr = blcf
  6168. elseif not scfr then
  6169. scfr = blcf
  6170. end
  6171. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  6172. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  6173. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6174. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6175. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  6176. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  6177. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  6178. end
  6179. end
  6180. attack=false
  6181. con:disconnect()
  6182. scfr = nil
  6183. pcall(function()
  6184. hitconasdf:disconnect()
  6185. end)
  6186. end
  6187.  
  6188.  
  6189. function Sheathe()
  6190. attack = true
  6191. so("http://www.roblox.com/asset/?id=273797222",Hitbox,1,.9)
  6192. CurrentMode = "Sheathed"
  6193. for i = 0,1,0.1 do
  6194. swait()
  6195. handleweld.Part0 = Torso
  6196. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  6197. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(-20)),.3)
  6198. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(190),math.rad(0),math.rad(0)),.3)
  6199. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  6200. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6201. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6202. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6203. end
  6204. attack = false
  6205. end
  6206.  
  6207. function Unsheathe()
  6208. attack = true
  6209. CurrentMode = "Unsheathed"
  6210. so("http://www.roblox.com/asset/?id=239169404",Hitbox,1,.9)
  6211. for i = 0,1,0.1 do
  6212. swait()
  6213. handleweld.Part0 = RightArm
  6214. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  6215. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  6216. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(200),math.rad(0),math.rad(0)),.3)
  6217. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(-30),math.rad(-30)),.3)
  6218. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6219. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6220. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(0)),.3)
  6221. end
  6222. scfr = nil
  6223. attack = false
  6224. end
  6225.  
  6226. local Sit = false
  6227.  
  6228. mouse.Button1Down:connect(function()
  6229. if attack==false then
  6230. if attacktype==1 and CurrentMode == "Unsheathed" then
  6231. attack=true
  6232. attacktype=2
  6233. attackone()
  6234. elseif attacktype==2 and CurrentMode == "Unsheathed" then
  6235. attack=true
  6236. attacktype=1
  6237. attacktwo()
  6238. end
  6239. end
  6240. end)
  6241.  
  6242.  
  6243. mouse.KeyDown:connect(function(k)
  6244. k=k:lower()
  6245. if k=='q' then
  6246. if attack==false and CurrentMode == "Unsheathed" then
  6247. Stab()
  6248. end
  6249. elseif k=='e' then
  6250. if attack==false and CurrentMode == "Unsheathed" then
  6251. Spin()
  6252. end
  6253. elseif k=='r' then
  6254. if attack==false and CurrentMode == "Unsheathed" then
  6255. ContAttack()
  6256. end
  6257. elseif k=='f' then
  6258. if attack==false and CurrentMode == "Unsheathed" then
  6259. Sheathe()
  6260. elseif k=='f' then
  6261. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6262. Unsheathe()
  6263. end
  6264. end
  6265. elseif k=='t' then
  6266. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6267. Sit = true
  6268. Humanoid.WalkSpeed = 0
  6269. elseif k=='t' then
  6270. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  6271. Sit = false
  6272. Humanoid.WalkSpeed = 16
  6273. end
  6274. end
  6275.  
  6276. end
  6277. end)
  6278.  
  6279.  
  6280. local sine = 0
  6281. local change = 1
  6282. local val = 0
  6283.  
  6284. while true do
  6285. swait()
  6286. sine = sine + change
  6287. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  6288. local velderp=RootPart.Velocity.y
  6289. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  6290. if equipped==true or equipped==false then
  6291. if attack==false then
  6292. idle=idle+1
  6293. else
  6294. idle=0
  6295. end
  6296. if idle>=500 then
  6297. if attack==false then
  6298. end
  6299. end
  6300. if RootPart.Velocity.y > 1 and hitfloor==nil then
  6301. Anim="Jump"
  6302. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  6303. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  6304. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  6305. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(50),math.rad(0),math.rad(30)),.3)
  6306. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6307. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6308. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  6309. end
  6310. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6311. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  6312. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  6313. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(30)),.3)
  6314. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-30)),.3)
  6315. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6316. RH.C0=clerp(RH.C0,cf(1,-1,-.2)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6317. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6318. end
  6319. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  6320. Anim="Fall"
  6321. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  6322. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  6323. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  6324. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  6325. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6326. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6327. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  6328. end
  6329. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6330. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  6331. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  6332. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(50)),.3)
  6333. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-50)),.3)
  6334. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6335. RH.C0=clerp(RH.C0,cf(1,-1,-.5)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6336. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6337. end
  6338. elseif torvel<1 and hitfloor~=nil then
  6339. Anim="Idle"
  6340. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  6341. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  6342. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(40)),.3)
  6343. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(20)),.3)
  6344. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  6345. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6346. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6347. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  6348. end
  6349. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6350. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  6351. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  6352. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(5)),.3)
  6353. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-5)),.3)
  6354. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6355. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6356. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6357. end
  6358. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  6359. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  6360. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  6361. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-10),math.rad(0),math.rad(5)),.3)
  6362. LW.C0=clerp(LW.C0,cf(-1.3,0.5,0)*euler(math.rad(90),math.rad(0),math.rad(30)),.3)
  6363. LH.C0=clerp(LH.C0,cf(-1,.7,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-10))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6364. RH.C0=clerp(RH.C0,cf(1,-.5,-.5)*angles(math.rad(0),math.rad(90),math.rad(70))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6365. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6366. end
  6367. elseif torvel>2 and hitfloor~=nil then
  6368. Anim="Walk"
  6369. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  6370. change=3
  6371. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  6372. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  6373. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  6374. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30),math.rad(5),math.rad(-10)),.3)
  6375. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6376. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  6377. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(15),math.rad(-10),math.rad(0)),.3)
  6378. end
  6379. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  6380. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  6381. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  6382. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(30*math.cos(sine/10)),math.rad(0),math.rad(5)),.3)
  6383. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30*math.cos(sine/10)),math.rad(0),math.rad(-5)),.3)
  6384. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  6385. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  6386. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  6387. end
  6388. end
  6389. end
  6390. if #Effects>0 then
  6391. for e=1,#Effects do
  6392. if Effects[e]~=nil then
  6393. local Thing=Effects[e]
  6394. if Thing~=nil then
  6395. local Part=Thing[1]
  6396. local Mode=Thing[2]
  6397. local Delay=Thing[3]
  6398. local IncX=Thing[4]
  6399. local IncY=Thing[5]
  6400. local IncZ=Thing[6]
  6401. if Thing[1].Transparency<=1 then
  6402. if Thing[2]=="Block1" then
  6403. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  6404. Mesh=Thing[1].Mesh
  6405. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  6406. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  6407. elseif Thing[2]=="Cylinder" then
  6408. Mesh=Thing[1].Mesh
  6409. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  6410. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  6411. elseif Thing[2]=="Blood" then
  6412. Mesh=Thing[7]
  6413. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  6414. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  6415. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  6416. elseif Thing[2]=="Elec" then
  6417. Mesh=Thing[1].Mesh
  6418. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  6419. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  6420. elseif Thing[2]=="Disappear" then
  6421. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  6422. end
  6423. else
  6424. Part.Parent=nil
  6425. table.remove(Effects,e)
  6426. end
  6427. end
  6428. end
  6429. end
  6430. end
  6431. end
Add Comment
Please, Sign In to add comment