Advertisement
keblade07

Untitled

May 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --The Color of the Attack and Sword--
  2. tclr = "Magenta"
  3. Player=game:GetService("Players").LocalPlayer
  4. Character=Player.Character
  5. local hed = Character.Head
  6.  
  7.  
  8.  
  9.  
  10. CFuncs = {
  11.  
  12.  
  13. ["Sound"] = {
  14. Create = function(id, par, vol, pit)
  15. coroutine.resume(coroutine.create(function()
  16. local S = Create("Sound"){
  17. Volume = vol,
  18. Pitch = pit or 1,
  19. SoundId = id,
  20. Parent = par or workspace,
  21. }
  22. wait()
  23. S:play()
  24. game:GetService("Debris"):AddItem(S, 6)
  25. end))
  26. end;
  27. };
  28.  
  29. function chatfunc(text)
  30. local chat = coroutine.wrap(function()
  31. if char:FindFirstChild("TalkingBillBoard")~= nil then
  32. char:FindFirstChild("TalkingBillBoard"):destroy()
  33. end
  34. local naeeym2 = Instance.new("BillboardGui",char)
  35. naeeym2.Size = UDim2.new(0,100,0,40)
  36. naeeym2.StudsOffset = Vector3.new(0,3,0)
  37. naeeym2.Adornee = hed
  38. naeeym2.Name = "TalkingBillBoard"
  39. local tecks2 = Instance.new("TextLabel",naeeym2)
  40. tecks2.BackgroundTransparency = 1
  41. tecks2.BorderSizePixel = 0
  42. tecks2.Text = ""
  43. tecks2.Font = "Arcade"
  44. tecks2.TextSize = 30
  45. tecks2.TextStrokeTransparency = 0
  46. tecks2.TextColor3 = Color3.new(255,0,255)
  47. tecks2.TextStrokeColor3 = Color3.new(155,0,155)
  48. tecks2.Size = UDim2.new(1,0,0.5,0)
  49.  
  50. for i = 1,string.len(text),1 do
  51. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", hed, 6, .8)
  52. tecks2.Text = string.sub(text,1,i)
  53.  
  54. wait(0.01)
  55. end
  56. wait(2)
  57. for i = 1, 50 do
  58. swait()
  59. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  60. tecks2.Rotation = tecks2.Rotation - .8
  61. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  62. tecks2.TextTransparency = tecks2.TextTransparency + .04
  63.  
  64.  
  65. PlayerGui=Player.PlayerGui
  66. Backpack=Player.Backpack
  67. Torso=Character.Torso
  68. it=Instance.new
  69. attacktype=1
  70. vt=Vector3.new
  71. cf=CFrame.new
  72. euler=CFrame.fromEulerAnglesXYZ
  73. angles=CFrame.Angles
  74. cloaked=false
  75. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  76. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  77. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  78. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  79. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  80. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  81. RootPart=Character.HumanoidRootPart
  82. RootJoint=RootPart.RootJoint
  83. RootCF=euler(-1.57,0,3.14)
  84. attack = false
  85. attackdebounce = false
  86. deb=false
  87. equipped=true
  88. hand=false
  89. MMouse=nil
  90. combo=0
  91. mana=0
  92. trispeed=.2
  93. attackmode='none'
  94. local idle=0
  95. local Anim="Idle"
  96. local Effects={}
  97. local gun=false
  98. local shoot=false
  99.  
  100. local SHEZ = Instance.new("Sound",Character.HumanoidRootPart)SHEZ.SoundId = "rbxassetid://1283869370" SHEZ.Looped = true SHEZ.Volume = 2 SHEZ:Play()
  101.  
  102. player=nil
  103. mana=0
  104. cam = workspace.CurrentCamera
  105. ZTarget = nil
  106. RocketTarget = nil
  107. local m = Instance.new("Model",Character)
  108. m.Name = "WeaponModel"
  109.  
  110. mouse=Player:GetMouse()
  111. --save shoulders
  112. RSH, LSH=nil, nil
  113. --welds
  114. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  115. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  116. LH=Torso["Left Hip"]
  117. RH=Torso["Right Hip"]
  118. TorsoColor=Torso.BrickColor
  119. function NoOutline(Part)
  120. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  121. end
  122. player=Player
  123. ch=Character
  124. RSH=ch.Torso["Right Shoulder"]
  125. LSH=ch.Torso["Left Shoulder"]
  126. --
  127. RSH.Parent=nil
  128. LSH.Parent=nil
  129. --
  130. RW.Name="Right Shoulder"
  131. RW.Part0=ch.Torso
  132. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  133. RW.C1=cf(0, 0.5, 0)
  134. RW.Part1=ch["Right Arm"]
  135. RW.Parent=ch.Torso
  136. --
  137. LW.Name="Left Shoulder"
  138. LW.Part0=ch.Torso
  139. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  140. LW.C1=cf(0, 0.5, 0)
  141. LW.Part1=ch["Left Arm"]
  142. LW.Parent=ch.Torso
  143.  
  144. function swait(num)
  145. if num==0 or num==nil then
  146. game:service'RunService'.Stepped:wait(0)
  147. else
  148. for i=0,num do
  149. game:service'RunService'.Stepped:wait(0)
  150. end
  151. end
  152. end
  153.  
  154. function nooutline(part)
  155. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  156. end
  157.  
  158. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  159. local fp=it("Part")
  160. fp.formFactor=formfactor
  161. fp.Parent=parent
  162. fp.Reflectance=reflectance
  163. fp.Transparency=transparency
  164. fp.CanCollide=false
  165. fp.Locked=true
  166. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  167. fp.Name=name
  168. fp.Size=size
  169. fp.Position=Character.Torso.Position
  170. nooutline(fp)
  171. fp.Material=material
  172. fp:BreakJoints()
  173. return fp
  174. end
  175.  
  176. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  177. local mesh=it(Mesh)
  178. mesh.Parent=part
  179. if Mesh=="SpecialMesh" then
  180. mesh.MeshType=meshtype
  181. mesh.MeshId=meshid
  182. end
  183. mesh.Offset=offset
  184. mesh.Scale=scale
  185. return mesh
  186. end
  187.  
  188. function weld(parent,part0,part1,c0,c1)
  189. local weld=it("Weld")
  190. weld.Parent=parent
  191. weld.Part0=part0
  192. weld.Part1=part1
  193. weld.C0=c0
  194. weld.C1=c1
  195. return weld
  196. end
  197.  
  198.  
  199. local function CFrameFromTopBack(at, top, back)
  200. local right = top:Cross(back)
  201. return CFrame.new(at.x, at.y, at.z,
  202. right.x, top.x, back.x,
  203. right.y, top.y, back.y,
  204. right.z, top.z, back.z)
  205. end
  206.  
  207. function Triangle(a, b, c)
  208. local edg1 = (c-a):Dot((b-a).unit)
  209. local edg2 = (a-b):Dot((c-b).unit)
  210. local edg3 = (b-c):Dot((a-c).unit)
  211. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  212. a, b, c = a, b, c
  213. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  214. a, b, c = b, c, a
  215. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  216. a, b, c = c, a, b
  217. else
  218. assert(false, "unreachable")
  219. end
  220.  
  221. local len1 = (c-a):Dot((b-a).unit)
  222. local len2 = (b-a).magnitude - len1
  223. local width = (a + (b-a).unit*len1 - c).magnitude
  224.  
  225. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  226.  
  227. local list = {}
  228.  
  229. local TrailColor = tclr
  230.  
  231. if len1 > 0.01 then
  232. local w1 = Instance.new('WedgePart', m)
  233. game:GetService("Debris"):AddItem(w1,5)
  234. w1.Material = "SmoothPlastic"
  235. w1.FormFactor = 'Custom'
  236. w1.BrickColor = BrickColor.new(TrailColor)
  237. w1.Transparency = 0
  238. w1.Reflectance = 0
  239. w1.Material = "Neon"
  240. w1.CanCollide = false
  241. NoOutline(w1)
  242. local sz = Vector3.new(0.2, width, len1)
  243. w1.Size = sz
  244. local sp = Instance.new("SpecialMesh",w1)
  245. sp.MeshType = "Wedge"
  246. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  247. w1:BreakJoints()
  248. w1.Anchored = true
  249. w1.Parent = workspace
  250. w1.Transparency = 0.7
  251. table.insert(Effects,{w1,"Disappear",.01})
  252. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  253. table.insert(list,w1)
  254. end
  255.  
  256. if len2 > 0.01 then
  257. local w2 = Instance.new('WedgePart', m)
  258. game:GetService("Debris"):AddItem(w2,5)
  259. w2.Material = "SmoothPlastic"
  260. w2.FormFactor = 'Custom'
  261. w2.BrickColor = BrickColor.new(TrailColor)
  262. w2.Transparency = 0
  263. w2.Reflectance = 0
  264. w2.Material = "Neon"
  265. w2.CanCollide = false
  266. NoOutline(w2)
  267. local sz = Vector3.new(0.2, width, len2)
  268. w2.Size = sz
  269. local sp = Instance.new("SpecialMesh",w2)
  270. sp.MeshType = "Wedge"
  271. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  272. w2:BreakJoints()
  273. w2.Anchored = true
  274. w2.Parent = workspace
  275. w2.Transparency = 0.7
  276. table.insert(Effects,{w2,"Disappear",.01})
  277. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  278. table.insert(list,w2)
  279. end
  280. return unpack(list)
  281. end
  282.  
  283.  
  284. so = function(id,par,vol,pit)
  285. coroutine.resume(coroutine.create(function()
  286. local sou = Instance.new("Sound",par or workspace)
  287. sou.Volume=vol
  288. sou.Pitch=pit or 1
  289. sou.SoundId=id
  290. swait()
  291. sou:play()
  292. game:GetService("Debris"):AddItem(sou,6)
  293. end))
  294. end
  295.  
  296. function clerp(a,b,t)
  297. local qa = {QuaternionFromCFrame(a)}
  298. local qb = {QuaternionFromCFrame(b)}
  299. local ax, ay, az = a.x, a.y, a.z
  300. local bx, by, bz = b.x, b.y, b.z
  301. local _t = 1-t
  302. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  303. end
  304.  
  305. function QuaternionFromCFrame(cf)
  306. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  307. local trace = m00 + m11 + m22
  308. if trace > 0 then
  309. local s = math.sqrt(1 + trace)
  310. local recip = 0.5/s
  311. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  312. else
  313. local i = 0
  314. if m11 > m00 then
  315. i = 1
  316. end
  317. if m22 > (i == 0 and m00 or m11) then
  318. i = 2
  319. end
  320. if i == 0 then
  321. local s = math.sqrt(m00-m11-m22+1)
  322. local recip = 0.5/s
  323. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  324. elseif i == 1 then
  325. local s = math.sqrt(m11-m22-m00+1)
  326. local recip = 0.5/s
  327. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  328. elseif i == 2 then
  329. local s = math.sqrt(m22-m00-m11+1)
  330. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  331. end
  332. end
  333. end
  334.  
  335. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  336. local xs, ys, zs = x + x, y + y, z + z
  337. local wx, wy, wz = w*xs, w*ys, w*zs
  338. local xx = x*xs
  339. local xy = x*ys
  340. local xz = x*zs
  341. local yy = y*ys
  342. local yz = y*zs
  343. local zz = z*zs
  344. 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))
  345. end
  346.  
  347. function QuaternionSlerp(a, b, t)
  348. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  349. local startInterp, finishInterp;
  350. if cosTheta >= 0.0001 then
  351. if (1 - cosTheta) > 0.0001 then
  352. local theta = math.acos(cosTheta)
  353. local invSinTheta = 1/math.sin(theta)
  354. startInterp = math.sin((1-t)*theta)*invSinTheta
  355. finishInterp = math.sin(t*theta)*invSinTheta
  356. else
  357. startInterp = 1-t
  358. finishInterp = t
  359. end
  360. else
  361. if (1+cosTheta) > 0.0001 then
  362. local theta = math.acos(-cosTheta)
  363. local invSinTheta = 1/math.sin(theta)
  364. startInterp = math.sin((t-1)*theta)*invSinTheta
  365. finishInterp = math.sin(t*theta)*invSinTheta
  366. else
  367. startInterp = t-1
  368. finishInterp = t
  369. end
  370. end
  371. 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
  372. end
  373.  
  374. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  375. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  376. end
  377.  
  378. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  379. if hit.Parent==nil then
  380. return
  381. end
  382. local h=hit.Parent:FindFirstChild("Humanoid")
  383. for _,v in pairs(hit.Parent:children()) do
  384. if v:IsA("Humanoid") then
  385. h=v
  386. end
  387. end
  388. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  389. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  390. end
  391. if hit.Parent.className=="Hat" then
  392. hit=hit.Parent.Parent:findFirstChild("Head")
  393. end
  394. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  395. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  396. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  397. return
  398. end]]
  399. -- hs(hit,1.2)
  400. local c=Instance.new("ObjectValue")
  401. c.Name="creator"
  402. c.Value=game:service("Players").LocalPlayer
  403. c.Parent=h
  404. game:GetService("Debris"):AddItem(c,.5)
  405. local Damage=math.random(minim,maxim)
  406. -- h:TakeDamage(Damage)
  407. local blocked=false
  408. local block=hit.Parent:findFirstChild("Block")
  409. if block~=nil then
  410. print(block.className)
  411. if block.className=="NumberValue" then
  412. if block.Value>0 then
  413. blocked=true
  414. if decreaseblock==nil then
  415. block.Value=block.Value-1
  416. end
  417. end
  418. end
  419. if block.className=="IntValue" then
  420. if block.Value>0 then
  421. blocked=true
  422. if decreaseblock~=nil then
  423. block.Value=block.Value-1
  424. end
  425. end
  426. end
  427. end
  428. if blocked==false then
  429. -- h:TakeDamage(Damage)
  430. h.Health=h.Health-Damage
  431. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  432. else
  433. h.Health=h.Health-(Damage/2)
  434. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  435. end
  436. if Type=="Knockdown" then
  437. local hum=hit.Parent.Humanoid
  438. hum.PlatformStand=true
  439. coroutine.resume(coroutine.create(function(HHumanoid)
  440. swait(1)
  441. HHumanoid.PlatformStand=false
  442. end),hum)
  443. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  444. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  445. local bodvol=Instance.new("BodyVelocity")
  446. bodvol.velocity=angle*knockback
  447. bodvol.P=5000
  448. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  449. bodvol.Parent=hit
  450. local rl=Instance.new("BodyAngularVelocity")
  451. rl.P=3000
  452. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  453. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  454. rl.Parent=hit
  455. game:GetService("Debris"):AddItem(bodvol,.5)
  456. game:GetService("Debris"):AddItem(rl,.5)
  457. elseif Type=="Normal" then
  458. local vp=Instance.new("BodyVelocity")
  459. vp.P=500
  460. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  461. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  462. if KnockbackType==1 then
  463. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  464. elseif KnockbackType==2 then
  465. vp.velocity=Property.CFrame.lookVector*knockback
  466. end
  467. if knockback>0 then
  468. vp.Parent=hit.Parent.Torso
  469. end
  470. game:GetService("Debris"):AddItem(vp,.5)
  471. elseif Type=="Up" then
  472. local bodyVelocity=Instance.new("BodyVelocity")
  473. bodyVelocity.velocity=vt(0,60,0)
  474. bodyVelocity.P=5000
  475. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  476. bodyVelocity.Parent=hit
  477. game:GetService("Debris"):AddItem(bodyVelocity,1)
  478. local rl=Instance.new("BodyAngularVelocity")
  479. rl.P=3000
  480. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  481. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  482. rl.Parent=hit
  483. game:GetService("Debris"):AddItem(rl,.5)
  484. elseif Type=="Snare" then
  485. local bp=Instance.new("BodyPosition")
  486. bp.P=2000
  487. bp.D=100
  488. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  489. bp.position=hit.Parent.Torso.Position
  490. bp.Parent=hit.Parent.Torso
  491. game:GetService("Debris"):AddItem(bp,1)
  492. elseif Type=="Target" then
  493. local Targetting = false
  494. if Targetting==false then
  495. ZTarget=hit.Parent.Torso
  496. coroutine.resume(coroutine.create(function(Part)
  497. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  498. swait(5)
  499. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  500. end),ZTarget)
  501. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  502. local targetgui=Instance.new("BillboardGui")
  503. targetgui.Parent=ZTarget
  504. targetgui.Size=UDim2.new(10,100,10,100)
  505. local targ=Instance.new("ImageLabel")
  506. targ.Parent=targetgui
  507. targ.BackgroundTransparency=1
  508. targ.Image="rbxassetid://4834067"
  509. targ.Size=UDim2.new(1,0,1,0)
  510. cam.CameraType="Scriptable"
  511. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  512. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  513. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  514. Targetting=true
  515. RocketTarget=ZTarget
  516. for i=1,Property do
  517. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  518. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  519. swait()
  520. end
  521. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  522. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  523. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  524. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  525. end
  526. Targetting=false
  527. RocketTarget=nil
  528. targetgui.Parent=nil
  529. cam.CameraType="Custom"
  530. end
  531. end
  532. local debounce=Instance.new("BoolValue")
  533. debounce.Name="DebounceHit"
  534. debounce.Parent=hit.Parent
  535. debounce.Value=true
  536. game:GetService("Debris"):AddItem(debounce,Delay)
  537. c=Instance.new("ObjectValue")
  538. c.Name="creator"
  539. c.Value=Player
  540. c.Parent=h
  541. game:GetService("Debris"):AddItem(c,.5)
  542. end
  543. end
  544.  
  545.  
  546. function ShowDamage(Pos, Text, Time, Color)
  547. local Rate = (1 / 30)
  548. local Pos = (Pos or Vector3.new(0, 0, 0))
  549. local Text = (Text or "")
  550. local Time = (Time or 2)
  551. local Color = (Color or Color3.new(1, 0, 0))
  552. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  553. EffectPart.Anchored = true
  554. local BillboardGui = Instance.new("BillboardGui")
  555. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  556. BillboardGui.Adornee = EffectPart
  557. local TextLabel = Instance.new("TextLabel")
  558. TextLabel.BackgroundTransparency = 1
  559. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  560. TextLabel.Text = Text
  561. TextLabel.TextColor3 = Color
  562. TextLabel.TextScaled = true
  563. TextLabel.Font = Enum.Font.ArialBold
  564. TextLabel.Parent = BillboardGui
  565. BillboardGui.Parent = EffectPart
  566. game.Debris:AddItem(EffectPart, (Time + 0.1))
  567. EffectPart.Parent = game:GetService("Workspace")
  568. Delay(0, function()
  569. local Frames = (Time / Rate)
  570. for Frame = 1, Frames do
  571. wait(Rate)
  572. local Percent = (Frame / Frames)
  573. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  574. TextLabel.TextTransparency = Percent
  575. end
  576. if EffectPart and EffectPart.Parent then
  577. EffectPart:Destroy()
  578. end
  579. end)
  580. end
  581.  
  582. Player=game:GetService('Players').LocalPlayer
  583. Character=Player.Character
  584. Mouse=Player:GetMouse()
  585. m=Instance.new('Model',Character)
  586. it=Instance.new
  587. function nooutline(part)
  588. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  589. end
  590. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  591. local fp=it("Part")
  592. fp.formFactor=formfactor
  593. fp.Parent=parent
  594. fp.Reflectance=reflectance
  595. fp.Transparency=transparency
  596. fp.CanCollide=false
  597. fp.Locked=true
  598. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  599. fp.Name=name
  600. fp.Size=size
  601. fp.Position=Character.Torso.Position
  602. nooutline(fp)
  603. fp.Material=material
  604. fp:BreakJoints()
  605. return fp
  606. end
  607. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  608. local mesh=it(Mesh)
  609. mesh.Parent=part
  610. if Mesh=="SpecialMesh" then
  611. mesh.MeshType=meshtype
  612. mesh.MeshId=meshid
  613. end
  614. mesh.Offset=offset
  615. mesh.Scale=scale
  616. return mesh
  617. end
  618. function weld(parent,part0,part1,c0,c1)
  619. local weld=it("Weld")
  620. weld.Parent=parent
  621. weld.Part0=part0
  622. weld.Part1=part1
  623. weld.C0=c0
  624. weld.C1=c1
  625. return weld
  626. end
  627.  
  628. Player=game:GetService('Players').LocalPlayer
  629. Character=Player.Character
  630. Mouse=Player:GetMouse()
  631. m=Instance.new('Model',Character)
  632. it=Instance.new
  633. function nooutline(part)
  634. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  635. end
  636. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  637. local fp=it("Part")
  638. fp.formFactor=formfactor
  639. fp.Parent=parent
  640. fp.Reflectance=reflectance
  641. fp.Transparency=transparency
  642. fp.CanCollide=false
  643. fp.Locked=true
  644. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  645. fp.Name=name
  646. fp.Size=size
  647. fp.Position=Character.Torso.Position
  648. nooutline(fp)
  649. fp.Material=material
  650. fp:BreakJoints()
  651. return fp
  652. end
  653. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  654. local mesh=it(Mesh)
  655. mesh.Parent=part
  656. if Mesh=="SpecialMesh" then
  657. mesh.MeshType=meshtype
  658. mesh.MeshId=meshid
  659. end
  660. mesh.Offset=offset
  661. mesh.Scale=scale
  662. return mesh
  663. end
  664. function weld(parent,part0,part1,c0,c1)
  665. local weld=it("Weld")
  666. weld.Parent=parent
  667. weld.Part0=part0
  668. weld.Part1=part1
  669. weld.C0=c0
  670. weld.C1=c1
  671. return weld
  672. end
  673.  
  674. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Handle",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  675. handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.741678238, 0.794418335, -0.0370121002, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  676. mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.600000203, 0.200000003, 0.399999976))
  678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.4672184, 1.46959305, 0.0142880678, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  679. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  680. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  681. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.94812012, 9.15527344e-005, -0.00979995728, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.03703737))
  683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.5536575, -3.57627869e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  684. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.04999995, 1))
  685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, 9.15527344e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  687. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.3460083e-005, -0.324073672, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.53131104e-005, -0.207403183, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.7220459e-005, -0.207421303, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  696. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.3460083e-005, -0.324074984, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  699. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18214798, 0.184528351, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  702. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.09992981, 1.09993172, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  705. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.733297348, -0.733297348, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  708. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  710. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.274971008, -0.27497673, 3.43322754e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  711. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  713. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.641641617, 0.641643524, 1.74045563e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  714. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  716. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.92491722, 1.92491722, 5.7220459e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  717. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  719. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37493706, 1.37493706, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  720. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46542358, 1.46780205, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  723. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0916500092, -0.0916557312, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  726. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.641609192, -0.641607285, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  729. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.732124329, 0.734502792, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  732. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 7.62939453e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  735. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.366659164, -0.366657257, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  738. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.183334351, -0.183332443, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  741. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00829315, 1.00829506, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  744. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19162178, 1.19162369, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  747. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55827904, 1.55827904, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  750. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83205986, 1.83444023, 0.00188946724, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  753. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.824943542, -0.824941635, 1.90734863e-006, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  756. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.549957275, 0.549959183, -1.31130219e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  759. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.274999619, 0.275001526, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  762. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00117111206, 0.00120735168, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  765. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.457113266, 0.45949173, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  768. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55705452, 1.55943298, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  771. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28208542, 1.28446388, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  774. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.276185989, -0.273807526, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  777. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.548799515, 0.55116272, 0.00185024738, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  780. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.915441513, 0.917819977, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  783. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.273786545, 0.276166916, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  786. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64990616, 1.64990807, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  789. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74037552, 1.74275398, -0.00180244446, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  792. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.00948334, -1.00710487, -0.00185012817, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  795. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.365472794, 0.367851257, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  798. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  800. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.640443802, 0.642822266, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  801. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  803. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28325844, 1.28326035, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  804. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18331337, 0.183315277, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  807. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00708008, 1.00945854, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  810. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.826148987, -0.823768616, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  813. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.824975967, 0.824977875, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  816. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83322906, 1.83323097, 3.64780426e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  819. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.642831802, -0.640453339, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  822. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0904636383, 0.0928440094, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0928478241, -0.0904693604, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  828. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.549985886, -0.549983978, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  831. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19040871, 1.19278717, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  834. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  835. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.823759079, 0.826137543, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  837. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46657944, 1.46658134, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  840. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.733295441, 0.733297348, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  843. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  845. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.458320618, 0.458322525, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  846. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  847. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  848. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37374115, 1.37611961, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  849. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  850. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  851. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0, 7.62939453e-005, 7.26342932e-008, 0, -1, -7.58196705e-008, 1, -5.50710795e-015, 1, 7.58196705e-008, 7.26342932e-008))
  852. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  854. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.916606903, 0.91660881, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  855. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  857. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0916824341, 0.0916843414, 2.67028809e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  858. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  859. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  860. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.734451294, -0.732088089, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  861. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  862. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  863. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.916631699, -0.916629791, -1.71661377e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  864. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  865. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  866. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.367816925, -0.365451813, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  867. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  868. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  869. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64874077, 1.65112114, 0.00186932087, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  870. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  871. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  872. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.551136017, -0.548772812, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  873. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  874. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  875. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.458297729, -0.458295822, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  876. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  877. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  878. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.459510803, -0.457132339, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  879. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  880. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  881. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.366638184, 0.366640091, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  882. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  883. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  884. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74159431, 1.74159622, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  885. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  886. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  887. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.184497833, -0.182132721, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  888. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  890. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.917798996, -0.915416718, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  891. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  893. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0.000133514404, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  894. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  895. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  896. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  897. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  898. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  899. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  900. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  901. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  902. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90047836, 4.3380785, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  903. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  904. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  905. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  906. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  907. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  908. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  909. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  910. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  911. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  912. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  913. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  914. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78516388, 0.000163555145, -4.44323349, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  915. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  916. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  917. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000174999237, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  918. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  919. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  920. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 9.27448273e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  921. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  922. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  923. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.68144608, 8.22544098e-005, -2.112957, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  924. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  925. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  926. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.11297655, 8.32080841e-005, 4.68144417, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  927. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  928. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.2962966, 0.518518627, 1.29629672))
  929. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.07218933, 9.1791153e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  930. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  931. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  932. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78264618, 8.17775726e-005, -4.555583, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  933. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  934. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  935. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 9.13143158e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  936. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  937. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  938. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 9.1791153e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  939. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  940. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  941. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.8129234, 2.88486481e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  942. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.03999996, 1))
  943. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  944. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000122070313, -0.116662025, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  945. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  946. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  947. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.24249268e-005, -0.259274483, 12.1092224, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  948. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  949. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  950. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.583325624, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  951. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  952. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  953. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.259250879, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  954. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  955. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  956. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.24249268e-005, -0.259250879, 12.1092224, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  957. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  958. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  959. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.583348989, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  960. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  961. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  962. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000122070313, -0.116671681, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  963. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  964. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  965. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.259255409, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  966. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  967. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  968. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.129636765, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  969. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  970. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  971. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0.129623413, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  972. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  973. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  974. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.05718994e-005, -0.337038875, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  975. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  976. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  977. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  978. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.119999997, 1.00100005))
  979. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  980. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(7.05718994e-005, -0.33703351, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  981. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  982. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  983. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, -3.70452118, -2.79076195, 1, 4.20377333e-008, 2.81075273e-007, 2.82378039e-007, -0.258818924, -0.965925813, 3.21423244e-008, 0.965925813, -0.258818954))
  984. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  985. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  986. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.26083183, -3.08899784, 0.000133752823, -8.63836647e-008, -0.422618359, 0.906307876, -4.29547775e-009, -0.906307757, -0.42261833, 1, -4.04003444e-008, 7.64748265e-008))
  987. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  988. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  989. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  990. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  991. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  992. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.0921936, 2.85683537, 0.000120639801, -1.09868267e-007, 0.390732348, 0.920504391, -4.35992824e-008, -0.920504391, 0.390732348, 1, 2.79575652e-009, 1.18169858e-007))
  993. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  994. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  995. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  996. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  997. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  998. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54734802, -2.42215061, 0.000133991241, -9.79423547e-008, -0.258819193, 0.965925872, 4.70048391e-008, -0.965925872, -0.258819193, 1, 2.00538253e-008, 1.06770791e-007))
  999. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  1000. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  1001. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  1002. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  1003. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  1004. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000130414963, 0.86914444, -4.22298431, -1, -1.22191182e-006, 1.42418617e-006, -1.54888335e-006, 0.965925753, -0.25881955, -1.05940342e-006, -0.25881955, -0.965925753))
  1005. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1006. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  1007. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  1008. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  1009. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  1010. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.89334488, -2.17629051, -1, -1.32561297e-006, 8.84132305e-007, -7.05949105e-007, 0.866025686, 0.499999583, -1.42848728e-006, 0.499999583, -0.866025686))
  1011. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1012. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  1013. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000135421753, 4.64661407, 1.34696198, -1, -9.82721986e-007, 1.11105791e-007, -1.47027706e-007, 0.25881955, 0.965925753, -9.7799284e-007, 0.965925753, -0.25881955))
  1014. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1015. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  1016. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120162964, 4.64661789, 1.346982, 1, 4.00835432e-007, 3.23014717e-007, -2.08264595e-007, -0.258818746, 0.965925992, 4.70779611e-007, -0.965925992, -0.258818746))
  1017. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1018. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  1019. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119686127, 3.89336014, -2.17628479, 1, 4.28033047e-007, 1.74377874e-007, 2.83498451e-007, -0.866025269, 0.500000298, 3.65032292e-007, -0.500000298, -0.866025269))
  1020. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1021. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  1022. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119924545, 0.869161129, -4.22298813, 1, 5.51122014e-007, 2.59200249e-007, 5.99428972e-007, -0.965925992, -0.258818775, 1.0772753e-007, 0.258818775, -0.965925992))
  1023. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1024. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  1025. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.2608223, 3.08901405, 0.000119686127, -1.10378075e-007, 0.422619462, 0.90630722, -1.69980208e-009, -0.90630722, 0.422619462, 1, 4.51073809e-008, 1.00754818e-007))
  1026. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  1027. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  1028. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  1029. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  1030. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  1031. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90695953, 4.32685566, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  1032. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  1033. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  1034. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.70452118, 3.69815493, -1, -1.61937432e-008, 4.06052507e-008, 4.34129106e-008, -0.258818865, 0.965925932, -5.13255038e-009, 0.965925932, 0.258818835))
  1035. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1036. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  1037. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, 3.70451164, 3.69817638, 1, 8.18811756e-008, 2.70399255e-007, -2.82378039e-007, 0.258818924, 0.965925872, 9.10670028e-009, -0.965925872, 0.258818924))
  1038. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1039. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  1040. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133514404, -3.70451355, -2.7907486, -1, -4.76288342e-009, -2.05528039e-009, 7.52531371e-010, 0.258818656, -0.965925932, 5.13253973e-009, -0.965925932, -0.258818626))
  1041. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  1042. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  1043. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54733849, 2.42216587, 0.000120639801, -1.29213319e-007, 0.258820295, 0.965925574, -2.80968671e-009, -0.965925574, 0.258820295, 1, 3.07290726e-008, 1.25537639e-007))
  1044. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  1045. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  1046. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.14159012, -2.8024168, 0.000133752823, -6.01987367e-008, -0.37460652, 0.927183867, 3.81304055e-008, -0.927183867, -0.37460655, 1, 1.28030564e-008, 7.00991976e-008))
  1047. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  1048. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  1049. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.00012421608, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1050. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  1051. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  1052. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 4.9829483e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1053. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  1054. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1055. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 8.17775726e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  1056. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  1057. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1058. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, -0.000175714493, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  1059. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  1060. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1061. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000175237656, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1062. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  1063. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1064. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 8.32080841e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  1065. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  1066. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1067. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000215768814, 2.20371342, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1068. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  1069. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1070. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 8.22544098e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1071. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  1072. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1073. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, -9.20295715e-005, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  1074. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  1075. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  1076. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000163555145, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  1077. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  1078. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1079. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50149727, 1.24056816, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  1080. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1081. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1082. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000164270401, -0.294586182, 6.34798241, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  1083. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1084. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1085. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.95910645e-005, -5.39571381, 1.16452789, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  1086. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1087. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1088. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.51445961, 1.21811485, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  1089. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1090. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1091. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.89693832, 3.89433098, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  1092. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1093. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1094. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.17524147, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  1095. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1096. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1097. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.16960907e-005, -4.82089996, 3.78854847, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  1098. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1099. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1100. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.6239624e-005, -0.171104431, 6.27668953, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  1101. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1102. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1103. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.85110855, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  1104. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1105. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1106. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000112056732, -4.87447739, 3.90729904, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  1107. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1108. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1109. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.47819519e-005, -2.86407852, 5.57916451, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  1110. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1111. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1112. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -4.64633274, -1.18819618, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  1113. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1114. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1115. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.20115852, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  1116. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1117. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1118. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.272134781, 6.33502007, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  1119. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1120. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1121. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.87703323, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  1122. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1123. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1124. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.26292419, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1125. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1126. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1127. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.07424164e-005, 4.60000801, 3.13654184, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  1128. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1129. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1130. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.26292419, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1131. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1132. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1133. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.345923424, 6.61297035, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  1134. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1135. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1136. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(6.67572021e-005, 0.451700211, 6.53692818, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  1137. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1138. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1139. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.345918655, 6.48334122, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  1140. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1141. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1142. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.15255737e-007, 4.60000992, 3.1365478, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  1143. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1144. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1145. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.61297989, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  1146. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1147. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1148. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.58705902, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  1149. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1150. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1151. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.970644, 0.487595558, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  1152. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1153. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1154. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.332958221, 6.46089363, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  1155. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1156. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1157. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.97064209, 0.487604141, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  1158. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1159. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1160. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.61297798, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  1161. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1162. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1163. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.50339508e-005, 5.07168198, 0.429261208, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  1164. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1165. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1166. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.332961082, 6.59052086, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  1167. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1168. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1169. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.38690186e-005, 0.451704025, 6.40730095, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  1170. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1171. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1172. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.94818306, 0.500570297, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  1173. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1174. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1175. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.81091881, 5.52395439, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  1176. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1177. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1178. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.47819519e-005, 2.86450768, 5.40520668, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  1179. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1180. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1181. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.95774841e-005, 5.07167244, 0.429275513, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  1182. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1183. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1184. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.81469727e-005, 2.86450768, 5.4052124, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  1185. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1186. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1187. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.28885269, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1188. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1189. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1190. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -2.20370197, 6.27588654, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1191. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1192. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1193. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.81091881, 5.52396393, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  1194. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1195. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1196. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.94819832, 0.500566483, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  1197. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1198. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1199. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.28885269, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1200. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1201. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1202. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.78847122, 5.51100349, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  1203. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1204. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1205. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.78846169, 5.51098824, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  1206. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1207. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1208. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.58704567, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  1209. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1210. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1211. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.15527344e-005, -2.20371342, 6.27588654, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1212. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1213. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1214. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-6.72340393e-005, -2.86659622, 5.46681213, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  1215. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1216. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1217. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.87955475, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  1218. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1219. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1220. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.41842747, 1.15975761, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  1221. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1222. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1223. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000163793564, -4.53397942, -1.19071579, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  1224. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1225. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1226. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.84293938, 3.79575825, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  1227. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1228. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1229. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.85363007, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  1230. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1231. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1232. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.20367813, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  1233. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1234. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1235. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.60012054e-005, -0.229459763, 6.18065071, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  1236. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1237. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1238. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78949738e-005, -4.82047844, 3.80872631, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  1239. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1240. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1241. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000123739243, -5.29968166, 1.10616493, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  1242. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1243. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1244. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.17776489, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  1245. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1246. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1247. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.40546131, 1.18221474, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  1248. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1249. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1250. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.330493927, 6.23898315, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  1251. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1252. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1253. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.352949142, 6.2519474, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  1254. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  1255. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1256. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.25064087e-005, -4.7668972, 3.68998146, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  1257. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  1258. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  1259. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.000133752823, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  1260. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  1261. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  1262. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  1263. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  1264. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  1265. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  1266. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  1267. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  1268. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.75984001, 0.000175714493, -3.91405869, -1.05164366e-008, -0.968119502, -0.250488758, -1, 9.91058347e-009, 3.68003583e-009, -1.08022657e-009, 0.250488758, -0.968119502))
  1269. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  1270. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  1271. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.65045071, 9.1791153e-005, -3.88835716, -7.4505806e-008, 0.968119502, -0.250488728, 1, 7.40473354e-008, -1.12545493e-008, 7.65227881e-009, -0.250488728, -0.968119562))
  1272. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  1273. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1274. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.283361435, 6.34150124, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  1275. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1276. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1277. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50797844, 1.22934341, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  1278. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1279. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1280. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.86408234, 5.70879555, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  1281. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1282. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1283. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.18818855, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  1284. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1285. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1286. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.88570976, 3.90081406, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  1287. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1288. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1289. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.79969025, 5.51748085, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  1290. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1291. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1292. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.27589035, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1293. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1294. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1295. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.95941925, 0.494076729, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  1296. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1297. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1298. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.79969025, 5.51747131, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  1299. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1300. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1301. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.95941162, 0.494087219, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  1302. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1303. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1304. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.27589035, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  1305. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1306. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1307. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.339439392, 6.47211838, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  1308. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1309. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1310. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.339440346, 6.6017437, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  1311. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1312. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1313. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.60000801, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  1314. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1315. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1316. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.60001373, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  1317. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1318. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  1319. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.341720581, 6.24546432, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  1320. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1321. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  1322. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.86659622, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  1323. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1324. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  1325. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.19071198, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  1326. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1327. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  1328. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.831707, 3.80224323, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  1329. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1330. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  1331. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.4119463, 1.17098236, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  1332. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  1333.  
  1334. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  1335. for _,c in pairs(workspace:children()) do
  1336. local hum=c:findFirstChild("Humanoid")
  1337. if hum~=nil then
  1338. local head=c:findFirstChild("Torso")
  1339. if head~=nil then
  1340. local targ=head.Position-Part.Position
  1341. local mag=targ.magnitude
  1342. if mag<=magni and c.Name~=Player.Name then
  1343. Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,1,3)
  1344. end
  1345. end
  1346. end
  1347. end
  1348. end
  1349.  
  1350. function magicring(brickcolor,cframe,x1,y1,z1,x3,y3,z3)
  1351. local prt=part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",Vector3.new(0.5,0.5,0.5))
  1352. prt.Anchored=true
  1353. prt.CFrame=cframe
  1354. prt.Touched:connect(function(hit) end)
  1355. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1))
  1356. local ref = Instance.new("Part",workspace)
  1357. ref.Anchored = true
  1358. ref.Size = Vector3.new(5,5,5)
  1359. ref.CFrame = Torso.CFrame*CFrame.new(-5,0,0)
  1360. ref.CanCollide = false
  1361. ref.Transparency = 1
  1362. MagniDamage(prt,ref,10,5,10,0,"Knockdown")
  1363. coroutine.resume(coroutine.create(function(Part,Mesh)
  1364. for i=0,1,0.03 do
  1365. wait()
  1366. Part.CFrame=Part.CFrame
  1367. Part.Transparency=i
  1368. Mesh.Scale=Mesh.Scale+Vector3.new(x3,y3,z3)
  1369. end
  1370. Part.Parent=nil
  1371. ref.Parent = nil
  1372. end),prt,msh)
  1373. end
  1374.  
  1375. function attackone()
  1376. attack = true
  1377. for i = 0,1,0.1 do
  1378. swait()
  1379. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1380. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  1381. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  1382. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1383. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1384. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1385. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1386. end
  1387. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  1388. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  1389. for i = 0,1,0.1 do
  1390. swait()
  1391. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1392. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1393. local h = 5
  1394. 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)
  1395. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1396. 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)
  1397. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1398. scfr = blcf
  1399. elseif not scfr then
  1400. scfr = blcf
  1401. end
  1402. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1403. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  1404. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-130)),.3)
  1405. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)),.3)
  1406. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1407. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1408. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1409. end
  1410. for i = 0,1,0.1 do
  1411. swait()
  1412. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1413. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  1414. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(50)),.3)
  1415. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  1416. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1417. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1418. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1419. end
  1420. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  1421. for i = 0,1,0.1 do
  1422. swait()
  1423. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1424. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1425. local h = 5
  1426. 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)
  1427. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1428. 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)
  1429. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1430. scfr = blcf
  1431. elseif not scfr then
  1432. scfr = blcf
  1433. end
  1434. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  1435. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3)
  1436. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(130)),.3)
  1437. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  1438. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1439. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1440. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  1441. end
  1442. attack = false
  1443. con:disconnect()
  1444. scfr = nil
  1445. end
  1446.  
  1447. function attacktwo()
  1448. attack = true
  1449. for i = 0,1,0.1 do
  1450. swait()
  1451. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1452. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  1453. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-90)),.3)
  1454. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1455. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1456. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1457. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1458. end
  1459. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  1460. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  1461. for i = 0,1,0.1 do
  1462. swait()
  1463. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1464. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  1465. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-190), math.rad(-90)),.3)
  1466. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1467. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1468. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1469. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1470. end
  1471. for i = 0,1,0.1 do
  1472. swait()
  1473. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1474. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  1475. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(120), math.rad(90)),.3)
  1476. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1477. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1478. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1479. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1480. end
  1481. so("http://roblox.com/asset/?id=199150686",Hitbox,1,.9)
  1482. for i = 0,1,0.1 do
  1483. swait()
  1484. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1485. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1486. local h = 5
  1487. 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)
  1488. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1489. 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)
  1490. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1491. scfr = blcf
  1492. elseif not scfr then
  1493. scfr = blcf
  1494. end
  1495. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1496. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  1497. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)),.3)
  1498. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1499. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1500. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1501. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1502. end
  1503. for i = 0,1,0.1 do
  1504. swait()
  1505. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1506. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1507. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)),.3)
  1508. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  1509. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1510. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1511. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1512. end
  1513. so("http://roblox.com/asset/?id=199146359",Hitbox,1,.9)
  1514. for i = 0,1,0.1 do
  1515. swait()
  1516. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1517. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1518. local h = 5
  1519. 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)
  1520. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1521. 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)
  1522. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1523. scfr = blcf
  1524. elseif not scfr then
  1525. scfr = blcf
  1526. end
  1527. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  1528. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-20)),.3)
  1529. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)),.3)
  1530. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-30)),.3)
  1531. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1532. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1533. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1534. end
  1535. attack = false
  1536. con:disconnect()
  1537. scfr = nil
  1538. end
  1539.  
  1540. function Spin()
  1541. attack=true
  1542. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  1543. for i=0,1,0.1 do
  1544. swait()
  1545. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1546. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  1547. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(120)),.3)
  1548. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)),.3)
  1549. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1550. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1551. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1552. end
  1553. Humanoid = game.Players.LocalPlayer.Character.Humanoid
  1554. Humanoid.Jump = true
  1555. for i=0,1,1 do
  1556. so("http://roblox.com/asset/?id=234365573",Torso,1,1)
  1557. swait()
  1558. for i=0,1,0.1 do
  1559. swait()
  1560. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1561. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1562. local h = 5
  1563. 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)
  1564. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1565. 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)
  1566. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1567. scfr = blcf
  1568. elseif not scfr then
  1569. scfr = blcf
  1570. end
  1571. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2)*euler(0,-1.2,6*i),.3)
  1572. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  1573. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(80)),.3)
  1574. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-70)),.3)
  1575. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(60),math.rad(-10)),.3)
  1576. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(10)),.3)
  1577. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  1578. end
  1579. end
  1580. attack=false
  1581. con:disconnect()
  1582. scfr = nil
  1583. end
  1584.  
  1585. function StunTarget()
  1586. attack = true
  1587. for i = 0,1,0.05 do
  1588. swait()
  1589. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1590. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  1591. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  1592. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-90)),.3)
  1593. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1594. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1595. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1596. end
  1597. so("http://roblox.com/asset/?id=228343249",Torso,1,1)
  1598. for i = 1,2 do
  1599. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  1600. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  1601. end
  1602. attack = false
  1603. end
  1604.  
  1605. mouse.Button1Down:connect(function()
  1606. if attack == false and attacktype == 1 then
  1607. attacktype = 2
  1608. attackone()
  1609. elseif attack == false and attacktype == 2 then
  1610. attacktype = 1
  1611. attacktwo()
  1612. end
  1613. end)
  1614.  
  1615. mouse.KeyDown:connect(function(k)
  1616. k=k:lower()
  1617. if attack == false and k == 'q' then
  1618. Spin()
  1619. elseif attack == false and k == 'e' then
  1620. StunTarget()
  1621. end
  1622. end)
  1623.  
  1624.  
  1625. local sine = 0
  1626. local change = 1
  1627. local val = 0
  1628.  
  1629. while true do
  1630. swait()
  1631. sine = sine + change
  1632. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1633. local velderp=RootPart.Velocity.y
  1634. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1635. if equipped==true or equipped==false then
  1636. if attack==false then
  1637. idle=idle+1
  1638. else
  1639. idle=0
  1640. end
  1641. if idle>=500 then
  1642. if attack==false then
  1643. --Sheath()
  1644. end
  1645. end
  1646. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1647. if attack==false then
  1648. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1649. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1650. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2)
  1651. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)),.2)
  1652. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  1653. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-20)),.2)
  1654. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1655. end
  1656. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1657. Anim="Fall"
  1658. if attack==false then
  1659. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1660. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  1661. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(40)),.2)
  1662. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)),.2)
  1663. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  1664. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  1665. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1666. end
  1667. elseif torvel<1 and hitfloor~=nil then
  1668. Anim="Idle"
  1669. if attack==false then
  1670. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-40)),.2)
  1671. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  1672. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)),.2)
  1673. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)),.2)
  1674. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2)
  1675. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.2)
  1676. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  1677. end
  1678. elseif torvel>2 and hitfloor~=nil then
  1679. Anim="Walk"
  1680. if attack==false then
  1681. change=3
  1682. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
  1683. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  1684. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)),.2)
  1685. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-15)),.2)
  1686. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.2)
  1687. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  1688. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.2)
  1689. end
  1690. end
  1691. end
  1692. if #Effects>0 then
  1693. for e=1,#Effects do
  1694. if Effects[e]~=nil then
  1695. local Thing=Effects[e]
  1696. if Thing~=nil then
  1697. local Part=Thing[1]
  1698. local Mode=Thing[2]
  1699. local Delay=Thing[3]
  1700. local IncX=Thing[4]
  1701. local IncY=Thing[5]
  1702. local IncZ=Thing[6]
  1703. if Thing[1].Transparency<=1 then
  1704. if Thing[2]=="Block1" then
  1705. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1706. Mesh=Thing[1].Mesh
  1707. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1708. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1709. elseif Thing[2]=="Cylinder" then
  1710. Mesh=Thing[1].Mesh
  1711. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1712. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1713. elseif Thing[2]=="Blood" then
  1714. Mesh=Thing[7]
  1715. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  1716. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1717. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1718. elseif Thing[2]=="Elec" then
  1719. Mesh=Thing[1].Mesh
  1720. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  1721. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1722. elseif Thing[2]=="Disappear" then
  1723. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1724. end
  1725. else
  1726. Part.Parent=nil
  1727. table.remove(Effects,e)
  1728. end
  1729. end
  1730. end
  1731. end
  1732. end
  1733. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement