PatrickTheScripter

lol

Apr 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.09 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52.  
  53. mouse=Player:GetMouse()
  54. --save shoulders
  55. RSH, LSH=nil, nil
  56. --welds
  57. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  58. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  59. LH=Torso["Left Hip"]
  60. RH=Torso["Right Hip"]
  61. TorsoColor=Torso.BrickColor
  62. function NoOutline(Part)
  63. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  64. end
  65. player=Player
  66. ch=Character
  67. RSH=ch.Torso["Right Shoulder"]
  68. LSH=ch.Torso["Left Shoulder"]
  69. --
  70. RSH.Parent=nil
  71. LSH.Parent=nil
  72. --
  73. RW.Name="Right Shoulder"
  74. RW.Part0=ch.Torso
  75. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  76. RW.C1=cf(0, 0.5, 0)
  77. RW.Part1=ch["Right Arm"]
  78. RW.Parent=ch.Torso
  79. --
  80. LW.Name="Left Shoulder"
  81. LW.Part0=ch.Torso
  82. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  83. LW.C1=cf(0, 0.5, 0)
  84. LW.Part1=ch["Left Arm"]
  85. LW.Parent=ch.Torso
  86.  
  87. Player=game:GetService('Players').LocalPlayer
  88. Character=Player.Character
  89. Mouse=Player:GetMouse()
  90. m=Instance.new('Model',Character)
  91.  
  92.  
  93. local function weldBetween(a, b)
  94. local weldd = Instance.new("ManualWeld")
  95. weldd.Part0 = a
  96. weldd.Part1 = b
  97. weldd.C0 = CFrame.new()
  98. weldd.C1 = b.CFrame:inverse() * a.CFrame
  99. weldd.Parent = a
  100. return weldd
  101. end
  102.  
  103. function swait(num)
  104. if num==0 or num==nil then
  105. game:service'RunService'.Stepped:wait(0)
  106. else
  107. for i=0,num do
  108. game:service'RunService'.Stepped:wait(0)
  109. end
  110. end
  111. end
  112.  
  113. function nooutline(part)
  114. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  115. end
  116.  
  117. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  118. local fp=it("Part")
  119. fp.formFactor=formfactor
  120. fp.Parent=parent
  121. fp.Reflectance=reflectance
  122. fp.Transparency=transparency
  123. fp.CanCollide=false
  124. fp.Locked=true
  125. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  126. fp.Name=name
  127. fp.Size=size
  128. fp.Position=Character.Torso.Position
  129. nooutline(fp)
  130. fp.Material=material
  131. fp:BreakJoints()
  132. return fp
  133. end
  134.  
  135. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  136. local mesh=it(Mesh)
  137. mesh.Parent=part
  138. if Mesh=="SpecialMesh" then
  139. mesh.MeshType=meshtype
  140. mesh.MeshId=meshid
  141. end
  142. mesh.Offset=offset
  143. mesh.Scale=scale
  144. return mesh
  145. end
  146.  
  147. function weld(parent,part0,part1,c0,c1)
  148. local weld=it("Weld")
  149. weld.Parent=parent
  150. weld.Part0=part0
  151. weld.Part1=part1
  152. weld.C0=c0
  153. weld.C1=c1
  154. return weld
  155. end
  156.  
  157.  
  158. local function CFrameFromTopBack(at, top, back)
  159. local right = top:Cross(back)
  160. return CFrame.new(at.x, at.y, at.z,
  161. right.x, top.x, back.x,
  162. right.y, top.y, back.y,
  163. right.z, top.z, back.z)
  164. end
  165.  
  166. function Triangle(a, b, c)
  167. local edg1 = (c-a):Dot((b-a).unit)
  168. local edg2 = (a-b):Dot((c-b).unit)
  169. local edg3 = (b-c):Dot((a-c).unit)
  170. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  171. a, b, c = a, b, c
  172. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  173. a, b, c = b, c, a
  174. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  175. a, b, c = c, a, b
  176. else
  177. assert(false, "unreachable")
  178. end
  179.  
  180. local len1 = (c-a):Dot((b-a).unit)
  181. local len2 = (b-a).magnitude - len1
  182. local width = (a + (b-a).unit*len1 - c).magnitude
  183.  
  184. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  185.  
  186. local list = {}
  187.  
  188. if len1 > 0.01 then
  189. local w1 = Instance.new('WedgePart', m)
  190. game:GetService("Debris"):AddItem(w1,5)
  191. w1.Material = "SmoothPlastic"
  192. w1.FormFactor = 'Custom'
  193. w1.BrickColor = BrickColor.new("Really red")
  194. w1.Transparency = 0
  195. w1.Reflectance = 0
  196. w1.Material = "SmoothPlastic"
  197. w1.CanCollide = false
  198. NoOutline(w1)
  199. local sz = Vector3.new(0.2, width, len1)
  200. w1.Size = sz
  201. local sp = Instance.new("SpecialMesh",w1)
  202. sp.MeshType = "Wedge"
  203. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  204. w1:BreakJoints()
  205. w1.Anchored = true
  206. w1.Parent = workspace
  207. w1.Transparency = 0.7
  208. table.insert(Effects,{w1,"Disappear",.01})
  209. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  210. table.insert(list,w1)
  211. end
  212.  
  213. if len2 > 0.01 then
  214. local w2 = Instance.new('WedgePart', m)
  215. game:GetService("Debris"):AddItem(w2,5)
  216. w2.Material = "SmoothPlastic"
  217. w2.FormFactor = 'Custom'
  218. w2.BrickColor = BrickColor.new("Really red")
  219. w2.Transparency = 0
  220. w2.Reflectance = 0
  221. w2.Material = "SmoothPlastic"
  222. w2.CanCollide = false
  223. NoOutline(w2)
  224. local sz = Vector3.new(0.2, width, len2)
  225. w2.Size = sz
  226. local sp = Instance.new("SpecialMesh",w2)
  227. sp.MeshType = "Wedge"
  228. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  229. w2:BreakJoints()
  230. w2.Anchored = true
  231. w2.Parent = workspace
  232. w2.Transparency = 0.7
  233. table.insert(Effects,{w2,"Disappear",.01})
  234. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  235. table.insert(list,w2)
  236. end
  237. return unpack(list)
  238. end
  239.  
  240.  
  241. so = function(id,par,vol,pit)
  242. coroutine.resume(coroutine.create(function()
  243. local sou = Instance.new("Sound",par or workspace)
  244. sou.Volume=vol
  245. sou.Pitch=pit or 1
  246. sou.SoundId=id
  247. swait()
  248. sou:play()
  249. game:GetService("Debris"):AddItem(sou,6)
  250. end))
  251. end
  252.  
  253. function clerp(a,b,t)
  254. local qa = {QuaternionFromCFrame(a)}
  255. local qb = {QuaternionFromCFrame(b)}
  256. local ax, ay, az = a.x, a.y, a.z
  257. local bx, by, bz = b.x, b.y, b.z
  258. local _t = 1-t
  259. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  260. end
  261.  
  262. function QuaternionFromCFrame(cf)
  263. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  264. local trace = m00 + m11 + m22
  265. if trace > 0 then
  266. local s = math.sqrt(1 + trace)
  267. local recip = 0.5/s
  268. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  269. else
  270. local i = 0
  271. if m11 > m00 then
  272. i = 1
  273. end
  274. if m22 > (i == 0 and m00 or m11) then
  275. i = 2
  276. end
  277. if i == 0 then
  278. local s = math.sqrt(m00-m11-m22+1)
  279. local recip = 0.5/s
  280. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  281. elseif i == 1 then
  282. local s = math.sqrt(m11-m22-m00+1)
  283. local recip = 0.5/s
  284. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  285. elseif i == 2 then
  286. local s = math.sqrt(m22-m00-m11+1)
  287. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  288. end
  289. end
  290. end
  291.  
  292. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  293. local xs, ys, zs = x + x, y + y, z + z
  294. local wx, wy, wz = w*xs, w*ys, w*zs
  295. local xx = x*xs
  296. local xy = x*ys
  297. local xz = x*zs
  298. local yy = y*ys
  299. local yz = y*zs
  300. local zz = z*zs
  301. 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))
  302. end
  303.  
  304. function QuaternionSlerp(a, b, t)
  305. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  306. local startInterp, finishInterp;
  307. if cosTheta >= 0.0001 then
  308. if (1 - cosTheta) > 0.0001 then
  309. local theta = math.acos(cosTheta)
  310. local invSinTheta = 1/math.sin(theta)
  311. startInterp = math.sin((1-t)*theta)*invSinTheta
  312. finishInterp = math.sin(t*theta)*invSinTheta
  313. else
  314. startInterp = 1-t
  315. finishInterp = t
  316. end
  317. else
  318. if (1+cosTheta) > 0.0001 then
  319. local theta = math.acos(-cosTheta)
  320. local invSinTheta = 1/math.sin(theta)
  321. startInterp = math.sin((t-1)*theta)*invSinTheta
  322. finishInterp = math.sin(t*theta)*invSinTheta
  323. else
  324. startInterp = t-1
  325. finishInterp = t
  326. end
  327. end
  328. 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
  329. end
  330.  
  331. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  332. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  333. end
  334.  
  335. local function CFrameFromTopBack(at, top, back)
  336. local right = top:Cross(back)
  337. return CFrame.new(at.x, at.y, at.z,
  338. right.x, top.x, back.x,
  339. right.y, top.y, back.y,
  340. right.z, top.z, back.z)
  341. end
  342.  
  343. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  344.  
  345.  
  346. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  347. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  348. end
  349.  
  350. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  351. if hit.Parent==nil then
  352. return
  353. end
  354. h=hit.Parent:FindFirstChild("Humanoid")
  355. for _,v in pairs(hit.Parent:children()) do
  356. if v:IsA("Humanoid") then
  357. h=v
  358. end
  359. end
  360. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  361. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  362. end
  363. if hit.Parent.className=="Hat" then
  364. hit=hit.Parent.Parent:findFirstChild("Head")
  365. end
  366. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  367. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  368. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  369. return
  370. end]]
  371. -- hs(hit,1.2)
  372. c=Instance.new("ObjectValue")
  373. c.Name="creator"
  374. c.Value=game:service("Players").LocalPlayer
  375. c.Parent=h
  376. game:GetService("Debris"):AddItem(c,.5)
  377. Damage=math.random(minim,maxim)
  378. -- h:TakeDamage(Damage)
  379. blocked=false
  380. block=hit.Parent:findFirstChild("Block")
  381. if block~=nil then
  382. print(block.className)
  383. if block.className=="NumberValue" then
  384. if block.Value>0 then
  385. blocked=true
  386. if decreaseblock==nil then
  387. block.Value=block.Value-1
  388. end
  389. end
  390. end
  391. if block.className=="IntValue" then
  392. if block.Value>0 then
  393. blocked=true
  394. if decreaseblock~=nil then
  395. block.Value=block.Value-1
  396. end
  397. end
  398. end
  399. end
  400. if blocked==false then
  401. -- h:TakeDamage(Damage)
  402. h.Health=h.Health-Damage
  403. showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
  404. else
  405. h.Health=h.Health-(Damage/2)
  406. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  407. end
  408. if Type=="Knockdown" then
  409. hum=hit.Parent.Humanoid
  410. hum.PlatformStand=true
  411. coroutine.resume(coroutine.create(function(HHumanoid)
  412. swait(1)
  413. HHumanoid.PlatformStand=false
  414. end),hum)
  415. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  416. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  417. local bodvol=Instance.new("BodyVelocity")
  418. bodvol.velocity=angle*knockback
  419. bodvol.P=5000
  420. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  421. bodvol.Parent=hit
  422. rl=Instance.new("BodyAngularVelocity")
  423. rl.P=3000
  424. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  425. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  426. rl.Parent=hit
  427. game:GetService("Debris"):AddItem(bodvol,.5)
  428. game:GetService("Debris"):AddItem(rl,.5)
  429. elseif Type=="Normal" then
  430. vp=Instance.new("BodyVelocity")
  431. vp.P=500
  432. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  433. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  434. if KnockbackType==1 then
  435. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  436. elseif KnockbackType==2 then
  437. vp.velocity=Property.CFrame.lookVector*knockback
  438. end
  439. if knockback>0 then
  440. vp.Parent=hit.Parent.Torso
  441. end
  442. game:GetService("Debris"):AddItem(vp,.5)
  443. elseif Type=="Up" then
  444. local bodyVelocity=Instance.new("BodyVelocity")
  445. bodyVelocity.velocity=vt(0,60,0)
  446. bodyVelocity.P=5000
  447. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  448. bodyVelocity.Parent=hit
  449. game:GetService("Debris"):AddItem(bodyVelocity,1)
  450. rl=Instance.new("BodyAngularVelocity")
  451. rl.P=3000
  452. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  453. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  454. rl.Parent=hit
  455. game:GetService("Debris"):AddItem(rl,.5)
  456. elseif Type=="Snare" then
  457. bp=Instance.new("BodyPosition")
  458. bp.P=2000
  459. bp.D=100
  460. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  461. bp.position=hit.Parent.Torso.Position
  462. bp.Parent=hit.Parent.Torso
  463. game:GetService("Debris"):AddItem(bp,1)
  464. elseif Type=="Target" then
  465. if Targetting==false then
  466. ZTarget=hit.Parent.Torso
  467. coroutine.resume(coroutine.create(function(Part)
  468. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  469. swait(5)
  470. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  471. end),ZTarget)
  472. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  473. targetgui=Instance.new("BillboardGui")
  474. targetgui.Parent=ZTarget
  475. targetgui.Size=UDim2.new(10,100,10,100)
  476. targ=Instance.new("ImageLabel")
  477. targ.Parent=targetgui
  478. targ.BackgroundTransparency=1
  479. targ.Image="rbxassetid://4834067"
  480. targ.Size=UDim2.new(1,0,1,0)
  481. cam.CameraType="Scriptable"
  482. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  483. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  484. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  485. Targetting=true
  486. RocketTarget=ZTarget
  487. for i=1,Property do
  488. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  489. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  490. swait()
  491. end
  492. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  493. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  494. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  495. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  496. end
  497. Targetting=false
  498. RocketTarget=nil
  499. targetgui.Parent=nil
  500. cam.CameraType="Custom"
  501. end
  502. end
  503. debounce=Instance.new("BoolValue")
  504. debounce.Name="DebounceHit"
  505. debounce.Parent=hit.Parent
  506. debounce.Value=true
  507. game:GetService("Debris"):AddItem(debounce,Delay)
  508. c=Instance.new("ObjectValue")
  509. c.Name="creator"
  510. c.Value=Player
  511. c.Parent=h
  512. game:GetService("Debris"):AddItem(c,.5)
  513. CRIT=false
  514. hitDeb=true
  515. AttackPos=6
  516. end
  517. end
  518.  
  519. showDamage=function(Char,Dealt,du,Color)
  520. m=Instance.new("Model")
  521. m.Name=tostring(Dealt)
  522. h=Instance.new("Humanoid")
  523. h.Health=0
  524. h.MaxHealth=0
  525. h.Parent=m
  526. c=Instance.new("Part")
  527. c.Transparency=0
  528. c.BrickColor=Color
  529. c.Name="Head"
  530. c.TopSurface=0
  531. c.BottomSurface=0
  532. c.formFactor="Plate"
  533. c.Size=Vector3.new(1,.4,1)
  534. ms=Instance.new("CylinderMesh")
  535. ms.Scale=Vector3.new(.8,.8,.8)
  536. if CRIT==true then
  537. ms.Scale=Vector3.new(1,1.25,1)
  538. end
  539. ms.Parent=c
  540. c.Reflectance=0
  541. Instance.new("BodyGyro").Parent=c
  542. c.Parent=m
  543. if Char:findFirstChild("Head")~=nil then
  544. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  545. elseif Char.Parent:findFirstChild("Head")~=nil then
  546. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  547. end
  548. f=Instance.new("BodyPosition")
  549. f.P=2000
  550. f.D=100
  551. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  552. f.position=c.Position+Vector3.new(0,3,0)
  553. f.Parent=c
  554. game:GetService("Debris"):AddItem(m,.5+du)
  555. c.CanCollide=false
  556. m.Parent=workspace
  557. c.CanCollide=false
  558. end
  559.  
  560. Player=game:GetService('Players').LocalPlayer
  561. Character=Player.Character
  562. Mouse=Player:GetMouse()
  563. m=Instance.new('Model',Character)
  564. it=Instance.new
  565. function nooutline(part)
  566. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  567. end
  568. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  569. local fp=it("Part")
  570. fp.formFactor=formfactor
  571. fp.Parent=parent
  572. fp.Reflectance=reflectance
  573. fp.Transparency=transparency
  574. fp.CanCollide=false
  575. fp.Locked=true
  576. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  577. fp.Name=name
  578. fp.Size=size
  579. fp.Position=Character.Torso.Position
  580. nooutline(fp)
  581. fp.Material=material
  582. fp:BreakJoints()
  583. return fp
  584. end
  585. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  586. local mesh=it(Mesh)
  587. mesh.Parent=part
  588. if Mesh=="SpecialMesh" then
  589. mesh.MeshType=meshtype
  590. mesh.MeshId=meshid
  591. end
  592. mesh.Offset=offset
  593. mesh.Scale=scale
  594. return mesh
  595. end
  596. function weld(parent,part0,part1,c0,c1)
  597. local weld=it("Weld")
  598. weld.Parent=parent
  599. weld.Part0=part0
  600. weld.Part1=part1
  601. weld.C0=c0
  602. weld.C1=c1
  603. return weld
  604. end
  605.  
  606. Player=game:GetService('Players').LocalPlayer
  607. Character=Player.Character
  608. Mouse=Player:GetMouse()
  609. m=Instance.new('Model',Character)
  610. it=Instance.new
  611. function nooutline(part)
  612. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  613. end
  614. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  615. local fp=it("Part")
  616. fp.formFactor=formfactor
  617. fp.Parent=parent
  618. fp.Reflectance=reflectance
  619. fp.Transparency=transparency
  620. fp.CanCollide=false
  621. fp.Locked=true
  622. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  623. fp.Name=name
  624. fp.Size=size
  625. fp.Position=Character.Torso.Position
  626. nooutline(fp)
  627. fp.Material=material
  628. fp:BreakJoints()
  629. return fp
  630. end
  631. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  632. local mesh=it(Mesh)
  633. mesh.Parent=part
  634. if Mesh=="SpecialMesh" then
  635. mesh.MeshType=meshtype
  636. mesh.MeshId=meshid
  637. end
  638. mesh.Offset=offset
  639. mesh.Scale=scale
  640. return mesh
  641. end
  642. function weld(parent,part0,part1,c0,c1)
  643. local weld=it("Weld")
  644. weld.Parent=parent
  645. weld.Part0=part0
  646. weld.Part1=part1
  647. weld.C0=c0
  648. weld.C1=c1
  649. return weld
  650. end
  651.  
  652. Player=game:GetService('Players').LocalPlayer
  653. Character=Player.Character
  654. Mouse=Player:GetMouse()
  655. m=Instance.new('Model',Character)
  656. it=Instance.new
  657. function nooutline(part)
  658. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  659. end
  660. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  661. local fp=it("Part")
  662. fp.formFactor=formfactor
  663. fp.Parent=parent
  664. fp.Reflectance=reflectance
  665. fp.Transparency=transparency
  666. fp.CanCollide=false
  667. fp.Locked=true
  668. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  669. fp.Name=name
  670. fp.Size=size
  671. fp.Position=Character.Torso.Position
  672. nooutline(fp)
  673. fp.Material=material
  674. fp:BreakJoints()
  675. return fp
  676. end
  677. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  678. local mesh=it(Mesh)
  679. mesh.Parent=part
  680. if Mesh=="SpecialMesh" then
  681. mesh.MeshType=meshtype
  682. mesh.MeshId=meshid
  683. end
  684. mesh.Offset=offset
  685. mesh.Scale=scale
  686. return mesh
  687. end
  688. function weld(parent,part0,part1,c0,c1)
  689. local weld=it("Weld")
  690. weld.Parent=parent
  691. weld.Part0=part0
  692. weld.Part1=part1
  693. weld.C0=c0
  694. weld.C1=c1
  695. return weld
  696. end
  697.  
  698. Player=game:GetService('Players').LocalPlayer
  699. Character=Player.Character
  700. Mouse=Player:GetMouse()
  701. m=Instance.new('Model',Character)
  702. it=Instance.new
  703. function nooutline(part)
  704. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  705. end
  706. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  707. local fp=it("Part")
  708. fp.formFactor=formfactor
  709. fp.Parent=parent
  710. fp.Reflectance=reflectance
  711. fp.Transparency=transparency
  712. fp.CanCollide=false
  713. fp.Locked=true
  714. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  715. fp.Name=name
  716. fp.Size=size
  717. fp.Position=Character.Torso.Position
  718. nooutline(fp)
  719. fp.Material=material
  720. fp:BreakJoints()
  721. return fp
  722. end
  723. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  724. local mesh=it(Mesh)
  725. mesh.Parent=part
  726. if Mesh=="SpecialMesh" then
  727. mesh.MeshType=meshtype
  728. mesh.MeshId=meshid
  729. end
  730. mesh.Offset=offset
  731. mesh.Scale=scale
  732. return mesh
  733. end
  734. function weld(parent,part0,part1,c0,c1)
  735. local weld=it("Weld")
  736. weld.Parent=parent
  737. weld.Part0=part0
  738. weld.Part1=part1
  739. weld.C0=c0
  740. weld.C1=c1
  741. return weld
  742. end
  743.  
  744. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Handle",Vector3.new(0.47127685, 6.3622365, 0.47127685))
  745. HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999994874, 0, 0, 0, 1),CFrame.new(-0.138687134, -1.94626427, -1.14470816, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  746. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.942553699, 0.431683987, 7.77606821))
  748. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -1.90734863e-005, 10.6036348, -2.7978557e-019, 1, -2.11954898e-009, -1, -4.49694887e-017, -2.10845315e-008, -2.10845315e-008, 2.11954898e-009, 1))
  749. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 2.35638404))
  751. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-0.235641241, -1.90734863e-005, 8.60073185, 5.96046448e-007, 1, 8.72877948e-008, -1, 5.96046448e-007, -2.10845137e-008, -2.10845652e-008, -8.72877806e-008, 1))
  752. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.548587799, 1))
  753. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Hitbox",Vector3.new(1.17819202, 0.431683987, 7.77606821))
  754. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.57627869e-007, 2.0980835e-005, 10.6036358, 8.64267349e-007, -1, 3.70933577e-008, 1, 8.64267349e-007, 2.24855157e-007, -2.24855185e-007, 3.70931623e-008, 1))
  755. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.436686844, 1))
  756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  757. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(10.2471504, -1.71661377e-005, 10.2471485, 4.17314908e-007, 0.707106769, 0.707106888, -1, 4.06722535e-007, 1.8344987e-007, -1.57877665e-007, -0.707106829, 0.707106709))
  758. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 0.551317096, 0.800000012))
  759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 2.35638404))
  760. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0.235642195, -1.90734863e-005, 8.60073185, 5.96046448e-007, 1, 8.72877948e-008, -1, 5.96046448e-007, -2.10845137e-008, -2.10845652e-008, -8.72877806e-008, 1))
  761. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.548587799, 1))
  762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  763. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -1.52587891e-005, 7.30471659, 1.1920929e-006, 1, -2.11952234e-009, -1, 1.1920929e-006, 5.50754237e-007, 5.50754237e-007, 2.11886575e-009, 1))
  764. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.849999964, 0.551317096, 0.850000083))
  765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553461))
  766. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.1920929e-006, -1.90734863e-005, 13.9025793, 5.96046448e-007, 1, 8.72877948e-008, -1, 5.96046448e-007, -2.10845137e-008, -2.10845652e-008, -8.72877806e-008, 1))
  767. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.548587799, 1))
  768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  769. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.81469727e-006, -1.90734863e-005, 8.95417881, -2.7978557e-019, 1, -2.11954898e-009, -1, -4.49694887e-017, -2.10845315e-008, -2.10845315e-008, 2.11954898e-009, 1))
  770. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 0.551317096, 0.436686993))
  771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  772. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-6.58149529, -1.71661377e-005, 6.58149815, -2.9884724e-008, 0.707106709, -0.707106948, -1, 6.84152184e-008, 1.1067857e-007, 1.26638426e-007, 0.707106888, 0.707106709))
  773. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 0.551317096, 0.436686993))
  774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  775. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.16521358, -1.90734863e-005, 5.16521358, 4.17314908e-007, 0.707106769, 0.707106888, -1, 4.06722535e-007, 1.8344987e-007, -1.57877665e-007, -0.707106829, 0.707106709))
  776. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.849999964, 0.551317096, 0.850000083))
  777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 2.35638404))
  778. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(9.53674316e-007, -1.90734863e-005, 11.7818422, 5.96046448e-007, 1, 8.72877948e-008, -1, 5.96046448e-007, -2.10845137e-008, -2.10845652e-008, -8.72877806e-008, 1))
  779. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.548587799, 1))
  780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  781. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.81469727e-006, -1.90734863e-005, 9.66108418, -2.7978557e-019, 1, -2.11954898e-009, -1, -4.49694887e-017, -2.10845315e-008, -2.10845315e-008, 2.11954898e-009, 1))
  782. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 0.551317096, 0.436686993))
  783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.942553699, 0.47127676, 0.942553461))
  784. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(2.46478605, 0, -2.45052147, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  785. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  787. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-0.00832653046, -2.95724702, 0.00832653046, -0.707106292, -0.707107365, 1.63920468e-008, -1.13011822e-011, 2.31931363e-008, 1, -0.707107365, 0.707106292, -1.64080038e-008))
  788. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  790. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0.00832748413, -3.06328011, -0.00832462311, -0.707106292, 0.707107365, -1.64079239e-008, 2.10848246e-008, -2.11949636e-009, -1, -0.707107365, -0.707106292, -1.3410526e-008))
  791. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  793. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.589102745, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  794. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  796. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.471286774, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  797. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  799. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.82473278, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  800. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  802. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 1.29600334, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  803. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  805. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 2.91010475, 3.81469727e-006, 1, -2.27335702e-017, 8.06892189e-008, -8.06892189e-008, 2.11954165e-009, 1, -1.93757754e-016, -1, 2.11954165e-009))
  806. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  808. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 1.17818928, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  809. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  811. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.942557335, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  812. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  813. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  814. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.706920624, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  815. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  817. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 1.06036949, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  818. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.80000001192093,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  820. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.75697637, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  821. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  822. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  823. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.78053427, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  824. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  825. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.80000001192093,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  826. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-006, 2.86297798, 0, 1, -2.27335702e-017, 8.06892189e-008, -8.06892189e-008, 2.11954165e-009, 1, -1.93757754e-016, -1, 2.11954165e-009))
  827. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  828. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  829. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 2.88654709, 3.81469727e-006, 1, -2.27335702e-017, 8.06892189e-008, -8.06892189e-008, 2.11954165e-009, 1, -1.93757754e-016, -1, 2.11954165e-009))
  830. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  831. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.60000002384186,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  832. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.75696874, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  833. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  835. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.82766294, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  836. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  837. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.60000002384186,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  838. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.86297035, 3.81469727e-006, 1, -2.27335702e-017, 8.06892189e-008, -8.06892189e-008, 2.11954165e-009, 1, -1.93757754e-016, -1, 2.11954165e-009))
  839. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  840. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  841. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.80409765, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  842. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  843. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  844. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.93367577, 3.81469727e-006, 1, -2.27335702e-017, 8.06892189e-008, -8.06892189e-008, 2.11954165e-009, 1, -1.93757754e-016, -1, 2.11954165e-009))
  845. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.0545858555, 1.04999995))
  846. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.47127685, 0.431683987, 0.47127685))
  847. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.00292492, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  848. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.600444376, 1.04999995))
  849. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 6.3622365, 0.47127685))
  850. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-0.129585266, -0.0589094162, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  851. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.949999988, 1.00999999))
  852. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  853. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0.00832748413, -3.0514946, -0.00832462311, -0.707106292, 0.707107365, -1.64079239e-008, 2.10848246e-008, -2.11949636e-009, -1, -0.707107365, -0.707106292, -1.3410526e-008))
  854. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 0.496731251, 0.800000012))
  855. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.942553699, 0.47127676, 0.942553461))
  856. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(2.46478605, 0, -2.45052147, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  857. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.00999999, 0.600000024))
  858. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  859. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-0.00832653046, -2.94546914, 0.00832653046, -0.707106292, -0.707107365, 1.63920468e-008, -1.13011822e-011, 2.31931363e-008, 1, -0.707107365, 0.707106292, -1.64080038e-008))
  860. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 0.496731251, 0.800000012))
  861. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 6.3622365, 0.47127685))
  862. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0.129598618, -0.0589094162, 3.81469727e-006, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  863. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.949999988, 1.00999999))
  864. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  865. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-3.58234119, 1.90734863e-006, 3.58231902, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  866. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.540399909, 1))
  867. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.471276909, 0.431683987, 0.47127685))
  868. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.08363247, 1.90734863e-006, 3.08129597, 2.38500974e-007, 0.707106769, 0.707106888, -1, 2.62476846e-007, 7.48144728e-008, -1.32697366e-007, -0.707106829, 0.707106709))
  869. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.55677563, 1))
  870. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  871. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-2.49929142, 1.90734863e-006, 2.49926829, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  872. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.540399909, 1))
  873. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.17819202, 0.431683987, 1.1781919))
  874. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.08245516, 1.90734863e-006, 3.08247662, 2.38500974e-007, 0.707106769, 0.707106888, -1, 2.62476846e-007, 7.48144728e-008, -1.32697366e-007, -0.707106829, 0.707106709))
  875. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  876. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  877. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-2.49929142, 1.90734863e-006, 2.49926829, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  878. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.543129206, 0.600000024))
  879. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(1.17819202, 0.431683987, 1.1781919))
  880. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.08245468, 1.90734863e-006, 3.08247614, -5.95222431e-008, 0.707106769, 0.707106829, -1, 2.13529061e-009, -8.63124541e-008, -6.2542e-008, -0.707106829, 0.707106829))
  881. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 0.551317096, 0.800000012))
  882. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.706915319, 0.431683987, 0.70691514))
  883. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-3.58234119, 1.90734863e-006, 3.58231902, 2.9719919e-008, 0.707106709, -0.707106948, -1, 6.74940921e-008, 2.54637627e-008, 6.57311361e-008, 0.707106948, 0.70710665))
  884. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.543129206, 0.600000024))
  885. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  886. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.83053207, 0, -3.59342003, -2.10848654e-008, 2.11953632e-009, 1, -1, 5.96472081e-018, -2.10848654e-008, -5.06548632e-017, -1, 2.11953632e-009))
  887. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  888. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  889. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.03983116, 0, -5.66268873, 1.0092191e-010, -0.49999997, 0.866025448, -1, -8.85555448e-011, 6.54072352e-011, 4.39878793e-011, -0.866025448, -0.49999997))
  890. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  891. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  892. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.1596446, 0, -1.14267612, 2.99032479e-008, 0.5, 0.866025507, -1, 5.96862151e-008, 6.94447694e-011, -5.16550607e-008, -0.866025448, 0.49999997))
  893. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  894. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  895. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.06750488, -7.62939453e-006, -5.63829994, 1.00921965e-010, 0.49999997, 0.866025507, 1, -7.84179527e-011, -7.1260331e-011, 3.22817779e-011, 0.866025448, -0.49999994))
  896. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  897. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  898. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.8422966, -5.7220459e-006, -3.55846047, -2.10848654e-008, 2.11953632e-009, 1, 1, -5.96472081e-018, 2.10848654e-008, 5.06548632e-017, 1, -2.11953632e-009))
  899. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  900. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 3.06329918))
  901. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.15236616, -5.7220459e-006, -1.10649979, -2.97014005e-008, -0.49999997, 0.866025448, 1, -5.95192411e-008, -6.7222547e-011, 5.15787875e-008, 0.866025448, 0.49999997))
  902. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 0.436686844, 1))
  903. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  904. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.47706032, 1.90734863e-006, -3.12215781, -2.10848654e-008, 2.11953632e-009, 1, -1, 5.96472081e-018, -2.10848654e-008, -5.06548632e-017, -1, 2.11953632e-009))
  905. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  906. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  907. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.68635941, 0, -5.19142342, 1.0092191e-010, -0.49999997, 0.866025448, -1, -8.85555448e-011, 6.54072352e-011, 4.39878793e-011, -0.866025448, -0.49999997))
  908. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  909. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  910. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.8061738, 1.90734863e-006, -0.671413898, 2.99032479e-008, 0.5, 0.866025507, -1, 5.96862151e-008, 6.94447694e-011, -5.16550607e-008, -0.866025448, 0.49999997))
  911. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  912. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  913. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.71404743, -5.7220459e-006, -5.16704845, 1.00921965e-010, 0.49999997, 0.866025507, 1, -7.84179527e-011, -7.1260331e-011, 3.22817779e-011, 0.866025448, -0.49999994))
  914. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  915. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  916. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.4887991, -7.62939453e-006, -3.08720088, -2.10848654e-008, 2.11953632e-009, 1, 1, -5.96472081e-018, 2.10848654e-008, 5.06548632e-017, 1, -2.11953632e-009))
  917. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  918. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.706915319, 0.431683987, 2.12074566))
  919. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.79890299, -5.7220459e-006, -0.635236621, -2.97014005e-008, -0.49999997, 0.866025448, 1, -5.95192411e-008, -6.7222547e-011, 5.15787875e-008, 0.866025448, 0.49999997))
  920. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.545858502, 1))
  921. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  922. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.35923672, 1.90734863e-006, -3.004354, -2.10848654e-008, 2.11953632e-009, 1, -1, 5.96472081e-018, -2.10848654e-008, -5.06548632e-017, -1, 2.11953632e-009))
  923. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  924. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  925. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.71270561, -1.90734863e-006, -4.53597069, -2.10848654e-008, 2.11953632e-009, 1, -1, 5.96472081e-018, -2.10848654e-008, -5.06548632e-017, -1, 2.11953632e-009))
  926. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  927. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  928. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.56853008, 1.90734863e-006, -5.07360697, 1.0092191e-010, -0.49999997, 0.866025448, -1, -8.85555448e-011, 6.54072352e-011, 4.39878793e-011, -0.866025448, -0.49999997))
  929. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  930. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  931. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.92202568, 1.90734863e-006, -6.60524845, 1.0092191e-010, -0.49999997, 0.866025448, -1, -8.85555448e-011, 6.54072352e-011, 4.39878793e-011, -0.866025448, -0.49999997))
  932. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  933. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  934. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.6883502, 1.90734863e-006, -0.553584576, 2.99032479e-008, 0.5, 0.866025507, -1, 5.96862151e-008, 6.94447694e-011, -5.16550607e-008, -0.866025448, 0.49999997))
  935. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  936. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  937. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.04181051, 1.90734863e-006, -2.08520555, 2.99032479e-008, 0.5, 0.866025507, -1, 5.96862151e-008, 6.94447694e-011, -5.16550607e-008, -0.866025448, 0.49999997))
  938. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  939. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  940. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.59622097, -7.62939453e-006, -5.04922485, 1.00921965e-010, 0.49999997, 0.866025507, 1, -7.84179527e-011, -7.1260331e-011, 3.22817779e-011, 0.866025448, -0.49999994))
  941. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  942. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  943. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.94971085, -5.7220459e-006, -6.58086109, 1.00921965e-010, 0.49999997, 0.866025507, 1, -7.84179527e-011, -7.1260331e-011, 3.22817779e-011, 0.866025448, -0.49999994))
  944. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  945. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  946. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.37100601, -7.62939453e-006, -2.96938396, -2.10848654e-008, 2.11953632e-009, 1, 1, -5.96472081e-018, 2.10848654e-008, 5.06548632e-017, 1, -2.11953632e-009))
  947. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  948. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  949. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.72446442, -7.62939453e-006, -4.50100327, -2.10848654e-008, 2.11953632e-009, 1, 1, -5.96472081e-018, 2.10848654e-008, 5.06548632e-017, 1, -2.11953632e-009))
  950. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  951. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.88510728))
  952. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.68107176, -7.62939453e-006, -0.517408967, -2.97014005e-008, -0.49999997, 0.866025448, 1, -5.95192411e-008, -6.7222547e-011, 5.15787875e-008, 0.866025448, 0.49999997))
  953. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  954. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553699))
  955. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(4.03451967, -5.7220459e-006, -2.0490427, -2.97014005e-008, -0.49999997, 0.866025448, 1, -5.95192411e-008, -6.7222547e-011, 5.15787875e-008, 0.866025448, 0.49999997))
  956. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.272929311, 0.551317096, 1))
  957. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.17819202, 0.471276879))
  958. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 6.12653065, -0.235630035, 1, -1.10232007e-017, 3.90650889e-008, -3.90650889e-008, 2.11953455e-009, 1, -9.38230139e-017, -1, 2.11953455e-009))
  959. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  960. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127676, 0.471276939))
  961. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 0.706905127, -6.00870228, -1, 9.85864956e-018, -3.49257157e-008, 8.38854116e-017, 1, -2.11954898e-009, 3.49257157e-008, -2.11954898e-009, -1))
  962. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  963. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127676, 0.471276939))
  964. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 0.706909895, -6.0087018, 1, -2.07059851e-018, 7.24334726e-009, -1.74232295e-017, -1, 2.11954898e-009, 7.24334726e-009, -2.11954898e-009, -1))
  965. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  966. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.17819202, 0.471276879))
  967. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 6.12653017, -0.235634089, -1, 9.06044012e-019, -3.10397041e-009, -3.10397041e-009, 2.11953766e-009, 1, 7.48503163e-018, 1, -2.11953766e-009))
  968. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  969. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127679, 0.706915379))
  970. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -5.33699083, 5.37031364, -1, 1.10232007e-017, -3.90650889e-008, 2.99255909e-008, -0.642787695, -0.766044378, -2.5110559e-008, -0.766044378, 0.642787695))
  971. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.534941494, 1, 1))
  972. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.41383028, 0.471276939))
  973. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.71661377e-005, -15.1985502, 0.235637665, 1, -7.95318443e-018, 2.81527921e-008, 2.81527921e-008, -2.11953988e-009, -1, 6.76241459e-017, 1, -2.11953988e-009))
  974. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  975. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  976. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -6.45125961, 3.288414, -1, 5.96462445e-018, -2.10845315e-008, 1.98129797e-008, -0.342020154, -0.939692676, -7.21133508e-009, -0.939692736, 0.342020154))
  977. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 1, 1))
  978. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  979. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -6.59780788, 1.06036115, -1, 1.10232007e-017, -3.90650889e-008, 3.90650889e-008, -2.11953455e-009, -1, -9.38230139e-017, -1, 2.11953455e-009))
  980. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  981. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  982. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -6.45125961, 3.28841209, 1, -5.96462197e-018, 2.10845279e-008, 1.98129744e-008, 0.342020184, -0.939692616, -7.2113342e-009, 0.939692616, 0.342020184))
  983. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 1, 1))
  984. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  985. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -6.59780741, 1.06035578, 1, -9.06044012e-019, 3.10397041e-009, 3.10397041e-009, -2.11953766e-009, -1, 7.48503163e-018, 1, -2.11953766e-009))
  986. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  987. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127679, 0.706915379))
  988. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -5.33699036, 5.37031269, 1, -9.06044012e-019, 3.10397041e-009, 2.37777975e-009, 0.642787635, -0.766044378, -1.99519423e-009, 0.766044438, 0.642787635))
  989. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.534941494, 1, 1))
  990. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.41383028, 0.471276939))
  991. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -15.1985502, 0.235634089, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  992. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  993. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.706915379))
  994. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(2.86102295e-005, -5.45164728, 5.4353075, -1, 1.10232041e-017, -3.90650854e-008, 2.99255873e-008, -0.642787695, -0.766044378, -2.51105554e-008, -0.766044378, 0.642787695))
  995. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  996. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  997. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.05175781e-005, -5.72134924, 4.95808125, -1, 5.96046519e-008, -2.81763075e-008, -1.11071472e-008, -0.57357645, -0.819151998, -6.49865441e-008, -0.819152057, 0.57357651))
  998. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  999. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  1000. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -5.70764017, 4.97766304, 1, -5.96046519e-008, 1.39927545e-008, 4.56500118e-008, 0.573576331, -0.819152117, 4.07993674e-008, 0.819152117, 0.573576391))
  1001. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1002. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  1003. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -6.66683817, 2.64804816, 1, -9.10891291e-020, 2.07233342e-010, 2.00172337e-010, 0.258819014, -0.965925813, -5.36357139e-011, 0.965925932, 0.258819044))
  1004. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1005. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.706915379))
  1006. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -5.4362812, 5.45362663, 1, -9.06044012e-019, 3.10397041e-009, 2.37777975e-009, 0.642787635, -0.766044378, -1.99519423e-009, 0.766044438, 0.642787635))
  1007. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1008. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  1009. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -6.57304001, 3.33273697, 1, -5.96462197e-018, 2.10845279e-008, 1.98129744e-008, 0.342020184, -0.939692616, -7.2113342e-009, 0.939692616, 0.342020184))
  1010. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1011. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 2.12074542, 0.471276939))
  1012. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -15.5520258, 0.294540286, 1, -7.95318443e-018, 2.81527921e-008, 2.81527921e-008, -2.11953988e-009, -1, 6.76241459e-017, 1, -2.11953988e-009))
  1013. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1.25))
  1014. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 2.12074542, 0.471276939))
  1015. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -15.5520258, 0.294544458, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  1016. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1.25))
  1017. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  1018. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -6.72740221, 1.06035578, 1, -9.06044012e-019, 3.10397041e-009, 3.10397041e-009, -2.11953766e-009, -1, 7.48503163e-018, 1, -2.11953766e-009))
  1019. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1020. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 1.64946854, 0.431683928))
  1021. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 10.2501783, 0.0589027405, 1, -5.96462445e-018, 2.10845315e-008, -2.10845315e-008, 2.11953899e-009, 1, -5.06541121e-017, -1, 2.11953899e-009))
  1022. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.5, 0.272929341))
  1023. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1024. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -13.0189238, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  1025. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1026. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553759))
  1027. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 0.11782074, -10.1323633, 1, -9.97980505e-018, 3.53563578e-008, -8.49193411e-017, -1, 2.11954898e-009, 3.53563578e-008, -2.11954898e-009, -1))
  1028. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1029. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  1030. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.05175781e-005, -6.72740459, 1.03645062, -1, 1.10232041e-017, -3.90650854e-008, 3.90650854e-008, -2.1195381e-009, -1, -9.38231396e-017, -1, 2.1195381e-009))
  1031. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1032. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.47127679, 0.942553759))
  1033. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.05175781e-005, -6.58121395, 3.31027269, -1, 5.96462197e-018, -2.10845279e-008, 1.98129761e-008, -0.342020154, -0.939692676, -7.21133375e-009, -0.939692736, 0.342020154))
  1034. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1035. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.471276999))
  1036. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.71661377e-005, -7.01797199, 2.4415319, 1, 2.71393856e-017, -9.65826104e-008, -9.32916819e-008, 0.258817583, -0.96592629, 2.49972771e-008, 0.96592629, 0.258817583))
  1037. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.545858502, 1))
  1038. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.7069152))
  1039. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -0.235641718, 10.1323643, 1, -1.94944302e-018, 6.81270151e-009, 1.63893034e-017, 1, -2.11954898e-009, -6.81270151e-009, 2.11954898e-009, 1))
  1040. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1041. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1042. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -3.81469727e-006, 13.0189199, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1043. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1044. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.431683928))
  1045. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -0.294540286, 10.5447378, -1, 9.97980505e-018, -3.53563578e-008, -8.49193411e-017, -1, 2.11954898e-009, -3.53563578e-008, 2.11954898e-009, 1))
  1046. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.5, 0.272929341))
  1047. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.7069152))
  1048. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -0.23563385, 10.1323671, -1, 9.97980505e-018, -3.53563578e-008, -8.49193411e-017, -1, 2.11954898e-009, -3.53563578e-008, 2.11954898e-009, 1))
  1049. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1050. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.431683928))
  1051. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -0.294544458, 10.5447369, 1, -1.94944302e-018, 6.81270151e-009, 1.63893034e-017, 1, -2.11954898e-009, -6.81270151e-009, 2.11954898e-009, 1))
  1052. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.5, 0.272929341))
  1053. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 1.17819214))
  1054. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.05175781e-005, -6.67302656, 2.62495732, -1, 1.18381556e-017, -4.1961826e-008, 4.05320151e-008, -0.258819073, -0.965925932, -1.08605205e-008, -0.965925932, 0.258819073))
  1055. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1056. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 1.64946854, 0.431683928))
  1057. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 10.2501783, 0.0589065552, -1, 5.9646261e-018, -2.10845386e-008, -2.10845386e-008, 2.11953721e-009, 1, 5.06540956e-017, 1, -2.11953721e-009))
  1058. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.5, 0.272929341))
  1059. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.7069152))
  1060. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -0.11782074, 10.9570942, 1, -1.94944302e-018, 6.81270151e-009, 1.63893034e-017, 1, -2.11954898e-009, -6.81270151e-009, 2.11954898e-009, 1))
  1061. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1062. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.7069152))
  1063. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -0.117828369, 10.9570932, -1, 9.97980505e-018, -3.53563578e-008, -8.49193411e-017, -1, 2.11954898e-009, -3.53563578e-008, 2.11954898e-009, 1))
  1064. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1065. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553759))
  1066. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 0.117824554, -10.1323681, -1, 1.94944302e-018, -6.81270151e-009, 1.63893034e-017, 1, -2.11954898e-009, 6.81270151e-009, -2.11954898e-009, -1))
  1067. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1068. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1069. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.71661377e-005, -13.3488045, 0.117819667, -1, -5.96046519e-008, 1.3320961e-007, -1.3320961e-007, 8.72877663e-008, -1, 5.96046412e-008, -1, -8.72877735e-008))
  1070. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1071. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1072. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.71661377e-005, -0.235645652, 13.2427616, 1, 5.96046519e-008, -1.3320961e-007, -5.96046519e-008, 1, -2.11954898e-009, 1.3320961e-007, 2.11955697e-009, 1))
  1073. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1074. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1075. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -0.235641718, -13.124959, -1, 5.96462445e-018, -2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1076. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1077. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1078. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.71661377e-005, 0.117832184, -13.242775, 1, 5.96046519e-008, -1.3320961e-007, 5.96046519e-008, -1, 2.11954898e-009, -1.3320961e-007, -2.11955697e-009, -1))
  1079. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1080. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1081. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 0.11782074, 13.124959, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1082. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1083. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1084. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 0.117828369, 13.124959, 1, -5.96046519e-008, 2.1084535e-008, 5.96046519e-008, 1, -2.11954543e-009, -2.1084535e-008, 2.11954676e-009, 1))
  1085. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1086. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1087. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.71661377e-005, -0.117829442, 13.36059, -1, -5.96046519e-008, 1.3320961e-007, 5.96046412e-008, -1, -8.72878303e-008, 1.3320961e-007, -8.72878232e-008, 1))
  1088. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1089. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1090. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.33514404e-005, 4.88758087e-006, -13.3723717, -1, 3.27825546e-007, 4.00545844e-007, 3.27825575e-007, 1, 8.72878374e-008, -4.00545815e-007, 8.72879653e-008, -1))
  1091. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1092. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1093. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.33514404e-005, 13.3723755, 1.07288361e-006, -1, 3.27825546e-007, 4.00545844e-007, 4.00545815e-007, -8.72877663e-008, 1, 3.27825575e-007, 1, 8.72876385e-008))
  1094. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1095. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553759))
  1096. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 0.117824554, -8.01163101, -1, 1.94944302e-018, -6.81270151e-009, 1.63893034e-017, 1, -2.11954898e-009, 6.81270151e-009, -2.11954898e-009, -1))
  1097. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1098. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.942553759))
  1099. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 0.117824554, -8.01163292, 1, -4.84687142e-018, 1.71115211e-008, -4.11155814e-017, -1, 2.11954898e-009, 1.71115211e-008, -2.11954898e-009, -1))
  1100. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 1))
  1101. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1102. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.71661377e-005, -0.235642552, 13.2427635, -1, -5.96046519e-008, 1.3320961e-007, 5.96046412e-008, -1, -8.72878303e-008, 1.3320961e-007, -8.72878232e-008, 1))
  1103. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1104. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1105. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 13.0189199, 0.117828369, -1, 5.96462445e-018, -2.10845315e-008, -2.10845315e-008, 2.11953899e-009, 1, 5.06541121e-017, 1, -2.11953899e-009))
  1106. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1107. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1108. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -0.235637665, -13.124959, 1, -5.96046519e-008, 2.1084535e-008, -5.96046519e-008, -1, 2.11954543e-009, 2.1084535e-008, -2.11954676e-009, -1))
  1109. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1110. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1111. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -0.11782074, -13.0071325, -1, 5.96462445e-018, -2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1112. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1113. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1114. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.71661377e-005, 0.117814183, -13.2427731, -1, -5.96046519e-008, 1.3320961e-007, -5.96046412e-008, 1, 8.72878303e-008, -1.3320961e-007, 8.72878232e-008, -1))
  1115. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1116. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1117. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.71661377e-005, 2.21567225, -5.99290466, -1, -5.96046519e-008, 4.70381849e-007, 6.41713527e-008, 0.965925157, 0.258821607, -4.69780616e-007, 0.258821636, -0.965925217))
  1118. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1119. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1120. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 2.21566916, -5.99291849, 1, 1.13911638e-017, -4.06060394e-008, 1.05096039e-008, -0.965925932, 0.258818716, -3.92224351e-008, -0.258818746, -0.965925992))
  1121. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1122. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.471276999))
  1123. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -7.01795816, 2.44157147, -1, 5.96046519e-008, 1.61682223e-008, -3.10443156e-008, -0.258822441, -0.965924978, -5.338892e-008, -0.965924919, 0.258822411))
  1124. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.545858502, 1))
  1125. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1126. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.52587891e-005, -0.11782074, 8.60072708, 1, -2.68220901e-007, -3.94595418e-007, 2.68220901e-007, 1, -2.11953632e-009, 3.94595418e-007, 2.11943041e-009, 1))
  1127. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.545858681))
  1128. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.17819214))
  1129. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, 0.235634089, -6.7156353, 1, -4.84687142e-018, 1.71115211e-008, -4.11155814e-017, -1, 2.11954898e-009, 1.71115211e-008, -2.11954898e-009, -1))
  1130. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.545858502, 1))
  1131. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1132. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-005, -7.24581957, 0.471252203, 1, 1.49011612e-007, -3.50100997e-008, -3.50097054e-008, -2.65452309e-006, -1, -1.49011711e-007, 1, -2.65452309e-006))
  1133. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1134. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1135. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -7.24579668, 0.471290231, -1, -4.64906606e-018, 1.66415006e-008, -1.66415006e-008, -3.04195237e-006, -1, 5.06273016e-014, -1, 3.04195237e-006))
  1136. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1137. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 1.17819214))
  1138. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, 0.235637665, -6.71563721, -1, 6.25757625e-018, -2.21258283e-008, 5.31543582e-017, 1, -2.11954898e-009, 2.21258283e-008, -2.11954898e-009, -1))
  1139. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.545858502, 1))
  1140. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1141. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(2.47955322e-005, -2.21564531, 6.69983864, 1, -1.4603138e-006, 3.62147802e-007, 1.50428559e-006, 0.965926766, -0.258815557, 2.814369e-008, 0.258815557, 0.965926766))
  1142. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1143. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.47127676, 0.706915379))
  1144. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-005, -2.21567488, 6.69983006, -1, 8.64267349e-007, 6.3673042e-008, -8.512975e-007, -0.965925157, -0.258821487, -1.62187604e-007, -0.258821517, 0.965925217))
  1145. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 1, 1))
  1146. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1147. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.52587891e-005, -0.11782527, 8.6007309, -1, 2.68220901e-007, 3.84296584e-007, -2.6822093e-007, -1, -8.7287809e-008, 3.84296555e-007, -8.72879156e-008, 1))
  1148. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.545858681))
  1149. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1150. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -2.46171904, -6.44813824, 1, -5.96046519e-008, -1.56151387e-007, 2.3676936e-008, -0.874312937, 0.485362679, -1.65455063e-007, -0.485362709, -0.874312997))
  1151. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1152. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1153. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -0.754919529, -6.5783577, 1, 5.96046519e-008, 8.44457091e-008, -1.58495475e-008, -0.718900204, 0.695113361, 1.02140021e-007, -0.695113361, -0.718900144))
  1154. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1155. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1156. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -5.47849655, -4.83053112, 1, -5.96462445e-018, 2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1157. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1158. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1159. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 0.794997692, -6.17932892, 1, -5.96462445e-018, 2.10845315e-008, -1.80798381e-008, -0.514495671, 0.857492924, 1.08479004e-008, -0.857492983, -0.51449573))
  1160. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1161. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1162. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -4.65464973, -6.76117277, 1, 4.62503547e-017, -1.64512002e-007, -2.76709966e-009, -0.999858618, -0.0168200471, -1.64488739e-007, 0.0168200471, -0.999858618))
  1163. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1164. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1165. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-006, -2.79210186, -7.44828796, 1, 5.96046519e-008, 1.27823441e-007, 2.68232707e-008, -0.970142603, 0.242535606, 1.38463207e-007, -0.242535591, -0.970142543))
  1166. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1167. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1168. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -0.947648764, -7.54688501, 1, -9.33695006e-018, 3.30713483e-008, -1.60516027e-008, -0.874312937, 0.485362828, 2.89147053e-008, -0.485362798, -0.874312878))
  1169. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1170. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1171. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -7.54776335, -4.03987265, 1, -9.33695006e-018, 3.30713483e-008, 1.65356742e-008, -0.866025448, -0.5, 2.86406294e-008, 0.5, -0.866025448))
  1172. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1173. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1174. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -0.644618988, -4.67205238, 1, -2.68220901e-007, -9.28621517e-008, -5.83698743e-008, -0.51449573, 0.857492983, -2.77774717e-007, -0.857492983, -0.51449573))
  1175. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1176. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1177. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 0.540613174, -4.39249039, 1, 5.96046519e-008, 3.15287636e-008, -1.39198644e-008, -0.275029242, 0.961435914, 6.59773818e-008, -0.961435854, -0.275029242))
  1178. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1179. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1180. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 1.4806242, -3.73265815, 1, -5.96046519e-008, 1.65360845e-008, -1.75362942e-008, -0.0168199558, 0.999858618, -5.93180864e-008, -0.999858618, -0.0168199558))
  1181. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1182. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1183. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -3.02773857, -4.15963984, 1, -5.96046519e-008, 1.65360845e-008, -5.9887185e-008, -0.866025448, 0.50000006, -1.54816604e-008, -0.50000006, -0.866025448))
  1184. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1185. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1186. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -4.61986828, -6.7735424, -1, 5.81796227e-017, -2.06681079e-007, 3.4763874e-009, 0.999858618, -0.0168200564, 2.06651848e-007, -0.0168200564, -0.999858558))
  1187. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1188. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1189. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(9.53674316e-006, -2.755301, -7.45122194, -1, -5.96046519e-008, 8.56543636e-008, -3.70507784e-008, 0.970142543, 0.242535576, -9.75531833e-008, 0.242535576, -0.970142543))
  1190. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1191. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1192. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -0.911337137, -7.54020405, -1, 2.59229801e-018, -9.09770925e-009, -4.41568915e-009, 0.874312937, 0.485362768, 7.95424437e-009, 0.485362709, -0.874312878))
  1193. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1194. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1195. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -7.52333641, -4.06755209, -1, 2.59229801e-018, -9.09770925e-009, 4.54885507e-009, 0.866025448, -0.50000006, 7.8788478e-009, -0.50000006, -0.866025388))
  1196. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1197. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1198. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -2.42543793, -6.44142866, -1, 5.96046519e-008, -1.98320492e-007, -4.41442545e-008, 0.874312937, 0.485362709, 2.02324031e-007, 0.485362679, -0.874312878))
  1199. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1200. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1201. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -0.7215662, -6.56250381, -1, -5.96046519e-008, 4.2276632e-008, -1.34627616e-008, 0.718900383, 0.695113182, -7.18246582e-008, 0.695113182, -0.718900383))
  1202. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1203. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1204. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 0.823094845, -6.15539932, -1, 5.96462445e-018, -2.10845315e-008, -1.80798381e-008, 0.51449573, 0.857492983, 1.08479012e-008, 0.857492983, -0.51449573))
  1205. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1206. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1207. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -5.44353104, -4.8422966, -1, 5.96462445e-018, -2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1208. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1209. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1210. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(3.81469727e-006, -0.616511345, -4.64811897, -1, 2.68220901e-007, -1.35031215e-007, 2.22102337e-008, 0.51449585, 0.857492864, 2.99470514e-007, 0.857492864, -0.51449585))
  1211. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.435595185, 1, 0.545858681))
  1212. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.94255352, 0.47127682))
  1213. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 0.561533928, -4.36208248, -1, -5.96046519e-008, -1.06402904e-008, -2.6622974e-008, 0.275029153, 0.961435914, -5.43796617e-008, 0.961435914, -0.275029153))
  1214. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436141044, 1, 0.699999988))
  1215. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 1.1781919, 0.47127682))
  1216. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 1.49296141, -3.69788003, -1, 5.96046519e-008, -2.56329802e-008, -2.4626809e-008, 0.0168199651, 0.999858618, 6.00273751e-008, 0.999858618, -0.0168199651))
  1217. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 1))
  1218. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,"Electric blue","Part",Vector3.new(0.431683987, 0.70691514, 0.431683928))
  1219. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -2.99156237, -4.15233135, -1, 5.96046519e-008, -2.56329802e-008, 3.88026571e-008, 0.866025448, 0.5, 5.20011412e-008, 0.5, -0.866025448))
  1220. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.436686903, 1, 0.545858681))
  1221. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1222. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -4.77160645, -4.47705936, 1, -5.96462445e-018, 2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1223. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1224. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1225. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -2.16785407, 4.83054352, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1226. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1227. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1228. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 1.82617533, 4.71272469, 1, -5.96462445e-018, 2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1229. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1230. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1231. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 1.59053767, 4.35926437, 1, -5.96462445e-018, 2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1232. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1233. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1234. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -6.84085512, -3.68640089, 1, -9.33695006e-018, 3.30713483e-008, 1.65356742e-008, -0.866025448, -0.5, 2.86406294e-008, 0.5, -0.866025448))
  1235. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1236. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1237. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 3.6597867, 3.5685668, 1, -9.33695006e-018, 3.30713483e-008, -1.65356742e-008, 0.866025448, 0.5, -2.86406294e-008, -0.5, 0.866025448))
  1238. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1239. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1240. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-006, -4.23710251, 4.03983641, -1, 9.33695006e-018, -3.30713483e-008, 1.65356742e-008, -0.866025448, -0.5, -2.86406294e-008, -0.5, 0.866025448))
  1241. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1242. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1243. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 3.89543247, 3.92199945, 1, -9.33695006e-018, 3.30713483e-008, -1.65356742e-008, 0.866025448, 0.5, -2.86406294e-008, -0.5, 0.866025448))
  1244. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1245. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1246. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -2.32085609, -3.80615664, 1, -5.96046519e-008, 1.65360845e-008, -5.9887185e-008, -0.866025448, 0.50000006, -1.54816604e-008, -0.50000006, -0.866025448))
  1247. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1248. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1249. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -0.860202789, 3.68838453, 1, -5.96046519e-008, 1.65360845e-008, 5.9887185e-008, 0.866025448, -0.50000006, 1.54816604e-008, 0.50000006, 0.866025448))
  1250. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1251. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1252. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-006, 0.28290081, 4.15967131, -1, 5.96046519e-008, -1.65360845e-008, -5.9887185e-008, -0.866025448, 0.50000006, 1.54816604e-008, 0.50000006, 0.866025448))
  1253. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1254. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1255. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -0.624579906, 4.04186392, 1, -5.96046519e-008, 1.65360845e-008, 5.9887185e-008, 0.866025448, -0.50000006, 1.54816604e-008, 0.50000006, 0.866025448))
  1256. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1257. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1258. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -6.81646252, -3.71407461, -1, 2.59229801e-018, -9.09770925e-009, 4.54885507e-009, 0.866025448, -0.50000006, 7.8788478e-009, -0.50000006, -0.866025388))
  1259. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1260. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1261. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 3.63541222, 3.5962615, -1, 2.59229801e-018, -9.09770925e-009, -4.54885507e-009, -0.866025448, 0.50000006, -7.8788478e-009, 0.50000006, 0.866025388))
  1262. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1263. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1264. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-5.7220459e-006, -4.21271515, 4.06753111, 1, -2.59229801e-018, 9.09770925e-009, 4.54885507e-009, 0.866025448, -0.50000006, -7.8788478e-009, 0.50000006, 0.866025388))
  1265. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1266. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1267. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 3.87103081, 3.94970846, -1, 2.59229801e-018, -9.09770925e-009, -4.54885507e-009, -0.866025448, 0.50000006, -7.8788478e-009, 0.50000006, 0.866025388))
  1268. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1269. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1270. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -4.73662186, -4.48879814, -1, 5.96462445e-018, -2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1271. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1272. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1273. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 1.55557752, 4.37102509, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1274. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1275. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1276. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-7.62939453e-006, -2.1328826, 4.84232903, 1, -5.96462445e-018, 2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1277. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1278. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1279. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 1.79121137, 4.72449493, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1280. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1281. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 1.1781919, 0.7069152))
  1282. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -2.28466034, -3.79887199, -1, 5.96046519e-008, -2.56329802e-008, 3.88026571e-008, 0.866025448, 0.5, 5.20011412e-008, 0.5, -0.866025448))
  1283. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1284. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.94255358, 0.471276879))
  1285. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -0.896381855, 3.68110657, -1, 5.96046519e-008, -2.56329802e-008, -3.88026571e-008, -0.866025448, -0.5, -5.20011412e-008, -0.5, 0.866025448))
  1286. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 1))
  1287. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1288. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-7.62939453e-006, 0.319051743, 4.15240955, 1, -5.96046519e-008, 2.56329802e-008, 3.88026571e-008, 0.866025448, 0.5, -5.20011412e-008, -0.5, 0.866025448))
  1289. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.540400028, 0.545858562, 1))
  1290. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.431683987, 0.47127682, 0.431683928))
  1291. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -0.660738468, 4.03456402, -1, 5.96046519e-008, -2.56329802e-008, -3.88026571e-008, -0.866025448, -0.5, -5.20011412e-008, -0.5, 0.866025448))
  1292. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.545858622, 1, 0.545858681))
  1293. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1294. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 4.47706032, -3.88795829, 1, -5.96462445e-018, 2.10845315e-008, -2.10845315e-008, 2.11953899e-009, 1, -5.06541121e-017, -1, 2.11953899e-009))
  1295. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1296. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1297. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -4.59487629, 4.12361526, 1, -5.96462445e-018, 2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, 5.06541121e-017, 1, -2.11953899e-009))
  1298. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1299. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1300. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -4.00576591, -4.42994595, 1, -5.96462445e-018, 2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1301. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1302. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1303. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 4.00578308, 4.66557503, 1, -5.96462445e-018, 2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1304. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1305. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1306. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(1.90734863e-006, -5.06615257, -4.71270514, 1, -5.96462445e-018, 2.10845315e-008, -1.93576611e-015, -1, 9.15268927e-008, 2.10845315e-008, -9.15268927e-008, -1))
  1307. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1308. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1309. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 2.00288558, 4.35926437, 1, -5.96462445e-018, 2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1310. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1311. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1312. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -3.8042016, 6.19287872, 1, -9.33695006e-018, 3.30713483e-008, 2.86406294e-008, 0.49999997, -0.866025448, -1.65356742e-008, 0.866025448, 0.49999997))
  1313. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1314. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1315. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -6.0750351, -3.63924742, 1, -9.33695006e-018, 3.30713483e-008, 1.65356742e-008, -0.866025448, -0.5, 2.86406294e-008, 0.5, -0.866025448))
  1316. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1317. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1318. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 6.0750699, 3.87487745, 1, -9.33695006e-018, 3.30713483e-008, -1.65356742e-008, 0.866025448, 0.5, -2.86406294e-008, -0.5, 0.866025448))
  1319. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1320. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1321. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 3.6863513, -5.95721436, 1, -9.33695006e-018, 3.30713483e-008, -2.86406294e-008, -0.49999997, 0.866025448, 1.65356742e-008, -0.866025448, -0.49999997))
  1322. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1323. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1324. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, -7.13541365, -3.92203617, 1, -9.33695006e-018, 3.30713483e-008, 1.65356742e-008, -0.866025448, -0.5, 2.86406276e-008, 0.49999997, -0.866025388))
  1325. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1326. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1327. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 4.07215261, 3.56856489, 1, -9.33695006e-018, 3.30713483e-008, -1.65356742e-008, 0.866025448, 0.5, -2.86406294e-008, -0.5, 0.866025448))
  1328. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1329. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1330. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -3.92400312, 1.67285705, 1, -5.96046519e-008, 1.65360845e-008, -1.54816515e-008, -0.49999997, -0.866025507, 5.9887185e-008, 0.866025448, -0.49999994))
  1331. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1332. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1333. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -1.55502748, -3.75904417, 1, -5.96046519e-008, 1.65360845e-008, -5.9887185e-008, -0.866025448, 0.50000006, -1.54816604e-008, -0.50000006, -0.866025448))
  1334. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1335. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1336. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(-1.90734863e-006, 1.55503702, 3.99468088, 1, -5.96046519e-008, 1.65360845e-008, 5.9887185e-008, 0.866025448, -0.50000006, 1.54816604e-008, 0.50000006, 0.866025448))
  1337. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1338. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1339. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, 3.80617571, -1.43718886, 1, -5.96046519e-008, 1.65360845e-008, 1.54816515e-008, 0.49999997, 0.866025507, -5.9887185e-008, -0.866025448, 0.49999994))
  1340. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1341. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1342. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -2.61539006, -4.04182625, 1, -5.96046519e-008, 1.65360845e-008, -5.9887185e-008, -0.866025329, 0.50000006, -1.5481664e-008, -0.500000119, -0.866025388))
  1343. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1344. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1345. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(0, -0.447852612, 3.68841124, 1, -5.96046519e-008, 1.65360845e-008, 5.9887185e-008, 0.866025448, -0.50000006, 1.54816604e-008, 0.50000006, 0.866025448))
  1346. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1347. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1348. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -3.83188629, 6.16848278, -1, 2.59229801e-018, -9.09770925e-009, 7.87884868e-009, -0.49999997, -0.866025507, -4.54885374e-009, -0.866025448, 0.49999994))
  1349. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1350. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1351. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -6.05066299, -3.66692972, -1, 2.59229801e-018, -9.09770925e-009, 4.54885507e-009, 0.866025448, -0.50000006, 7.8788478e-009, -0.50000006, -0.866025388))
  1352. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1353. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1354. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 6.05066776, 3.90255499, -1, 2.59229801e-018, -9.09770925e-009, -4.54885507e-009, -0.866025448, 0.50000006, -7.8788478e-009, 0.50000006, 0.866025388))
  1355. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1356. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1357. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 3.71402836, -5.93283463, -1, 2.59229801e-018, -9.09770925e-009, -7.87884868e-009, 0.49999997, 0.866025507, 4.54885374e-009, 0.866025448, -0.49999994))
  1358. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1359. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1360. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -7.1110096, -3.94973993, -1, 2.59229801e-018, -9.09770925e-009, 4.54885507e-009, 0.866025448, -0.50000006, 7.8788478e-009, -0.50000006, -0.866025388))
  1361. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1362. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1363. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 4.04776955, 3.59624338, -1, 2.59229801e-018, -9.09770925e-009, -4.54885507e-009, -0.866025448, 0.50000006, -7.8788478e-009, 0.50000006, 0.866025388))
  1364. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1365. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1366. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -4.60666656, 4.08863068, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009))
  1367. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1368. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1369. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -3.970783, -4.44169998, -1, 5.96462445e-018, -2.10845315e-008, 5.06543239e-017, 1, -2.11954898e-009, 2.10845315e-008, -2.11954898e-009, -1))
  1370. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1371. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1372. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 3.97082877, 4.67734241, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1373. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1374. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1375. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 4.48880005, -3.85297799, -1, 5.96462445e-018, -2.10845315e-008, -2.10845315e-008, 2.11953899e-009, 1, 5.06541121e-017, 1, -2.11953899e-009))
  1376. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1377. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1378. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -5.03117704, -4.72449589, -1, 5.96462445e-018, -2.10845315e-008, -1.83445758e-015, 1, 8.72877948e-008, 2.10845315e-008, 8.72877948e-008, -1))
  1379. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1380. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1381. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 1.96795416, 4.37102509, -1, 5.96462445e-018, -2.10845315e-008, -5.06543239e-017, -1, 2.11954898e-009, -2.10845315e-008, 2.11954898e-009, 1))
  1382. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1383. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1384. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -3.9167099, 1.63669538, -1, 5.96046519e-008, -2.56329802e-008, 5.20011412e-008, 0.5, -0.866025448, -3.88026571e-008, -0.866025448, -0.5))
  1385. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1386. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1387. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, -1.51884508, -3.75176907, -1, 5.96046519e-008, -2.56329802e-008, 3.88026571e-008, 0.866025448, 0.5, 5.20011412e-008, 0.5, -0.866025448))
  1388. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1389. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.47127685))
  1390. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, 1.51886177, 3.98740387, -1, 5.96046519e-008, -2.56329802e-008, -3.88026571e-008, -0.866025448, -0.5, -5.20011412e-008, -0.5, 0.866025448))
  1391. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.5))
  1392. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1393. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(7.62939453e-006, 3.7989006, -1.40103054, -1, 5.96046519e-008, -2.56329802e-008, -5.20011412e-008, -0.5, 0.866025448, 3.88026571e-008, 0.866025448, 0.5))
  1394. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1395. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1396. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -2.57921457, -4.03452349, -1, 5.96046519e-008, -2.56329802e-008, 3.88026535e-008, 0.866025448, 0.50000006, 5.20011376e-008, 0.5, -0.866025388))
  1397. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1398. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.431683987, 0.431683987, 0.431683928))
  1399. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 5.96462445e-018, -2.10845315e-008, 2.10845315e-008, -2.11953899e-009, -1, -5.06541121e-017, -1, 2.11953899e-009),CFrame.new(5.7220459e-006, -0.484000444, 3.68109703, -1, 5.96046519e-008, -2.56329802e-008, -3.88026571e-008, -0.866025448, -0.5, -5.20011412e-008, -0.5, 0.866025448))
  1400. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.551317215, 0.272929251, 0.272929341))
  1401.  
  1402. function attackone()
  1403. attack=true
  1404. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1405. for i=0,1,0.1 do
  1406. swait()
  1407. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(80)),.3)
  1408. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(10),math.rad(-70)),.3)
  1409. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(90)), 0.3)
  1410. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(80), math.rad(-70), math.rad(0)), 0.3)
  1411. RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3)
  1412. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  1413. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)
  1414. end
  1415. so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.6)
  1416. so("http://roblox.com/asset/?id=231917871",Hitbox,1,0.8)
  1417. for i=0,1,0.1 do
  1418. swait()
  1419. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1420. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1421. local h = 5
  1422. 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)
  1423. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1424. 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)
  1425. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1426. scfr = blcf
  1427. elseif not scfr then
  1428. scfr = blcf
  1429. end
  1430. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-80)),.3)
  1431. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(5),math.rad(70)),.3)
  1432. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.5) * angles(math.rad(0), math.rad(-70), math.rad(90)), 0.3)
  1433. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(70), math.rad(-70), math.rad(0)), 0.3)
  1434. RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3)
  1435. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  1436. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)
  1437. end
  1438. attack=false
  1439. con1:disconnect()
  1440. end
  1441.  
  1442. function attacktwo()
  1443. attack=true
  1444. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1445. for i=0,1,0.1 do
  1446. swait()
  1447. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(90)),.2)
  1448. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-80)),.3)
  1449. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.1)
  1450. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(70), math.rad(-70), math.rad(0)), 0.3)
  1451.  
  1452. end
  1453.  
  1454. for i=0,1,1 do
  1455. swait()
  1456. so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.7)
  1457. so("http://www.roblox.com/asset/?id=234365573",Hitbox,1,0.7)
  1458. for i=0,1,0.1 do
  1459. swait()
  1460. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1461. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1462. local h = 5
  1463. 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)
  1464. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1465. 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)
  1466. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1467. scfr = blcf
  1468. elseif not scfr then
  1469. scfr = blcf
  1470. end
  1471. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-50)),.3)
  1472. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(110)),.1)
  1473. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  1474. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  1475. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*euler(0,0,-6*i),.3)
  1476. end
  1477. end
  1478. con1:disconnect()
  1479. attack=false
  1480. end
  1481.  
  1482. function attackthree()
  1483. attack=true
  1484. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1485. for i=0,1,0.1 do
  1486. swait()
  1487. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(00)),.3)
  1488. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(00)),.3)
  1489. RW.C0=clerp(RW.C0,cf(1,0.8,-1)*angles(math.rad(150),math.rad(0),math.rad(-50)),.3)
  1490. LW.C0=clerp(LW.C0,cf(-1,0.8,-1)*angles(math.rad(150),math.rad(0),math.rad(50)),.3)
  1491. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1492. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1493. HandleWeld.C0=clerp(HandleWeld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  1494. end
  1495. so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.4)
  1496. so("http://www.roblox.com/asset/?id=234365549",Hitbox,1,0.6)
  1497. for i=0,1,.1 do
  1498. swait()
  1499. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1500. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1501. local h = 5
  1502. 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)
  1503. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1504. 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)
  1505. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1506. scfr = blcf
  1507. elseif not scfr then
  1508. scfr = blcf
  1509. end
  1510. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1511. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(00)),.3)
  1512. RW.C0=clerp(RW.C0,cf(1,0.2,-.5)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  1513. LW.C0=clerp(LW.C0,cf(-1,0.2,-.5)*angles(math.rad(10),math.rad(0),math.rad(50)),.3)
  1514. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1515. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1516. HandleWeld.C0=clerp(HandleWeld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  1517. end
  1518. attack=false
  1519. con1:disconnect()
  1520. end
  1521.  
  1522. function CrimsonMoon()
  1523. attack=true
  1524. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1525. for i=0,1,0.1 do
  1526. swait()
  1527. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(120),math.rad(80)),.3)
  1528. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10),math.rad(0),math.rad(-10)),.3)
  1529. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(-5),math.rad(0)),.3)
  1530. end
  1531. for i=0,1,0.15 do
  1532. so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.5)
  1533. so("http://roblox.com/asset/?id=28144425",Torso,1,0.8)
  1534. swait()
  1535. for i=0,1,0.1 do
  1536. swait()
  1537. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1538. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1539. local h = 5
  1540. 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)
  1541. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1542. 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)
  1543. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1544. scfr = blcf
  1545. elseif not scfr then
  1546. scfr = blcf
  1547. end
  1548. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-40),math.rad(90)),.3)
  1549. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-60)),.3)
  1550. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(0,-1.5,-6*i),.3)
  1551. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(-5),math.rad(0)),.3)
  1552. end
  1553. end
  1554. attack=false
  1555. con1:disconnect()
  1556. end
  1557.  
  1558. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1559. local prt=part("Custom",workspace,"SmoothPlastic",0,0,"Really red","Effect",vt(0.5,0.5,0.5))
  1560. prt.Anchored=true
  1561. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1562. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1563. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1564. CF=Part.CFrame
  1565. Numbb=0
  1566. randnumb=math.random()-math.random()
  1567. for i=0,1,0.05 do
  1568. wait()
  1569. CF=CF*cf(0,1,0)
  1570. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1571. Part.CFrame=CF*euler(Numbb,0,0)
  1572. Part.Transparency=i
  1573. Numbb=Numbb+randnumb
  1574. end
  1575. Part.Parent=nil
  1576. end),prt,CF,Numbb,randnumb)
  1577. end
  1578.  
  1579. function Execution() --HEUAHUEHAUEHAUHUEAHUAEHUAHEUAHEUH
  1580. attack=true
  1581. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,999999999,999999999,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1582. Humanoid.WalkSpeed = 0
  1583. for i=0,1,0.03 do
  1584. swait()
  1585. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(60)),.1)
  1586. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-60)),.1)
  1587. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(120)),.1)
  1588. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(100), math.rad(0), math.rad(0)), 0.1)
  1589. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.1)
  1590. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1591. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(0),math.rad(10),math.rad(0)),.1)
  1592. end
  1593. so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.5)
  1594. so("http://roblox.com/asset/?id=28144425",Torso,1,0.5)
  1595. hitconasdf = Hitbox.Touched:connect(function(hit)
  1596. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1597. if hum12 and not hum12:IsDescendantOf(Character) then
  1598. so('http://roblox.com/asset/?id=154965973',Hitbox,1,0.8)
  1599. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1600. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1601. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1602. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1603. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1604. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1605. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1606. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1607. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1608. BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1609. hitconasdf:disconnect()
  1610. end
  1611. end)
  1612. for i=0,1,0.03 do
  1613. swait()
  1614. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1615. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1616. local h = 5
  1617. 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)
  1618. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1619. 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)
  1620. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1621. scfr = blcf
  1622. elseif not scfr then
  1623. scfr = blcf
  1624. end
  1625. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.2)
  1626. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(60)),.2)
  1627. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-20),math.rad(70)),.2)
  1628. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-40)), 0.2)
  1629. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2)
  1630. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1631. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(0),math.rad(10),math.rad(0)),.2)
  1632. end
  1633. attack=false
  1634. con1:disconnect()
  1635. Humanoid.WalkSpeed= 16
  1636. pcall(function()
  1637. hitconasdf:disconnect()
  1638. end)
  1639. end
  1640.  
  1641. mouse.Button1Down:connect(function()
  1642. if attack==false then
  1643. if attacktype==1 then
  1644. attack=true
  1645. attacktype=2
  1646. attackone()
  1647. elseif attacktype==2 then
  1648. attack=true
  1649. attacktype=3
  1650. attacktwo()
  1651. elseif attacktype==3 then
  1652. attack=true
  1653. attacktype=1
  1654. attackthree()
  1655. end
  1656. end
  1657. end)
  1658.  
  1659. mouse.KeyDown:connect(function(k)
  1660. k=k:lower()
  1661. if k=='q' then
  1662. if attack==false then
  1663. CrimsonMoon()
  1664. end
  1665. elseif k=='e' then
  1666. if attack==false then
  1667. Execution()
  1668. end
  1669. end
  1670. end)
  1671.  
  1672.  
  1673. local sine = 0
  1674. local change = 1
  1675. local val = 0
  1676.  
  1677. while true do
  1678. swait()
  1679. sine = sine + change
  1680. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1681. local velderp=RootPart.Velocity.y
  1682. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1683. if equipped==true or equipped==false then
  1684. if attack==false then
  1685. idle=idle+1
  1686. else
  1687. idle=0
  1688. end
  1689. if idle>=500 then
  1690. if attack==false then
  1691. --Sheath()
  1692. end
  1693. end
  1694. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1695. Anim="Jump"
  1696. if attack==false then
  1697. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1698. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1699. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
  1700. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
  1701. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
  1702. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  1703. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(10),math.rad(0)),.3)
  1704. end
  1705. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1706. Anim="Fall"
  1707. if attack==false then
  1708. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1709. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1710. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(20)), 0.3)
  1711. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)), 0.3)
  1712. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
  1713. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  1714. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(10),math.rad(0)),.3)
  1715. end
  1716. elseif torvel<1 and hitfloor~=nil then
  1717. Anim="Idle"
  1718. if attack==false then
  1719. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(60)),.3)
  1720. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(5),math.rad(-50)),.3)
  1721. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3)
  1722. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3)
  1723. RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3)
  1724. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  1725. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)
  1726. end
  1727. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1728. Anim="Walk"
  1729. if attack==false then
  1730. change=3
  1731. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(60)),.3)
  1732. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(10),math.rad(-50)),.3)
  1733. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3)
  1734. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3)
  1735. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(80),math.rad(20)),.3)
  1736. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-100),math.rad(0)),.3)
  1737. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)
  1738. end
  1739. elseif torvel>=22 and hitfloor~=nil then
  1740. Anim="Run"
  1741. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(60)),.3)
  1742. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(10),math.rad(-50)),.3)
  1743. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3)
  1744. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3)
  1745. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(80),math.rad(20)),.3)
  1746. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-100),math.rad(0)),.3)
  1747. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)
  1748. end
  1749. end
  1750. end
Add Comment
Please, Sign In to add comment