TheGreatGoryGamer

ROBLOX Stardust Weapon

May 27th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.74 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52.  
  53. mouse=Player:GetMouse()
  54. --save shoulders
  55. RSH, LSH=nil, nil
  56. --welds
  57. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  58. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  59. LH=Torso["Left Hip"]
  60. RH=Torso["Right Hip"]
  61. TorsoColor=Torso.BrickColor
  62. function NoOutline(Part)
  63. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  64. end
  65. player=Player
  66. ch=Character
  67. RSH=ch.Torso["Right Shoulder"]
  68. LSH=ch.Torso["Left Shoulder"]
  69. --
  70. RSH.Parent=nil
  71. LSH.Parent=nil
  72. --
  73. RW.Name="Right Shoulder"
  74. RW.Part0=ch.Torso
  75. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  76. RW.C1=cf(0, 0.5, 0)
  77. RW.Part1=ch["Right Arm"]
  78. RW.Parent=ch.Torso
  79. --
  80. LW.Name="Left Shoulder"
  81. LW.Part0=ch.Torso
  82. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  83. LW.C1=cf(0, 0.5, 0)
  84. LW.Part1=ch["Left Arm"]
  85. LW.Parent=ch.Torso
  86.  
  87. Player=game:GetService('Players').LocalPlayer
  88. Character=Player.Character
  89. Mouse=Player:GetMouse()
  90. m=Instance.new('Model',Character)
  91.  
  92.  
  93. local function weldBetween(a, b)
  94. local weldd = Instance.new("ManualWeld")
  95. weldd.Part0 = a
  96. weldd.Part1 = b
  97. weldd.C0 = CFrame.new()
  98. weldd.C1 = b.CFrame:inverse() * a.CFrame
  99. weldd.Parent = a
  100. return weldd
  101. end
  102.  
  103. function swait(num)
  104. if num==0 or num==nil then
  105. game:service'RunService'.Stepped:wait(0)
  106. else
  107. for i=0,num do
  108. game:service'RunService'.Stepped:wait(0)
  109. end
  110. end
  111. end
  112.  
  113. function nooutline(part)
  114. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  115. end
  116.  
  117. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  118. local fp=it("Part")
  119. fp.formFactor=formfactor
  120. fp.Parent=parent
  121. fp.Reflectance=reflectance
  122. fp.Transparency=transparency
  123. fp.CanCollide=false
  124. fp.Locked=true
  125. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  126. fp.Name=name
  127. fp.Size=size
  128. fp.Position=Character.Torso.Position
  129. nooutline(fp)
  130. fp.Material=material
  131. fp:BreakJoints()
  132. return fp
  133. end
  134.  
  135. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  136. local mesh=it(Mesh)
  137. mesh.Parent=part
  138. if Mesh=="SpecialMesh" then
  139. mesh.MeshType=meshtype
  140. mesh.MeshId=meshid
  141. end
  142. mesh.Offset=offset
  143. mesh.Scale=scale
  144. return mesh
  145. end
  146.  
  147. function weld(parent,part0,part1,c0,c1)
  148. local weld=it("Weld")
  149. weld.Parent=parent
  150. weld.Part0=part0
  151. weld.Part1=part1
  152. weld.C0=c0
  153. weld.C1=c1
  154. return weld
  155. end
  156.  
  157.  
  158. local function CFrameFromTopBack(at, top, back)
  159. local right = top:Cross(back)
  160. return CFrame.new(at.x, at.y, at.z,
  161. right.x, top.x, back.x,
  162. right.y, top.y, back.y,
  163. right.z, top.z, back.z)
  164. end
  165.  
  166. function Triangle(a, b, c)
  167. local edg1 = (c-a):Dot((b-a).unit)
  168. local edg2 = (a-b):Dot((c-b).unit)
  169. local edg3 = (b-c):Dot((a-c).unit)
  170. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  171. a, b, c = a, b, c
  172. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  173. a, b, c = b, c, a
  174. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  175. a, b, c = c, a, b
  176. else
  177. assert(false, "unreachable")
  178. end
  179.  
  180. local len1 = (c-a):Dot((b-a).unit)
  181. local len2 = (b-a).magnitude - len1
  182. local width = (a + (b-a).unit*len1 - c).magnitude
  183.  
  184. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  185.  
  186. local list = {}
  187.  
  188. local Color = BrickColor.new("Dark grey")
  189.  
  190. if len1 > 0.01 then
  191. local w1 = Instance.new('WedgePart', m)
  192. game:GetService("Debris"):AddItem(w1,5)
  193. w1.Material = "SmoothPlastic"
  194. w1.FormFactor = 'Custom'
  195. w1.BrickColor = BrickColor.new(Color)
  196. w1.Transparency = 0
  197. w1.Reflectance = 0
  198. w1.Material = "SmoothPlastic"
  199. w1.CanCollide = false
  200. NoOutline(w1)
  201. local sz = Vector3.new(0.2, width, len1)
  202. w1.Size = sz
  203. local sp = Instance.new("SpecialMesh",w1)
  204. sp.MeshType = "Wedge"
  205. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  206. w1:BreakJoints()
  207. w1.Anchored = true
  208. w1.Parent = workspace
  209. w1.Transparency = 0.7
  210. table.insert(Effects,{w1,"Disappear",.01})
  211. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  212. table.insert(list,w1)
  213. end
  214.  
  215. if len2 > 0.01 then
  216. local w2 = Instance.new('WedgePart', m)
  217. game:GetService("Debris"):AddItem(w2,5)
  218. w2.Material = "SmoothPlastic"
  219. w2.FormFactor = 'Custom'
  220. w2.BrickColor = BrickColor.new(Color)
  221. w2.Transparency = 0
  222. w2.Reflectance = 0
  223. w2.Material = "SmoothPlastic"
  224. w2.CanCollide = false
  225. NoOutline(w2)
  226. local sz = Vector3.new(0.2, width, len2)
  227. w2.Size = sz
  228. local sp = Instance.new("SpecialMesh",w2)
  229. sp.MeshType = "Wedge"
  230. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  231. w2:BreakJoints()
  232. w2.Anchored = true
  233. w2.Parent = workspace
  234. w2.Transparency = 0.7
  235. table.insert(Effects,{w2,"Disappear",.01})
  236. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  237. table.insert(list,w2)
  238. end
  239. return unpack(list)
  240. end
  241.  
  242.  
  243. so = function(id,par,vol,pit)
  244. coroutine.resume(coroutine.create(function()
  245. local sou = Instance.new("Sound",par or workspace)
  246. sou.Volume=vol
  247. sou.Pitch=pit or 1
  248. sou.SoundId=id
  249. swait()
  250. sou:play()
  251. game:GetService("Debris"):AddItem(sou,6)
  252. end))
  253. end
  254.  
  255. function clerp(a,b,t)
  256. local qa = {QuaternionFromCFrame(a)}
  257. local qb = {QuaternionFromCFrame(b)}
  258. local ax, ay, az = a.x, a.y, a.z
  259. local bx, by, bz = b.x, b.y, b.z
  260. local _t = 1-t
  261. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  262. end
  263.  
  264. function QuaternionFromCFrame(cf)
  265. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  266. local trace = m00 + m11 + m22
  267. if trace > 0 then
  268. local s = math.sqrt(1 + trace)
  269. local recip = 0.5/s
  270. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  271. else
  272. local i = 0
  273. if m11 > m00 then
  274. i = 1
  275. end
  276. if m22 > (i == 0 and m00 or m11) then
  277. i = 2
  278. end
  279. if i == 0 then
  280. local s = math.sqrt(m00-m11-m22+1)
  281. local recip = 0.5/s
  282. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  283. elseif i == 1 then
  284. local s = math.sqrt(m11-m22-m00+1)
  285. local recip = 0.5/s
  286. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  287. elseif i == 2 then
  288. local s = math.sqrt(m22-m00-m11+1)
  289. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  290. end
  291. end
  292. end
  293.  
  294. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  295. local xs, ys, zs = x + x, y + y, z + z
  296. local wx, wy, wz = w*xs, w*ys, w*zs
  297. local xx = x*xs
  298. local xy = x*ys
  299. local xz = x*zs
  300. local yy = y*ys
  301. local yz = y*zs
  302. local zz = z*zs
  303. 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))
  304. end
  305.  
  306. function QuaternionSlerp(a, b, t)
  307. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  308. local startInterp, finishInterp;
  309. if cosTheta >= 0.0001 then
  310. if (1 - cosTheta) > 0.0001 then
  311. local theta = math.acos(cosTheta)
  312. local invSinTheta = 1/math.sin(theta)
  313. startInterp = math.sin((1-t)*theta)*invSinTheta
  314. finishInterp = math.sin(t*theta)*invSinTheta
  315. else
  316. startInterp = 1-t
  317. finishInterp = t
  318. end
  319. else
  320. if (1+cosTheta) > 0.0001 then
  321. local theta = math.acos(-cosTheta)
  322. local invSinTheta = 1/math.sin(theta)
  323. startInterp = math.sin((t-1)*theta)*invSinTheta
  324. finishInterp = math.sin(t*theta)*invSinTheta
  325. else
  326. startInterp = t-1
  327. finishInterp = t
  328. end
  329. end
  330. 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
  331. end
  332.  
  333.  
  334. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  335.  
  336.  
  337. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  338. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  339. end
  340.  
  341. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  342. if hit.Parent==nil then
  343. return
  344. end
  345. h=hit.Parent:FindFirstChild("Humanoid")
  346. for _,v in pairs(hit.Parent:children()) do
  347. if v:IsA("Humanoid") then
  348. h=v
  349. end
  350. end
  351. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  352. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  353. end
  354. if hit.Parent.className=="Hat" then
  355. hit=hit.Parent.Parent:findFirstChild("Head")
  356. end
  357. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  358. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  359. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  360. return
  361. end]]
  362. -- hs(hit,1.2)
  363. c=Instance.new("ObjectValue")
  364. c.Name="creator"
  365. c.Value=game:service("Players").LocalPlayer
  366. c.Parent=h
  367. game:GetService("Debris"):AddItem(c,.5)
  368. Damage=math.random(minim,maxim)
  369. -- h:TakeDamage(Damage)
  370. blocked=false
  371. block=hit.Parent:findFirstChild("Block")
  372. if block~=nil then
  373. if block.className=="NumberValue" then
  374. if block.Value>0 then
  375. blocked=true
  376. if decreaseblock==nil then
  377. block.Value=block.Value-1
  378. end
  379. end
  380. end
  381. if block.className=="IntValue" then
  382. if block.Value>0 then
  383. blocked=true
  384. if decreaseblock~=nil then
  385. block.Value=block.Value-1
  386. end
  387. end
  388. end
  389. end
  390. if blocked==false then
  391. -- h:TakeDamage(Damage)
  392. h.Health=h.Health-Damage
  393. showDamage(hit.Parent,Damage,.5,BrickColor.new("Really black"))
  394. else
  395. h.Health=h.Health-(Damage/2)
  396. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  397. end
  398. if Type=="Knockdown" then
  399. hum=hit.Parent.Humanoid
  400. hum.PlatformStand=true
  401. coroutine.resume(coroutine.create(function(HHumanoid)
  402. swait(1)
  403. HHumanoid.PlatformStand=false
  404. end),hum)
  405. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  406. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  407. local bodvol=Instance.new("BodyVelocity")
  408. bodvol.velocity=angle*knockback
  409. bodvol.P=5000
  410. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  411. bodvol.Parent=hit
  412. rl=Instance.new("BodyAngularVelocity")
  413. rl.P=3000
  414. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  415. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  416. rl.Parent=hit
  417. game:GetService("Debris"):AddItem(bodvol,.5)
  418. game:GetService("Debris"):AddItem(rl,.5)
  419. elseif Type=="Normal" then
  420. vp=Instance.new("BodyVelocity")
  421. vp.P=500
  422. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  423. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  424. if KnockbackType==1 then
  425. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  426. elseif KnockbackType==2 then
  427. vp.velocity=Property.CFrame.lookVector*knockback
  428. end
  429. if knockback>0 then
  430. vp.Parent=hit.Parent.Torso
  431. end
  432. game:GetService("Debris"):AddItem(vp,.5)
  433. elseif Type=="Up" then
  434. local bodyVelocity=Instance.new("BodyVelocity")
  435. bodyVelocity.velocity=vt(0,60,0)
  436. bodyVelocity.P=5000
  437. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  438. bodyVelocity.Parent=hit
  439. game:GetService("Debris"):AddItem(bodyVelocity,1)
  440. rl=Instance.new("BodyAngularVelocity")
  441. rl.P=3000
  442. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  443. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  444. rl.Parent=hit
  445. game:GetService("Debris"):AddItem(rl,.5)
  446. elseif Type=="Snare" then
  447. bp=Instance.new("BodyPosition")
  448. bp.P=2000
  449. bp.D=100
  450. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  451. bp.position=hit.Parent.Torso.Position
  452. bp.Parent=hit.Parent.Torso
  453. game:GetService("Debris"):AddItem(bp,1)
  454. elseif Type=="Target" then
  455. if Targetting==false then
  456. ZTarget=hit.Parent.Torso
  457. coroutine.resume(coroutine.create(function(Part)
  458. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  459. swait(5)
  460. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  461. end),ZTarget)
  462. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  463. targetgui=Instance.new("BillboardGui")
  464. targetgui.Parent=ZTarget
  465. targetgui.Size=UDim2.new(10,100,10,100)
  466. targ=Instance.new("ImageLabel")
  467. targ.Parent=targetgui
  468. targ.BackgroundTransparency=1
  469. targ.Image="rbxassetid://4834067"
  470. targ.Size=UDim2.new(1,0,1,0)
  471. cam.CameraType="Scriptable"
  472. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  473. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  474. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  475. Targetting=true
  476. RocketTarget=ZTarget
  477. for i=1,Property do
  478. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  479. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  480. swait()
  481. end
  482. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  483. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  484. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  485. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  486. end
  487. Targetting=false
  488. RocketTarget=nil
  489. targetgui.Parent=nil
  490. cam.CameraType="Custom"
  491. end
  492. end
  493. debounce=Instance.new("BoolValue")
  494. debounce.Name="DebounceHit"
  495. debounce.Parent=hit.Parent
  496. debounce.Value=true
  497. game:GetService("Debris"):AddItem(debounce,Delay)
  498. c=Instance.new("ObjectValue")
  499. c.Name="creator"
  500. c.Value=Player
  501. c.Parent=h
  502. game:GetService("Debris"):AddItem(c,.5)
  503. CRIT=false
  504. hitDeb=true
  505. AttackPos=6
  506. end
  507. end
  508.  
  509. showDamage=function(Char,Dealt,du,Color)
  510. m=Instance.new("Model")
  511. m.Name=tostring(Dealt)
  512. h=Instance.new("Humanoid")
  513. h.Health=0
  514. h.MaxHealth=0
  515. h.Parent=m
  516. c=Instance.new("Part")
  517. c.Transparency=0
  518. c.BrickColor=Color
  519. c.Name="Head"
  520. c.TopSurface=0
  521. c.BottomSurface=0
  522. c.formFactor="Plate"
  523. c.Size=Vector3.new(1,.4,1)
  524. ms=Instance.new("CylinderMesh")
  525. ms.Scale=Vector3.new(.8,.8,.8)
  526. if CRIT==true then
  527. ms.Scale=Vector3.new(1,1.25,1)
  528. end
  529. ms.Parent=c
  530. c.Reflectance=0
  531. Instance.new("BodyGyro").Parent=c
  532. c.Parent=m
  533. if Char:findFirstChild("Head")~=nil then
  534. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  535. elseif Char.Parent:findFirstChild("Head")~=nil then
  536. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  537. end
  538. f=Instance.new("BodyPosition")
  539. f.P=2000
  540. f.D=100
  541. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  542. f.position=c.Position+Vector3.new(0,3,0)
  543. f.Parent=c
  544. game:GetService("Debris"):AddItem(m,.5+du)
  545. c.CanCollide=false
  546. m.Parent=workspace
  547. c.CanCollide=false
  548. end
  549.  
  550. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Handle",Vector3.new(0.428985834, 0.428985775, 7.72174454))
  551. HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(1.05294037, 0.0500030518, -2.36890411, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1))
  552. mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.428985834, 0.428985715, 0.428985775))
  554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -4.57763672e-005, -4.50431061, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  555. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.750725091, 0.750725031, 0.750725091))
  556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.428985834, 0.428985775, 1.71594346))
  557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.28881836e-005, 7.62939453e-006, 6.00574493, -5.96038561e-008, -1, 2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, 9.45021839e-012, -2.13873363e-011, 1))
  558. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.428985834, 1.50145018, 0.428985834))
  560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, -4.61154938, 1.14440918e-005, -1, 2.08618019e-007, -5.44054046e-009, -5.42159739e-009, 7.24237452e-008, 1, 2.08616072e-007, 1, -7.24664062e-008))
  561. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 0.214492902))
  563. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, -7.62939453e-006, -6.97096252, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  564. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.29999995, 1.29999995, 1.10000002))
  565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 0.214492902))
  566. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 5.36227417, 0.0858230591, -1, -3.57628238e-007, -1.13048515e-007, -1.13029543e-007, -3.1601715e-008, 1, -3.57630256e-007, 1, 3.15589688e-008))
  567. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.800000012))
  568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 0.214492902))
  569. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(4.19616699e-005, 5.36227417, 0.0858001709, 2.68219225e-007, 1, -2.11883826e-011, -7.4505158e-007, -2.13447038e-011, 1, 1, -2.68221129e-007, 7.45070452e-007))
  570. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.800000012))
  571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 0.214492902))
  572. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.28881836e-005, 5.36227417, 0.0858078003, 3.42725826e-007, -1, -1.1301718e-007, 9.11922911e-008, -1.13059912e-007, 1, -1, -3.42724064e-007, 9.11733409e-008))
  573. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.800000012))
  574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 0.214492902))
  575. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 5.36225128, 0.0857772827, 0.999994159, -2.24177199e-007, 9.63491006e-012, 9.45016895e-012, 8.04641274e-007, 0.999994755, -2.24175068e-007, -0.999996185, 7.74881698e-007))
  576. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.800000012))
  577. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 1.28695726))
  578. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 2.28881836e-005, -6.22023773, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  579. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 1.00999999, 1))
  580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 1.28695726))
  581. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.28881836e-005, 7.62939453e-006, -6.22023773, -1, 5.96057745e-008, -9.47864096e-012, 5.96038845e-008, 1, -2.13731255e-011, -9.45021839e-012, 2.13873363e-011, -1))
  582. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 1.00999999, 1))
  583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 1.71594298, 0.428985834))
  584. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -4.93328094, -0.0321884155, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  585. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.899999976))
  586. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.428985775, 6.86377287))
  587. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0.0321884155, 0, 0.643486023, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  588. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.00999999, 1))
  589. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.857971549, 0.428985834))
  590. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, -3.21736145, -0.0321884155, -1, 5.96058101e-008, -5.96141945e-008, 5.95952514e-008, -5.95814811e-008, -1, -5.96039342e-008, -1, 5.96241989e-008))
  591. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.899999976))
  592. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 1.28695726, 0.643478692))
  593. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 0.550605774, -5.38861465, 1, -5.56613777e-008, -9.51312984e-009, -3.26170664e-008, -0.707107723, 0.707105756, -4.60972913e-008, -0.707105815, -0.707107782))
  594. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  595. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 0.643478632, 4.50435114))
  596. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.38858986, 1.52587891e-005, -3.44625092, -1.14559349e-007, 0.707107782, 0.707105756, 1, 5.79402624e-008, 1.04088159e-007, 3.26168959e-008, 0.707105756, -0.707107782))
  597. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  598. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 0.643478632, 3.86087251))
  599. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.37666321, 7.62939453e-006, -3.13644791, -3.62904103e-007, 0.707107782, -0.707105875, 1, 3.37616456e-007, -1.75586266e-007, 1.14560216e-007, -0.707105815, -0.707107723))
  600. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.987999976, 1))
  601. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 0.643478632, 2.57391477))
  602. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.01622009, -7.62939453e-006, -6.22024536, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  603. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  604. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 1.28695726, 0.643478692))
  605. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, 4.28981018, -2.05911636, 1, -5.96057745e-008, 9.47864096e-012, 9.43600753e-012, 5.95814384e-008, 1, -5.96038774e-008, -1, 5.96241989e-008))
  606. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  607. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 0.643478632, 2.57391477))
  608. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(2.05911636, 7.62939453e-006, -6.22024536, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  609. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 1.28695726, 0.643478692))
  611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 4.28981018, -2.01620483, -1, 5.96057745e-008, -9.47864096e-012, 9.43600753e-012, 5.95814384e-008, 1, 5.96038774e-008, 1, -5.96241989e-008))
  612. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 0.643478632, 3.43188643))
  614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.18544006, 7.62939453e-006, 0.0214691162, 9.43600753e-012, 5.95814384e-008, 1, 1, -5.96057745e-008, 9.47864096e-012, 5.96038774e-008, 1, -5.96241989e-008))
  615. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Sand blue","Part",Vector3.new(0.643478692, 1.28695726, 0.643478692))
  617. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 0.562551498, -5.37667084, -1, -1.46932607e-007, -7.44038289e-008, -1.56496526e-007, 0.707107902, 0.707105815, -5.13001197e-008, 0.707105756, -0.707107842))
  618. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.643478692, 1.50145006, 0.428985834))
  620. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, 4.18256378, -1.91968918, -1, 9.58793917e-013, -9.45021839e-012, 9.43600753e-012, 5.95814384e-008, 1, -9.6975184e-013, 1, -5.96242131e-008))
  621. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.643478632, 2.35942197))
  623. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.96260071, -7.62939453e-006, -6.11299896, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  624. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.643478632, 3.43188643))
  626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.07820892, 1.52587891e-005, 0.0214385986, -6.68868552e-007, -8.9383775e-008, -1, -1, -5.37781773e-007, 6.68849736e-007, -5.37783819e-007, 1, -8.94262087e-008))
  627. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1.00999999, 1.00999999))
  628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.643478632, 2.35942197))
  629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.91970444, 7.62939453e-006, -6.11299896, 5.60889985e-013, -1, 2.13873363e-011, -1, 1.35669785e-012, -9.45021839e-012, -9.45021839e-012, 2.13873363e-011, -1))
  630. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.643478692, 1.50145006, 0.428985834))
  632. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, 4.18256378, -1.96260071, 1, -5.96057745e-008, 9.47864096e-012, 9.43600753e-012, 5.95814384e-008, 1, -5.96038774e-008, -1, 5.96241989e-008))
  633. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.643478632, 3.86087203))
  635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.29653358, -1.52587891e-005, 3.12452698, 3.38432585e-007, 0.707107842, 0.707105756, -1, 2.62373817e-007, 2.16225089e-007, -3.2616839e-008, -0.707105815, 0.707107902))
  636. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.995000005, 1))
  637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.428985834, 0.643478632, 4.28985786))
  638. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.27927399, 0, -3.35625648, -6.48180034e-008, -0.707107902, 0.707105756, -1, -6.48242775e-008, -1.56511916e-007, 1.56496469e-007, -0.707105696, -0.707107842))
  639. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.995000005, 1))
  640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.643478692, 1.50145006, 0.428985834))
  641. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, 0.460601807, -5.27927399, -1, -2.2677547e-008, -1.98658512e-007, -1.56495929e-007, 0.707107723, 0.707105875, 1.24422883e-007, 0.707105935, -0.707107782))
  642. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.995000005, 1, 1))
  643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.643478692, 1.50145006, 0.428985834))
  644. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 0.443351746, -5.29651833, 0.999994159, -1.66450619e-007, -1.20302275e-007, -3.26175211e-008, -0.707105637, 0.707101583, -2.02776704e-007, -0.707102597, -0.707104623))
  645. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.995000005, 1, 1))
  646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 4.71884394))
  647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.38652039, 2.28881836e-005, 3.14176178, -1.24422399e-007, -0.707108021, 0.707105637, 1, 2.2677547e-008, 1.98658455e-007, -1.56496341e-007, 0.707105577, 0.707107961))
  648. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01499999, 1))
  649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.34057617e-005, -7.18544006, 2.24143982, -1, 2.68222891e-007, 5.22948085e-009, -5.2483955e-009, -4.26689297e-008, -1, -2.68221015e-007, -1, 4.27116191e-008))
  651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, 2.04838943, 7.39993286, 1, -9.58793917e-013, 9.45021839e-012, -9.58793917e-013, 1, -2.13873363e-011, 9.45021839e-012, -2.13873363e-011, 1))
  654. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 4.71884394))
  656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.39391899, 3.81469727e-005, 3.13435364, -3.8208448e-008, -0.707106709, -0.707106829, 1, -5.0083024e-008, -3.93480093e-009, -3.26170095e-008, -0.707106888, 0.707106769))
  657. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01499999, 1))
  658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -2.02694702, 7.39994049, 1, -9.58793917e-013, 9.45021839e-012, -9.58793917e-013, 1, -2.13873363e-011, 9.45021839e-012, -2.13873363e-011, 1))
  660. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.428985834))
  662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, 5.23484802, -0.845180511, 1, -3.6000722e-007, 9.97503946e-008, -3.25083334e-007, -0.707107961, 0.707105756, -1.840409e-007, -0.707105696, -0.707107902))
  663. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.643478692))
  665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(3.05175781e-005, 2.04839706, -4.18255615, -1, 1.19210654e-007, -9.46443184e-012, 1.19208757e-007, 1, -2.13873346e-011, -9.45021839e-012, 2.13873363e-011, -1))
  666. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.28881836e-005, -7.18544006, 2.26288986, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 2.7884078))
  671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(2.04839706, -3.81469727e-005, -5.89849854, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  672. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 4.28985786))
  674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.18544006, -2.28881836e-005, 0.0107269287, 9.43600753e-012, 5.95814384e-008, 1, 1, -5.96057745e-008, 9.47864096e-012, 5.96038774e-008, 1, -5.96241989e-008))
  675. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 2.7884078))
  677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.02693939, -2.28881836e-005, -5.89850616, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  678. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.643478692))
  680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 2.02693939, -4.18255615, 1, -1.19210654e-007, 9.46443184e-012, -1.19208757e-007, -1, 2.13873346e-011, -9.45021839e-012, 2.13873363e-011, -1))
  681. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.428985834))
  683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(6.10351563e-005, 1.83390808, -4.82604218, -1, 1.19210654e-007, -9.46443184e-012, 1.19208757e-007, 1, -2.13873346e-011, -9.45021839e-012, 2.13873363e-011, -1))
  684. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 3.86087203))
  686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(6.9709549, -5.34057617e-005, 0.0107269287, 9.43600753e-012, 5.95814384e-008, 1, 1, -5.96057745e-008, 9.47864096e-012, 5.96038774e-008, 1, -5.96241989e-008))
  687. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1.04999995))
  688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, 5.24223328, 5.44934082, 1, -1.10816437e-007, -4.82903317e-009, 8.17857213e-008, 0.707106709, 0.707106888, -7.49296944e-008, -0.707106829, 0.70710665))
  690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 2.14492893))
  692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.83390808, -6.86645508e-005, -6.11299133, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  693. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 2.14492893))
  695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.81245041, -5.34057617e-005, -6.11299133, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  696. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -5.23484802, 5.45674324, 1, 5.58317943e-008, -5.76871741e-008, -8.02848135e-008, 0.707107663, -0.707105815, 1.32404587e-009, 0.707105875, 0.707107723))
  699. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.428985775))
  701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-2.28881836e-005, 5.24225807, -0.837776184, -1, -4.91311812e-006, -4.9592677e-006, -6.98081976e-006, 0.70710665, 0.707106888, 3.26169953e-008, 0.707106948, -0.707106709))
  702. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 4.28985786))
  704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.24225616, 0, 3.1971817, -3.8208448e-008, -0.707106709, -0.707106829, 1, -5.0083024e-008, -3.93480093e-009, -3.26170095e-008, -0.707106888, 0.707106769))
  705. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01499999, 1))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.643478692))
  707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 5.38650513, -0.460624695, 1, -3.6000722e-007, 9.97503946e-008, -3.25083334e-007, -0.707107961, 0.707105756, -1.840409e-007, -0.707105696, -0.707107902))
  708. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.428985834))
  710. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-4.57763672e-005, 1.81244278, -4.82604218, 1, -1.19210654e-007, 9.46443184e-012, -1.19208757e-007, -1, 2.13873346e-011, -9.45021839e-012, 2.13873363e-011, -1))
  711. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  713. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(2.28881836e-005, 5.3938942, 5.60101318, 1, -1.10816437e-007, -4.82903317e-009, 8.17857213e-008, 0.707106709, 0.707106888, -7.49296944e-008, -0.707106829, 0.70710665))
  714. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.643478632, 4.28985786))
  716. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(5.23484802, -7.62939453e-006, 3.20458984, -1.24422399e-007, -0.707108021, 0.707105637, 1, 2.2677547e-008, 1.98658455e-007, -1.56496341e-007, 0.707105577, 0.707107961))
  717. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01499999, 1))
  718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.214492902))
  719. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(2.28881836e-005, -5.38650513, 5.60840797, 1, 5.58317943e-008, -5.76871741e-008, -8.02848135e-008, 0.707107663, -0.707105815, 1.32404587e-009, 0.707105875, 0.707107723))
  720. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.643478692, 0.214492872, 0.643478692))
  722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.34057617e-005, 5.39393044, -0.453216553, -1, -4.91311812e-006, -4.9592677e-006, -6.98081976e-006, 0.70710665, 0.707106888, 3.26169953e-008, 0.707106948, -0.707106709))
  723. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01499999, 0.100000001, 1))
  724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -3.64634705, -0.0321960449, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  726. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, 3.32460022, 0.0321960449, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  729. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 6.86377287))
  731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0.128700256, 0, 0.857955933, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  732. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-3.05175781e-005, -2.57389069, -0.0321960449, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  735. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-4.57763672e-005, -2.03766632, -0.0321960449, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  738. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 2.78836823, 0.0321960449, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  741. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, -3.11011505, -0.0321960449, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  744. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-8.39233398e-005, -0.128700256, 4.61153412, 1, 1.68626912e-007, 2.08495408e-008, 1.68628787e-007, -1, 2.14441815e-011, 2.08306261e-008, 2.12736495e-011, -1))
  747. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-8.39233398e-005, 0.0858001709, 5.04051971, 1, 1.68626912e-007, 2.08495408e-008, 1.68628787e-007, -1, 2.14441815e-011, 2.08306261e-008, 2.12736495e-011, -1))
  750. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-3.05175781e-005, 1.1796875, 0.0321884155, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  753. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 6.64927959))
  755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0.0214538574, -4.57763672e-005, 1.1796875, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  756. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-3.81469727e-005, 0.021446228, 2.46664429, 1, -9.58793917e-013, 9.45021839e-012, -9.58793917e-013, 1, -2.13873363e-011, 9.45021839e-012, -2.13873363e-011, 1))
  759. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.34057617e-005, -0.0857810974, 2.03766632, 1, -9.58793917e-013, 9.45021839e-012, -9.58793917e-013, 1, -2.13873363e-011, 9.45021839e-012, -2.13873363e-011, 1))
  762. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-4.57763672e-005, 1.71591949, 0.0321960449, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  765. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-3.05175781e-005, -1.50143433, -0.0321960449, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  768. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-4.57763672e-005, -0.965202332, -0.0321884155, 1, -5.96058101e-008, 5.96141945e-008, -5.95952514e-008, 5.95814811e-008, 1, -5.96039342e-008, -1, 5.96241989e-008))
  771. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 6.4347868))
  773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-0.085773468, -4.57763672e-005, 1.5014267, 5.96038561e-008, 1, -2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, -9.45021839e-012, 2.13873363e-011, -1))
  774. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-5.34057617e-005, 0.128700256, 2.89563751, 1, -9.58793917e-013, 9.45021839e-012, -9.58793917e-013, 1, -2.13873363e-011, 9.45021839e-012, -2.13873363e-011, 1))
  777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 1.71594322))
  779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0.000114440918, -0.0965270996, 5.36226654, -1, -1.49011328e-007, 3.30398109e-009, -1.4901326e-007, 1, 2.27011299e-009, -3.32289574e-009, 2.31285924e-009, -1))
  780. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-3.05175781e-005, 2.25215149, 0.0321960449, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  783. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 1.71594322))
  785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-9.91821289e-005, -0.117973328, 5.36226654, 1, 1.68626912e-007, 2.08495408e-008, 1.68628787e-007, -1, 2.14441815e-011, 2.08306261e-008, 2.12736495e-011, -1))
  786. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.428985834))
  788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-4.57763672e-005, 0.643486023, 0.0321884155, 1, -5.96057959e-008, -5.95952372e-008, -5.96141518e-008, -5.95815237e-008, -1, 5.96039058e-008, 1, -5.96241989e-008))
  789. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.5, 0.910000026))
  790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.428985834, 0.214492872, 0.643478692))
  791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-6.10351563e-005, -0.021446228, 4.82602692, 1, 1.68626912e-007, 2.08495408e-008, 1.68628787e-007, -1, 2.14441815e-011, 2.08306261e-008, 2.12736495e-011, -1))
  792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.100000001, 1))
  793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 0.428985685))
  794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(1.52587891e-005, -3.18500519, -3.18502808, 5.96038561e-008, 1, -2.13731255e-011, 0.707106411, -4.21325765e-008, -0.707107306, -0.707107306, 4.21627746e-008, -0.707106411))
  795. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0, 1.79999995, 1.79999995))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 0.428985685))
  797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(4.50429535, 2.28881836e-005, 3.81469727e-006, 9.43600753e-012, 5.95814384e-008, 1, 0.707105458, 0.707108259, -4.21541984e-008, -0.707108259, 0.707105458, -4.2167251e-008))
  798. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0, 1.79999995, 1.79999995))
  799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Fog","Part",Vector3.new(0.214492902, 0.428985775, 0.428985685))
  800. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-1.52587891e-005, 3.18502426, -3.18501282, -1, 3.13472697e-008, -4.65363854e-008, -1.07281375e-008, 0.707107782, 0.707105756, 5.50573702e-008, 0.707105756, -0.707107782))
  801. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0, 1.79999995, 1.79999995))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  803. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -1.09392166, 7.72167206, -1, 5.96057745e-008, -9.47864096e-012, -5.96038845e-008, -1, 2.13731255e-011, 9.45021839e-012, -2.13873363e-011, 1))
  804. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -0.97958374, 5.92484474, 1, 1.08169914e-007, -4.05035763e-007, -3.62905666e-007, 0.707107842, -0.707105815, 2.09928459e-007, 0.707105815, 0.707107842))
  807. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -1.8375473, 5.92483902, 1, 1.08169914e-007, -4.05035763e-007, -3.62905666e-007, 0.707107842, -0.707105815, 2.09928459e-007, 0.707105815, 0.707107842))
  810. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -7.72167969, 1.90897751, -1, 5.96057745e-008, -9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, -5.96038774e-008, -1, 5.96241989e-008))
  813. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -1.95187378, 7.72167969, -1, 5.96057745e-008, -9.47864096e-012, -5.96038845e-008, -1, 2.13731255e-011, 9.45021839e-012, -2.13873363e-011, 1))
  816. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -6.22024536, 2.55245209, -1, 5.96057745e-008, -9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, -5.96038774e-008, -1, 5.96241989e-008))
  819. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -5.9128952, 1.84951019, 1, 1.08169914e-007, -4.05035763e-007, -3.62905666e-007, 0.707107842, -0.707105815, 2.09928459e-007, 0.707105815, 0.707107842))
  822. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -5.9128952, 0.991544724, 1, 1.08169914e-007, -4.05035763e-007, -3.62905666e-007, 0.707107842, -0.707105815, 2.09928459e-007, 0.707105815, 0.707107842))
  825. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.428985834, 1.07246435, 0.428985834))
  827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -8.04340363, 0.235958099, 1, -5.96057745e-008, 9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, 5.96038774e-008, 1, -5.96241989e-008))
  828. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(7.62939453e-006, -7.07820892, 2.55245209, -1, 5.96057745e-008, -9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, -5.96038774e-008, -1, 5.96241989e-008))
  831. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -7.72167206, 1.05098724, -1, 5.96057745e-008, -9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, -5.96038774e-008, -1, 5.96241989e-008))
  834. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  835. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -6.22024536, 2.59534836, 1, -5.96057887e-008, -4.74530509e-007, -4.7454941e-007, 8.94306424e-008, -1, 5.9603984e-008, 1, 8.93878678e-008))
  837. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.214492917, 0.428985715, 0.428985834))
  839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0, -7.07820129, 2.59534836, 1, -5.96057887e-008, -4.74530509e-007, -4.7454941e-007, 8.94306424e-008, -1, 5.9603984e-008, 1, 8.93878678e-008))
  840. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0.5,0,"Institutional white","Part",Vector3.new(0.428985834, 1.07246435, 0.428985834))
  842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(-7.62939453e-006, -8.04340363, 0.193050385, -1, 5.96057745e-008, -9.47864096e-012, -9.43600753e-012, -5.95814384e-008, -1, -5.96038774e-008, -1, 5.96241989e-008))
  843. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  844. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Sand blue","Hitbox",Vector3.new(5.12638044, 0.428985775, 3.64637923))
  845. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 4.97627866e-007, 1, 1.48989812e-007, 1, -4.97629685e-007, -1.83829357e-007, -1.83848201e-007, 1.4903263e-007, -1),CFrame.new(0.0321655273, -0.0429763794, 6.15589142, -5.96038561e-008, -1, 2.13731255e-011, 1, -5.96057461e-008, 9.47864096e-012, 9.45021839e-012, -2.13873363e-011, 1))
  846.  
  847. TrailDeb = false
  848.  
  849. function attackone()
  850. attack=true
  851. for i=0,1,0.07 do
  852. swait()
  853. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.2)
  854. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.3)
  855. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(160), math.rad(0), math.rad(10)), 0.2)
  856. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(160), math.rad(0), math.rad(50)), 0.2)
  857. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(60),math.rad(-10),math.rad(0)),.2)
  858. end
  859. so("http://www.roblox.com/asset/?id=203691447",Hitbox,1,1)
  860. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10,30,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  861. if TrailDeb == false then
  862. TrailDeb = true
  863. end
  864.  
  865.  
  866. coroutine.wrap(function()
  867. local Old = Hitbox.CFrame.p
  868. while wait()do
  869. if not TrailDeb then break end
  870. local New = Hitbox.CFrame.p
  871. local Mag =(Old -New).magnitude
  872. local Dis =(Old +New)/2
  873. local Trail = Instance.new("Part",Character)
  874. Trail.Material = "SmoothPlastic"
  875. Trail.Anchored = true
  876. Trail.CanCollide = false
  877. Trail.BrickColor = BrickColor.new("Navy blue")
  878. Trail.Size = Vector3.new(0.2,Mag,0.2)
  879. Trail.TopSurface = 0
  880. Trail.BottomSurface = 0
  881. Trail.formFactor = "Custom"
  882. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  883. local ms = Instance.new("BlockMesh",Trail)
  884. ms.Scale = Vector3.new(1,1,1)
  885. local TM = Instance.new("CylinderMesh",Trail)
  886. TM.Scale = Vector3.new(1,1,1)
  887. Old = New
  888. coroutine.wrap(function()
  889. for i = 1,0,-0.1 do
  890. wait()
  891. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  892. end
  893. Trail:remove()
  894. end)()
  895. coroutine.wrap(function()
  896. for i = 1,10 do
  897. wait()
  898. Trail.Transparency = Trail.Transparency +0.1
  899. end end)()end end)()
  900. for i=0,1,0.06 do
  901. swait()
  902. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(50)),.2)
  903. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(5),math.rad(-50)),.3)
  904. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.2)
  905. LW.C0 = clerp(LW.C0, CFrame.new(.2, 0.2, -.5) * angles(math.rad(10), math.rad(0), math.rad(50)), 0.2)
  906. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(-10),math.rad(0)),.2)
  907. end
  908. attack=false
  909. con1:disconnect()
  910. if TrailDeb == true then
  911. TrailDeb = false
  912. end
  913. end
  914.  
  915. function attacktwo()
  916. attack=true
  917. for i=0,1,0.06 do
  918. swait()
  919. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(90)),.2)
  920. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-80)),.3)
  921. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.1)
  922. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(60), math.rad(90)), 0.1)
  923. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  924.  
  925. end
  926. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10,30,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  927. so("http://www.roblox.com/asset/?id=203691492",Hitbox,1,1)
  928. if TrailDeb == false then
  929. TrailDeb = true
  930. end
  931. coroutine.wrap(function()
  932. local Old = Hitbox.CFrame.p
  933. while wait()do
  934. if not TrailDeb then break end
  935. local New = Hitbox.CFrame.p
  936. local Mag =(Old -New).magnitude
  937. local Dis =(Old +New)/2
  938. local Trail = Instance.new("Part",Character)
  939. Trail.Material = "SmoothPlastic"
  940. Trail.Anchored = true
  941. Trail.CanCollide = false
  942. Trail.BrickColor = BrickColor.new("Navy blue")
  943. Trail.Size = Vector3.new(0.2,Mag,0.2)
  944. Trail.TopSurface = 0
  945. Trail.BottomSurface = 0
  946. Trail.formFactor = "Custom"
  947. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  948. local ms = Instance.new("BlockMesh",Trail)
  949. ms.Scale = Vector3.new(1,1,1)
  950. local TM = Instance.new("CylinderMesh",Trail)
  951. TM.Scale = Vector3.new(1,1,1)
  952. Old = New
  953. coroutine.wrap(function()
  954. for i = 1,0,-0.1 do
  955. wait()
  956. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  957. end
  958. Trail:remove()
  959. end)()
  960. coroutine.wrap(function()
  961. for i = 1,10 do
  962. wait()
  963. Trail.Transparency = Trail.Transparency +0.1
  964. end end)()end end)()
  965. for i=0,1,0.06 do
  966. swait()
  967. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.2)
  968. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.3)
  969. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(90)),.1)
  970. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(-10), math.rad(90)), 0.1)
  971. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  972. end
  973.  
  974. for i=0,1,1 do
  975. swait()
  976. so("http://www.roblox.com/asset/?id=203691467",Hitbox,1,1)
  977. for i=0,1,0.1 do
  978. swait()
  979. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*euler(0,0,6*i),.3)
  980. end
  981. end
  982.  
  983. attack=false
  984. con1:disconnect()
  985. if TrailDeb == true then
  986. TrailDeb = false
  987. end
  988. end
  989.  
  990. function attackthree()
  991. attack=true
  992. for i=0,1.5,0.06 do
  993. swait()
  994. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(00)),.1)
  995. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(00)),.1)
  996. RW.C0=clerp(RW.C0,cf(1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(-50)),.1)
  997. LW.C0=clerp(LW.C0,cf(-1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(50)),.1)
  998. HandleWeld.C0=clerp(HandleWeld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  999. end
  1000. so("http://roblox.com/asset/?id=203691467",Hitbox,1,1)
  1001. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10,30,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1002. if TrailDeb == false then
  1003. TrailDeb = true
  1004. end
  1005. coroutine.wrap(function()
  1006. local Old = Hitbox.CFrame.p
  1007. while wait()do
  1008. if not TrailDeb then break end
  1009. local New = Hitbox.CFrame.p
  1010. local Mag =(Old -New).magnitude
  1011. local Dis =(Old +New)/2
  1012. local Trail = Instance.new("Part",Character)
  1013. Trail.Material = "SmoothPlastic"
  1014. Trail.Anchored = true
  1015. Trail.CanCollide = false
  1016. Trail.BrickColor = BrickColor.new("Navy blue")
  1017. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1018. Trail.TopSurface = 0
  1019. Trail.BottomSurface = 0
  1020. Trail.formFactor = "Custom"
  1021. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1022. local ms = Instance.new("BlockMesh",Trail)
  1023. ms.Scale = Vector3.new(1,1,1)
  1024. local TM = Instance.new("CylinderMesh",Trail)
  1025. TM.Scale = Vector3.new(1,1,1)
  1026. Old = New
  1027. coroutine.wrap(function()
  1028. for i = 1,0,-0.1 do
  1029. wait()
  1030. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1031. end
  1032. Trail:remove()
  1033. end)()
  1034. coroutine.wrap(function()
  1035. for i = 1,10 do
  1036. wait()
  1037. Trail.Transparency = Trail.Transparency +0.1
  1038. end end)()end end)()
  1039. for i=0,1.5,.06 do
  1040. swait()
  1041. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  1042. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(00)),.2)
  1043. RW.C0=clerp(RW.C0,cf(1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(-50)),.2)
  1044. LW.C0=clerp(LW.C0,cf(-1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(50)),.2)
  1045. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1046. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1047. HandleWeld.C0=clerp(HandleWeld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  1048. end
  1049. attack=false
  1050. con1:disconnect()
  1051. if TrailDeb == true then
  1052. TrailDeb = false
  1053. end
  1054. end
  1055.  
  1056. function JumpSpin()
  1057. attack=true
  1058. for i=0,1,0.06 do
  1059. swait()
  1060. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.1)
  1061. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.1)
  1062. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(90)),.1)
  1063. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(-10), math.rad(90)), 0.1)
  1064. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  1065. end
  1066. if TrailDeb == false then
  1067. TrailDeb = true
  1068. end
  1069. coroutine.wrap(function()
  1070. local Old = Hitbox.CFrame.p
  1071. while wait()do
  1072. if not TrailDeb then break end
  1073. local New = Hitbox.CFrame.p
  1074. local Mag =(Old -New).magnitude
  1075. local Dis =(Old +New)/2
  1076. local Trail = Instance.new("Part",Character)
  1077. Trail.Material = "SmoothPlastic"
  1078. Trail.Anchored = true
  1079. Trail.CanCollide = false
  1080. Trail.BrickColor = BrickColor.new("Navy blue")
  1081. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1082. Trail.TopSurface = 0
  1083. Trail.BottomSurface = 0
  1084. Trail.formFactor = "Custom"
  1085. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1086. local ms = Instance.new("BlockMesh",Trail)
  1087. ms.Scale = Vector3.new(1,1,1)
  1088. local TM = Instance.new("CylinderMesh",Trail)
  1089. TM.Scale = Vector3.new(1,1,1)
  1090. Old = New
  1091. coroutine.wrap(function()
  1092. for i = 1,0,-0.1 do
  1093. wait()
  1094. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1095. end
  1096. Trail:remove()
  1097. end)()
  1098. coroutine.wrap(function()
  1099. for i = 1,10 do
  1100. wait()
  1101. Trail.Transparency = Trail.Transparency +0.1
  1102. end end)()end end)()
  1103. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10,30,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1104. for i=0,0.6,.5 do
  1105. so("http://www.roblox.com/asset/?id=203691447",Hitbox,1,1)
  1106. swait()
  1107. for i=0,1,0.1 do
  1108. swait()
  1109. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,4)*euler(0,1.2,6*i),.2)
  1110. end
  1111. end
  1112. attack=false
  1113. con1:disconnect()
  1114. if TrailDeb == true then
  1115. TrailDeb = false
  1116. end
  1117. end
  1118.  
  1119. mouse.Button1Down:connect(function()
  1120. if attack==false then
  1121. if attacktype==1 then
  1122. attacktype = 2
  1123. attackone()
  1124. elseif attacktype==2 then
  1125. attacktype = 3
  1126. attacktwo()
  1127. elseif attacktype==3 then
  1128. attacktype = 1
  1129. attackthree()
  1130. end
  1131. end
  1132. end)
  1133.  
  1134. function MMMAGIC(part,x1,y1,z1,x2,y2,z2,color)
  1135. local msh1 = it("BlockMesh")
  1136. msh1.Scale = vt(0.5,0.5,0.5)
  1137. S=it("Part")
  1138. S.Material = "SmoothPlastic"
  1139. S.Name="Effect"
  1140. S.formFactor=0
  1141. S.Size=vt(x1,y1,z1)
  1142. S.BrickColor=color
  1143. S.Reflectance = 0
  1144. S.TopSurface=0
  1145. S.BottomSurface=0
  1146. S.Transparency=0
  1147. S.Anchored=true
  1148. S.CanCollide=false
  1149. S.CFrame=part.CFrame*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1150. S.Parent=workspace
  1151. nooutline(S)
  1152. msh1.Parent = S
  1153. coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0.1,0.1,0.1) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1154. end
  1155.  
  1156. function MMMAGIC2(part,x1,y1,z1,x2,y2,z2,color)
  1157. local msh1 = it("BlockMesh")
  1158. msh1.Scale = vt(0.5,0.5,0.5)
  1159. S=it("Part")
  1160. S.Material = "SmoothPlastic"
  1161. S.Name="Effect"
  1162. S.formFactor=0
  1163. S.Size=vt(x1,y1,z1)
  1164. S.BrickColor=color
  1165. S.Reflectance = 0
  1166. S.TopSurface=0
  1167. S.BottomSurface=0
  1168. S.Transparency=0
  1169. S.Anchored=true
  1170. S.CanCollide=false
  1171. S.CFrame=part*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1172. S.Parent=workspace
  1173. nooutline(S)
  1174. msh1.Parent = S
  1175. coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0.1,0.1,0.1) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1176. end
  1177.  
  1178. function MMMAGIC3(part,x1,y1,z1,x2,y2,z2,color)
  1179. local msh1 = it("BlockMesh")
  1180. msh1.Scale = vt(0.5,0.5,0.5)
  1181. S=it("Part")
  1182. S.Material = "SmoothPlastic"
  1183. S.Name="Effect"
  1184. S.formFactor=0
  1185. S.Size=vt(x1,y1,z1)
  1186. S.BrickColor=color
  1187. S.Reflectance = 0
  1188. S.TopSurface=0
  1189. S.BottomSurface=0
  1190. S.Transparency=0
  1191. S.Anchored=true
  1192. S.CanCollide=false
  1193. S.CFrame=part*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1194. S.Parent=workspace
  1195. nooutline(S)
  1196. msh1.Parent = S
  1197. coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0,0.1,0) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1198. end
  1199.  
  1200. DOHHit=function(hit,Damage,Pos) --credits to turdulator for making this function :D
  1201. if hit.Parent==nil then
  1202. return
  1203. end
  1204. h=hit.Parent:FindFirstChild("Humanoid")
  1205. t=hit.Parent:FindFirstChild("Torso")
  1206. if h~=nil and t~=nil then
  1207. if attackdebounce2 == false then
  1208. attackdebounce2 = true
  1209. coroutine.resume(coroutine.create(function()
  1210. wait(0.2)
  1211. attackdebounce2 = false
  1212. end))
  1213. elseif attackdebounce2==true then return end
  1214. if h.Parent==Character then
  1215. return
  1216. end
  1217. c=it("ObjectValue")
  1218. c.Name="creator"
  1219. c.Value=game.Players.LocalPlayer
  1220. c.Parent=h
  1221. game:GetService("Debris"):AddItem(c,.5)
  1222. if math.random(0,99)+math.random()<=7.8 then
  1223. --[[ Knockback=Knockback*2
  1224. r=it("BodyAngularVelocity")
  1225. r.P=3000
  1226. r.maxTorque=vt(500000000,50000000000,500000000)*50000
  1227. r.angularvelocity=vt(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  1228. r.Parent=hit.Parent.Torso]]
  1229.  
  1230. end
  1231. h:TakeDamage(Damage)
  1232. game:GetService("Debris"):AddItem(vl,.2)
  1233. rl=it("BodyAngularVelocity")
  1234. rl.P=3000
  1235. rl.maxTorque=vt(500000,500000,500000)*50000000000000
  1236. rl.angularvelocity=vt(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  1237. rl.Parent=t
  1238. game:GetService("Debris"):AddItem(rl,.05)
  1239. f=it("BodyPosition")
  1240. f.P=800
  1241. f.D=100
  1242. f.maxForce=vt(math.huge,math.huge,math.huge)
  1243. f.position=Pos.Position
  1244. f.Parent=t
  1245. game:GetService("Debris"):AddItem(f,.1)
  1246. else
  1247. if hit.CanCollide==false then
  1248. return
  1249. end
  1250. -- DBExplode(DB)
  1251. end
  1252. end
  1253.  
  1254. colors={"Really black","Navy blue"}
  1255. random=colors[math.random(1,#colors)]
  1256. function Absorber()
  1257. attack=true
  1258. so("http://www.roblox.com/asset/?id=231917977",LeftArm,1,1)
  1259. for i=0,1,0.1 do
  1260. wait()
  1261. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1262. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(-10),math.rad(-60)),.3)
  1263. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(50)),.3)
  1264. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(30)), 0.3)
  1265. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  1266. end
  1267. for i=0,1,0.1 do
  1268. wait(0)
  1269. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1270. end
  1271. for i=0,1,0.2 do
  1272. wait()
  1273. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1274. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(-10),math.rad(-90)),.3)
  1275. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(5),math.rad(80)),.3)
  1276. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(30)), 0.3)
  1277. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-90)), 0.3)
  1278. end
  1279. for i=0,1,0.15 do
  1280. wait(0)
  1281. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1282. end
  1283. so("http://www.roblox.com/asset/?id=231917822",LeftArm,1,1)
  1284. MMMAGIC(LeftArm,4,4,4,0,-1,0,BrickColor.new("Navy blue"))
  1285. MMMAGIC(LeftArm,4,4,4,0,-1,0,BrickColor.new("Black"))
  1286. lacf=LeftArm.CFrame
  1287. coroutine.resume(coroutine.create(function()
  1288. local derppart=part(3,workspace,"SmoothPlastic",0,0,BrickColor.new("Really black"),"Effect",vt(1,1,1))
  1289. derppart.Anchored=true
  1290. derppart.CFrame=lacf*CFrame.new(0,-1,0)
  1291. for i=1,50 do
  1292. wait()
  1293. local c = game.Workspace:GetChildren();
  1294. for i = 1, #c do
  1295. local hum = c[i]:findFirstChild("Humanoid")
  1296. if hum ~= nil and hum.Health ~= 0 then
  1297. local head = c[i]:findFirstChild("Head");
  1298. if head ~= nil then
  1299. local targ = head.Position - derppart.Position;
  1300. local mag = targ.magnitude;
  1301. if mag <= 7 and c[i].Name ~= Player.Name then
  1302. DOHHit(head,math.random(1,3),derppart)
  1303. end
  1304. end
  1305. end
  1306. end
  1307. MMMAGIC2(lacf,3,3,3,0,-1,0,BrickColor.new(random))
  1308. MMMAGIC3(lacf,1,4,1,0,-1,0,BrickColor.new(random))
  1309. end
  1310. derppart.Parent=nil
  1311. end))
  1312. for i=0,1,0.2 do
  1313. wait()
  1314. end
  1315. attack=false
  1316. end
  1317.  
  1318. mouse.KeyDown:connect(function(k)
  1319. k=k:lower()
  1320. if k=='q' then
  1321. if attack==false then
  1322. JumpSpin()
  1323. end
  1324. elseif k=='e' then
  1325. if attack==false then
  1326. Absorber()
  1327. end
  1328. end
  1329. end)
  1330.  
  1331.  
  1332. local sine = 0
  1333. local change = 1
  1334. local val = 0
  1335.  
  1336. while true do
  1337. swait()
  1338. sine = sine + change
  1339. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1340. local velderp=RootPart.Velocity.y
  1341. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1342. if equipped==true or equipped==false then
  1343. if attack==false then
  1344. idle=idle+1
  1345. else
  1346. idle=0
  1347. end
  1348. if idle>=500 then
  1349. if attack==false then
  1350. --Sheath()
  1351. end
  1352. end
  1353. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1354. Anim="Jump"
  1355. if attack==false then
  1356. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  1357. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(30)),.3)
  1358. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.3)
  1359. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-20)), 0.3)
  1360. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1361. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1362. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1363. end
  1364. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1365. Anim="Fall"
  1366. if attack==false then
  1367. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  1368. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(5),math.rad(30)),.3)
  1369. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(30)), 0.3)
  1370. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-30)), 0.3)
  1371. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1372. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1373. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1374. end
  1375. elseif torvel<1 and hitfloor~=nil then
  1376. Anim="Idle"
  1377. if attack==false then
  1378. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-30)),.3)
  1379. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(30)),.3)
  1380. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(10)), 0.3)
  1381. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  1382. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(5),math.rad(70),math.rad(0)),.3)
  1383. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-70),math.rad(-20)),.3)
  1384. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1385. end
  1386. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1387. Anim="Walk"
  1388. if attack==false then
  1389. change=3
  1390. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(-20)),.3)
  1391. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(20)),.3)
  1392. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(10)), 0.3)
  1393. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.3)
  1394. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1395. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1396. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,.6)*angles(math.rad(90),math.rad(-10),math.rad(0)),.3)
  1397. end
  1398. elseif torvel>=22 and hitfloor~=nil then
  1399. Anim="Run"
  1400. if attack==false then
  1401. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(-20)),.3)
  1402. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(20)),.3)
  1403. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(10)), 0.3)
  1404. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.3)
  1405. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1406. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1407. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,.6)*angles(math.rad(90),math.rad(-10),math.rad(0)),.3)
  1408. end
  1409. end
  1410. end
  1411. end
Add Comment
Please, Sign In to add comment