CHARA-SCRIPTER

wingsshotgun

Jan 13th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.69 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 = "DiamondPlate"
  194. w1.FormFactor = 'Custom'
  195. w1.BrickColor = BrickColor.new(Color)
  196. w1.Transparency = 0
  197. w1.Reflectance = 0
  198. w1.Material = "DiamondPlate"
  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 = "DiamondPlate"
  219. w2.FormFactor = 'Custom'
  220. w2.BrickColor = BrickColor.new(Color)
  221. w2.Transparency = 0
  222. w2.Reflectance = 0
  223. w2.Material = "DiamondPlate"
  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. --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)
  334.  
  335.  
  336. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  337. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  338. end
  339.  
  340. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  341. if hit.Parent==nil then
  342. return
  343. end
  344. h=hit.Parent:FindFirstChild("Humanoid")
  345. for _,v in pairs(hit.Parent:children()) do
  346. if v:IsA("Humanoid") then
  347. h=v
  348. end
  349. end
  350. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  351. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  352. end
  353. if hit.Parent.className=="Hat" then
  354. hit=hit.Parent.Parent:findFirstChild("Head")
  355. end
  356. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  357. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  358. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  359. return
  360. end]]
  361. -- hs(hit,1.2)
  362. c=Instance.new("ObjectValue")
  363. c.Name="creator"
  364. c.Value=game:service("Players").LocalPlayer
  365. c.Parent=h
  366. game:GetService("Debris"):AddItem(c,.5)
  367. Damage=math.random(minim,maxim)
  368. -- h:TakeDamage(Damage)
  369. blocked=false
  370. block=hit.Parent:findFirstChild("Block")
  371. if block~=nil then
  372. print(block.className)
  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("Crimson"))
  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.DiamondPlate,0,0,"Institutional white","Handle",Vector3.new(1.52991915, 0.437119901, 0.393407792))
  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(0.629271507, 0.364027023, -0.03515625, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005))
  552. Barrel=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Barrel",Vector3.new(0.437119901, 0.200000003, 0.200000003))
  553. Barrelweld=weld(m,Handle,Barrel,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.15781593, -6.02580214, -0.00540161133, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  554. mesh("BlockMesh",Barrel,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 0.546399891))
  555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.327839881, 0.218561411, 0.655679882))
  556. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.674293518, -0.25077343, -0.0163497925, 3.09999959e-005, 0.99867487, -0.0514639914, 1.15483971e-013, -0.0514639877, -0.99867487, -1, 3.09589159e-005, -1.59538365e-006))
  557. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.673164606, 0.5168944, 1.37037098))
  558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.688463688, 0.764960289, 0.672071636))
  559. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.922239304, -0.0157063007, -0.00814819336, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  560. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  562. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.0218429565, -1.32717657, -1.50214005, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  563. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.163919926, 0.163919985, 0.163919985))
  564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.360623717, 0.546400249, 0.672071636))
  565. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.08684444, -0.670524716, -0.00813293457, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  566. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.688463688, 0.546400249, 0.672071636))
  568. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.922865868, -0.669787288, -0.00814056396, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  569. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  571. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.158159256, -1.64156067, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  572. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  574. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.152425766, -1.86255729, -0.0136566162, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  575. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.437119901, 0.546400249, 0.453511685))
  577. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.616119385, -5.14775944, -0.00816345215, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  578. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.437119901, 1.09280038, 0.453511685))
  580. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.616076469, -3.23572612, -0.00816345215, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  581. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.437119901, 3.3876791, 0.453511685))
  583. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.04763794, -4.38280678, -0.00813293457, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  584. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.437119901, 1.0927999, 0.453511685))
  586. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.616199493, -4.32815838, -0.00814819336, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  587. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  589. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.14601326, -2.19617081, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  590. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  592. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.151603699, -2.30627894, -0.0136566162, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  593. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  595. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.144908905, -2.42245507, -0.0136566162, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  596. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  598. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.146910667, -2.08363485, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  599. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  601. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.140681267, -1.97506142, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  602. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.437119901, 0.200000003, 0.453511685))
  604. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.506929398, -3.83603525, -0.00816345215, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  605. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 1))
  606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.437119901, 0.200000003, 0.453511685))
  607. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.506917953, -4.8194356, -0.00815582275, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  608. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 1))
  609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.688463688, 1.74848032, 0.672071636))
  610. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.928315163, -1.81715894, -0.00814819336, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  611. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  613. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.155520439, -1.54852414, -0.0136566162, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  614. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Medium stone grey","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  616. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.14614296, -1.75318325, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  617. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.535471082, 1.74847984, 0.200000003))
  619. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.752339363, -1.81852794, -0.289558411, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  620. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546399891))
  621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.35515976, 0.200000003, 0.200000003))
  622. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.19827843, -2.63351822, -0.120140076, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  623. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 0.546399891))
  624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.535471082, 1.74847984, 0.200000003))
  625. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.750272751, 1.82602382, -0.278686523, 3.70000052e-005, -0.0515360087, -0.998671114, 4.30000036e-005, 0.998671114, -0.0515360087, 1, -4.10360335e-005, 3.91668837e-005))
  626. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546399891))
  627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.35515976, 0.200000003, 0.200000003))
  628. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.19827175, -2.63358903, 0.0984115601, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  629. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 0.546399891))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  631. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.150168419, -1.44049859, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  632. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(3.05983829, 0.655679941, 0.655679882))
  633. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(1.16170859, -0.692814827, -0.010887146, 3.09999959e-005, 0.99867487, -0.0514639914, 1.15483971e-013, -0.0514639877, -0.99867487, -1, 3.09589159e-005, -1.59538365e-006))
  634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.426191092, 0.21855998, 0.639287293))
  635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.161856651, -2.53356171, -0.0136642456, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(3.49695778, 0.218559951, 0.639287293))
  637. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.68596125, -0.693488121, -0.0137176514, 3.2999993e-005, 0.977953732, 0.208821952, 0, 0.208821952, -0.977953732, -1, 3.22724627e-005, 6.89112312e-006))
  638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.327841341, 0.200000003))
  639. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.736662388, 0.0726900101, -0.0710296631, 2.90000116e-005, 0.89058131, 0.45482415, 0, 0.45482415, -0.89058131, -1, 2.58268665e-005, 1.31899051e-005))
  640. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.546399832, 1, 0.546399951))
  641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.426190972, 1.20207977, 0.200000003))
  642. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.0109329224, -0.889550328, -1.21264458, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  643. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546399891))
  644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0.5,"Cyan","Part",Vector3.new(0.207631081, 0.200000003, 0.218559965))
  645. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.0109176636, -1.32551646, -1.49111557, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  646. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 1))
  647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.218559965))
  648. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.147537231, -1.32582402, -1.49114323, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  649. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.546399832, 0.546399832, 1))
  650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.426190972, 0.200000003, 0.200000003))
  651. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.0109176636, -1.32528722, -1.32722473, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  652. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 0.546399891))
  653. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.218559965))
  654. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.169364929, -1.32592452, -1.49102116, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  655. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.546399832, 0.546399832, 1))
  656. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.644751012, 0.764959991, 0.200000003))
  657. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.721894264, 0.00661528111, 0.289634705, 3.70000052e-005, -0.0515360087, -0.998671114, 4.30000036e-005, 0.998671114, -0.0515360087, 1, -4.10360335e-005, 3.91668837e-005))
  658. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546399891))
  659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.426190972, 0.200000003, 0.200000003))
  660. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(0.0109176636, -1.32529283, -1.65517044, 1, 0, 0, 0, -0.998670518, 0.0515479743, 0, -0.0515479706, -0.998670518))
  661. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.546399832, 0.546399891))
  662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.644751012, 0.764959991, 0.200000003))
  663. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.721923828, 0.00666630268, -0.289558411, 3.70000052e-005, -0.0515360087, -0.998671114, 4.30000036e-005, 0.998671114, -0.0515360087, 1, -4.10360335e-005, 3.91668837e-005))
  664. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546399891))
  665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(3.10355067, 0.21855998, 0.639287293))
  666. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-1.9132967, -1.13005733, -0.0137252808, 3.09999959e-005, 0.99867487, -0.0514639914, 1.15483971e-013, -0.0514639877, -0.99867487, -1, 3.09589159e-005, -1.59538365e-006))
  667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.972590864, 0.218559951, 0.639287293))
  668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1.89999973e-005, 0.742548943, 0.669791937, 0, 0.669791937, -0.742548943, -1, -1.41084256e-005, -1.27260428e-005),CFrame.new(-0.542619705, 2.7044816, -0.0136413574, -5.0000006e-005, -0.0514970087, -0.998673141, 0, -0.998673141, 0.0514970087, -1, 2.57485067e-006, 4.99336638e-005))
  669.  
  670. HandleWing=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","HandleWing",Vector3.new(0.400000006, 0.400000036, 0.400000006))
  671. HandleWingweld=weld(m,Character["Torso"],HandleWing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00980377197, -0.0303750038, 0.719708443, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  673. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.30004406, 0.0999250412, 0.89994812, 3.00647334e-005, 1, 4.83130862e-007, -6.15131939e-005, -4.81282768e-007, 1, 1, -3.00644715e-005, 6.15130994e-005))
  674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  675. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.300045013, 0.0999641418, 0.900047302, 3.10006981e-005, -1, -6.15159661e-005, -4.81294194e-007, -6.15159806e-005, 1, -1, -3.100096e-005, -4.83128701e-007))
  676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  677. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.299965858, 0.0999107361, 0.899978638, 3.00647334e-005, 1, 4.83130862e-007, -6.15131939e-005, -4.81282768e-007, 1, 1, -3.00644715e-005, 6.15130994e-005))
  678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  679. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.299968958, 0.0999965668, 0.900039673, 3.10006981e-005, -1, -6.15159661e-005, -4.81294194e-007, -6.15159806e-005, 1, -1, -3.100096e-005, -4.83128701e-007))
  680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  681. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.89996171, 0.100031853, 0.900054932, 3.10006981e-005, -1, -6.15159661e-005, -4.81294194e-007, -6.15159806e-005, 1, -1, -3.100096e-005, -4.83128701e-007))
  682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  683. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.899968386, 0.0999345779, 0.900001526, 3.00647334e-005, 1, 4.83130862e-007, -6.15131939e-005, -4.81282768e-007, 1, 1, -3.00644715e-005, 6.15130994e-005))
  684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  685. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.90003705, 0.0999240875, 0.89994812, 3.00647334e-005, 1, 4.83130862e-007, -6.15131939e-005, -4.81282768e-007, 1, 1, -3.00644715e-005, 6.15130994e-005))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  687. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.900043964, 0.0999336243, 0.899978638, 3.10006981e-005, -1, -6.15159661e-005, -4.81294194e-007, -6.15159806e-005, 1, -1, -3.100096e-005, -4.83128701e-007))
  688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  689. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.29624176, -0.200763702, -0.299974442, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  691. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-3.29620361, 0.199222565, -0.299955368, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.80000019, 2.4000001, 0.200000003))
  693. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(2.04773331, -2.38196564, 0.299893379, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  694. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.45599985, 0.835999906, 0.429999948))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  696. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.49459839, -1.1664257, -0.299978256, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.20000005, 1.79999995, 0.200000003))
  698. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(2.99463654, -1.96639061, 0.299866676, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  699. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.85199988, 0.673999965, 0.429999948))
  700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  701. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.54775238, -1.28196716, -0.299962044, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  703. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-3.06266022, -0.380847931, -0.299927711, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  705. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.06268311, -0.780864716, -0.299971581, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(2.60000014, 1.4000001, 0.600000024))
  707. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(3.26268768, -1.38084984, 0.299843788, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  708. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.81599987, 0.921999931, 0.429999948))
  709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  710. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.6946106, -0.866420746, -0.299965858, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  712. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.99621582, -0.200775146, -0.299974442, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.20000005, 1.60000002, 0.600000024))
  714. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(3.79626465, -0.900665283, 0.299840927, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  715. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.71599984, 1.26399994, 0.429999948))
  716. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  717. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.49621582, 0.0992202759, -0.299964905, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.399999797, 0.400000036))
  719. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.200040817, -8.39233398e-005, 0.599999666, -3.09981733e-005, -3.10031937e-005, 1, 1, -3.00642459e-005, 3.09971656e-005, 3.00635911e-005, 1, 3.1004125e-005))
  720. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.447999984, 0.265999973, 0.412))
  721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  722. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.699996948, 0.60003376, -0.0999851227, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  724. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.600028992, 0.899998426, -0.099943161, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  726. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.699981689, 0.599993467, -0.0999393463, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.399999797, 0.400000036))
  728. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.200047493, 0.599997044, 6.86645508e-005, -5.39489811e-005, -4.36452538e-005, 1, -4.53297616e-007, 1, 4.36452283e-005, -1, -4.51240339e-007, -5.39489301e-005))
  729. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.447999984, 0.610000014, 0.231999993))
  730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  731. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.83633423, -0.870796204, 0.300080299, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.800000012, 0.400000006))
  733. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-7.62939453e-006, 0.600003004, 4.29153442e-005, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  735. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.49460602, -0.766386032, -0.299931526, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  737. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.700019836, 2.47955322e-005, -0.100001335, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.399999797, 0.800000012))
  739. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.200040817, -8.39233398e-005, 0.599999666, -3.09981733e-005, -3.10031937e-005, 1, 1, -3.00642459e-005, 3.09971656e-005, 3.00635911e-005, 1, 3.1004125e-005))
  740. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.427999973, 0.265999973, 0.575999975))
  741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  742. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.26269531, -0.480854034, -0.299972534, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  744. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.599975586, 0.299989462, -0.0999555588, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  746. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.84772491, -0.881942749, -0.299947739, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  748. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.19461823, -1.16641045, -0.299962044, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  750. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.56270599, -0.780872345, -0.299994469, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  752. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.600036621, 0.300027609, -0.0999889374, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  754. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.836280823, -1.27070999, 0.300045013, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.80000019, 2.4000001, 0.200000003))
  756. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(2.03636169, -2.37073898, -0.300144196, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  757. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.45599985, 0.835999906, 0.429999948))
  758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  759. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.347717285, -1.28197479, -0.30000782, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.399999797, 0.400000036))
  761. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.199988365, 0, -0.600013256, -3.09981733e-005, -3.10031937e-005, 1, 1, -3.00642459e-005, 3.09971656e-005, 3.00635911e-005, 1, 3.1004125e-005))
  762. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.447999984, 0.265999973, 0.412))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  764. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.79621124, -0.200801849, -0.299977303, 0.707092822, 0.707120776, 1.71967458e-005, -0.707120836, 0.707093, -3.98719785e-005, -4.03540726e-005, 1.60330092e-005, 1))
  765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  766. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.76270294, -0.780849457, -0.299958229, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.399999797, 0.800000012))
  768. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.199988365, 0, -0.600013256, -3.09981733e-005, -3.10031937e-005, 1, 1, -3.00642459e-005, 3.09971656e-005, 3.00635911e-005, 1, 3.1004125e-005))
  769. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.427999973, 0.265999973, 0.575999975))
  770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  771. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.994621277, -1.16645241, -0.2999897, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  773. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.04772949, -0.981987, -0.29999733, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.20000005, 1.79999995, 0.200000003))
  775. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(2.97909546, -1.96242332, -0.300165176, 0.965920448, 0.25883919, 2.68623189e-005, -0.25883919, 0.965920389, -3.38981408e-005, -3.47211098e-005, 2.57898828e-005, 1))
  776. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.85199988, 0.673999965, 0.429999948))
  777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.399999797, 0.400000036))
  778. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.199979782, -0.600015879, 2.28881836e-005, -5.39489811e-005, -4.36452538e-005, 1, -4.53297616e-007, 1, 4.36452283e-005, -1, -4.51240339e-007, -5.39489301e-005))
  779. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.447999984, 0.610000014, 0.231999993))
  780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  781. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.33631897, -1.27073288, 0.300020218, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  783. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.847732544, -1.28198242, -0.299990654, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  785. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.600006104, 0.900032759, -0.0999727249, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  787. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.47909546, -1.16240501, 0.300043106, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  789. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.74719238, -0.785173416, 0.300055504, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  791. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.17910004, -1.16242409, 0.300059319, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  793. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.48492432, 0.0878067017, 0.300058365, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  794. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  795. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.28490829, -0.212181091, 0.300060272, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  797. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.03632355, -0.970756531, 0.300042152, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  799. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.67910004, -0.862400055, 0.300045013, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  801. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.04720306, -0.785137177, 0.300051689, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  803. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-3.04725647, -0.385164261, 0.300086021, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  805. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.78490829, -0.212181091, 0.300048828, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 1.20000005, 0.200000003))
  807. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.899940491, -0.700034142, 0.300034523, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  809. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.54719543, -0.785116196, 0.300052643, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  811. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-1.53630066, -1.2707634, 0.300060272, -0.70706749, -0.707146227, -4.05557985e-005, -0.707146227, 0.70706749, 1.65151196e-005, 1.69971609e-005, 4.03561753e-005, -1))
  812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  813. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.47912598, -0.762430191, 0.300069809, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  815. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.979110718, -1.16239738, 0.300032616, -0.965919197, -0.25884375, -3.48302128e-005, -0.25884375, 0.965919197, 2.66137904e-005, 2.67544292e-005, 3.47223468e-005, -1))
  816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.800000012, 0.200000003))
  817. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.24720764, -0.485141754, 0.300046921, -0.965935647, 0.258782327, -2.66135248e-005, 0.258782327, 0.965935647, 3.48299654e-005, 3.47204077e-005, 2.67563955e-005, -1))
  818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 2, 0.200000003))
  819. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.300041199, 3.09944153e-006, 0.300023079, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  821. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.60005188, -0.299981356, -0.0999956131, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  822. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 1.20000005, 0.200000003))
  823. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.900032043, -0.69997263, 0.299980164, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  825. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.599990845, -0.300009489, -0.0999727249, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  827. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.692848206, 0.400043488, 0.300006866, -0.866006851, -0.500032246, -3.80353231e-005, -0.500032246, 0.866006851, 2.17553606e-005, 2.20605471e-005, 3.78591722e-005, -1))
  828. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 2, 0.200000003))
  829. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.299980164, -1.3589859e-005, 0.300039291, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  831. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.700012207, -0.599973202, -0.10001564, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.800000012, 0.400000006))
  833. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(1.52587891e-005, -0.599998951, -1.04904175e-005, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  835. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.692825317, 0.399971008, 0.30005455, -0.866040707, 0.499973506, -2.1754995e-005, 0.499973506, 0.866040707, 3.80348138e-005, 3.78571822e-005, 2.20627644e-005, -1))
  836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  837. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.599967957, -0.900018215, -0.099984169, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  839. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.60004425, 1.12056732e-005, 0.300005913, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  840. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.400000006, 0.200000003, 0.200000003))
  841. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.599990845, -2.78949738e-005, 0.300059319, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 2, 0.400000006))
  843. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.300018311, 7.39097595e-006, 5.7220459e-006, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  845. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.699958801, -1.66893005e-005, -0.0999584198, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  846. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  847. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.699996948, -0.600014687, -0.0999603271, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(2.60000014, 1.4000001, 0.600000024))
  849. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(3.24715424, -1.38516998, -0.300175667, 0.965935767, -0.25878185, 3.45790031e-005, 0.25878188, 0.965935826, -2.56825715e-005, -2.67549985e-005, 3.37561505e-005, 1))
  850. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.81599987, 0.921999931, 0.429999948))
  851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(3.20000005, 1.60000002, 0.600000024))
  852. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(3.78491974, -0.912193298, -0.300181389, 0.707121909, -0.707091928, 3.98714074e-005, 0.707091749, 0.707121849, -1.5834381e-005, -1.69976593e-005, 3.93895789e-005, 1))
  853. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111896510",Vector3.new(0, 0, 0),Vector3.new(1.71599984, 1.26399994, 0.429999948))
  854. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Crimson","Part",Vector3.new(0.399999976, 0.200000003, 0.200000003))
  855. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(0.600074768, -0.899979115, -0.100029945, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.600000024, 0.200000003))
  857. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-3.28493118, 0.187797546, 0.300078392, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  858. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.200000003, 2, 0.400000006))
  859. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-0.299995422, -9.29832458e-006, 2.19345093e-005, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1))
  860. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.200000003, 0.200000003))
  861. Partweld=weld(m,HandleWing,Part,CFrame.new(0, 0, 0, -1, -3.10001451e-005, -3.09999632e-005, -3.10008145e-005, 1, 3.09999996e-005, 3.09990755e-005, 3.100096e-005, -1),CFrame.new(-2.98490906, -0.212203979, 0.300058365, -0.707119763, 0.707093954, -1.65147794e-005, 0.707093894, 0.707119823, 4.05551255e-005, 4.03542872e-005, 1.6999822e-005, -1))
  862.  
  863. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  864. local fp = it("Part")
  865. fp.formFactor = formfactor
  866. fp.Parent = parent
  867. fp.Reflectance = reflectance
  868. fp.Transparency = transparency
  869. fp.CanCollide = false
  870. fp.Locked=true
  871. fp.BrickColor = brickcolor
  872. fp.Name = name
  873. fp.Size = size
  874. fp.Position = Torso.Position
  875. NoOutline(fp)
  876. fp.Material="DiamondPlate"
  877. fp:BreakJoints()
  878. return fp
  879. end
  880.  
  881. function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  882. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  883. prt.Anchored=true
  884. prt.CFrame=cframe
  885. msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  886. game:GetService("Debris"):AddItem(prt,2)
  887. coroutine.resume(coroutine.create(function(Part,Mesh)
  888. for i=0,1,delay do
  889. swait()
  890. Part.CFrame=Part.CFrame
  891. Part.Transparency=i
  892. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  893. end
  894. Part.Parent=nil
  895. end),prt,msh)
  896. end
  897.  
  898. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  899. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  900. prt.Anchored=true
  901. prt.CFrame=cframe
  902. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  903. game:GetService("Debris"):AddItem(prt,2)
  904. coroutine.resume(coroutine.create(function(Part,Mesh)
  905. for i=0,1,delay do
  906. swait()
  907. Part.CFrame=Part.CFrame
  908. Part.Transparency=i
  909. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  910. end
  911. Part.Parent=nil
  912. end),prt,msh)
  913. end
  914.  
  915. function LaserBarrage(Prt,Parent)
  916. attack=true
  917. --so("BeamLockon",Prt,1,1)
  918. local efprt=part(3,Parent,0,0.5,BrickColor.new("Institutional white"),"Effect",vt(0.2,0.2,0.2))
  919. efprt.Anchored=true
  920. local efmsh=mesh("CylinderMesh",efprt,"","",vt(0,0,0),vt(1,1,1))
  921. spread=vt((math.random(-1,0)+math.random())*7,(math.random(-1,0)+math.random())*7,(math.random(-1,0)+math.random())*7)*(Prt.Position-Mouse.Hit.p).magnitude/100
  922. --spread=vt(0,0,0)
  923. coroutine.resume(coroutine.create(function(Part,Mesh,Spreaded)
  924. game:GetService("Debris"):AddItem(Part,6)
  925. local TheHit=Mouse.Hit.p
  926. local MouseLook=cf((Prt.Position+TheHit)/2,TheHit+Spreaded)
  927. local hit,pos = rayCast(Prt.Position,MouseLook.lookVector,1000,Parent)
  928. so("Elec",Prt,0.2,1)
  929. local tefprt=part(3,workspace,0,1,BrickColor.new("Black"),"Effect",vt(0.2,0.2,0.2))
  930. tefprt.CFrame=cf(pos)
  931. MagicCircle(BrickColor.new("Institutional white"),cf(pos),0.5,0.5,0.5,0.5,0.5,0.5,0.04)
  932. so("Elec",tefprt,0.3,1)
  933. game:GetService("Debris"):AddItem(tefprt,3)
  934. Part.CFrame=CFrame.new((Prt.Position+pos)/2,pos)*angles(1.57,0,0)
  935. if(hit.Parent:findFirstChild("Humanoid")~= nil)then
  936. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  937. hit.Parent.Humanoid:TakeDamage(15)
  938. end
  939. end
  940. local mag=(Prt.Position-pos).magnitude
  941. MagicCylinder(BrickColor.new("Institutional white"),Part.CFrame,1,mag*5,1,0.5,0,0.5,0.05)
  942. Part.Parent=nil
  943. end),efprt,efmsh,spread)
  944. end
  945.  
  946. ready = false
  947.  
  948. function shoot()
  949. if attack==true and ready==true then
  950. ready=false
  951. attack=true
  952. so("http://www.roblox.com/asset/?id=138083993",Barrel,1,1)
  953. for i=0,3,0.3 do
  954. LaserBarrage(Barrel,m)
  955. end
  956. for i=0,3,0.3 do
  957. swait()
  958. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  959. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  960. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, 0.2) * angles(math.rad(120), math.rad(0), math.rad(-20)), 0.3)
  961. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(140), math.rad(0), math.rad(40)), 0.3)
  962. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  963. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  964. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  965. end
  966. for i=0,3,0.3 do
  967. swait()
  968. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  969. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  970. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, 0.2) * angles(math.rad(90), math.rad(0), math.rad(-20)), 0.3)
  971. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  972. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  973. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  974. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  975. end
  976. for i=0,3,0.3 do
  977. swait()
  978. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  979. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  980. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-10)), 0.3)
  981. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(-10)), 0.3)
  982. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  983. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  984. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  985. end
  986. so("http://www.roblox.com/asset/?id=131072992",Barrel,1,.8)
  987. for i=0,3,0.3 do
  988. swait()
  989. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  990. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  991. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-20)), 0.3)
  992. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(20)), 0.3)
  993. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  994. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  995. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  996. end
  997. for i=0,3,0.3 do
  998. swait()
  999. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1000. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1001. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-10)), 0.3)
  1002. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(-20)), 0.3)
  1003. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1004. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  1005. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  1006. end
  1007.  
  1008.  
  1009. attack=false
  1010. end
  1011. end
  1012.  
  1013. mouse.Button1Down:connect(function()
  1014. pcall(function()
  1015. shoot()
  1016. end)
  1017. end)
  1018.  
  1019. mouse.KeyDown:connect(function(k)
  1020. k=k:lower()
  1021. if k=='f' then
  1022. if ready==false then
  1023. ready=true
  1024. attack=true
  1025. elseif ready==true then
  1026. ready=false
  1027. attack=false
  1028. end
  1029. end
  1030. end)
  1031.  
  1032.  
  1033.  
  1034. local sine = 0
  1035. local change = 1
  1036. local val = 0
  1037.  
  1038. while true do
  1039. swait()
  1040. sine = sine + change
  1041. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1042. local velderp=RootPart.Velocity.y
  1043. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1044. if equipped==true or equipped==false then
  1045. if attack==false then
  1046. idle=idle+1
  1047. else
  1048. idle=0
  1049. end
  1050. if idle>=500 then
  1051. if attack==false then
  1052. --Sheath()
  1053. end
  1054. end
  1055. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1056. Anim="Jump"
  1057. if attack==false then
  1058. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-5),math.rad(0),math.rad(-15)),.3)
  1059. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(15)),.3)
  1060. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(15)), 0.3)
  1061. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.3)
  1062. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(20)),.3)
  1063. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1064. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1065. end
  1066. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1067. Anim="Fall"
  1068. if attack==false then
  1069. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(-15)),.3)
  1070. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(15)),.3)
  1071. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(15)), 0.3)
  1072. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)), 0.3)
  1073. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(20)),.3)
  1074. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1075. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1076. end
  1077. elseif torvel<1 and hitfloor~=nil then
  1078. Anim="Idle"
  1079. if attack==false then
  1080. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(-15)),.3)
  1081. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(15)),.3)
  1082. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
  1083. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1084. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1085. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1086. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1087. end
  1088. elseif torvel>2 and hitfloor~=nil then
  1089. Anim="Walk"
  1090. if attack==false then
  1091. change=3
  1092. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1093. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1094. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(10)), 0.3)
  1095. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30*math.cos(sine/15)), math.rad(0), math.rad(-10)), 0.3)
  1096. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1097. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1098. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1099. end
  1100. end
  1101. end
  1102. if ready==true then
  1103. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1104. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1105. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, 0.2) * angles(math.rad(90), math.rad(0), math.rad(-20)), 0.3)
  1106. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  1107. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1108. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1109. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  1110. end
  1111. end
Add Comment
Please, Sign In to add comment