Advertisement
Hoshi_star

Cards

Jun 11th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.29 KB | None | 0 0
  1. --[[ The Card Master script. Made by KillerDarkness0105.
  2. --[Edited By JkbananaPill_H2O ]
  3.  
  4.  
  5. attacklist
  6.  
  7. q = aircombo
  8. r = flipattack
  9. y = ultimateform
  10. t = ultracombo
  11. shift = run
  12. e = form revert
  13. f = knockback blast
  14. g = max damage blast
  15.  
  16.  
  17.  
  18. Codex#6685
  19. ]]--
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. m = game.Players.LocalPlayer
  45. char = m.Character
  46. local txt = Instance.new("BillboardGui", char)
  47. txt.Adornee = char .Head
  48. txt.Name = "_status"
  49. txt.Size = UDim2.new(2, 0, 1.2, 0)
  50. txt.StudsOffset = Vector3.new(-9, 8, 0)
  51. local text = Instance.new("TextLabel", txt)
  52. text.Size = UDim2.new(10, 0, 7, 0)
  53. text.FontSize = "Size24"
  54. text.TextScaled = true
  55. text.TextTransparency = 0
  56. text.BackgroundTransparency = 1
  57. text.TextTransparency = 0
  58. text.TextStrokeTransparency = 0
  59. text.Font = "Bodoni"
  60. text.TextStrokeColor3 = Color3.new(0,0,0)
  61.  
  62. v=Instance.new("Part")
  63. v.Name = "ColorBrick"
  64. v.Parent=m.Character
  65. v.FormFactor="Symmetric"
  66. v.Anchored=true
  67. v.CanCollide=false
  68. v.BottomSurface="Smooth"
  69. v.TopSurface="Smooth"
  70. v.Size=Vector3.new(10,5,3)
  71. v.Transparency=1
  72. v.CFrame=char.Torso.CFrame
  73. v.BrickColor=BrickColor.new("Really black")
  74. v.Transparency=1
  75. text.TextColor3 = Color3.new(0,10,50)
  76. v.Shape="Block"
  77. text.Text = "Twisted Fate"
  78.  
  79.  
  80.  
  81.  
  82. light=game:GetService("Lighting")
  83. Player=game:GetService("Players").LocalPlayer
  84. Character=Player.Character
  85. PlayerGui=Player.PlayerGui
  86. Backpack=Player.Backpack
  87. Torso=Character.Torso
  88. Head=Character.Head
  89. Humanoid=Character.Humanoid
  90. m=Instance.new('Model',Character)
  91. LeftArm=Character["Left Arm"]
  92. LeftLeg=Character["Left Leg"]
  93. RightArm=Character["Right Arm"]
  94. RightLeg=Character["Right Leg"]
  95. LS=Torso["Left Shoulder"]
  96. LH=Torso["Left Hip"]
  97. RS=Torso["Right Shoulder"]
  98. RH=Torso["Right Hip"]
  99. Face = Head.face
  100. Neck=Torso.Neck
  101. it=Instance.new
  102. attacktype=1
  103. vt=Vector3.new
  104. cf=CFrame.new
  105. euler=CFrame.fromEulerAnglesXYZ
  106. angles=CFrame.Angles
  107. cloaked=false
  108. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  109. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  110. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  111. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  112. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  113. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  114. RootPart=Character.HumanoidRootPart
  115. RootJoint=RootPart.RootJoint
  116. RootCF=euler(-1.57,0,3.14)
  117. attack = false
  118. attackdebounce = false
  119. deb=false
  120. equipped=true
  121. hand=false
  122. MMouse=nil
  123. combo=0
  124. mana=0
  125. trispeed=.2
  126. attackmode='none'
  127. local idle=0
  128. local Anim="Idle"
  129. local Effects={}
  130. local gun=false
  131. local shoot=false
  132. player=nil
  133. mana=0
  134. chatfunction = false
  135.  
  136.  
  137.  
  138.  
  139. m=Instance.new("ForceField", Character)
  140. m.Visible = false
  141.  
  142. Humanoid.Animator.Parent = nil
  143. Character.Animate.Parent = nil
  144.  
  145. mouse=Player:GetMouse()
  146. --save shoulders
  147. RSH, LSH=nil, nil
  148. --welds
  149. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  150. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  151. LH=Torso["Left Hip"]
  152. RH=Torso["Right Hip"]
  153. TorsoColor=Torso.BrickColor
  154. function NoOutline(Part)
  155. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  156. end
  157. player=Player
  158. ch=Character
  159. RSH=ch.Torso["Right Shoulder"]
  160. LSH=ch.Torso["Left Shoulder"]
  161. --
  162. RSH.Parent=nil
  163. LSH.Parent=nil
  164. --
  165. RW.Name="Right Shoulder"
  166. RW.Part0=ch.Torso
  167. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  168. RW.C1=cf(0, 0.5, 0)
  169. RW.Part1=ch["Right Arm"]
  170. RW.Parent=ch.Torso
  171. --
  172. LW.Name="Left Shoulder"
  173. LW.Part0=ch.Torso
  174. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  175. LW.C1=cf(0, 0.5, 0)
  176. LW.Part1=ch["Left Arm"]
  177. LW.Parent=ch.Torso
  178.  
  179. Player=game:GetService('Players').LocalPlayer
  180. Character=Player.Character
  181. Mouse=Player:GetMouse()
  182. m=Instance.new('Model',Character)
  183.  
  184.  
  185. local function weldBetween(a, b)
  186. local weldd = Instance.new("ManualWeld")
  187. weldd.Part0 = a
  188. weldd.Part1 = b
  189. weldd.C0 = CFrame.new()
  190. weldd.C1 = b.CFrame:inverse() * a.CFrame
  191. weldd.Parent = a
  192. return weldd
  193. end
  194.  
  195. ArtificialHB = Instance.new("BindableEvent", script)
  196. ArtificialHB.Name = "Heartbeat"
  197.  
  198. script:WaitForChild("Heartbeat")
  199.  
  200. frame = 1 / 60
  201. tf = 0
  202. allowframeloss = false
  203. tossremainder = false
  204. lastframe = tick()
  205. script.Heartbeat:Fire()
  206.  
  207. game:GetService("RunService").Heartbeat:connect(function(s, p)
  208. tf = tf + s
  209. if tf >= frame then
  210. if allowframeloss then
  211. script.Heartbeat:Fire()
  212. lastframe = tick()
  213. else
  214. for i = 1, math.floor(tf / frame) do
  215. script.Heartbeat:Fire()
  216. end
  217. lastframe = tick()
  218. end
  219. if tossremainder then
  220. tf = 0
  221. else
  222. tf = tf - frame * math.floor(tf / frame)
  223. end
  224. end
  225. end)
  226.  
  227. function swait(num)
  228. if num == 0 or num == nil then
  229. ArtificialHB.Event:wait()
  230. else
  231. for i = 0, num do
  232. ArtificialHB.Event:wait()
  233. end
  234. end
  235. end
  236.  
  237.  
  238. function nooutline(part)
  239. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  240. end
  241.  
  242. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  243. local fp=it("Part")
  244. fp.formFactor=formfactor
  245. fp.Parent=parent
  246. fp.Reflectance=reflectance
  247. fp.Transparency=transparency
  248. fp.CanCollide=false
  249. fp.Locked=true
  250. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  251. fp.Name=name
  252. fp.Size=size
  253. fp.Position=Character.Torso.Position
  254. nooutline(fp)
  255. fp.Material=material
  256. fp:BreakJoints()
  257. return fp
  258. end
  259.  
  260. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  261. local mesh=it(Mesh)
  262. mesh.Parent=part
  263. if Mesh=="SpecialMesh" then
  264. mesh.MeshType=meshtype
  265. mesh.MeshId=meshid
  266. end
  267. mesh.Offset=offset
  268. mesh.Scale=scale
  269. return mesh
  270. end
  271.  
  272. function weld(parent,part0,part1,c0,c1)
  273. local weld=it("Weld")
  274. weld.Parent=parent
  275. weld.Part0=part0
  276. weld.Part1=part1
  277. weld.C0=c0
  278. weld.C1=c1
  279. return weld
  280. end
  281.  
  282.  
  283. local function CFrameFromTopBack(at, top, back)
  284. local right = top:Cross(back)
  285. return CFrame.new(at.x, at.y, at.z,
  286. right.x, top.x, back.x,
  287. right.y, top.y, back.y,
  288. right.z, top.z, back.z)
  289. end
  290.  
  291. function Triangle(a, b, c)
  292. local edg1 = (c-a):Dot((b-a).unit)
  293. local edg2 = (a-b):Dot((c-b).unit)
  294. local edg3 = (b-c):Dot((a-c).unit)
  295. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  296. a, b, c = a, b, c
  297. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  298. a, b, c = b, c, a
  299. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  300. a, b, c = c, a, b
  301. else
  302. assert(false, "unreachable")
  303. end
  304.  
  305. function lerp(a, b, t) -- Linear interpolation
  306. return a + (b - a)*t
  307. end
  308.  
  309. function slerp(a, b, t) --Spherical interpolation
  310. dot = a:Dot(b)
  311. if dot > 0.99999 or dot < -0.99999 then
  312. return t <= 0.5 and a or b
  313. else
  314. r = math.acos(dot)
  315. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  316. end
  317. end
  318.  
  319. function matrixInterpolate(a, b, t)
  320. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  321. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  322. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  323. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  324. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  325. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  326. local t = v1:Dot(v2)
  327. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  328. return CFrame.new()
  329. end
  330. return CFrame.new(
  331. v0.x, v0.y, v0.z,
  332. v1.x, v1.y, v1.z,
  333. v2.x, v2.y, v2.z,
  334. v3.x, v3.y, v3.z)
  335. end
  336.  
  337. function Lerp(c1,c2,al)
  338. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  339. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  340. for i,v in pairs(com1) do
  341. com1[i] = v+(com2[i]-v)*al
  342. end
  343. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  344. end
  345.  
  346.  
  347. local len1 = (c-a):Dot((b-a).unit)
  348. local len2 = (b-a).magnitude - len1
  349. local width = (a + (b-a).unit*len1 - c).magnitude
  350.  
  351. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  352.  
  353. local list = {}
  354.  
  355. local TrailColor = ("White")
  356.  
  357. if len1 > 0.01 then
  358. local w1 = Instance.new('WedgePart', m)
  359. game:GetService("Debris"):AddItem(w1,5)
  360. w1.Material = "SmoothPlastic"
  361. w1.FormFactor = 'Custom'
  362. w1.BrickColor = BrickColor.new(TrailColor)
  363. w1.Transparency = 0
  364. w1.Reflectance = 0
  365. w1.Material = "Neon"
  366. w1.CanCollide = false
  367. NoOutline(w1)
  368. local sz = Vector3.new(0.2, width, len1)
  369. w1.Size = sz
  370. local sp = Instance.new("SpecialMesh",w1)
  371. sp.MeshType = "Wedge"
  372. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  373. w1:BreakJoints()
  374. w1.Anchored = true
  375. w1.Parent = workspace
  376. w1.Transparency = 0.7
  377. table.insert(Effects,{w1,"Disappear",.01})
  378. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  379. table.insert(list,w1)
  380. end
  381.  
  382. if len2 > 0.01 then
  383. local w2 = Instance.new('WedgePart', m)
  384. game:GetService("Debris"):AddItem(w2,5)
  385. w2.Material = "SmoothPlastic"
  386. w2.FormFactor = 'Custom'
  387. w2.BrickColor = BrickColor.new(TrailColor)
  388. w2.Transparency = 0
  389. w2.Reflectance = 0
  390. w2.Material = "SmoothPlastic"
  391. w2.CanCollide = false
  392. NoOutline(w2)
  393. local sz = Vector3.new(0.2, width, len2)
  394. w2.Size = sz
  395. local sp = Instance.new("SpecialMesh",w2)
  396. sp.MeshType = "Wedge"
  397. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  398. w2:BreakJoints()
  399. w2.Anchored = true
  400. w2.Parent = workspace
  401. w2.Transparency = 0.7
  402. table.insert(Effects,{w2,"Disappear",.01})
  403. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  404. table.insert(list,w2)
  405. end
  406. return unpack(list)
  407. end
  408.  
  409.  
  410. so = function(id,par,vol,pit)
  411. coroutine.resume(coroutine.create(function()
  412. local sou = Instance.new("Sound",par or workspace)
  413. sou.Volume=vol
  414. sou.Pitch=pit or 1
  415. sou.SoundId=id
  416. swait()
  417. sou:play()
  418. game:GetService("Debris"):AddItem(sou,6)
  419. end))
  420. end
  421.  
  422. function clerp(a,b,t)
  423. local qa = {QuaternionFromCFrame(a)}
  424. local qb = {QuaternionFromCFrame(b)}
  425. local ax, ay, az = a.x, a.y, a.z
  426. local bx, by, bz = b.x, b.y, b.z
  427. local _t = 1-t
  428. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  429. end
  430.  
  431. function QuaternionFromCFrame(cf)
  432. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  433. local trace = m00 + m11 + m22
  434. if trace > 0 then
  435. local s = math.sqrt(1 + trace)
  436. local recip = 0.5/s
  437. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  438. else
  439. local i = 0
  440. if m11 > m00 then
  441. i = 1
  442. end
  443. if m22 > (i == 0 and m00 or m11) then
  444. i = 2
  445. end
  446. if i == 0 then
  447. local s = math.sqrt(m00-m11-m22+1)
  448. local recip = 0.5/s
  449. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  450. elseif i == 1 then
  451. local s = math.sqrt(m11-m22-m00+1)
  452. local recip = 0.5/s
  453. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  454. elseif i == 2 then
  455. local s = math.sqrt(m22-m00-m11+1)
  456. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  457. end
  458. end
  459. end
  460.  
  461. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  462. local xs, ys, zs = x + x, y + y, z + z
  463. local wx, wy, wz = w*xs, w*ys, w*zs
  464. local xx = x*xs
  465. local xy = x*ys
  466. local xz = x*zs
  467. local yy = y*ys
  468. local yz = y*zs
  469. local zz = z*zs
  470. 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))
  471. end
  472.  
  473. function QuaternionSlerp(a, b, t)
  474. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  475. local startInterp, finishInterp;
  476. if cosTheta >= 0.0001 then
  477. if (1 - cosTheta) > 0.0001 then
  478. local theta = math.acos(cosTheta)
  479. local invSinTheta = 1/math.sin(theta)
  480. startInterp = math.sin((1-t)*theta)*invSinTheta
  481. finishInterp = math.sin(t*theta)*invSinTheta
  482. else
  483. startInterp = 1-t
  484. finishInterp = t
  485. end
  486. else
  487. if (1+cosTheta) > 0.0001 then
  488. local theta = math.acos(-cosTheta)
  489. local invSinTheta = 1/math.sin(theta)
  490. startInterp = math.sin((t-1)*theta)*invSinTheta
  491. finishInterp = math.sin(t*theta)*invSinTheta
  492. else
  493. startInterp = t-1
  494. finishInterp = t
  495. end
  496. end
  497. 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
  498. end
  499.  
  500. --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)
  501.  
  502.  
  503. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  504. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  505. end
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  513. if hit.Parent==nil then
  514. return
  515. end
  516. h=hit.Parent:FindFirstChild("Humanoid")
  517. for _,v in pairs(hit.Parent:children()) do
  518. if v:IsA("Humanoid") then
  519. h=v
  520. end
  521. end
  522. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  523. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  524. end
  525. if hit.Parent.className=="Hat" then
  526. hit=hit.Parent.Parent:findFirstChild("Head")
  527. end
  528. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  529. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  530. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  531. return
  532. end]]
  533. -- hs(hit,1.2)
  534. c=Instance.new("ObjectValue")
  535. c.Name="creator"
  536. c.Value=game:service("Players").LocalPlayer
  537. c.Parent=h
  538. game:GetService("Debris"):AddItem(c,.5)
  539. Damage=math.random(minim,maxim)
  540. -- h:TakeDamage(Damage)
  541. blocked=false
  542. block=hit.Parent:findFirstChild("Block")
  543. if block~=nil then
  544. print(block.className)
  545. if block.className=="NumberValue" then
  546. if block.Value>0 then
  547. blocked=true
  548. if decreaseblock==nil then
  549. block.Value=block.Value-1
  550. end
  551. end
  552. end
  553. if block.className=="IntValue" then
  554. if block.Value>0 then
  555. blocked=true
  556. if decreaseblock~=nil then
  557. block.Value=block.Value-1
  558. end
  559. end
  560. end
  561. end
  562. if blocked==false then
  563. -- h:TakeDamage(Damage)
  564. h.Health=h.Health-Damage
  565. showDamage(hit.Parent,Damage,.5,BrickColor.new("Teal"))
  566. else
  567. h.Health=h.Health-(Damage/2)
  568. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  569. end
  570. h.Health=h.Health-Damage
  571.  
  572.  
  573.  
  574. if Type=="Knockdown" then
  575. hum=hit.Parent.Humanoid
  576. hum.PlatformStand=true
  577. coroutine.resume(coroutine.create(function(HHumanoid)
  578. swait(5)
  579. HHumanoid.PlatformStand=false
  580. end),hum)
  581.  
  582. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  583. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  584. local bodvol=Instance.new("BodyVelocity")
  585. bodvol.velocity=angle*knockback
  586. bodvol.P=5000
  587. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  588. bodvol.Parent=hit
  589. rl=Instance.new("BodyAngularVelocity")
  590. rl.P=30000
  591. rl.maxTorque=Vector3.new(0,10,10)*5000
  592. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(2,4),math.random(-10,10))
  593. rl.Parent=hit
  594. game:GetService("Debris"):AddItem(bodvol,.5)
  595. game:GetService("Debris"):AddItem(rl,.5)
  596. elseif Type=="Normal" then
  597. vp=Instance.new("BodyVelocity")
  598. vp.P=500
  599. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  600. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  601. if KnockbackType==1 then
  602. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  603. elseif KnockbackType==2 then
  604. vp.velocity=Property.CFrame.lookVector*knockback
  605. end
  606. if knockback>0 then
  607. vp.Parent=hit.Parent.Torso
  608. end
  609. game:GetService("Debris"):AddItem(vp,.5)
  610. elseif Type=="Up" then
  611. local bodyVelocity=Instance.new("BodyVelocity")
  612. bodyVelocity.velocity=vt(0,4,0)
  613. bodyVelocity.P=1000
  614. bodyVelocity.maxForce=Vector3.new(1e+009, 1e+009, 1e+009)
  615. bodyVelocity.Parent=hit
  616. game:GetService("Debris"):AddItem(bodyVelocity,1)
  617. rl=Instance.new("BodyAngularVelocity")
  618. rl.P=3000
  619. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  620. rl.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  621. rl.Parent=hit
  622. game:GetService("Debris"):AddItem(rl,.5)
  623. elseif Type=="Slam" then
  624. local bodyVelocity2=Instance.new("BodyVelocity")
  625. bodyVelocity2.velocity=vt(0,4,0)
  626. bodyVelocity2.P=1000
  627. bodyVelocity2.maxForce=Vector3.new(1e+009, 1e+009, 1e+009)
  628. bodyVelocity2.Parent=hit
  629. game:GetService("Debris"):AddItem(bodyVelocity2,1)
  630. rl2=Instance.new("BodyAngularVelocity")
  631. rl2.P=3000
  632. rl2.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  633. rl2.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  634. rl2.Parent=hit
  635. game:GetService("Debris"):AddItem(rl2,.5)
  636. elseif Type=="Snare" then
  637. bp=Instance.new("BodyPosition")
  638. bp.P=2000
  639. bp.D=100
  640. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  641. bp.position=hit.Parent.Torso.Position
  642. bp.Parent=hit.Parent.Torso
  643. game:GetService("Debris"):AddItem(bp,1)
  644. elseif Type=="Target" then
  645. if Targetting==false then
  646. ZTarget=hit.Parent.Torso
  647. coroutine.resume(coroutine.create(function(Part)
  648. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  649. swait(5)
  650. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  651. end),ZTarget)
  652. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  653. targetgui=Instance.new("BillboardGui")
  654. targetgui.Parent=ZTarget
  655. targetgui.Size=UDim2.new(10,100,10,100)
  656. targ=Instance.new("ImageLabel")
  657. targ.Parent=targetgui
  658. targ.BackgroundTransparency=1
  659. targ.Image="rbxassetid://4834067"
  660. targ.Size=UDim2.new(1,0,1,0)
  661. cam.CameraType="Scriptable"
  662. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  663. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  664. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  665. Targetting=true
  666. RocketTarget=ZTarget
  667. for i=1,Property do
  668. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  669. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  670. swait()
  671. end
  672. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  673. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  674. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  675. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  676. end
  677. Targetting=false
  678. RocketTarget=nil
  679. targetgui.Parent=nil
  680. cam.CameraType="Custom"
  681. end
  682. end
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691. debounce=Instance.new("BoolValue")
  692. debounce.Name="DebounceHit"
  693. debounce.Parent=hit.Parent
  694. debounce.Value=true
  695. game:GetService("Debris"):AddItem(debounce,Delay)
  696. c=Instance.new("ObjectValue")
  697. c.Name="creator"
  698. c.Value=Player
  699. c.Parent=h
  700. game:GetService("Debris"):AddItem(c,.5)
  701. CRIT=false
  702. hitDeb=true
  703. AttackPos=6
  704. end
  705. end
  706.  
  707. showDamage=function(Char,Dealt,du,Color)
  708. m=Instance.new("Model")
  709. m.Name=tostring(Dealt)
  710. h=Instance.new("Humanoid")
  711. h.Health=0
  712. h.MaxHealth=0
  713. h.Parent=m
  714. c=Instance.new("Part")
  715. c.Transparency=0
  716. c.BrickColor=Color
  717. c.Name="Head"
  718. c.TopSurface=0
  719. c.BottomSurface=0
  720. c.formFactor="Plate"
  721. c.Size=Vector3.new(1,.4,1)
  722. ms=Instance.new("CylinderMesh")
  723. ms.Scale=Vector3.new(.8,.8,.8)
  724. if CRIT==true then
  725. ms.Scale=Vector3.new(1,1.25,1)
  726. end
  727. ms.Parent=c
  728. c.Reflectance=0
  729. Instance.new("BodyGyro").Parent=c
  730. c.Parent=m
  731. if Char:findFirstChild("Head")~=nil then
  732. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  733. elseif Char.Parent:findFirstChild("Head")~=nil then
  734. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  735. end
  736. f=Instance.new("BodyPosition")
  737. f.P=2000
  738. f.D=100
  739. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  740. f.position=c.Position+Vector3.new(0,3,0)
  741. f.Parent=c
  742. game:GetService("Debris"):AddItem(m,.5+du)
  743. c.CanCollide=false
  744. m.Parent=workspace
  745. c.CanCollide=false
  746. end
  747.  
  748.  
  749.  
  750.  
  751.  
  752. local s = Instance.new("Sound",Character)
  753. s.SoundId = "http://www.roblox.com/asset/?id=0"
  754. s.Pitch = 0.98
  755. s.Volume = 0.70
  756. s.Looped = false
  757. s:Stop()
  758.  
  759.  
  760. local sou3 = Instance.new("Sound",Character)
  761. sou3.Volume = 60
  762. sou3.PlaybackSpeed = 1
  763. sou3.Pitch = 1
  764. sou3.SoundId = "rbxassetid://971824836"--0--music
  765. sou3.Name = "The Skid Rekter Music"
  766. sou3.Looped = true
  767. sou3:Stop()
  768.  
  769. local Face = Instance.new('Decal',Character.Head)
  770. Face.Name = 'face'
  771. if Character.Head:findFirstChild('face') then
  772. Character.Head['face']:Destroy()
  773. end
  774. Face.Texture = 'rbxassetid://54292338'
  775.  
  776.  
  777.  
  778.  
  779. local sou2 = Instance.new("Sound",Character)
  780. sou2.Volume = 0.30
  781. sou2.PlaybackSpeed = 1
  782. sou2.Pitch = 0.88
  783. sou2.SoundId = "rbxassetid://0"--music 0
  784. sou2.Name = "The Skid Rekter Music"
  785. sou2.Looped = true
  786. sou2:Stop()
  787. --0
  788.  
  789.  
  790. local handee = Instance.new("Part")
  791. handee.Parent = Character
  792. handee.Size = Vector3.new(0.2,0.2,0.2)
  793. handee.Archivable = true
  794. handee.Transparency = 1
  795. handee.CanCollide = false
  796. handee.BrickColor = BrickColor.new("White")
  797. handee.Material = "Neon"
  798. local handeemesh = Instance.new("BlockMesh",handee)
  799. handeemesh.Scale = Vector3.new(1,1,1)
  800. local handeeweld = Instance.new("Weld")
  801. handeeweld.Parent = handee
  802. handeeweld.Part0 = LeftArm
  803. handeeweld.Part1 = handee
  804. handeeweld.C1 = CFrame.new(0, 1.85, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  805. handeeweld.Part0 = LeftArm
  806.  
  807.  
  808.  
  809.  
  810. local eye1 = Instance.new("Part")
  811. eye1.Parent = Character
  812. eye1.Size = Vector3.new(0.2,0.2,0.2)
  813. eye1.Archivable = true
  814. eye1.Transparency = 1
  815. eye1.CanCollide = false
  816. eye1.BrickColor = BrickColor.new("Really red")
  817. eye1.Material = "Neon"
  818. local eye1mesh = Instance.new("SpecialMesh",eye1)
  819. eye1mesh.MeshType = "Sphere"
  820. eye1mesh.Scale = Vector3.new(1.2,1.2,1.2)
  821. local eye1weld = Instance.new("Weld")
  822. eye1weld.Parent = eye1
  823. eye1weld.Part0 = Head
  824. eye1weld.Part1 = eye1
  825. eye1weld.C1 = CFrame.new(.11,-.22,.57)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  826. eye1weld.Part0 = Head
  827.  
  828.  
  829.  
  830.  
  831. local particleemitter2 = Instance.new("ParticleEmitter", handee)
  832. particleemitter2.VelocitySpread = 180
  833. particleemitter2.Lifetime = NumberRange.new(2)
  834. particleemitter2.Texture = "http://roblox.com/asset/?id=284205403"
  835. particleemitter2.Speed = NumberRange.new(0.5)
  836. particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)})
  837. particleemitter2.RotSpeed = NumberRange.new(-45, 45)
  838. particleemitter2.Rate = 128
  839. particleemitter2.Rotation = NumberRange.new(-45, 45)
  840. particleemitter2.Acceleration = Vector3.new(0,3,0)
  841. particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)})
  842. particleemitter2.LightEmission = 0.8
  843. particleemitter2.Color = ColorSequence.new(Color3.new(0, 0, 255), Color3.new(255,0,0))
  844.  
  845.  
  846. particleemitter2.Enabled = false
  847.  
  848.  
  849.  
  850. --[[local particleemitter3 = Instance.new("ParticleEmitter", handee)
  851. particleemitter3.VelocitySpread = 180
  852. particleemitter3.Lifetime = NumberRange.new(2)
  853. particleemitter3.Texture = "http://roblox.com/asset/?id=284205403"
  854. particleemitter3.Speed = NumberRange.new(0.5)
  855. particleemitter3.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)})
  856. particleemitter3.RotSpeed = NumberRange.new(-45, 45)
  857. particleemitter3.Rate = 128
  858. particleemitter3.Rotation = NumberRange.new(-45, 45)
  859. particleemitter3.Acceleration = Vector3.new(0,3,0)
  860. particleemitter3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)})
  861. particleemitter3.LightEmission = 0.8
  862. particleemitter3.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255,192,0))
  863.  
  864. particleemitter3.Enabled = true
  865. --]]
  866.  
  867. local particleemitter = Instance.new("ParticleEmitter", eye1)
  868. particleemitter.VelocitySpread = 180
  869. particleemitter.Lifetime = NumberRange.new(2)
  870. particleemitter.Texture = "http://roblox.com/asset/?id=284205403"
  871. particleemitter.Speed = NumberRange.new(0.5)
  872. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)})
  873. particleemitter.RotSpeed = NumberRange.new(-45, 45)
  874. particleemitter.Rate = 80
  875. particleemitter.Rotation = NumberRange.new(-45, 45)
  876. particleemitter.Acceleration = Vector3.new(1,3,0)
  877. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)})
  878. particleemitter.LightEmission = 0.8
  879. particleemitter.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0,0,0))
  880.  
  881.  
  882.  
  883.  
  884. local particleemitter4 = Instance.new("ParticleEmitter", X)
  885. particleemitter4.VelocitySpread = 180
  886. particleemitter4.Lifetime = NumberRange.new(2)
  887. particleemitter4.Texture = "http://roblox.com/asset/?id=284205403"
  888. particleemitter4.Speed = NumberRange.new(0.5)
  889. particleemitter4.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)})
  890. particleemitter4.RotSpeed = NumberRange.new(-45, 45)
  891. particleemitter4.Rate = 128
  892. particleemitter4.Rotation = NumberRange.new(-45, 45)
  893. particleemitter4.Acceleration = Vector3.new(0,3,0)
  894. particleemitter4.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)})
  895. particleemitter4.LightEmission = 0.8
  896. particleemitter4.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255,192,0))
  897.  
  898.  
  899. particleemitter4.Enabled = false
  900.  
  901. --NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)})
  902.  
  903. particleemitter.Enabled = false
  904.  
  905. New = function(Object, Parent, Name, Data)
  906. local Object = Instance.new(Object)
  907. for Index, Value in pairs(Data or {}) do
  908. Object[Index] = Value
  909. end
  910. Object.Parent = Parent
  911. Object.Name = Name
  912. return Object
  913. end
  914.  
  915. --------
  916. --green card
  917. -------
  918. Handle1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Lime green","Handle1",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  919. Handle1weld=weld(m,Character["Right Arm"],Handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29614592, -0.0330114365, -0.0364151001, -2.18557464e-011, 1.00000083, 0.00029155612, 1, 2.18539804e-011, 6.26317401e-012, 6.25671433e-012, 0.000291556091, -1.00000095))
  920. HitboxA=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxA",Vector3.new(5.8092001, 5.8092001, 5.8092001))
  921. HitboxAweld=weld(m,Handle1,HitboxA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.86238098e-005, 0, -6.48498535e-005, 1.00000346, 3.84204577e-013, 7.42121483e-006, -3.83895037e-013, 1, 2.26815094e-016, -7.42141856e-006, -6.11056344e-016, 1.00000393))
  922. mesh("BlockMesh",HitboxA,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  923. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  924. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000140190125, 0, -0.000114440918, 1.0000025, 3.8331442e-013, 7.18253432e-006, -3.83076085e-013, 1, -3.10081821e-016, -7.18273805e-006, 1.21430643e-017, 1.0000031))
  925. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  926. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  927. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, -0.0336685181, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  928. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  929. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  930. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  931. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  932. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  933. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008))
  934. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  935. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  936. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  937. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  938. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  939. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  940. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  941. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  942. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008))
  943. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  944. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  945. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  946. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  947. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  948. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008))
  949. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  950. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  951. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  952. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  953. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  954. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676748, -0.168113708, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  955. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  956. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  957. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  958. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  959. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  960. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008))
  961. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  962. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  963. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  964. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  965. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  966. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  967. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  968. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  969. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573068857, 3.10669677e-008, 1.0000056, -1.00000012, -2.23650019e-007, -0.000582009437, 2.23630153e-007, -1.00000715, 3.11978283e-008))
  970. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  971. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  972. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  973. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  974. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  975. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573278638, -1.25004191e-011, 1.0000056, -1.00000012, -4.98838059e-013, -0.000582219218, 5.06288913e-013, -1.00000715, -1.20206492e-011))
  976. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  977. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  978. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008))
  979. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  980. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  981. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008))
  982. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  983. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  984. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370035887, -0.235523224, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  985. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  986. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  987. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  988. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  989. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  990. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370036006, -0.235523224, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  991. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  992. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  993. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, -0.0336685181, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007))
  994. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  995. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  996. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  997. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  998. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  999. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1000. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1001. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1002. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1003. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1004. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1005. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1006. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1007. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1008. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1009. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1010. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1011. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1012. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1013. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1014. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1015. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1016. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1017. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, 0.0336666107, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1018. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1019. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1020. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1021. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1022. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1023. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1024. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1025. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1026. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010257, -0.100978851, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1027. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1028. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1029. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1030. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1031. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1032. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336412072, -0.168121338, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1033. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1034. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1035. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676867, -0.168113708, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1036. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1037. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1038. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1039. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1040. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1041. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336411953, -0.168121338, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1042. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1043. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1044. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, 0.0336675644, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007))
  1045. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1046. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1047. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1048. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1049. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1050. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011))
  1051. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1052. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1053. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010138, -0.100978851, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010))
  1054. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1055. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1056. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1057. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1058. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1059. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1060. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1061. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1062. Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011))
  1063. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1064. mesh("BlockMesh",Handle1,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  1065.  
  1066.  
  1067. --red card
  1068.  
  1069.  
  1070. Handle2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  1071. Handle2weld=weld(m,Character["Right Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22525215, -0.233011246, 0.324962616, -2.18563345e-011, 0.706900716, 0.70731312, 1, 1.10235857e-011, 1.98833918e-011, 6.25844428e-012, 0.707313061, -0.706900775))
  1072. HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxB",Vector3.new(5.8092001, 5.8092001, 5.8092001))
  1073. HitboxBweld=weld(m,Handle2,HitboxB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14440918e-005, 0, -7.62939453e-006, 1.00000072, 3.8386655e-013, 7.06315041e-006, -3.83776344e-013, 1, 2.7929048e-016, -7.30156898e-006, -3.23525928e-016, 1.00000072))
  1074. mesh("BlockMesh",HitboxB,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1075. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  1076. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, 0, -2.47955322e-005, 1.00000119, 3.8383359e-013, 6.85453415e-006, -3.83656648e-013, 1, 3.27862737e-016, -7.53998756e-006, -4.11996826e-016, 1.00000119))
  1077. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  1078. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1079. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1080. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1081. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1082. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1083. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1084. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1085. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008))
  1086. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1087. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1088. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1089. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1090. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1091. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1092. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1093. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1094. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008))
  1095. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1096. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1097. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1098. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1099. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1100. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008))
  1101. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1102. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1103. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1104. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1105. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1106. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, 0.0336694717, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1107. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1108. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1109. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1110. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1111. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1112. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008))
  1113. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1114. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1115. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1116. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1117. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1118. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1119. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1120. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1121. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168149948, -0.100921631, 0.0336675644, -0.000573158264, 3.10669641e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000581979752, 2.23630025e-007, -1.00000715, 3.11977928e-008))
  1122. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  1123. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1124. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1125. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1126. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1127. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168151855, -0.100923538, 0.0336675644, -0.000573396683, -1.25020758e-011, 1.00000477, -0.999999464, -4.9939046e-013, -0.000582128763, 5.06891404e-013, -1.00000715, -1.20223718e-011))
  1128. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1129. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1130. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008))
  1131. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1132. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1133. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008))
  1134. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1135. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1136. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1137. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1138. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1139. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1140. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1141. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1142. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1143. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1144. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1145. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, -0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007))
  1146. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1147. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1148. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1149. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1150. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1151. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1152. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1153. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1154. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1155. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1156. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1157. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1158. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1159. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1160. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1161. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1162. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1163. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1164. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1165. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1166. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1167. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1168. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1169. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1170. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1171. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1172. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1173. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1174. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1175. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1176. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1177. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1178. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1179. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1180. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1181. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1182. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1183. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1184. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1185. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1186. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1187. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, -0.033665657, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1188. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1189. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1190. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1191. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1192. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1193. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1194. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1195. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1196. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, 0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007))
  1197. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1198. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1199. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1200. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1201. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1202. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011))
  1203. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1204. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1205. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010))
  1206. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1207. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1208. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1209. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1210. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1211. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1212. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1213. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1214. Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011))
  1215. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1216. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  1217.  
  1218. --blue card
  1219.  
  1220. Handle3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016))
  1221. Handle3weld=weld(m,Character["Right Arm"],Handle3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.17321014, 0.166988373, -0.376420975, -2.18565339e-011, 0.70731312, -0.706900716, 1, 1.98822694e-011, -1.10249414e-011, 6.25667443e-012, -0.706900656, -0.70731318))
  1222. HitboxC=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxC",Vector3.new(5.8092001, 5.8092001, 5.8092001))
  1223. HitboxCweld=weld(m,Handle3,HitboxC,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.00543213e-005, 0, -2.28881836e-005, 1.00000072, 3.8378762e-013, 7.48038292e-006, -3.83802365e-013, 1, 2.56739074e-016, -7.03334808e-006, -3.45209972e-016, 1.00000083))
  1224. mesh("BlockMesh",HitboxC,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1225. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945))
  1226. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.96453857e-005, 0, 0, 1.00000131, 3.83072046e-013, 7.56978989e-006, -3.83100669e-013, 1, -3.73832909e-016, -6.67572021e-006, 2.01227923e-016, 1.00000143))
  1227. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1))
  1228. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1229. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1230. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1231. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1232. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1233. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1234. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1235. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008))
  1236. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1237. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1238. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1239. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1240. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1241. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1242. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1243. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1244. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008))
  1245. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1246. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1247. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1248. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1249. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1250. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008))
  1251. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1252. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1253. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1254. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1255. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1256. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1257. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1258. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1259. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1260. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1261. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1262. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008))
  1263. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1264. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1265. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1266. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1267. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1268. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1269. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1270. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1271. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101055145, 0.0336675644, -0.000573158264, 3.10669712e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000582277775, 2.23630025e-007, -1.00000715, 3.11978496e-008))
  1272. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566))
  1273. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1274. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1275. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1276. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1277. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101053238, 0.0336675644, -0.000573307276, -1.25003194e-011, 1.00000453, -0.999999404, -4.99556126e-013, -0.000582367182, 5.07092632e-013, -1.00000715, -1.20206076e-011))
  1278. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1279. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1280. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008))
  1281. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359))
  1282. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1283. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008))
  1284. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566))
  1285. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1286. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1287. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1288. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1289. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1290. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1291. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1292. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1293. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1294. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1295. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, -0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007))
  1296. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1297. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1298. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1299. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1300. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1301. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1302. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1303. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1304. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1305. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1306. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1307. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1308. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1309. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1310. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1311. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1312. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1313. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1314. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1315. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1316. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1317. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1318. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1319. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1320. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1321. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1322. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1323. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1324. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1325. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1326. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1327. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1328. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1329. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1330. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1331. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1332. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1333. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1334. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1335. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1336. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1337. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1338. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1339. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1340. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1341. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1342. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1343. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1344. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1345. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1346. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, 0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007))
  1347. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991))
  1348. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1349. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1350. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991))
  1351. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1352. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011))
  1353. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1354. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1355. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010))
  1356. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043))
  1357. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1358. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1359. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1360. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1361. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1362. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958))
  1363. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1364. Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011))
  1365. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922))
  1366. mesh("BlockMesh",Handle3,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373. ----------------------------------------------------------------------------------------
  1374.  
  1375. Throwing = false
  1376.  
  1377. function attackone()
  1378. attack = true
  1379. Throwing = true
  1380. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1381. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1382. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1383. for i = 0,1,0.1 do
  1384. swait()
  1385. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1386. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1387. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1388. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1389. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1390. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1391. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1392. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1393. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1394. end
  1395. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1396. coroutine.resume(coroutine.create(function()
  1397. while Throwing == true do
  1398. wait()
  1399. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1400. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1401. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1402. end
  1403. end))
  1404. for i = 0,2,0.02 do
  1405. swait()
  1406. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1407. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1408. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1409. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1410. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1411. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1412. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1413. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1414. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1415. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1416. end
  1417. con1:disconnect()
  1418. con2:disconnect()
  1419. con3:disconnect()
  1420. attack = false
  1421. Throwing = false
  1422. end
  1423.  
  1424. function attacktwo()
  1425. attack = true
  1426. Throwing = true
  1427. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1428. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1429. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1430. for i = 0,1,0.1 do
  1431. swait()
  1432. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1433. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1434. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1435. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1436. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1437. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1438. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1439. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1440. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1441. end
  1442. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1443. coroutine.resume(coroutine.create(function()
  1444. while Throwing == true do
  1445. wait()
  1446. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1447. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1448. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1449. end
  1450. end))
  1451. for i = 0,4,0.08 do
  1452. swait()
  1453. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1454. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0 -360*i)),.2)
  1455. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1456. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(90)),.2)
  1457. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1458. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1459. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1460. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1461. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1462. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1463. end
  1464. con1:disconnect()
  1465. con2:disconnect()
  1466. con3:disconnect()
  1467. attack = false
  1468. Throwing = false
  1469. end
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476. function attackthree()
  1477. attack = true
  1478. Throwing = true
  1479. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1480. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1481. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1482. for i = 0,1,0.1 do
  1483. swait()
  1484. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1485. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1486. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1487. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1488. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1489. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1490. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1491. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1492. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1493. end
  1494. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1495. coroutine.resume(coroutine.create(function()
  1496. while Throwing == true do
  1497. wait()
  1498. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1499. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1500. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1501. end
  1502. end))
  1503. for i = 0,0.5,0.02 do
  1504. swait()
  1505. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1506. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1507. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1508. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1509. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1510. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1511. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1512. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2)
  1513. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1514. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1515. end
  1516. con1:disconnect()
  1517. con2:disconnect()
  1518. con3:disconnect()
  1519. attack = false
  1520. Throwing = false
  1521. end
  1522.  
  1523.  
  1524.  
  1525. function attackfour()
  1526. attack = true
  1527. Throwing = true
  1528. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1529. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1530. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1531. for i = 0,1,0.1 do
  1532. swait()
  1533. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1534. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1535. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1536. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1537. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1538. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1539. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1540. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1541. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1542. end
  1543. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1544. coroutine.resume(coroutine.create(function()
  1545. while Throwing == true do
  1546. wait()
  1547. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1548. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1549. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1550. end
  1551. end))
  1552. for i = 0,0.5,0.02 do
  1553. swait()
  1554. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1555. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1556. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1557. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1558. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1559. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1560. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1561. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1562. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1563. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1564. end
  1565. con1:disconnect()
  1566. con2:disconnect()
  1567. con3:disconnect()
  1568. attack = false
  1569. Throwing = false
  1570. end
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576. function aircombo()
  1577. attack = true
  1578. Throwing = true
  1579. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1580. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Up",RootPart,.2,1) end)
  1581. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1582. for i = 0,1,0.1 do
  1583. swait()
  1584. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1585. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1586. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1587. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1588. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1589. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1590. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1591. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1592. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1593. end
  1594. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1595. coroutine.resume(coroutine.create(function()
  1596. while Throwing == true do
  1597. wait()
  1598. so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3)
  1599. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1600. so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3)
  1601. end
  1602. end))
  1603. for i = 0,2,0.02 do
  1604. swait()
  1605. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1606. Humanoid.CameraOffset = Vector3.new(0,0,0)
  1607. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1608. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1609. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1610. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1611. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1612. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1613. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1614. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1615. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1616. end
  1617. for i = 0,10,0.02 do
  1618. swait()
  1619. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1620. Humanoid.CameraOffset = Vector3.new(0,0 + 4,0)
  1621. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1622. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1623. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1624. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1625. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1626. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1627. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1628. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1629. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1630. end
  1631. con1:disconnect()
  1632. con2:disconnect()
  1633. con3:disconnect()
  1634. attack = false
  1635. Throwing = false
  1636. end
  1637.  
  1638.  
  1639. --end
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645. function Flipattack()
  1646. attack = true
  1647. Throwing = true
  1648. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1649. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1650. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1651. for i = 0,1,0.1 do
  1652. swait()
  1653. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1654. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1655. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1656. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1657. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1658. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1659. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1660. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1661. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1662. end
  1663. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1664. coroutine.resume(coroutine.create(function()
  1665. while Throwing == true do
  1666. wait()
  1667. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1668. end
  1669. end))
  1670. for i = 0,7,0.10 do
  1671. swait()
  1672. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1673. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2)
  1674. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1675. RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2)
  1676. LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2)
  1677. RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1678. LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1679. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2)
  1680. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2)
  1681. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-4)*angles(0,0,0),.2)
  1682. end
  1683. con1:disconnect()
  1684. con2:disconnect()
  1685. con3:disconnect()
  1686. attack = false
  1687. Throwing = false
  1688. end
  1689.  
  1690.  
  1691. function Ultracombo() -- not complete yet.
  1692. attack = true
  1693. Throwing = true
  1694. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1695. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1696. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1697. for i = 0,1,0.1 do
  1698. swait()
  1699. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2)
  1700. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2)
  1701. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2)
  1702. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  1703. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2)
  1704. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2)
  1705. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1706. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1707. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1708. end
  1709. so("http://roblox.com/asset/?id=10209640",RightArm,1,2)
  1710. coroutine.resume(coroutine.create(function()
  1711. while Throwing == true do
  1712. wait()
  1713. so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3)
  1714. end
  1715. end))
  1716.  
  1717. --flip attack
  1718.  
  1719. for i = 0,7,0.10 do
  1720. swait()
  1721. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1722. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2)
  1723. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1724. RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2)
  1725. LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2)
  1726. RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1727. LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1728. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2)
  1729. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2)
  1730. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-3)*angles(0,0,0),.2)
  1731. end
  1732.  
  1733.  
  1734.  
  1735. con1:disconnect()
  1736. con2:disconnect()
  1737. con3:disconnect()
  1738.  
  1739.  
  1740. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1741. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1742. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1743.  
  1744. --spin attack
  1745.  
  1746. for i = 0,4,0.08 do
  1747. swait()
  1748. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1749. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0 -360*i)),.2)
  1750. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1751. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(90)),.2)
  1752. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1753. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1754. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1755. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2)
  1756. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2)
  1757. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2)
  1758. end
  1759.  
  1760.  
  1761.  
  1762. con1:disconnect()
  1763. con2:disconnect()
  1764. con3:disconnect()
  1765.  
  1766.  
  1767. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1768. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Up",RootPart,.2,1) end)
  1769. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1770.  
  1771. --air combo
  1772.  
  1773.  
  1774.  
  1775. for i = 0,2,0.02 do
  1776. swait()
  1777. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1778. Humanoid.CameraOffset = Vector3.new(0,0,0)
  1779. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1780. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1781. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1782. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1783. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1784. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1785. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1786. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1787. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1788. end
  1789.  
  1790.  
  1791.  
  1792. for i = 0,10,0.02 do
  1793. swait()
  1794. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1795. Humanoid.CameraOffset = Vector3.new(0,0 + 4,0)
  1796. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1797. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1798. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1799. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1800. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1801. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1802. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1803. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1804. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2)
  1805. end
  1806.  
  1807.  
  1808.  
  1809. con1:disconnect()
  1810. con2:disconnect()
  1811. con3:disconnect()
  1812.  
  1813.  
  1814. --1 card combo's
  1815.  
  1816. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1817. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1818. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1819.  
  1820. for i = 0,0.5,0.02 do
  1821. swait()
  1822. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1823. Humanoid.CameraOffset = Vector3.new(0,4,0)
  1824. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1825. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1826. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1827. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1828. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1829. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1830. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2)
  1831. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1832. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1833. end
  1834.  
  1835.  
  1836.  
  1837. for i = 0,0.5,0.02 do
  1838. swait()
  1839. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1840. Humanoid.CameraOffset = Vector3.new(0,4,0)
  1841. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1842. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1843. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1844. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1845. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1846. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1847. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1848. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2)
  1849. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1850. end
  1851.  
  1852.  
  1853.  
  1854. for i = 0,0.5,0.02 do
  1855. swait()
  1856. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1857. Humanoid.CameraOffset = Vector3.new(0,4,0)
  1858. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1859. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1860. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1861. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1862. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1863. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1864. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1865. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1866. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,10,-2)*angles(10,0+30*i,0),.2)
  1867. end
  1868.  
  1869.  
  1870. con1:disconnect()
  1871. con2:disconnect()
  1872. con3:disconnect()
  1873.  
  1874.  
  1875. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end)
  1876. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end)
  1877. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end)
  1878.  
  1879.  
  1880.  
  1881.  
  1882. for i = 0,7,0.10 do
  1883. swait()
  1884. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1885. Humanoid.CameraOffset = Vector3.new(0,4,0)
  1886. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2)
  1887. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1888. RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2)
  1889. LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2)
  1890. RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1891. LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1892. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2)
  1893. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2)
  1894. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-4)*angles(0,0,0),.2)
  1895. end
  1896.  
  1897.  
  1898.  
  1899. con1:disconnect()
  1900. con2:disconnect()
  1901. con3:disconnect()
  1902.  
  1903. attack = false
  1904. Throwing = false
  1905. end
  1906.  
  1907. function heal() -- test move.
  1908.  
  1909. local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1910. local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1911. local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end)
  1912.  
  1913. for i = 0,0.5,0.08 do
  1914. swait()
  1915. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1916. Humanoid.CameraOffset = Vector3.new(0,4,0)
  1917. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2)
  1918. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2)
  1919. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2)
  1920. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2)
  1921. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  1922. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1923. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2)
  1924. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1925. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1926. end
  1927.  
  1928.  
  1929. con1:disconnect()
  1930. con2:disconnect()
  1931. con3:disconnect()
  1932.  
  1933. end
  1934.  
  1935.  
  1936. function Ultimateform()
  1937.  
  1938. for i = 1, 3 do
  1939. so("http://www.roblox.com/asset/?id=139508004", Character, 1, 1)
  1940. local part = Instance.new("Part",Torso)
  1941. part.Shape = "Ball"
  1942. part.Anchored = true
  1943. part.CanCollide = false
  1944. part.BrickColor = BrickColor.new"Really black"
  1945. part.Material = Enum.Material.SmoothPlastic
  1946. part.Size = Vector3.new(1,1,1)
  1947. part.CFrame = Torso.CFrame
  1948. part.TopSurface,part.BottomSurface = 10,10
  1949. for i = 0,1,.1 do
  1950. part.Size = part.Size+ Vector3.new(7,7,7)
  1951. part.Transparency = i
  1952. wait()
  1953. end
  1954. part:destroy()
  1955. end
  1956.  
  1957. for i = 0,2,0.02 do
  1958. swait()
  1959. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1960. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1961. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2)
  1962. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  1963. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  1964. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  1965. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1966. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1967. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1968. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1969. end
  1970. end
  1971.  
  1972. function Ultimateform2()
  1973. for i = 0,1,0.08 do
  1974. swait()
  1975. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  1976. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1977. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2)
  1978. RW.C0 = clerp(RW.C0, CFrame.new(0.8, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-90)),.2)
  1979. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  1980. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  1981. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  1982. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1983. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1984. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  1985. end
  1986.  
  1987.  
  1988. for i = 1, 3 do
  1989. eye1.Transparency = 0
  1990. so("http://www.roblox.com/asset/?id=138903071", Character, 1, 1)
  1991. local part = Instance.new("Part",eye1)
  1992. part.Shape = "Ball"
  1993. part.Anchored = true
  1994. part.CanCollide = false
  1995. part.BrickColor = BrickColor.new"Really red"
  1996. part.Material = Enum.Material.Neon
  1997. part.Size = Vector3.new(1,1,1)
  1998. part.CFrame = eye1.CFrame
  1999. part.TopSurface,part.BottomSurface = 10,10
  2000. for i = 0,1,.2 do
  2001. part.Size = part.Size+ Vector3.new(0.25,0.25,0.25)
  2002. part.Transparency = i
  2003. wait()
  2004. end
  2005. part:destroy()
  2006. end
  2007.  
  2008.  
  2009.  
  2010.  
  2011. for i = 0,1,0.08 do
  2012. swait()
  2013. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2014. Humanoid.CameraOffset = Vector3.new(0,0.5,0)
  2015. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0.5)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2016. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2)
  2017. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2018. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2019. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2020. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2021. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2022. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2023. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2024. end
  2025.  
  2026.  
  2027. for i = 0,1,0.05 do
  2028. swait()
  2029. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2030. Humanoid.CameraOffset = Vector3.new(0,1,0)
  2031. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2032. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2)
  2033. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2034. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2035. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2036. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2037. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2038. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2039. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2040. end
  2041.  
  2042.  
  2043.  
  2044. for i = 0,1,0.05 do
  2045. swait()
  2046. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2047. Humanoid.CameraOffset = Vector3.new(0,1.5,0)
  2048. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1.5)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2049. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2)
  2050. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2051. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2052. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2053. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2054. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2055. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2056. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2057. end
  2058.  
  2059.  
  2060.  
  2061. for i = 0,1,0.05 do
  2062. swait()
  2063. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2064. Humanoid.CameraOffset = Vector3.new(0,2,0)
  2065. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2066. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2)
  2067. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2068. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  2069. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2070. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2071. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2072. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2073. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2074. end
  2075.  
  2076.  
  2077.  
  2078.  
  2079. for i = 0,1,0.005 do
  2080. swait()
  2081. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2082. Humanoid.CameraOffset = Vector3.new(0,2,0)
  2083. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2084. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2)
  2085. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
  2086. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
  2087. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2088. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2089. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2090. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2091. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2092. end
  2093.  
  2094.  
  2095.  
  2096. particleemitter.Enabled = true
  2097. particleemitter2.Enabled = true
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103. for i = 0,3,0.009 do
  2104. game.Lighting.TimeOfDay = 0
  2105. swait()
  2106. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2107. Humanoid.CameraOffset = Vector3.new(0,2+1*i,0)
  2108. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2+1*i)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2109. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2)
  2110. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3)
  2111. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2)
  2112. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2113. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2114. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2115. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2116. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2117. end
  2118.  
  2119.  
  2120. for i = 1, 15 do
  2121. so("http://www.roblox.com/asset/?id=139508004", Character, 1, 1)
  2122. local part = Instance.new("Part",Torso)
  2123. part.Shape = "Ball"
  2124. part.Anchored = true
  2125. part.CanCollide = false
  2126. part.BrickColor = BrickColor.new"Really black"
  2127. part.Material = Enum.Material.SmoothPlastic
  2128. part.Size = Vector3.new(1,1,1)
  2129. part.CFrame = Torso.CFrame
  2130. part.TopSurface,part.BottomSurface = 10,10
  2131. for i = 0,1,.2 do
  2132. part.Size = part.Size+ Vector3.new(10,10,10)
  2133. part.Transparency = i
  2134. wait()
  2135. end
  2136. part:destroy()
  2137. end
  2138.  
  2139.  
  2140. skybox = Instance.new("Part",Character)
  2141. skybox.Size = Vector3.new(0,0,0)
  2142. skybox.Anchored = true
  2143. skybox.CanCollide = true
  2144. skyboxmesh = Instance.new("SpecialMesh",skybox)
  2145. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  2146. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=294394670"
  2147. skyboxmesh.VertexColor = Vector3.new(1,0.5,1)
  2148. skyboxmesh.Scale = Vector3.new(-3000,-3000,-3000)
  2149.  
  2150. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  2151.  
  2152.  
  2153. local base = game.Workspace.Base
  2154. base.BrickColor = BrickColor.new("Really black")
  2155. base.Material = "Granite"
  2156.  
  2157.  
  2158. spawn(function()
  2159. chatfunc("Lets Do This.")
  2160. end)
  2161.  
  2162.  
  2163. for i = 0,3,0.020 do
  2164. game.Lighting.TimeOfDay = 0
  2165. swait()
  2166. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2167. Humanoid.CameraOffset = Vector3.new(0,3,0)
  2168. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,3)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2169. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2)
  2170. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3)
  2171. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2)
  2172. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2173. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2174. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2175. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2176. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2177. end
  2178.  
  2179.  
  2180. for i = 0,3,0.050 do
  2181. swait()
  2182. --so("http://roblox.com/asset/?id=10209640",RightArm,1,3)
  2183. Humanoid.CameraOffset = Vector3.new(0,3,0)
  2184. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,3)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2185. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2186. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3)
  2187. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2)
  2188. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2189. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2190. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2191. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2192. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2)
  2193. end
  2194.  
  2195. Humanoid.WalkSpeed = 50
  2196.  
  2197. end
  2198.  
  2199.  
  2200.  
  2201. function projectile()
  2202.  
  2203.  
  2204. local X = Instance.new("Part",handee)
  2205. local O = Instance.new("ObjectValue",X)
  2206. O.Name = "creator"
  2207. X.Locked = true
  2208. X.Name = "Shell"
  2209. X.Anchored = false
  2210. X.CanCollide = false
  2211. X.Transparency = 0
  2212. X.Reflectance = 0
  2213. X.BottomSurface = 0
  2214. X.TopSurface = 0
  2215. X.Shape = 0
  2216. local V = Instance.new("ObjectValue",X)
  2217. V.Value = char
  2218. V.Name = "creator"
  2219. X.BrickColor = BrickColor.new("Crimson")
  2220. X.Size = Vector3.new(2,2,2)
  2221. X.Material = "Neon"
  2222. local Z = Instance.new("SpecialMesh",X)
  2223. Z.MeshType = "Sphere"
  2224. Z.Scale = Vector3.new(0.5,0.5,1)
  2225. X.CFrame = handee.CFrame*CFrame.new(0,0,0)
  2226. local bv = Instance.new("BodyVelocity",X)
  2227. bv.maxForce = Vector3.new(99999,99999,99999)
  2228. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  2229. bv.velocity = X.CFrame.lookVector*150
  2230.  
  2231. local con5=X.Touched:connect(function(hit) Damagefunc(hit,25,45,math.random(550,550),"Knockdown",RootPart,.2,1) end)
  2232.  
  2233.  
  2234. particleemitter4.Enabled = true
  2235.  
  2236. wait(10)
  2237.  
  2238. particleemitter4.Enabled = false
  2239.  
  2240. X:Destroy()
  2241. con5:disconnect()
  2242. end
  2243.  
  2244.  
  2245.  
  2246. function forcefield()
  2247. Force.Transparency = 0.40
  2248. Forcemesh.Scale = Vector3.new(80,80,80)
  2249. Force.CanCollide = true
  2250. Force.BrickColor = BrickColor.new("White")
  2251.  
  2252. spawn(function()
  2253. chatfunc("FORCEFIELD!")
  2254. end)
  2255.  
  2256.  
  2257. end
  2258.  
  2259. function projectile2()
  2260.  
  2261.  
  2262. local X = Instance.new("Part",handee)
  2263. local O = Instance.new("ObjectValue",X)
  2264. O.Name = "creator"
  2265. X.Locked = true
  2266. X.Name = "Shell"
  2267. X.Anchored = false
  2268. X.CanCollide = false
  2269. X.Transparency = 0
  2270. X.Reflectance = 0
  2271. X.BottomSurface = 0
  2272. X.TopSurface = 0
  2273. X.Shape = 0
  2274. local V = Instance.new("ObjectValue",X)
  2275. V.Value = char
  2276. V.Name = "creator"
  2277. X.BrickColor = BrickColor.new("Toothpaste")
  2278. X.Size = Vector3.new(4,4,4)
  2279. X.Material = "Neon"
  2280. local Z = Instance.new("SpecialMesh",X)
  2281. Z.MeshType = "Sphere"
  2282. Z.Scale = Vector3.new(0.5,0.5,1)
  2283. X.CFrame = handee.CFrame*CFrame.new(0,0,0)
  2284. local bv = Instance.new("BodyVelocity",X)
  2285. bv.maxForce = Vector3.new(99999,99999,99999)
  2286. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  2287. bv.velocity = X.CFrame.lookVector*70
  2288.  
  2289. local con5=X.Touched:connect(function(hit) Damagefunc(hit,140,145,math.random(25,25),"Knockdown",RootPart,.2,1) end)
  2290.  
  2291.  
  2292. particleemitter4.Enabled = true
  2293.  
  2294. wait(10)
  2295.  
  2296. particleemitter4.Enabled = false
  2297.  
  2298. X:Destroy()
  2299. con5:disconnect()
  2300. end
  2301.  
  2302.  
  2303. mouse.Button1Down:connect(function()
  2304. if attack==false then
  2305. if attacktype==1 then
  2306. attack=true
  2307. attacktype=2
  2308. attackone()
  2309. elseif attacktype==2 then
  2310. attack=true
  2311. attacktype=3
  2312. attacktwo()
  2313. elseif attacktype==3 then
  2314. attack=true
  2315. attacktype=4
  2316. attackthree()
  2317. elseif attacktype==4 then
  2318. attack=true
  2319. attacktype=1
  2320. attackfour()
  2321. end
  2322. end
  2323. end)
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329. mouse.KeyDown:connect(function(key)
  2330. if key == 'e' and attack == false then
  2331. so("http://roblox.com/asset/?id=405596045",Character,1,1)
  2332. particleemitter.Enabled = false
  2333. particleemitter2.Enabled = false
  2334. --particleemitter3.Enabled = false
  2335. sou2:Stop()
  2336. sou3:Stop()
  2337. eye1.Transparency = 1
  2338.  
  2339.  
  2340. Character.Humanoid.MaxHealth = 88888
  2341. Character.Humanoid.Health = 88888
  2342.  
  2343.  
  2344. elseif key == 'u' then
  2345. heal()
  2346.  
  2347. elseif key == 'f' and attack == false and particleemitter.Enabled == true then
  2348. projectile()
  2349.  
  2350.  
  2351. elseif key == 'p' and attack == false then
  2352. forcefield()
  2353.  
  2354. elseif key == 'g' and attack == false and particleemitter.Enabled == true then
  2355. projectile2()
  2356.  
  2357. elseif key == 'r' and attack == false then
  2358. Flipattack()
  2359.  
  2360. elseif key == 't' and attack == false then
  2361. Ultracombo()
  2362.  
  2363.  
  2364. elseif key == 'y' and attack == false and particleemitter.Enabled == false then
  2365. attack = true
  2366. Player.Chatted:connect(onChatted)
  2367. Character.Humanoid.WalkSpeed = 0
  2368. text.TextTransparency = 1
  2369. text.TextStrokeTransparency = 1
  2370. spawn(function()
  2371. chatfunc("You've made the worst mistake...")
  2372. wait(2)
  2373. chatfunc("YOU'LL EVER MAKE!")
  2374. end)
  2375.  
  2376.  
  2377.  
  2378. Character.Humanoid.MaxHealth = 999999
  2379. Character.Humanoid.Health = 999999
  2380.  
  2381.  
  2382.  
  2383. Ultimateform()
  2384. wait(4)
  2385. s:Play()
  2386. sou2:Stop()
  2387. sou3:Play()
  2388. spawn(function()
  2389. wait(1)
  2390. chatfunc("Heheh...")
  2391. end)
  2392. Ultimateform2()
  2393.  
  2394. text.TextTransparency = 0
  2395. text.TextStrokeTransparency = 0
  2396.  
  2397.  
  2398. attack = false
  2399. Character.Humanoid.WalkSpeed = 50
  2400.  
  2401. end
  2402. end)
  2403.  
  2404.  
  2405.  
  2406. mouse.KeyDown:connect(function(key)
  2407. if key == 'q' and attack == false then
  2408. aircombo()
  2409. end
  2410. end)
  2411.  
  2412.  
  2413.  
  2414. local string1=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Lime green"),"String1",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size.
  2415. local stringmsh1=mesh("CylinderMesh",string1,"","",vt(0,0,0),vt(0.1,1,0.1))
  2416. local stringwld1=weld(string1,string1,Handle1,euler(0,0,0),cf(0,0,0))
  2417.  
  2418. local string2=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Really red"),"String2",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size.
  2419. local stringmsh2=mesh("CylinderMesh",string2,"","",vt(0,0,0),vt(0.1,1,0.1))
  2420. local stringwld2=weld(string2,string2,Handle2,euler(0,0,0),cf(0,0,0))
  2421.  
  2422. local string3=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Toothpaste"),"String3",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size.
  2423. local stringmsh3=mesh("CylinderMesh",string3,"","",vt(0,0,0),vt(0.1,1,0.1))
  2424. local stringwld3=weld(string3,string3,Handle3,euler(0,0,0),cf(0,0,0))
  2425.  
  2426. local strmdl = "Arrow"
  2427. coroutine.resume(coroutine.create(function()
  2428. repeat
  2429. wait(-10)
  2430.  
  2431. local top = RightArm.CFrame*cf(0,-1,0)
  2432. local bottom = Handle1.CFrame
  2433. local bottom2 = Handle2.CFrame
  2434. local bottom3 = Handle3.CFrame
  2435. local oristrpos
  2436. local oristrpos2
  2437. local oristrpos3
  2438.  
  2439. if strmdl == "Bow" then
  2440. oristrpos = CFrame.new((top.p+bottom.p)/4)
  2441. oristrpos2 = CFrame.new((top.p+bottom.p)/4)
  2442. oristrpos3 = CFrame.new((top.p+bottom.p)/4)
  2443. elseif strmdl == "Arrow" then
  2444. oristrpos = Handle1.CFrame
  2445. oristrpos2 = Handle2.CFrame
  2446. oristrpos3 = Handle3.CFrame
  2447. end
  2448.  
  2449. local mg1 = (top.p - oristrpos.p).magnitude
  2450. local mg2 = (bottom.p - oristrpos.p).magnitude
  2451. string1.Size = Vector3.new(4,mg1,4)--trail sizes. they do cause lag so be careful only edit the 4's
  2452. string1.Anchored=true
  2453. string1.CFrame = CFrame.new((top.p+oristrpos.p)/2,oristrpos.p) * CFrame.Angles(math.rad(90),0,0)
  2454.  
  2455. local mg1B = (top.p - oristrpos2.p).magnitude
  2456. local mg2B = (bottom2.p - oristrpos2.p).magnitude
  2457. string2.Size = Vector3.new(4,mg1B,4)--trail sizes. they do cause lag so be careful only edit the 4's
  2458. string2.Anchored=true
  2459. string2.CFrame = CFrame.new((top.p+oristrpos2.p)/2,oristrpos2.p) * CFrame.Angles(math.rad(90),0,0)
  2460.  
  2461. local mg1C = (top.p - oristrpos3.p).magnitude
  2462. local mg2C = (bottom3.p - oristrpos3.p).magnitude
  2463. string3.Size = Vector3.new(4,mg1C,4)--trail sizes. they do cause lag so be careful only edit the 4's
  2464. string3.Anchored=true
  2465. string3.CFrame = CFrame.new((top.p+oristrpos3.p)/2,oristrpos3.p) * CFrame.Angles(math.rad(90),0,0)
  2466. until false
  2467. end))
  2468.  
  2469.  
  2470. ---------------------------------------
  2471. mouse.KeyDown:connect(function(key)
  2472. if string.byte(key) == 48 then
  2473. Swing = 2
  2474. char.Humanoid.WalkSpeed = 60
  2475. end
  2476. end)
  2477.  
  2478. mouse.KeyUp:connect(function(key)
  2479. if string.byte(key) == 48 then
  2480. Swing = 1
  2481. char.Humanoid.WalkSpeed = 80
  2482.  
  2483. end
  2484. end)
  2485.  
  2486. ---------------------------------------
  2487.  
  2488. function chatfunc(text)
  2489. local chat = coroutine.wrap(function()
  2490. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  2491. Character:FindFirstChild("TalkingBillBoard"):destroy()
  2492. end
  2493. local naeeym2 = Instance.new("BillboardGui",Character)
  2494. naeeym2.Size = UDim2.new(0,100,0,40)
  2495. naeeym2.StudsOffset = Vector3.new(0,3,0)
  2496. naeeym2.Adornee = Character.Head
  2497. naeeym2.Name = "TalkingBillBoard"
  2498. local tecks2 = Instance.new("TextLabel",naeeym2)
  2499. tecks2.BackgroundTransparency = 1
  2500. tecks2.BorderSizePixel = 0
  2501. tecks2.Text = ""
  2502. tecks2.Font = "Bodoni"
  2503. tecks2.TextSize = 45
  2504. tecks2.TextStrokeTransparency = 0
  2505. tecks2.TextColor3 = Color3.new(0,0,0)
  2506. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  2507. tecks2.Size = UDim2.new(1,0,0.5,0)
  2508. local tecks3 = Instance.new("TextLabel",naeeym2)
  2509. tecks3.BackgroundTransparency = 1
  2510. tecks3.BorderSizePixel = 0
  2511. tecks3.Text = ""
  2512. tecks3.Font = "Bodoni"
  2513. tecks3.TextSize = 45
  2514. tecks3.TextStrokeTransparency = 0
  2515. tecks3.TextColor3 = Color3.new(255,255,255)
  2516. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  2517. tecks3.Size = UDim2.new(1,0,0.5,0)
  2518. for i = 1,string.len(text),1 do
  2519. tecks2.Text = string.sub(text,1,i)
  2520. tecks3.Text = string.sub(text,1,i)
  2521. wait(0.01)
  2522. end
  2523. wait(2)
  2524. for i = 1, 70 do
  2525. wait(0.0000000000000000000001)
  2526. tecks2.Rotation = tecks2.Rotation - 0
  2527. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.09
  2528. tecks2.TextTransparency = tecks2.TextTransparency + .09
  2529. tecks3.Rotation = tecks2.Rotation + 0
  2530. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.08
  2531. tecks3.TextTransparency = tecks2.TextTransparency + .08
  2532. end
  2533. naeeym2:Destroy()
  2534. end)
  2535. chat()
  2536. end
  2537. --end
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546. -------------------------------
  2547.  
  2548.  
  2549. ---------------------------------------
  2550.  
  2551. char.Humanoid.JumpPower = 90
  2552.  
  2553.  
  2554.  
  2555. local sine = 0
  2556. local change = 1
  2557. local val = 0
  2558. while true do
  2559. swait()
  2560. sine = sine + change
  2561. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2562. local velderp=RootPart.Velocity.y
  2563. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2564. if equipped==true or equipped==false then
  2565. if attack==false then
  2566. idle=idle+1
  2567. else
  2568. idle=0
  2569. end
  2570. if idle>=500 then
  2571. if attack==false then
  2572. --Sheath()
  2573. end
  2574. end
  2575.  
  2576. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2577. Anim="Jump"
  2578. if attack==false then
  2579. change = 2
  2580. Humanoid.CameraOffset = Vector3.new(0,0,0)
  2581. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0 + 360 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.3)
  2582. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2583. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
  2584. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
  2585. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
  2586. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3)
  2587. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2588. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2589. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2590. end
  2591. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2592. Anim="Fall"
  2593. change = 1
  2594. if attack==false then
  2595. Humanoid.CameraOffset = Vector3.new(0,0,0)
  2596. RH.C0=clerp(RH.C0,cf(1,0.20,-0.25)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2597. LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2598. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2599. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  2600. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3)
  2601. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3)
  2602. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2603. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2604. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2605. end
  2606. elseif torvel<1 and hitfloor~=nil then
  2607. Anim="Idle"
  2608. if attack==false and particleemitter.Enabled==false then
  2609. Humanoid.CameraOffset = Vector3.new(0,0,0)
  2610. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math .rad(50)),.2)
  2611. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50* math.cos (sine / 64))),.2)
  2612. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2)
  2613. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(10 + 10 *math.cos (sine / 64)), math.rad(-10 + 10 *math.cos (sine / 30))),.2)
  2614. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2)
  2615. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2616. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2617. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2618. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2619. else
  2620. if attack==false and particleemitter.Enabled==true then
  2621. Humanoid.CameraOffset = Vector3.new(0,2.50 + 0.50 * math.cos (sine/30),0)
  2622. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2.50 + 0.50 * math.cos (sine/30))* angles(math.rad(10.40 + 4 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.2)
  2623. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10 + 5 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.2)
  2624. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(60), math.rad(0), math.rad(-50)),.2)
  2625. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2)
  2626. RH.C0=clerp(RH.C0,cf(1,-1-0.3*math.cos(sine/20),-0.3)*angles(math.rad(-40 + 7.18 *math.cos(sine/30)),math.rad(70 + 6.18 *math.cos(sine/30)),math.rad(0 + 13.18 *math.cos(sine/30))),.2)
  2627. LH.C0=clerp(LH.C0,cf(-1,-1-0.2*math.cos(sine/15),-0.5)*angles(math.rad(-20 + 12.18 *math.cos(sine/15)),math.rad(-90 + 5.18 *math.cos(sine/15)),math.rad(0 + 14.18 *math.cos(sine/15))),.2)
  2628. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2629. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2630. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2631. end
  2632. end
  2633. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2634. Anim="Walk"
  2635. if attack==false and particleemitter.Enabled==false then
  2636. Humanoid.CameraOffset = Vector3.new(0,0,0)
  2637. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(50)),.2)
  2638. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(2),math.rad(-50)),.2)
  2639. RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2)
  2640. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2)
  2641. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(-50 - 50 *math.cos (sine / -10))),.2)
  2642. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(50 - 50*math.cos (sine / 10))),.2)
  2643. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2644. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2645. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2646. else
  2647. if attack==false and particleemitter.Enabled==true then
  2648. Humanoid.CameraOffset = Vector3.new(0,1 + 0.50 *math.cos (sine/35),0)
  2649. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1.2+.5*math.cos(sine/35))* angles(math.rad(30),math.rad(0),math.rad(0)),.2)
  2650. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10-5*math.cos(sine/35)),math.rad(0),math.rad(0)),.2)
  2651. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(50)),.2)
  2652. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30),math.rad(0),math.rad(-50)),.2)
  2653. RH.C0=clerp(RH.C0,cf(1,-0.75,-0.5)*angles(math.rad(-35),math.rad(90),math.rad(0)),.2)
  2654. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2655. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2656. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2657. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2658. end
  2659. end
  2660. elseif torvel>=22 and hitfloor~=nil then
  2661. Anim="Run"
  2662. if attack==false and particleemitter.Enabled==true then
  2663. Humanoid.CameraOffset = Vector3.new(0,2 + 1 * math.cos(sine/30),0)
  2664. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2 + 1 *math.cos(sine / 30))* angles(math.rad(85),math.rad(0),math.rad(0)),.2)
  2665. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-65),math.rad(0),math.rad(0)),.2)
  2666. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3)
  2667. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3)
  2668. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2)
  2669. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2)
  2670. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2671. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2672. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2673. else
  2674. if attack==false and particleemitter.Enabled==false then
  2675. Humanoid.CameraOffset = Vector3.new(0,0,0)
  2676. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0+10*math.cos(sine/5))),.2)
  2677. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-12),math.rad(0),math.rad(0)),.2)
  2678. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(35+90*math.cos(sine/5)),math.rad(0),math.rad(0)),.2)
  2679. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(35-90*math.cos(sine/5)),math.rad(0),math.rad(0)),.2)
  2680. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(35),math.rad(90),math.rad(-40 - 70 *math.cos (sine / -5))),.2)
  2681. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(35),math.rad(-90),math.rad(40 - 70 *math.cos (sine / 5))),.2)
  2682. Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2683. Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2684. Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  2685. end
  2686. end
  2687. end
  2688. end
  2689. if #Effects>0 then
  2690. --table.insert(Effects,{prt,"Block1",delay})
  2691. for e=1,#Effects do
  2692. if Effects[e]~=nil then
  2693. --for j=1,#Effects[e] do
  2694. local Thing=Effects[e]
  2695. if Thing~=nil then
  2696. local Part=Thing[1]
  2697. local Mode=Thing[2]
  2698. local Delay=Thing[3]
  2699. local IncX=Thing[4]
  2700. local IncY=Thing[5]
  2701. local IncZ=Thing[6]
  2702. if Thing[1].Transparency<=1 then
  2703. if Thing[2]=="Block1" then
  2704. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2705. Mesh=Thing[1].Mesh
  2706. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2707. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2708. elseif Thing[2]=="Cylinder" then
  2709. Mesh=Thing[1].Mesh
  2710. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2711. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2712. elseif Thing[2]=="Blood" then
  2713. Mesh=Thing[7]
  2714. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  2715. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2716. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2717. elseif Thing[2]=="Elec" then
  2718. Mesh=Thing[1].Mesh
  2719. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  2720. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2721. elseif Thing[2]=="Disappear" then
  2722. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2723. end
  2724. else
  2725. Part.Parent=nil
  2726. table.remove(Effects,e)
  2727. end
  2728. end
  2729. end
  2730. --end
  2731. end
  2732. end
  2733. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement