Advertisement
masterofdesires1

Untitled

Jul 6th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.34 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| CREATED BY SHACKLUSTER
  3. --\\====================================================//--
  4.  
  5. warn'Made by SHACKLUSTER edit by youssefaxo / |DO NOT REMOVE CREDITS OR ELSE|'
  6.  
  7. wait(0.2)
  8.  
  9. Player=game:GetService("Players").LocalPlayer
  10. Character=Player.Character
  11. PlayerGui=Player.PlayerGui
  12. Backpack=Player.Backpack
  13. Torso=Character.Torso
  14. Head=Character.Head
  15. Humanoid=Character.Humanoid
  16. m=Instance.new('Model',Character)
  17. LeftArm=Character["Left Arm"]
  18. LeftLeg=Character["Left Leg"]
  19. RightArm=Character["Right Arm"]
  20. RightLeg=Character["Right Leg"]
  21. LS=Torso["Left Shoulder"]
  22. LH=Torso["Left Hip"]
  23. RS=Torso["Right Shoulder"]
  24. RH=Torso["Right Hip"]
  25. Face = Head.face
  26. Neck=Torso.Neck
  27. it=Instance.new
  28. attacktype=1
  29. vt=Vector3.new
  30. cf=CFrame.new
  31. euler=CFrame.fromEulerAnglesXYZ
  32. angles=CFrame.Angles
  33. cloaked=false
  34. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  35. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  36. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  37. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  38. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  39. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  40. RootPart=Character.HumanoidRootPart
  41. RootJoint=RootPart.RootJoint
  42. RootCF=euler(-1.57,0,3.14)
  43. attack = false
  44. attackdebounce = false
  45. deb=false
  46. equipped=true
  47. hand=false
  48. MMouse=nil
  49. combo=0
  50. mana=0
  51. trispeed=.2
  52. attackmode='none'
  53. local idle=0
  54. local Anim="Idle"
  55. local Effects={}
  56. local gun=false
  57. local shoot=false
  58. player=nil
  59. mana=0
  60. for i,v in ipairs(Character:children'') do
  61. if v:IsA("Hat") then
  62. v:Remove()
  63. end
  64. if v.ClassName == 'Hat' then
  65. v:Remove()
  66. end
  67. if v.ClassName == 'Accessory' then
  68. v:Remove()
  69. end
  70. if v:IsA'Accessory' then
  71. v:Remove()
  72. end
  73. end
  74. --NFSBOYLOL EDIT
  75. Player.CanLoadCharacterAppearance = true
  76. Character.Humanoid.MaxHealth = math.huge
  77. Character.Humanoid.JumpPower = 100
  78. Character.Humanoid.WalkSpeed = (60)
  79.  
  80. Character.Shirt:Destroy()
  81. Character.Pants:Destroy()
  82. --FUNCTIONS AND HUMANOID STATS
  83.  
  84. Character.Humanoid.NameDisplayDistance = 0
  85. Character.Humanoid.HealthDisplayDistance = 0
  86. Character.Head.face.Texture = "http://www.roblox.com/asset/?id=621951728"
  87. Character.Head.Material = "SmoothPlastic"
  88.  
  89. shirt = Instance.new("Shirt", Character)
  90. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=337059031"
  91.  
  92. pants = Instance.new("Pants", Character)
  93. pants.PantsTemplate = "http://www.roblox.com/asset/?id=337059100"
  94. --SHIRT AND PANTS
  95. -------------------------------------------------
  96. Player = game:GetService("Players").LocalPlayer
  97. PlayerGui = Player.PlayerGui
  98. Cam = workspace.CurrentCamera
  99. Backpack = Player.Backpack
  100. Character = Player.Character
  101. Humanoid = Character.Humanoid
  102. Mouse = Player:GetMouse()
  103. RootPart = Character["HumanoidRootPart"]
  104. Torso = Character["Torso"]
  105. Head = Character["Head"]
  106. RightArm = Character["Right Arm"]
  107. LeftArm = Character["Left Arm"]
  108. RightLeg = Character["Right Leg"]
  109. LeftLeg = Character["Left Leg"]
  110. RootJoint = RootPart["RootJoint"]
  111. Neck = Torso["Neck"]
  112. RightShoulder = Torso["Right Shoulder"]
  113. LeftShoulder = Torso["Left Shoulder"]
  114. RightHip = Torso["Right Hip"]
  115. LeftHip = Torso["Left Hip"]
  116. local sick = Instance.new("Sound",LeftArm)
  117. sick.SoundId = "rbxassetid://1260413209"
  118. sick.Looped = true
  119. sick.Pitch = 1
  120. sick.Volume = 100
  121. sick:Play()
  122. local DRONES = {}
  123. local COLOR = nil
  124.  
  125. IT = Instance.new
  126. CF = CFrame.new
  127. VT = Vector3.new
  128. RAD = math.rad
  129. C3 = Color3.new
  130. UD2 = UDim2.new
  131. BRICKC = BrickColor.new
  132. ANGLES = CFrame.Angles
  133. EULER = CFrame.fromEulerAnglesXYZ
  134. COS = math.cos
  135. ACOS = math.acos
  136. SIN = math.sin
  137. ASIN = math.asin
  138. ABS = math.abs
  139. MRANDOM = math.random
  140. FLOOR = math.floor
  141.  
  142. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  143. local NEWMESH = IT(MESH)
  144. if MESH == "SpecialMesh" then
  145. NEWMESH.MeshType = MESHTYPE
  146. if MESHID ~= "nil" and MESHID ~= "" then
  147. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  148. end
  149. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  150. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  151. end
  152. end
  153. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  154. NEWMESH.Scale = SCALE
  155. NEWMESH.Parent = PARENT
  156. return NEWMESH
  157. end
  158.  
  159. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  160. local NEWPART = IT("Part")
  161. NEWPART.formFactor = FORMFACTOR
  162. NEWPART.Reflectance = REFLECTANCE
  163. NEWPART.Transparency = TRANSPARENCY
  164. NEWPART.CanCollide = false
  165. NEWPART.Locked = true
  166. NEWPART.Anchored = true
  167. if ANCHOR == false then
  168. NEWPART.Anchored = false
  169. end
  170. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  171. NEWPART.Name = NAME
  172. NEWPART.Size = SIZE
  173. NEWPART.Position = Torso.Position
  174. NEWPART.Material = MATERIAL
  175. NEWPART:BreakJoints()
  176. NEWPART.Parent = PARENT
  177. return NEWPART
  178. end
  179.  
  180. --//=================================\\
  181. --|| CUSTOMIZATION
  182. --\\=================================//
  183.  
  184. Player_Size = 1 --Size of the player.
  185. Animation_Speed = 3
  186. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  187.  
  188. local Speed = 16
  189. local Effects2 = {}
  190.  
  191. --//=================================\\
  192. --|| END OF CUSTOMIZATION
  193. --\\=================================//
  194.  
  195. local function weldBetween(a, b)
  196. local weldd = Instance.new("ManualWeld")
  197. weldd.Part0 = a
  198. weldd.Part1 = b
  199. weldd.C0 = CFrame.new()
  200. weldd.C1 = b.CFrame:inverse() * a.CFrame
  201. weldd.Parent = a
  202. return weldd
  203. end
  204.  
  205. --//=================================\\
  206. --|| USEFUL VALUES
  207. --\\=================================//
  208.  
  209. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  210. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  211. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  212. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  213. local CHANGEDEFENSE = 0
  214. local CHANGEDAMAGE = 0
  215. local CHANGEMOVEMENT = 0
  216. local ANIM = "Idle"
  217. local ATTACK = false
  218. local EQUIPPED = false
  219. local HOLD = false
  220. local COMBO = 1
  221. local Rooted = false
  222. local SINE = 0
  223. local KEYHOLD = false
  224. local CHANGE = 2 / Animation_Speed
  225. local WALKINGANIM = false
  226. local WALK = 0
  227. local VALUE1 = false
  228. local VALUE2 = nil
  229. local ROBLOXIDLEANIMATION = IT("Animation")
  230. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  231. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  232. --ROBLOXIDLEANIMATION.Parent = Humanoid
  233. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  234. WEAPONGUI.Name = "Weapon GUI"
  235. local Weapon = IT("Model")
  236. Weapon.Name = "Adds"
  237. local Effects = IT("Folder", Weapon)
  238. Effects.Name = "Effects"
  239. local ANIMATOR = Humanoid.Animator
  240. local ANIMATE = Character.Animate
  241. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  242. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  243. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  244. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  245. local UNANCHOR = true
  246.  
  247. local SKILLTEXTCOLOR = C3(0,0,0)
  248.  
  249. --//=================================\\
  250. --\\=================================//
  251.  
  252.  
  253. --//=================================\\
  254. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  255. --\\=================================//
  256.  
  257. ArtificialHB = Instance.new("BindableEvent", script)
  258. ArtificialHB.Name = "ArtificialHB"
  259.  
  260. script:WaitForChild("ArtificialHB")
  261.  
  262. frame = Frame_Speed
  263. tf = 0
  264. allowframeloss = false
  265. tossremainder = false
  266. lastframe = tick()
  267. script.ArtificialHB:Fire()
  268.  
  269. game:GetService("RunService").Heartbeat:connect(function(s, p)
  270. tf = tf + s
  271. if tf >= frame then
  272. if allowframeloss then
  273. script.ArtificialHB:Fire()
  274. lastframe = tick()
  275. else
  276. for i = 1, math.floor(tf / frame) do
  277. script.ArtificialHB:Fire()
  278. end
  279. lastframe = tick()
  280. end
  281. if tossremainder then
  282. tf = 0
  283. else
  284. tf = tf - frame * math.floor(tf / frame)
  285. end
  286. end
  287. end)
  288.  
  289. --//=================================\\
  290. --\\=================================//
  291.  
  292.  
  293.  
  294.  
  295.  
  296. --//=================================\\
  297. --|| SOME FUNCTIONS
  298. --\\=================================//
  299.  
  300. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  301. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  302. end
  303.  
  304. function PositiveAngle(NUMBER)
  305. if NUMBER >= 0 then
  306. NUMBER = 0
  307. end
  308. return NUMBER
  309. end
  310.  
  311. function NegativeAngle(NUMBER)
  312. if NUMBER <= 0 then
  313. NUMBER = 0
  314. end
  315. return NUMBER
  316. end
  317.  
  318. function Swait(NUMBER)
  319. if NUMBER == 0 or NUMBER == nil then
  320. ArtificialHB.Event:wait()
  321. else
  322. for i = 1, NUMBER do
  323. ArtificialHB.Event:wait()
  324. end
  325. end
  326. end
  327.  
  328. function QuaternionFromCFrame(cf)
  329. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  330. local trace = m00 + m11 + m22
  331. if trace > 0 then
  332. local s = math.sqrt(1 + trace)
  333. local recip = 0.5 / s
  334. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  335. else
  336. local i = 0
  337. if m11 > m00 then
  338. i = 1
  339. end
  340. if m22 > (i == 0 and m00 or m11) then
  341. i = 2
  342. end
  343. if i == 0 then
  344. local s = math.sqrt(m00 - m11 - m22 + 1)
  345. local recip = 0.5 / s
  346. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  347. elseif i == 1 then
  348. local s = math.sqrt(m11 - m22 - m00 + 1)
  349. local recip = 0.5 / s
  350. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  351. elseif i == 2 then
  352. local s = math.sqrt(m22 - m00 - m11 + 1)
  353. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  354. end
  355. end
  356. end
  357.  
  358. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  359. local xs, ys, zs = x + x, y + y, z + z
  360. local wx, wy, wz = w * xs, w * ys, w * zs
  361. local xx = x * xs
  362. local xy = x * ys
  363. local xz = x * zs
  364. local yy = y * ys
  365. local yz = y * zs
  366. local zz = z * zs
  367. 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))
  368. end
  369.  
  370. function QuaternionSlerp(a, b, t)
  371. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  372. local startInterp, finishInterp;
  373. if cosTheta >= 0.0001 then
  374. if (1 - cosTheta) > 0.0001 then
  375. local theta = ACOS(cosTheta)
  376. local invSinTheta = 1 / SIN(theta)
  377. startInterp = SIN((1 - t) * theta) * invSinTheta
  378. finishInterp = SIN(t * theta) * invSinTheta
  379. else
  380. startInterp = 1 - t
  381. finishInterp = t
  382. end
  383. else
  384. if (1 + cosTheta) > 0.0001 then
  385. local theta = ACOS(-cosTheta)
  386. local invSinTheta = 1 / SIN(theta)
  387. startInterp = SIN((t - 1) * theta) * invSinTheta
  388. finishInterp = SIN(t * theta) * invSinTheta
  389. else
  390. startInterp = t - 1
  391. finishInterp = t
  392. end
  393. end
  394. 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
  395. end
  396.  
  397. function Clerp(a, b, t)
  398. local qa = {QuaternionFromCFrame(a)}
  399. local qb = {QuaternionFromCFrame(b)}
  400. local ax, ay, az = a.x, a.y, a.z
  401. local bx, by, bz = b.x, b.y, b.z
  402. local _t = 1 - t
  403. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  404. end
  405.  
  406. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  407. local frame = IT("Frame")
  408. frame.BackgroundTransparency = TRANSPARENCY
  409. frame.BorderSizePixel = BORDERSIZEPIXEL
  410. frame.Position = POSITION
  411. frame.Size = SIZE
  412. frame.BackgroundColor3 = COLOR
  413. frame.BorderColor3 = BORDERCOLOR
  414. frame.Name = NAME
  415. frame.Parent = PARENT
  416. return frame
  417. end
  418.  
  419. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  420. local label = IT("TextLabel")
  421. label.BackgroundTransparency = 1
  422. label.Size = UD2(1, 0, 1, 0)
  423. label.Position = UD2(0, 0, 0, 0)
  424. label.TextColor3 = TEXTCOLOR
  425. label.TextStrokeTransparency = STROKETRANSPARENCY
  426. label.TextTransparency = TRANSPARENCY
  427. label.FontSize = TEXTFONTSIZE
  428. label.Font = TEXTFONT
  429. label.BorderSizePixel = BORDERSIZEPIXEL
  430. label.TextScaled = false
  431. label.Text = TEXT
  432. label.Name = NAME
  433. label.Parent = PARENT
  434. return label
  435. end
  436.  
  437. function NoOutlines(PART)
  438. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  439. end
  440.  
  441.  
  442. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  443. local NEWWELD = IT(TYPE)
  444. NEWWELD.Part0 = PART0
  445. NEWWELD.Part1 = PART1
  446. NEWWELD.C0 = C0
  447. NEWWELD.C1 = C1
  448. NEWWELD.Parent = PARENT
  449. return NEWWELD
  450. end
  451.  
  452. function CreateSound(ID, PARENT, VOLUME, PITCH)
  453. local NEWSOUND = nil
  454. coroutine.resume(coroutine.create(function()
  455. NEWSOUND = IT("Sound", PARENT)
  456. NEWSOUND.Volume = VOLUME
  457. NEWSOUND.Pitch = PITCH
  458. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  459. Swait()
  460. NEWSOUND:play()
  461. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  462. end))
  463. return NEWSOUND
  464. end
  465.  
  466. function CFrameFromTopBack(at, top, back)
  467. local right = top:Cross(back)
  468. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  469. end
  470.  
  471. function CreateWave(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  472. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  473. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  474. wave.CFrame = CFRAME
  475. coroutine.resume(coroutine.create(function(PART)
  476. for i = 1, WAIT do
  477. Swait()
  478. mesh.Scale = mesh.Scale + GROW
  479. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  480. if DOESROT == true then
  481. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  482. end
  483. wave.Transparency = wave.Transparency + (0.5/WAIT)
  484. if wave.Transparency > 0.99 then
  485. wave:remove()
  486. end
  487. end
  488. end))
  489. end
  490.  
  491. function CreateRing(SIZE,DOESROT,ROT,WAIT,CFRAME,COLOR,GROW)
  492. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  493. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "559831844", "", SIZE, VT(0,0,0))
  494. wave.CFrame = CFRAME
  495. coroutine.resume(coroutine.create(function(PART)
  496. for i = 1, WAIT do
  497. Swait()
  498. mesh.Scale = mesh.Scale + GROW
  499. if DOESROT == true then
  500. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  501. end
  502. wave.Transparency = wave.Transparency + (0.5/WAIT)
  503. if wave.Transparency > 0.99 then
  504. wave:remove()
  505. end
  506. end
  507. end))
  508. end
  509.  
  510. function MagicSphere(SIZE,WAIT,CFRAME,COLOR,GROW)
  511. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  512. local mesh = CreateMesh("SpecialMesh", wave, "Sphere", "", "", SIZE, VT(0,0,0))
  513. wave.CFrame = CFRAME
  514. coroutine.resume(coroutine.create(function(PART)
  515. for i = 1, WAIT do
  516. Swait()
  517. mesh.Scale = mesh.Scale + GROW
  518. wave.Transparency = wave.Transparency + (1/WAIT)
  519. if wave.Transparency > 0.99 then
  520. wave:remove()
  521. end
  522. end
  523. end))
  524. end
  525.  
  526. function Slice(KIND,SIZE,WAIT,CFRAME,COLOR,GROW)
  527. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  528. local mesh = nil
  529. if KIND == "Base" then
  530. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "448386996", "", VT(0,SIZE/10,SIZE/10), VT(0,0,0))
  531. elseif KIND == "Thin" then
  532. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "662586858", "", VT(SIZE/10,0,SIZE/10), VT(0,0,0))
  533. elseif KIND == "Round" then
  534. mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "662585058", "", VT(SIZE/10,0,SIZE/10), VT(0,0,0))
  535. end
  536. wave.CFrame = CFRAME
  537. coroutine.resume(coroutine.create(function(PART)
  538. for i = 1, WAIT do
  539. Swait()
  540. mesh.Scale = mesh.Scale + GROW/10
  541. wave.Transparency = wave.Transparency + (0.5/WAIT)
  542. if wave.Transparency > 0.99 then
  543. wave:remove()
  544. end
  545. end
  546. end))
  547. end
  548.  
  549. function MakeForm(PART,TYPE)
  550. local MSH = nil
  551. if TYPE == "Cyl" then
  552. MSH = IT("CylinderMesh",PART)
  553. elseif TYPE == "Ball" then
  554. MSH = IT("SpecialMesh",PART)
  555. MSH.MeshType = "Sphere"
  556. elseif TYPE == "Wedge" then
  557. MSH = IT("SpecialMesh",PART)
  558. MSH.MeshType = "Wedge"
  559. end
  560. return MSH
  561. end
  562.  
  563. function CheckTableForString(Table, String)
  564. for i, v in pairs(Table) do
  565. if string.find(string.lower(String), string.lower(v)) then
  566. return true
  567. end
  568. end
  569. return false
  570. end
  571.  
  572. function CheckIntangible(Hit)
  573. local ProjectileNames = {"Water", "Arrow", "Projectile", "Effect", "Rail", "Lightning", "Bullet"}
  574. if Hit and Hit.Parent then
  575. if ((not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid")) then
  576. return true
  577. end
  578. end
  579. return false
  580. end
  581.  
  582. Debris = game:GetService("Debris")
  583.  
  584. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  585. local Direction = CFrame.new(StartPos, Vec).lookVector
  586. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  587. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  588. if RayHit and CheckIntangible(RayHit) then
  589. if DelayIfHit then
  590. wait()
  591. end
  592. RayHit, RayPos, RayNormal = CastZapRay((RayPos + (Vec * 0.01)), Vec, (Length - ((StartPos - RayPos).magnitude)), Ignore, DelayIfHit)
  593. end
  594. return RayHit, RayPos, RayNormal
  595. end
  596.  
  597. function turnto(position)
  598. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  599. end
  600.  
  601. --//=================================\\
  602. --|| WEAPON AND ARMOR CREATION
  603. --\\=================================//
  604.  
  605. Player=game:GetService('Players').LocalPlayer
  606. Character=Player.Character
  607. Mouse=Player:GetMouse()
  608. m=Instance.new('Model',Character)
  609.  
  610. local function weldBetween(a, b)
  611. local weldd = Instance.new("ManualWeld")
  612. weldd.Part0 = a
  613. weldd.Part1 = b
  614. weldd.C0 = CFrame.new()
  615. weldd.C1 = b.CFrame:inverse() * a.CFrame
  616. weldd.Parent = a
  617. return weldd
  618. end
  619.  
  620. it=Instance.new
  621.  
  622. function nooutline(part)
  623. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  624. end
  625.  
  626. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  627. local fp=it("Part")
  628. fp.formFactor=formfactor
  629. fp.Parent=parent
  630. fp.Reflectance=reflectance
  631. fp.Transparency=transparency
  632. fp.CanCollide=false
  633. fp.Locked=true
  634. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  635. fp.Name=name
  636. fp.Size=size
  637. fp.Position=Character.Torso.Position
  638. nooutline(fp)
  639. fp.Material=material
  640. fp:BreakJoints()
  641. return fp
  642. end
  643.  
  644. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  645. local mesh=it(Mesh)
  646. mesh.Parent=part
  647. if Mesh=="SpecialMesh" then
  648. mesh.MeshType=meshtype
  649. mesh.MeshId=meshid
  650. end
  651. mesh.Offset=offset
  652. mesh.Scale=scale
  653. return mesh
  654. end
  655.  
  656. function weld(parent,part0,part1,c0,c1)
  657. local weld=it("Weld")
  658. weld.Parent=parent
  659. weld.Part0=part0
  660. weld.Part1=part1
  661. weld.C0=c0
  662. weld.C1=c1
  663. return weld
  664. end
  665.  
  666. --//-[]-|Left Arm|-[]-\\--
  667. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(1, 2, 1))
  668. Handleweld=weld(m,Character["Left Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000463485718, -0.000136852264, -9.25064087e-05, 1.00000036, -1.4027446e-05, -1.80009811e-05, 1.39730673e-05, 0.99999994, 3.09950956e-05, 1.80007191e-05, -3.09953975e-05, 1.00000036))
  669. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  670. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.387649536, 0.49298954, -0.00314044952, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  671. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.129999995, 0.200000003))
  672. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  673. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37758255, 0.502982616, -0.00343990326, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  674. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.150000006, 0.129999995))
  675. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  676. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.371042252, 0.947021008, -0.00021648407, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  677. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.0700000003, 0.600000024))
  678. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  679. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202226639, 0.707361698, -9.3460083e-05, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  680. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.300000012, 1.00999999))
  681. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  682. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.152757645, 0.62676239, -0.000275611877, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  683. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.100000001, 1.00999999))
  684. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  685. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00222587585, -0.487058163, -0.000231742859, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  686. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  687. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  688. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0117969513, -0.267154694, 0.300722122, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  689. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.25, 0.5))
  690. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  691. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00131034851, -0.363015652, 7.62939453e-06, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  692. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.649999976, 1.00999999))
  693. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  694. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00189971924, -0.477137566, 0.240345955, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  695. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  696. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  697. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0015296936, -0.257140636, 0.240355492, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  698. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  699. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  700. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00169944763, -0.0270428658, -0.000123023987, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  701. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  702. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  703. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0020236969, -0.367231846, 0.240351677, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  704. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  705. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  706. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00143814087, -0.0370283127, 0.240298271, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  707. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  708. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  709. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0020160675, -0.267046452, -0.000241279602, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  710. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  711. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  712. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00210762024, -0.257040977, -0.160274506, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  713. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.319999993, 0.699999988))
  714. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  715. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000751495361, 0.228212357, -0.000375747681, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  716. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.109999999, 1.02999997))
  717. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  718. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0117778778, -0.267114639, 0.360717773, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  719. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.200000003, 0.400000006))
  720. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  721. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00149726868, -0.147134781, 0.240416527, -1.00000083, 5.49307515e-08, -1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, 9.99832992e-07, 3.34305916e-11, -1.00000083))
  722. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  723. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 1.34000063, 1))
  724. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000778198242, 0.488382816, -0.00032043457, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  725. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.100000001, 1.03499997))
  726. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  727. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.470516205, -0.273004532, -0.145263672, 0.963837206, -2.95193786e-07, 0.266495228, 1.76033609e-07, 0.99999994, 6.29320738e-08, -0.266495198, 1.60887339e-08, 0.963837147))
  728. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  729. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.470827103, -0.490011215, -0.145282745, 0.963837206, -2.95193786e-07, 0.266495228, 1.76033609e-07, 0.99999994, 6.29320738e-08, -0.266495198, 1.60887339e-08, 0.963837147))
  730. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.470241547, -0.0330028534, -0.145324707, 0.963837206, -2.95193786e-07, 0.266495228, 1.76033609e-07, 0.99999994, 6.29320738e-08, -0.266495198, 1.60887339e-08, 0.963837147))
  732. --//-[]-|Right Arm|-[]-\\--
  733.  
  734. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(1, 2, 1))
  735. Handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.53131104e-05, -8.77380371e-05, -9.82284546e-05, 1.00000036, -1.4027446e-05, -1.80009811e-05, 1.39730673e-05, 0.99999994, 3.09950956e-05, 1.80007191e-05, -3.09953975e-05, 1.00000036))
  736. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370101929, 0.947030067, -0.00289821625, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  738. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.0700000003, 0.600000024))
  739. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.390174866, 0.493021488, -0.0026922226, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  741. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.129999995, 0.200000003))
  742. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.380224228, 0.502994061, -0.00287914276, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  744. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.150000006, 0.129999995))
  745. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.153432846, 0.626749039, -0.00269508362, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  747. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.100000001, 1.00999999))
  748. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.201337814, 0.707355499, -0.00263595581, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  750. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.300000012, 1.00999999))
  751. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.6239624e-05, -0.267016411, -0.00212955475, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  753. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  754. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 1.34000063, 1))
  755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000127792358, 0.488415718, -0.00269985199, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  756. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.100000001, 1.03499997))
  757. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000461578369, -0.487045288, -0.00224304199, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  759. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  760. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000122070313, -0.0270242691, -0.00250148773, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  762. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0299999993, 1.02999997))
  763. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.38690186e-05, -0.147117138, 0.242671013, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  765. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  766. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 1.34000063, 1))
  767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000490188599, -0.363018036, -0.002368927, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  768. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.649999976, 1.00999999))
  769. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00025177002, -0.257054329, -0.162223816, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  771. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.319999993, 0.699999988))
  772. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71661377e-05, -0.0370292664, 0.24285984, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  774. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  775. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000225067139, -0.257129192, 0.242365837, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  777. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  778. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00972938538, -0.267118454, 0.362538338, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  780. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.200000003, 0.400000006))
  781. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000413894653, -0.367231369, 0.242665291, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  783. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  784. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00961685181, -0.267115593, 0.302357674, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  786. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.25, 0.5))
  787. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-05, 0.228210926, -0.00256824493, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  789. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.109999999, 1.02999997))
  790. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000534057617, -0.477139473, 0.242600441, -1.00000083, 5.49307515e-08, -1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, -1.74622983e-10, 3.40203421e-11, -1.00000083))
  792. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.0500000007, 0.600000024))
  793. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.467504501, -0.490007877, -0.146935463, 0.963837147, 5.18721208e-06, -0.266495377, -6.35792003e-06, 0.999999881, -3.12344673e-06, 0.266495347, 4.67226255e-06, 0.963837147))
  795. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  796. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468101501, -0.032971859, -0.147176743, 0.963837147, 5.18721208e-06, -0.266495377, -6.35792003e-06, 0.999999881, -3.12344673e-06, 0.266495347, 4.67226255e-06, 0.963837147))
  797. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0500000007, 0.0799999684, 0.100000001))
  798. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.467725754, -0.273012638, -0.147255898, 0.963837147, 5.18721208e-06, -0.266495377, -6.35792003e-06, 0.999999881, -3.12344673e-06, 0.266495347, 4.67226255e-06, 0.963837147))
  799. --//-[]-|Left Leg|-[]-\\--
  800.  
  801. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(1, 2, 1))
  802. Handleweld=weld(m,Character["Left Leg"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000169754028, -3.79085541e-05, 0.000331878662, 1.00000036, -1.4027446e-05, -1.80009811e-05, 1.39730673e-05, 0.99999994, 3.09950956e-05, 1.80007191e-05, -3.09953975e-05, 1.00000036))
  803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.818192422, 1.94320714, 0.20454812))
  804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0279159546, -0.0779976845, 0.420761108, 0.996209264, -0.0869991034, 6.49522699e-05, 0.0869990736, 0.99620831, 5.32083868e-06, -6.51685696e-05, 3.5005192e-07, 1.00000083))
  805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1.98411667, 0.20454812, 0.20454812))
  806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0938658714, 0.398412704, 0.502613068, 0.0870010778, 0.996208131, 5.32016384e-06, -0.996209085, 0.0870011151, -6.4952299e-05, -6.51685114e-05, 3.50841361e-07, 1.00000083))
  807. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.200000003, 0.200000003))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.20454812, 1.99434412, 1.07932925))
  809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.47873497, -0.0909955502, -0.0254192352, 0.996209264, -0.0869991034, 6.49522699e-05, 0.0869990736, 0.99620831, 5.32083868e-06, -6.51685696e-05, 3.5005192e-07, 1.00000083))
  810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.971603513, 1.99434412, 0.20454812))
  811. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0951461792, -0.0909955502, -0.462918282, 0.996209264, -0.0869991034, 6.49522699e-05, 0.0869990736, 0.99620831, 5.32083868e-06, -6.51685696e-05, 3.5005192e-07, 1.00000083))
  812. --//-[]-|Right Leg|-[]-\\--
  813.  
  814. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(1, 2, 1))
  815. Handleweld=weld(m,Character["Right Leg"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000469207764, -2.78949738e-05, -0.0002784729, 1.00000036, -1.4027446e-05, -1.80009811e-05, 1.39730673e-05, 0.99999994, 3.09950956e-05, 1.80007191e-05, -3.09953975e-05, 1.00000036))
  816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1.98411667, 0.20454812, 0.20454812))
  817. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0942664146, -0.4009552, 0.488444328, -0.0873111039, 0.99618119, -1.49817552e-05, -0.996181965, -0.0873109326, -6.45576802e-05, -6.56189222e-05, 9.28786085e-06, 1.00000083))
  818. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.200000003, 0.200000003))
  819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.818192422, 1.94320714, 0.20454812))
  820. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0263996124, -0.0783090591, 0.4067173, 0.996182203, 0.0873089284, 6.45578257e-05, -0.0873091221, 0.996181309, -1.49824209e-05, -6.56190678e-05, 9.28864483e-06, 1.00000083))
  821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.20454812, 1.99434412, 0.889329374))
  822. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.489929199, -0.0901551247, 0.079870224, 0.996182203, 0.0873089284, 6.45578257e-05, -0.0873091221, 0.996181309, -1.49824209e-05, -6.56190678e-05, 9.28864483e-06, 1.00000083))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.961603522, 1.99434412, 0.20454812))
  824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.101442337, -0.0901479721, -0.462678909, 0.996182203, 0.0873089284, 6.45578257e-05, -0.0873091221, 0.996181309, -1.49824209e-05, -6.56190678e-05, 9.28864483e-06, 1.00000083))
  825. --//-[]-|Torso|-[]-\\--
  826.  
  827. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(2, 2, 1))
  828. Handleweld=weld(m,Character["Torso"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000164031982, -8.20159912e-05, 8.77380371e-05, 1.00000036, -1.4027446e-05, -1.80009811e-05, 1.39730673e-05, 0.99999994, 3.09950956e-05, 1.80007191e-05, -3.09953975e-05, 1.00000036))
  829. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2, 2, 1))
  830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000883102417, -4.76837158e-07, -0.000184059143, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  831. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/torso.mesh",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  832. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0910987854, 0.769927502, 0.330821991, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  834. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.0299999993, 0.0799999982, 0.400000006))
  835. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0887775421, 0.769899845, 0.329601288, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  837. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.0299999993, 0.0799999982, 0.400000006))
  838. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0886287689, -0.830154419, 0.329770088, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  840. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.0299999993, 0.0799999982, 0.400000006))
  841. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0286960602, -0.823051929, 0.31955719, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  843. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.0700000003, 0.400000006))
  844. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1, 0.180000007, 1))
  845. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0288085938, 0.779929161, 0.319753647, 1.00000083, -5.49307515e-08, 1.74622983e-10, -5.49307515e-08, 0.999999881, -3.40203421e-11, 1.74622983e-10, -3.40203421e-11, 1.00000083))
  846. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 0.0700000003, 0.400000006))
  847. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1, 0.180000007, 1))
  848. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0912723541, -0.830134392, 0.331053734, 1.00000083, -5.49307515e-08, 1.00018224e-06, -5.49307515e-08, 0.999999881, -3.40203421e-11, -9.99832992e-07, -3.34305916e-11, 1.00000083))
  849. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"rbxasset://fonts/leftarm.mesh",Vector3.new(0, 0, 0),Vector3.new(0.0299999993, 0.0799999982, 0.400000006))
  850. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.38999975, 0.500000179, 1.25000012))
  851. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104980469, 1.03676057, -0.0745153427, -1.00000072, 6.24995664e-08, 0.000331000076, 2.53918151e-05, -0.997063458, 0.0765789673, 0.000330025709, 0.0765789002, 0.997064292))
  852. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  853. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.0500000007, 0.320000112, 0.360000134))
  854. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0896568298, 1.03577638, 0.377642632, -1.00000072, 6.24995664e-08, 0.000331000076, 2.53918151e-05, -0.997063458, 0.0765789673, 0.000330025709, 0.0765789002, 0.997064292))
  855. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  856. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.0500000007, 0.320000112, 0.360000134))
  857. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0924453735, 1.03587627, 0.37898159, -1.00000072, 3.99140845e-08, -0.000333000266, -2.54435217e-05, -0.997063458, 0.0765789747, -0.000332028052, 0.0765789077, 0.997064292))
  858. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  859. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.0600000136, 0.320000112, 0.360000134))
  860. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00261306763, 1.02678585, 0.389596939, -1.00000072, 3.99140845e-08, -0.000333000266, -2.54435217e-05, -0.997063458, 0.0765789747, -0.000332028052, 0.0765789077, 0.997064292))
  861. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  862. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(2.08000112, 0.200000331, 1.08000028))
  863. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0107650757, 0.916646481, -0.0047492981, 1.00000072, 1.39371405e-05, -0.000331000512, -1.40591619e-05, 0.99999994, -4.39954456e-05, 0.00033100025, 4.39999385e-05, 1.00000072))
  864. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.0500000007, 1.90999985, 0.83000046))
  865. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000156402588, -0.0250797272, 0.0975990295, 1.00000072, -6.24995664e-08, -0.000331000076, -4.74801709e-08, 0.999999881, -4.01243483e-11, 0.000331000425, -5.09369873e-11, 1.00000072))
  866.  
  867. -----Hood
  868. Handle=part(Enum.FormFactor.Symmetric,m,Enum.Material.Metal,0,0,"Really black","Handle",Vector3.new(1.24999964, 1.1500001, 1.24000001))
  869. Handleweld=weld(m,Character["Head"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0496101379, 0.0625128746, 0.216673851, -1, -4.45541382e-09, -0.000233339539, -4.42753079e-09, 1, -1.0351323e-07, 0.000233340412, -1.02430931e-07, -1))
  870. mesh("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=293287681",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 1, 1))
  871. Hood=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Really black","Hood",Vector3.new(2.20000029, 1.60000038, 1.80000019))
  872. Hoodweld=weld(m,Handle,Hood,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0188102722, 0.314948559, 0.06204319, -1.00000012, -3.30751277e-07, 0.000232810286, -3.28473334e-07, 1, 9.83119753e-06, -0.00023280707, 9.82608344e-06, -1.00000632))
  873. mesh("SpecialMesh",Hood,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=85855767",Vector3.new(0, 0, 0),Vector3.new(1.19000006, 1.24000001, 1.20000005))
  874. ---<<<[]-weapon-[]>>>---
  875. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Br. yellowish orange","Handle",Vector3.new(1.5, 1.5, 1.5))
  876. Handleweld=weld(m,Character["Left Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15132141, -0.623166084, 2.35502553, -0.854042888, -0.374412894, -0.36114496, -0.324607432, -0.158924714, 0.932401717, -0.406498194, 0.913541198, 0.0141913164))
  877. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.10000002, 0.200000003, 1.45000362))
  878. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.171693802, -0.639895916, -0.127620876, -0.395681828, 0.918387473, 0.00073022861, 0.775573194, 0.333725095, 0.535830021, 0.49185586, 0.21258454, -0.844325542))
  879. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=22771612",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.200000003, 0.200000003))
  880. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"Really black","Part",Vector3.new(0.200000003, 1.20000005, 0.200000003))
  881. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.856001377, 0.0527715683, -0.670759201, 0.574835896, 0.247043341, 0.780085385, -0.794245601, -0.0608536154, 0.604542017, 0.196819052, -0.967091799, 0.161232278))
  882. mesh("SpecialMesh",Handle,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  883. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"Really black","Part",Vector3.new(0.200000003, 1.20000005, 0.200000003))
  884. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.856426239, -0.123113394, -0.171522141, 0.574835896, 0.247043341, 0.780085385, -0.716241479, -0.309082538, 0.625672698, 0.395679057, -0.918388546, -0.000729047693))
  885. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"Really black","Part",Vector3.new(0.200000003, 1.20000005, 0.200000003))
  886. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.856072903, -0.0363438129, 0.339479446, 0.574835896, 0.247043341, 0.780085385, -0.589425981, -0.536248565, 0.604164422, 0.567574501, -0.807098031, -0.162641153))
  887. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 1.59999967, 0.200000003))
  888. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.561483383, -1.59125519, -1.43432856, 0.40807879, -0.875740349, -0.257973999, 0.152786046, 0.344098389, -0.926419437, 0.900071204, 0.338637233, 0.274220169))
  889. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  890. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  891. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.803673029, -0.567373753, 0.353254318, 0.523185849, 0.226063237, -0.821688592, 0.754793942, 0.324744016, 0.569936335, 0.3956801, -0.918388128, -0.000729712658))
  892. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  893. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  894. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595983267, 0.205494404, 0.55365181, 0.523185849, 0.226063237, -0.821688592, 0.754793942, 0.324744016, 0.569936335, 0.3956801, -0.918388128, -0.000729712658))
  895. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  896. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  897. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.700237989, -0.1812253, 0.453456879, 0.523185849, 0.226063237, -0.821688592, 0.754793942, 0.324744016, 0.569936335, 0.3956801, -0.918388128, -0.000729712658))
  898. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  899. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  900. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3953228, 0.909281731, 0.696767807, 0.842514575, 0.36330691, -0.397715271, -0.365522116, -0.156753063, -0.917508781, -0.395680308, 0.918388069, 0.000729974359))
  901. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  902. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  903. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499100208, 0.523243666, 0.796710968, 0.842514575, 0.36330691, -0.397715271, -0.365522116, -0.156753063, -0.917508781, -0.395680308, 0.918388069, 0.000729974359))
  904. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  905. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.319999993, 0.330000788, 0.449999839))
  906. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.602483273, 0.136279106, 0.896654129, 0.842514575, 0.36330691, -0.397715271, -0.365522116, -0.156753063, -0.917508781, -0.395680308, 0.918388069, 0.000729974359))
  907. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=123881156",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  908. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.300000012, 0.600000024, 0.300000012))
  909. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0628843307, -0.906403184, 0.568758011, -0.83150512, -0.335995317, -0.442384422, -0.410935789, -0.163812324, 0.89681685, -0.373794645, 0.927506685, -0.00185669493))
  910. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.11000001, 1.11000001, 1.11000001))
  911. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168781281, 0.951295316, 0.127050877, 0.373815119, -0.9275015, 0.00182726327, 0.410927415, 0.163851112, -0.896823108, 0.831505239, 0.335996807, 0.442385793))
  912. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  913. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.11000001, 2.22000003, 1.11000001))
  914. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168779373, 2.606287, -0.147044659, -0.373815596, 0.927501321, -0.00182858389, 0.410927773, 0.163850218, -0.896823049, -0.831504881, -0.33599776, -0.442385823))
  915. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  916. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.11000001, 2.22000003, 1.11000001))
  917. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168779373, -2.60628796, 0.127050877, -0.373815596, 0.927501321, -0.00182858389, -0.410927773, -0.163850218, 0.896823049, 0.831504881, 0.33599776, 0.442385823))
  918. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  919. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1.10000002, 2.20000005, 1.10000002))
  920. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.13704586, -2.606287, 0.168783188, -0.831504285, -0.335998416, -0.442386627, -0.410929143, -0.163848996, 0.896822691, -0.373815596, 0.927501321, -0.00183042418))
  921. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.300000012, 0.600000024, 0.300000012))
  922. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0630493164, -0.90651381, -0.230970383, -0.831511199, -0.335997403, -0.4423742, -0.410933435, -0.163805112, 0.896828711, -0.373795211, 0.927509427, -0.00186678453))
  923. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.300000012, 0.600000024, 0.300000012))
  924. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0629663467, -0.906468749, 0.168897629, -0.831524074, -0.335985094, -0.442359358, -0.410926819, -0.163781747, 0.896835983, -0.373773903, 0.927517951, -0.00187681848))
  925. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.5, 0.5, 1.20000005))
  926. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.312961578, -1.45620418, 0.168756485, -0.831511736, -0.33600527, -0.442367136, -0.410916716, -0.163827732, 0.896832228, -0.373812377, 0.927502513, -0.00184549636))
  927. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.5, 0.5, 1.20000005))
  928. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.312955856, -2.05628729, 0.168787003, -0.831504285, -0.335998416, -0.442386627, -0.410929143, -0.163848996, 0.896822691, -0.373815596, 0.927501321, -0.00183042418))
  929. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.5, 0.5, 1.20000005))
  930. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.312992573, -2.65607738, 0.168685913, -0.831475198, -0.336036623, -0.442408293, -0.410943925, -0.163857281, 0.896805346, -0.373851627, 0.927483737, -0.00184390228))
  931. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.5, 3, 0.800000012))
  932. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.312955856, -2.05628729, 0.168787003, -0.831504285, -0.335998416, -0.442386627, -0.410929143, -0.163848996, 0.896822691, -0.373815596, 0.927501321, -0.00183042418))
  933. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  934. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.800000012, 1.60000002, 0.800000012))
  935. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.137042999, -1.60627425, 0.168779373, -0.831506312, -0.33600077, -0.442380726, -0.410925508, -0.163842216, 0.896825612, -0.373814672, 0.927501619, -0.00183545111))
  936. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.699999988, 1.39999998, 0.699999988))
  937. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.137047291, -1.49629021, 0.168785095, -0.831504285, -0.335998416, -0.442386627, -0.410929143, -0.163848996, 0.896822691, -0.373815596, 0.927501321, -0.00183042418))
  938. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.800000012, 0.800000012, 1.10000002))
  939. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.422699451, -0.49731338, -0.171323776, 0.724163771, 0.311510235, 0.615262747, -0.564823091, -0.243974581, 0.788321912, 0.395678818, -0.918388784, -0.00072937645))
  940. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.300000012, 0.200000003, 1.39999998))
  941. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.822247028, -0.168413401, -0.171005249, 0.674197793, 0.28993243, 0.679261863, -0.623615026, -0.269260913, 0.733895719, 0.395678818, -0.918388665, -0.000728900544))
  942. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.200000003, 1.20000005, 1.20000005))
  943. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839175224, -0.368030071, -0.171182632, 0.674197793, 0.28993243, 0.679261863, -0.623615026, -0.269260913, 0.733895719, 0.395678818, -0.918388665, -0.000728900544))
  944. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.300000012, 0.200000003, 1.39999998))
  945. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.378181458, -0.236940145, -0.00428247452, -0.395681888, 0.918387413, 0.000727997161, -0.563264251, -0.243305102, 0.789643109, 0.725375175, 0.312037349, 0.61356622))
  946. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.300000012, 0.200000003, 1.39999998))
  947. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.721904755, -0.23631537, -0.00477409363, -0.395681888, 0.918387413, 0.000727997161, -0.563264251, -0.243305102, 0.789643109, 0.725375175, 0.312037349, 0.61356622))
  948. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(1.30000007, 0.200000003, 0.200000003))
  949. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.181591034, -0.236094475, 0.595365524, -0.395681888, 0.918387413, 0.000727997161, -0.563264251, -0.243305102, 0.789643109, 0.725375175, 0.312037349, 0.61356622))
  950. Part=part(Enum.FormFactor.Custom,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.20000005, 1.20000005, 1.20000005))
  951. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0339188576, -0.598775744, -0.171894073, 0.845763028, 0.364080071, 0.390039265, -0.357941568, -0.154948369, 0.920798004, 0.395680159, -0.918388128, -0.000730213709))
  952. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.949999928, 0.200000003, 1))
  953. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00439167023, -0.0243446231, -0.171848297, 0.845763028, 0.364080071, 0.390039265, -0.357941568, -0.154948369, 0.920798004, 0.395680159, -0.918388128, -0.000730213709))
  954. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 2.20000005, 0.200000003))
  955. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.671182632, 0.552469254, 0.856039524, 0.1968209, -0.967092812, 0.161223441, -0.79424119, -0.060858801, 0.604547083, -0.574841321, -0.247037828, -0.780083358))
  956. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  957. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 2.20000005, 0.200000003))
  958. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.339235306, 0.463694096, 0.856288433, 0.567574143, -0.807098508, -0.16263929, -0.589423239, -0.536245704, 0.604169667, -0.574838996, -0.247047693, -0.780081928))
  959. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  960. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 2.20000005, 0.200000003))
  961. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.171066284, 0.377036333, 0.856339931, 0.395683229, -0.918386877, -0.000726270489, -0.716237068, -0.309082568, 0.625677705, -0.574838638, -0.247049943, -0.780081451))
  962. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  963. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 1.59999967, 0.200000003))
  964. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.171094894, -1.46444261, -1.45620632, 0.395683229, -0.918386877, -0.000726270489, 0.256994933, 0.111484364, -0.959960938, 0.881696343, 0.379653692, 0.280133277))
  965. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  966. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(0.200000003, 1.59999967, 0.200000003))
  967. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17288208, -1.64685106, -1.24106359, 0.509426296, -0.816519558, 0.271626115, 0.341340661, -0.0980164111, -0.934815288, 0.789918661, 0.568936348, 0.228779137))
  968. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  969.  
  970. for _, c in pairs(Weapon:GetChildren()) do
  971. if c.ClassName == "Part" then
  972. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  973. end
  974. end
  975.  
  976. Weapon.Parent = Character
  977.  
  978. Humanoid.Died:connect(function()
  979. ATTACK = true
  980. end)
  981.  
  982. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.13, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  983. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.60, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  984. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.23, 0, 0.93, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  985. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.50, 0, 0.93, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  986. local SKILL5FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.7, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  987.  
  988. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[CLICK] Impact Series", SKILLTEXTCOLOR, 6, "SciFi", 0, 2, 0, "Text 1")
  989. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[Z] Striking Uppercut", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 0, "Text 2")
  990. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[B] Clawing Wheel", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 0, "Text 3")
  991. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[C] Plasma Explosion", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 0, "Text 4")
  992. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[V] Robotic Summoning", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 0, "Text 5")
  993.  
  994. --//=================================\\
  995. --|| DAMAGE FUNCTIONS
  996. --\\=================================//
  997.  
  998. function StatLabel(LABELTYPE, CFRAME, TEXT, COLOR)
  999. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  1000. STATPART.CFrame = CF(CFRAME.p + VT(0, 1.5, 0))
  1001. local BODYGYRO = IT("BodyGyro", STATPART)
  1002. local BODYPOSITION = IT("BodyPosition", STATPART)
  1003. BODYPOSITION.P = 2000
  1004. BODYPOSITION.D = 100
  1005. BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
  1006. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 6, MRANDOM(-2, 2))
  1007. game:GetService("Debris"):AddItem(STATPART ,5)
  1008. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  1009. BILLBOARDGUI.Adornee = STATPART
  1010. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  1011. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  1012. BILLBOARDGUI.AlwaysOnTop = false
  1013. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  1014. TEXTLABEL.BackgroundTransparency = 1
  1015. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  1016. TEXTLABEL.Text = TEXT
  1017. TEXTLABEL.Font = "SciFi"
  1018. TEXTLABEL.FontSize="Size42"
  1019. TEXTLABEL.TextColor3 = COLOR
  1020. TEXTLABEL.TextStrokeTransparency = 1
  1021. TEXTLABEL.TextScaled = true
  1022. TEXTLABEL.TextWrapped = true
  1023. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  1024. if LABELTYPE == "Normal" then
  1025. for i = 1, 30 do
  1026. Swait()
  1027. STATPART.Position = STATPART.Position + VT(0, (15-i)/10 ,0)
  1028. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  1029. end
  1030. elseif LABELTYPE == "Debuff" then
  1031. for i = 1, 30 do
  1032. Swait()
  1033. STATPART.Position = STATPART.Position - VT(0, i/10 ,0)
  1034. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  1035. end
  1036. elseif LABELTYPE == "Shock" then
  1037. local ORIGIN = STATPART.Position
  1038. for i = 1, 30 do
  1039. Swait()
  1040. STATPART.Position = ORIGIN + VT(MRANDOM(-2,2),MRANDOM(-2,2),MRANDOM(-2,2))
  1041. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  1042. end
  1043. end
  1044. THEPART.Parent = nil
  1045. end),STATPART, BODYPOSITION, TEXTLABEL)
  1046. end
  1047.  
  1048. --//=================================\\
  1049. --|| DAMAGING
  1050. --\\=================================//
  1051.  
  1052. function ApplyDamage(Humanoid,Damage,CritRate,CritMultiplier)
  1053. local defence = Instance.new("BoolValue",Humanoid.Parent)
  1054. defence.Name = ("HitBy"..Player.Name)
  1055. game:GetService("Debris"):AddItem(defence, 0.001)
  1056. local ROOT = Humanoid.Parent:FindFirstChild("HumanoidRootPart") or Humanoid.Parent:FindFirstChild("Torso") or Humanoid.Parent:FindFirstChild("UpperTorso")
  1057. if ROOT ~= nil then
  1058. VALUE2 = ROOT
  1059. end
  1060. if Humanoid.Health ~= 0 then
  1061. local CritChance = MRANDOM(1,100)
  1062. if CritChance < CritRate + 1 then
  1063. Damage = Damage*CritMultiplier
  1064. end
  1065. if Damage > Humanoid.Health then
  1066. Damage = math.ceil(Humanoid.Health)
  1067. if Damage == 0 then
  1068. Damage = 0.1
  1069. end
  1070. end
  1071. Humanoid.Health = Humanoid.Health - Damage
  1072. if Humanoid.Parent:FindFirstChild("Head") then
  1073. if CritChance < CritRate + 1 then
  1074. StatLabel("Normal", Humanoid.Parent.Head.CFrame * CF(0, 0 + (Humanoid.Parent.Head.Size.z - 1), 0), "CRIT//"..Damage, C3(1, 0, 0))
  1075. else
  1076. StatLabel("Normal", Humanoid.Parent.Head.CFrame * CF(0, 0 + (Humanoid.Parent.Head.Size.z - 1), 0), Damage, C3(0, 0, 0))
  1077. end
  1078. end
  1079. end
  1080. end
  1081.  
  1082. function AoEDamage(position,radius,min,max,maxstrength,critrate,critmultiplier,CanBeDodgedByJumping)
  1083. local dmg = math.random(min,max)
  1084. for i,v in ipairs(workspace:GetChildren()) do
  1085. if v:FindFirstChild("HitBy"..Player.Name) == nil then
  1086. local body = v:GetChildren()
  1087. for part = 1, #body do
  1088. if(v:FindFirstChild("HitBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1089. if(body[part].Position - position).Magnitude < radius then
  1090. if v.ClassName == "Model" then
  1091. if v:FindFirstChildOfClass("Humanoid") then
  1092. if CanBeDodgedByJumping == true then
  1093. if body[part].Position.Y < position.Y+5 then
  1094. ApplyDamage(v:FindFirstChildOfClass("Humanoid"),dmg,critrate,critmultiplier)
  1095. end
  1096. else
  1097. ApplyDamage(v:FindFirstChildOfClass("Humanoid"),dmg,critrate,critmultiplier)
  1098. end
  1099. local bv = Instance.new("BodyVelocity")
  1100. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1101. bv.velocity = RootPart.CFrame.lookVector*maxstrength
  1102. bv.Parent = body[part]
  1103. Debris:AddItem(bv,0.2)
  1104. end
  1105. end
  1106. end
  1107. end
  1108. end
  1109. end
  1110. if v:FindFirstChild("HitBy"..Player.Name) then
  1111. v:FindFirstChild("HitBy"..Player.Name):remove()
  1112. end
  1113. end
  1114. end
  1115.  
  1116. function AoEStun(POS,RANGE,LAST)
  1117. for i,v in ipairs(workspace:GetChildren()) do
  1118. if v:FindFirstChild("StunnedBy"..Player.Name) == nil then
  1119. local body = v:GetChildren()
  1120. for part = 1, #body do
  1121. if(v:FindFirstChild("StunnedBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1122. if(body[part].Position - POS).Magnitude < RANGE then
  1123. if v.ClassName == "Model" then
  1124. if v:FindFirstChild("Humanoid") then
  1125. if v.Humanoid.Health ~= 0 then
  1126. Stun(v.Humanoid,LAST)
  1127. local defence = Instance.new("BoolValue",v)
  1128. defence.Name = ("StunnedBy"..Player.Name)
  1129. game:GetService("Debris"):AddItem(defence, 0.1)
  1130. end
  1131. end
  1132. end
  1133. end
  1134. end
  1135. end
  1136. end
  1137. end
  1138. end
  1139.  
  1140. function Stun(HUMANOID,LAST)
  1141. if HUMANOID.Parent:FindFirstChild("StunnedBy"..Player.Name) == nil then
  1142. HUMANOID.PlatformStand = true
  1143. local defence = Instance.new("BoolValue",HUMANOID.Parent)
  1144. defence.Name = ("StunnedBy"..Player.Name)
  1145. game:GetService("Debris"):AddItem(defence, LAST)
  1146. if HUMANOID.Parent:FindFirstChild("Head") then
  1147. StatLabel("Normal", HUMANOID.Parent.Head.CFrame * CF(0, 0 + (HUMANOID.Parent.Head.Size.z - 1), 0), "Stunned!", C3(0.3, 0.3, 0.3))
  1148. end
  1149. coroutine.resume(coroutine.create(function()
  1150. Swait(LAST*100)
  1151. HUMANOID.PlatformStand = false
  1152. end))
  1153. end
  1154. end
  1155.  
  1156. function Poison(HUMANOID,LAST,DAMAGE)
  1157. if HUMANOID.Parent:FindFirstChild("PoisonedBy"..Player.Name) == nil then
  1158. local defence = Instance.new("BoolValue",HUMANOID.Parent)
  1159. defence.Name = ("PoisonedBy"..Player.Name)
  1160. game:GetService("Debris"):AddItem(defence, LAST)
  1161. coroutine.resume(coroutine.create(function()
  1162. for i = 1, LAST/2 do
  1163. if HUMANOID.Parent:FindFirstChild("Head") then
  1164. StatLabel("Normal", HUMANOID.Parent.Head.CFrame * CF(0, 0 + (HUMANOID.Parent.Head.Size.z - 1), 0), "POISON/"..DAMAGE, C3(0,1,0))
  1165. end
  1166. Swait(2)
  1167. HUMANOID.Health = HUMANOID.Health - DAMAGE
  1168. end
  1169. end))
  1170. end
  1171. end
  1172.  
  1173. function killnearest(position,range,maxstrength)
  1174. for i,v in ipairs(workspace:GetChildren()) do
  1175. local body = v:GetChildren()
  1176. for part = 1, #body do
  1177. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1178. if(body[part].Position - position).Magnitude < range then
  1179. if v.ClassName == "Model" then
  1180. v:BreakJoints()
  1181. end
  1182. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  1183. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  1184. end
  1185. end
  1186. end
  1187. if v.ClassName == "Part" then
  1188. if v.Anchored == false and (v.Position - position).Magnitude < range then
  1189. --table.insert(Effects2,{v,"Disappear",0.02,2,2,2,2})
  1190. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1191. end
  1192. end
  1193. end
  1194. end
  1195.  
  1196. --//=================================\\
  1197. --|| ATTACK FUNCTIONS AND STUFF
  1198. --\\=================================//
  1199.  
  1200. function SpawnDrone()
  1201. local DRONEMODEL = IT("Model",Weapon)
  1202. DRONEMODEL.Name = "Drone"
  1203. local CENTERPART = CreatePart(3, DRONEMODEL, "DiamondPlate", 0, 0, "Really black", "Torso", VT(1,1,1), false)
  1204. CENTERPART.CFrame = LeftArm.CFrame*CF(0,-3.5,0)
  1205. MakeForm(CENTERPART,"Ball")
  1206.  
  1207. local PART = CreatePart(3, DRONEMODEL, "Neon", 0, 0, "Really red", "Neon", VT(1.01,0.2,1.01), false)
  1208. MakeForm(PART,"Ball")
  1209. CreateWeldOrSnapOrMotor("Weld", CENTERPART, PART, CENTERPART, CF(0,0,0) * ANGLES(RAD(0), RAD(0), RAD(90)), CF(0, 0, 0))
  1210.  
  1211. local PART = CreatePart(3, DRONEMODEL, "Neon", 0, 0, "Really red", "Neon", VT(1.01,0.2,1.01), false)
  1212. MakeForm(PART,"Ball")
  1213. CreateWeldOrSnapOrMotor("Weld", CENTERPART, PART, CENTERPART, CF(0,0,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  1214.  
  1215. local PART = CreatePart(3, DRONEMODEL, "Neon", 0, 0, "Really red", "Neon", VT(1.01,0.2,1.01), false)
  1216. MakeForm(PART,"Ball")
  1217. CreateWeldOrSnapOrMotor("Weld", CENTERPART, PART, CENTERPART, CF(0,0,0) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  1218.  
  1219. local PART = CreatePart(3, DRONEMODEL, "Neon", 0, 1, "Really red", "Head", VT(0.3,0.3,0.3), false)
  1220. CreateWeldOrSnapOrMotor("Weld", CENTERPART, PART, CENTERPART, CF(0,0,0) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  1221. local HUMANOID = IT("Humanoid",DRONEMODEL)
  1222. HUMANOID.MaxHealth = 35
  1223. HUMANOID.Health = 35
  1224. HUMANOID.PlatformStand = true
  1225. local GYRO = IT("BodyGyro",CENTERPART)
  1226. GYRO.D = 100
  1227. GYRO.P = 2000
  1228. GYRO.MaxTorque = VT(0,4000000,0)
  1229. local POS = Instance.new("BodyPosition",CENTERPART)
  1230. POS.P = 20000
  1231. POS.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1232. table.insert(DRONES,{DRONEMODEL,CENTERPART,GYRO,POS,HUMANOID})
  1233. return DRONEMODEL
  1234. end
  1235.  
  1236. function ClawCombo()
  1237. ATTACK = true
  1238. Rooted = false
  1239. if COMBO == 1 then
  1240. COMBO = 2
  1241. for i=0, 1, 0.1 / Animation_Speed do
  1242. Swait()
  1243. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)) * ANGLES(RAD(45), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1244. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 0.15 / Animation_Speed)
  1245. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1246. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-90)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1247. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1248. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1249. end
  1250. CreateSound("199150686", LeftArm, 3, 1)
  1251. for i=0, 0.1, 0.1 / Animation_Speed do
  1252. Swait()
  1253. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)) * ANGLES(RAD(45), RAD(34), RAD(45)), 2 / Animation_Speed)
  1254. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1255. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(45), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1256. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.3) * ANGLES(RAD(155), RAD(0), RAD(45)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1257. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1258. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1259. end
  1260. AoEDamage(LeftArm.CFrame*CF(0,-3,0).p,5,10,12,0,2,2,false)
  1261. Slice("Thin",0,15,RootPart.CFrame*CF(0,0,0)*ANGLES(RAD(0),RAD(90),RAD(0)),COLOR,VT(0.1,0,0.1))
  1262. for i=0, 0.15, 0.1 / Animation_Speed do
  1263. Swait()
  1264. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)) * ANGLES(RAD(45), RAD(34), RAD(45)), 2 / Animation_Speed)
  1265. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1266. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(45), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1267. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.3) * ANGLES(RAD(155), RAD(0), RAD(55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1268. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1269. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1270. end
  1271. for i=0, 0.3, 0.1 / Animation_Speed do
  1272. Swait()
  1273. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)) * ANGLES(RAD(45), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1274. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 0.15 / Animation_Speed)
  1275. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1276. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-90)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1277. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1278. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1279. end
  1280. elseif COMBO == 2 then
  1281. COMBO = 3
  1282. for i=0, 1, 0.1 / Animation_Speed do
  1283. Swait()
  1284. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-90)) * ANGLES(RAD(45), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1285. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 0.15 / Animation_Speed)
  1286. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1287. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.3) * ANGLES(RAD(155), RAD(0), RAD(45)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1288. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1289. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1290. end
  1291. local LOOP = 0
  1292. for i = 1, 10 do
  1293. CreateSound("199150686", LeftArm, 3, MRANDOM(8,12)/10)
  1294. for i=0, 0.2, 0.1 / Animation_Speed do
  1295. Swait()
  1296. LOOP = LOOP + 45
  1297. Slice("Thin",0,15,Torso.CFrame*CF(0,MRANDOM(-15,15)/10,0)*ANGLES(RAD(0),RAD(90),RAD(45)),COLOR,VT(0.1,0,0.1))
  1298. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(90+LOOP)) * ANGLES(RAD(45), RAD(0), RAD(45)), 2 / Animation_Speed)
  1299. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1300. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1301. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-45)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1302. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1303. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1304. end
  1305. AoEDamage(RootPart.Position,15,2,5,0,2,2,false)
  1306. end
  1307. elseif COMBO == 3 then
  1308. COMBO = 1
  1309. for i=0, 1, 0.1 / Animation_Speed do
  1310. Swait()
  1311. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)) * ANGLES(RAD(45), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1312. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 0.15 / Animation_Speed)
  1313. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1314. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-90)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1315. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1316. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1317. end
  1318. Rooted = true
  1319. VALUE1 = true
  1320. CreateSound("92597369", LeftArm, 3, 1)
  1321. CreateSound("92597369", LeftArm, 3, 0.9)
  1322. CreateSound("92597369", LeftArm, 3, 0.8)
  1323. for i = 1, 3 do
  1324. for i=0, 0.1, 0.1 / Animation_Speed do
  1325. Swait()
  1326. CreateWave(VT(12,0.2,12),24,RootPart.CFrame*CF(0,0,-5)*ANGLES(RAD(90),RAD(0),RAD(0)),true,5,COLOR,VT(-1,0,-1)/2)
  1327. RootPart.CFrame = RootPart.CFrame*CF(0,0,-1)
  1328. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-120)) * ANGLES(RAD(45), RAD(34), RAD(45)), 2 / Animation_Speed)
  1329. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(75), RAD(0), RAD(0)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1330. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(45), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1331. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.3) * ANGLES(RAD(-25), RAD(0), RAD(-90)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1332. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1333. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1334. end
  1335. AoEDamage(LeftArm.CFrame*CF(0,-3,0).p,10,20,22,0,2,2,false)
  1336. end
  1337. for i=0, 0.15, 0.1 / Animation_Speed do
  1338. Swait()
  1339. RootPart.CFrame = RootPart.CFrame*CF(0,0,-0.2)
  1340. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-120)) * ANGLES(RAD(45), RAD(34), RAD(45)), 2 / Animation_Speed)
  1341. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(75), RAD(0), RAD(0)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1342. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(45), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1343. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.3) * ANGLES(RAD(-25), RAD(0), RAD(-120)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1344. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1345. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1346. end
  1347. VALUE1 = false
  1348. for i=0, 0.3, 0.1 / Animation_Speed do
  1349. Swait()
  1350. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)) * ANGLES(RAD(45), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1351. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 0.15 / Animation_Speed)
  1352. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1353. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-120)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1354. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1355. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1356. end
  1357. end
  1358. ATTACK = false
  1359. Rooted = false
  1360. end
  1361.  
  1362. function UpperCut()
  1363. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  1364. if HITFLOOR ~= nil then
  1365. ATTACK = true
  1366. Rooted = true
  1367. VALUE1 = true
  1368. UNANCHOR = false
  1369. RootPart.Anchored = true
  1370. CreateSound("199150686", LeftArm, 3, MRANDOM(8,12)/10)
  1371. for i=1, 12 do
  1372. Swait()
  1373. RootPart.CFrame = RootPart.CFrame * CF(0,0.4,-1)
  1374. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-i*30), RAD(0), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  1375. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 0.15 / Animation_Speed)
  1376. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1377. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1378. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(12), RAD(0), RAD(0)), 2 / Animation_Speed)
  1379. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 2 / Animation_Speed)
  1380. AoEDamage(LeftArm.CFrame*CF(0,-2,0).p,5,6,12,5,0,1,1.5,false)
  1381. Slice("Base",2,5,LeftArm.CFrame*CF(0,-2,0) * ANGLES(RAD(0), RAD(0), RAD(0)),COLOR,VT(0,0,0))
  1382. end
  1383. UNANCHOR = true
  1384. RootPart.Anchored = false
  1385. for i=0, 0.2, 0.1 / Animation_Speed do
  1386. Swait()
  1387. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(45), RAD(0), RAD(25)), 2 / Animation_Speed)
  1388. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-25)), 2 / Animation_Speed)
  1389. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(75), RAD(-25), RAD(-45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1390. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(45), RAD(-25)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1391. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1392. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1393. end
  1394. VALUE1 = false
  1395. ATTACK = false
  1396. Rooted = false
  1397. end
  1398. end
  1399.  
  1400. function ClawWheel()
  1401. ATTACK = true
  1402. Rooted = true
  1403. VALUE1 = true
  1404. for i=0, 0.2, 0.1 / Animation_Speed do
  1405. Swait()
  1406. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)) * ANGLES(RAD(45), RAD(0), RAD(45)), 2 / Animation_Speed)
  1407. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-45)), 2 / Animation_Speed)
  1408. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(0), RAD(90), RAD(90)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1409. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-90)) * ANGLES(RAD(0), RAD(90), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1410. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1411. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1412. end
  1413. for i=1, 70 do
  1414. Swait()
  1415. VALUE1 = true
  1416. RootPart.CFrame = RootPart.CFrame*CF(0,0,-0.6)
  1417. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, (5-(3-i/50))) * ANGLES(RAD(0), RAD(65), RAD(i*50)), 2 / Animation_Speed)
  1418. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1419. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  1420. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  1421. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1422. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1423. AoEDamage(LeftArm.CFrame*CF(0,-2,0).p,5,5,5,5,0,1,1.5,false)
  1424. CreateSound("199150686", LeftArm, 3, MRANDOM(8,12)/10)
  1425. Slice("Base",1,5,LeftArm.CFrame*CF(0,-2,0) * ANGLES(RAD(0), RAD(0), RAD(0)),COLOR,VT(0,0,0))
  1426. end
  1427. for i=0, 0.2, 0.1 / Animation_Speed do
  1428. Swait()
  1429. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(45), RAD(0), RAD(25)), 2 / Animation_Speed)
  1430. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-25)), 2 / Animation_Speed)
  1431. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(75), RAD(-25), RAD(-45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1432. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(45), RAD(-25)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1433. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  1434. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1435. end
  1436. VALUE1 = false
  1437. ATTACK = false
  1438. Rooted = false
  1439. end
  1440.  
  1441. function LaserBlast()
  1442. ATTACK = true
  1443. Rooted = true
  1444. for i=0, 1, 0.1 / Animation_Speed do
  1445. Swait()
  1446. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1447. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1448. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(-90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1449. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1450. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1451. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1452. end
  1453. local AIMPOS = Mouse.Hit.p
  1454. VALUE1 = true
  1455. CreateSound("1368573150", LeftArm, 3, 1)
  1456. for i=0, 2, 0.1 / Animation_Speed do
  1457. Swait()
  1458. CreateRing(VT(0,0,0),false,0,15,LeftArm.CFrame*CF(0,-3,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),COLOR,VT(0.2,0.2,0)/10)
  1459. CreateRing(VT(15,15,0)/10,false,0,15,LeftArm.CFrame*CF(0,-3,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),COLOR,VT(-1,-1,0)/10)
  1460. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1461. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1462. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(-90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1463. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1464. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1465. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1466. end
  1467. local DIRECTION = CF(LeftArm.CFrame*CF(0,-3,0).p,AIMPOS).lookVector
  1468. CreateSound("1368598393", LeftArm, 3, 1)
  1469. local FIRE1 = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Laser", VT(0,0,0))
  1470. MakeForm(FIRE1,"Ball")
  1471. local FIRE2 = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Laser", VT(0,0,0))
  1472. MakeForm(FIRE2,"Cyl")
  1473. for i=1, 45 do
  1474. Swait()
  1475. if i == 15 then
  1476. for i = 1, math.ceil(FIRE2.Size.Y/30) do
  1477. AoEDamage(FIRE2.CFrame*CF(0,i*15,0).p,25,25,35,5,0,1,1.5,false)
  1478. Slice("Round",1,45,FIRE2.CFrame*CF(0,i*15,0) * ANGLES(RAD(90), RAD(0), RAD(MRANDOM(-180,180))),COLOR,VT(0,0,0))
  1479. end
  1480. for i = 1, math.ceil(FIRE2.Size.Y/30) do
  1481. AoEDamage(FIRE2.CFrame*CF(0,-i*15,0).p,25,25,35,5,0,1,1.5,false)
  1482. Slice("Round",1,45,FIRE2.CFrame*CF(0,i*15,0) * ANGLES(RAD(90), RAD(0), RAD(MRANDOM(-180,180))),COLOR,VT(0,0,0))
  1483. end
  1484. end
  1485. FIRE1.Color = COLOR
  1486. FIRE2.Color = COLOR
  1487. local HIT,POS = Raycast(LeftArm.CFrame*CF(0,-3,0).p, DIRECTION, 1500, workspace)
  1488. local DISTANCE = (LeftArm.CFrame*CF(0,-3,0).p - POS).Magnitude
  1489. FIRE2.Size = VT(i/15,DISTANCE,i/15)
  1490. FIRE2.CFrame = CF(LeftArm.CFrame*CF(0,-3,0).p, POS) * CF(0, 0, -DISTANCE/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  1491. FIRE1.Size = VT(i/15,i/15,i/15)
  1492. FIRE1.CFrame = FIRE2.CFrame*CF(0,FIRE2.Size.Y/2,0)
  1493. RootPart.CFrame = RootPart.CFrame * CF(0,0,0.2)
  1494. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1495. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1496. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(-90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1497. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1498. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1499. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1500. end
  1501. for i=1, 40 do
  1502. Swait()
  1503. FIRE1.Color = COLOR
  1504. FIRE2.Color = COLOR
  1505. local HIT,POS = Raycast(LeftArm.CFrame*CF(0,-3,0).p, DIRECTION, 1500, workspace)
  1506. local DISTANCE = (LeftArm.CFrame*CF(0,-3,0).p - POS).Magnitude
  1507. FIRE2.Size = VT(FIRE2.Size.X * 0.9,DISTANCE,FIRE2.Size.Z * 0.9)
  1508. FIRE2.CFrame = CF(LeftArm.CFrame*CF(0,-3,0).p, POS) * CF(0, 0, -DISTANCE/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  1509. FIRE1.Size = FIRE1.Size * 0.9
  1510. FIRE1.CFrame = FIRE2.CFrame*CF(0,FIRE2.Size.Y/2,0)
  1511. RootPart.CFrame = RootPart.CFrame * CF(0,0,0.2)
  1512. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1513. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1514. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(40)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1515. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1516. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1517. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1518. end
  1519. FIRE1:remove()
  1520. FIRE2:remove()
  1521. VALUE1 = false
  1522. ATTACK = false
  1523. Rooted = false
  1524. end
  1525.  
  1526. function DroneDisplay()
  1527. ATTACK = true
  1528. Rooted = true
  1529. VALUE1 = true
  1530. for i=0, 1, 0.1 / Animation_Speed do
  1531. Swait()
  1532. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1533. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1534. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(40)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1535. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1536. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1537. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1538. end
  1539. CreateSound("90655239", LeftArm, 3, 1)
  1540. MagicSphere(VT(0,0,0),25,LeftArm.CFrame*CF(0,-3,0),COLOR,VT(0.3,0.3,0.3))
  1541. CreateWave(VT(12,0.2,12),24,LeftArm.CFrame*CF(0,-2.5,0),true,5,COLOR,VT(-1,0,-1)/2)
  1542. SpawnDrone()
  1543. for i=0, 0.3, 0.1 / Animation_Speed do
  1544. Swait()
  1545. RootPart.CFrame = RootPart.CFrame * CF(0,0,0.2)
  1546. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  1547. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 2 / Animation_Speed)
  1548. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(-0.5, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(40)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  1549. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.55, 0) * ANGLES(RAD(90), RAD(0), RAD(-55)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  1550. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1551. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  1552. end
  1553. VALUE1 = false
  1554. ATTACK = false
  1555. Rooted = false
  1556. end
  1557.  
  1558. --//=================================\\
  1559. --|| ASSIGN THINGS TO KEYS
  1560. --\\=================================//
  1561.  
  1562. function MouseDown(Mouse)
  1563. if ATTACK == false then
  1564. ClawCombo()
  1565. end
  1566. end
  1567.  
  1568. function MouseUp(Mouse)
  1569. HOLD = false
  1570. end
  1571.  
  1572. function KeyDown(Key)
  1573. KEYHOLD = true
  1574. if Key == "z" and ATTACK == false then
  1575. UpperCut()
  1576. end
  1577.  
  1578. if Key == "b" and ATTACK == false then
  1579. ClawWheel()
  1580. end
  1581.  
  1582. if Key == "c" and ATTACK == false then
  1583. LaserBlast()
  1584. end
  1585.  
  1586. if Key == "v" and ATTACK == false then
  1587. if #DRONES < 5 then
  1588. DroneDisplay()
  1589. end
  1590. end
  1591. end
  1592.  
  1593. function KeyUp(Key)
  1594. KEYHOLD = false
  1595. end
  1596.  
  1597. Mouse.Button1Down:connect(function(NEWKEY)
  1598. MouseDown(NEWKEY)
  1599. end)
  1600. Mouse.Button1Up:connect(function(NEWKEY)
  1601. MouseUp(NEWKEY)
  1602. end)
  1603. Mouse.KeyDown:connect(function(NEWKEY)
  1604. KeyDown(NEWKEY)
  1605. end)
  1606. Mouse.KeyUp:connect(function(NEWKEY)
  1607. KeyUp(NEWKEY)
  1608. end)
  1609.  
  1610. --//=================================\\
  1611. --\\=================================//
  1612.  
  1613.  
  1614. function unanchor()
  1615. if UNANCHOR == true then
  1616. g = Character:GetChildren()
  1617. for i = 1, #g do
  1618. if g[i].ClassName == "Part" then
  1619. g[i].Anchored = false
  1620. end
  1621. end
  1622. end
  1623. end
  1624.  
  1625.  
  1626. --//=================================\\
  1627. --|| WRAP THE WHOLE SCRIPT UP
  1628. --\\=================================//
  1629.  
  1630. Humanoid.Changed:connect(function(Jump)
  1631. if Jump == "Jump" and (Disable_Jump == true) then
  1632. Humanoid.Jump = false
  1633. end
  1634. end)
  1635.  
  1636. Speed = 25
  1637. local GYRO = IT("BodyGyro",RootPart)
  1638. GYRO.D = 100
  1639. GYRO.P = 2000
  1640. GYRO.MaxTorque = VT(0,4000000,0)
  1641. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1642.  
  1643. while true do
  1644. Swait()
  1645. if VALUE1 == false then
  1646. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1647. end
  1648. ANIMATE.Parent = nil
  1649. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  1650. IDLEANIMATION:Play()
  1651. SINE = SINE + CHANGE
  1652. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  1653. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  1654. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  1655. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  1656. local WALKSPEEDVALUE = 5
  1657. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  1658. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2)) * Player_Size) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1659. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1660. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1661. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1662. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  1663. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1664. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1665. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1666. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1667. end
  1668. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  1669. ANIM = "Jump"
  1670. if ATTACK == false then
  1671. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1672. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1673. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1674. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1675. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  1676. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1677. end
  1678. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  1679. ANIM = "Fall"
  1680. if ATTACK == false then
  1681. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1682. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1683. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1684. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1685. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1686. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  1687. end
  1688. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  1689. ANIM = "Idle"
  1690. if ATTACK == false then
  1691. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(45), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1692. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(20), RAD(-25)), 0.15 / Animation_Speed)
  1693. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.51, 0) * ANGLES(RAD(75), RAD(-25), RAD(-45)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1694. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(45), RAD(-25)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1695. RightHip.C0 = Clerp(RightHip.C0, CF(1.2, -0.4 - 0.05 * COS(SINE / 12), -0.3) * ANGLES(RAD(65), RAD(45), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 0.15 / Animation_Speed)
  1696. LeftHip.C0 = Clerp(LeftHip.C0, CF(-0.8, -0.9 - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(0), RAD(-45), RAD(-25)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1697. end
  1698. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  1699. ANIM = "Walk"
  1700. WALK = WALK + 1 / Animation_Speed
  1701. if WALK >= 15 - (5 * (Humanoid.WalkSpeed / 16 / Player_Size)) then
  1702. WALK = 0
  1703. if WALKINGANIM == true then
  1704. WALKINGANIM = false
  1705. elseif WALKINGANIM == false then
  1706. WALKINGANIM = true
  1707. end
  1708. end
  1709. --RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1710. --LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1711. if ATTACK == false then
  1712. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.3) * ANGLES(RAD(15 + 5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(25)), 2 / Animation_Speed)
  1713. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(-25)), 2 / Animation_Speed)
  1714. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(-35), RAD(25)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
  1715. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-25), RAD(35), RAD(-45)) * LEFTSHOULDERC0, 0.35 / Animation_Speed)
  1716. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -0.8 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(45), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  1717. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.9 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.5+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-115), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  1718. end
  1719. end
  1720. unanchor()
  1721. Humanoid.MaxHealth = "inf"
  1722. Humanoid.Health = "inf"
  1723. if Rooted == false then
  1724. Disable_Jump = false
  1725. Humanoid.WalkSpeed = Speed
  1726. elseif Rooted == true then
  1727. Disable_Jump = true
  1728. Humanoid.WalkSpeed = 0
  1729. end
  1730. COLOR = C3(sick.PlaybackLoudness/250,0,0)
  1731. for _, c in pairs(Weapon:GetChildren()) do
  1732. if c.ClassName == "Part" then
  1733. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1734. if c.Material == Enum.Material.Neon then
  1735. c.Color = COLOR
  1736. end
  1737. elseif c.ClassName == "Model" then
  1738. for _, q in pairs(c:GetChildren()) do
  1739. if q.ClassName == "Part" then
  1740. q.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1741. if q.Material == Enum.Material.Neon then
  1742. q.Color = COLOR
  1743. end
  1744. end
  1745. end
  1746. end
  1747. end
  1748. SKILL1TEXT.TextColor3 = COLOR
  1749. SKILL2TEXT.TextColor3 = COLOR
  1750. SKILL3TEXT.TextColor3 = COLOR
  1751. SKILL4TEXT.TextColor3 = COLOR
  1752. SKILL5TEXT.TextColor3 = COLOR
  1753. if #DRONES>0 then
  1754. for e=1,#DRONES do
  1755. if DRONES[e]~=nil then
  1756. local Thing=DRONES[e]
  1757. if Thing~=nil then
  1758. local Model=Thing[1]
  1759. local CenterPart=Thing[2]
  1760. local Gyro=Thing[3]
  1761. local Pos=Thing[4]
  1762. local Humanoid=Thing[5]
  1763. if VALUE2 == nil then
  1764. Gyro.cframe = CF(CenterPart.Position,Mouse.Hit.p)
  1765. Pos.Position = RootPart.CFrame*CF(3+((1+e*2)-2),0.7 + (1+e*2) - 0.15 * COS(SINE/12),-1).p
  1766. else
  1767. if VALUE2.ClassName == "Part" or VALUE2.ClassName == "MeshPart" then
  1768. Gyro.cframe = CF(CenterPart.Position,VALUE2.Position)
  1769. Pos.Position = VALUE2.CFrame*CF(0,5,0)*ANGLES(RAD(0),RAD(360/e),RAD(0)) * CF(0,0,5).p
  1770. local HUMAN = VALUE2.Parent:FindFirstChildOfClass("Humanoid")
  1771. if HUMAN then
  1772. if HUMAN.Health == 0 then
  1773. VALUE2 = nil
  1774. end
  1775. end
  1776. if MRANDOM(1,75) == 1 then
  1777. local DIRECTION = CF(CenterPart.Position,VALUE2.Position)
  1778. CreateWave(VT(0,2,0),24,DIRECTION*CF(0,0,-1)*ANGLES(RAD(90),RAD(0),RAD(0)),true,5,COLOR,VT(0.1,0,0.1))
  1779. CreateSound("950831913", CenterPart, 3, 1)
  1780. MagicSphere(VT(0,0,0),25,CenterPart.CFrame,COLOR,VT(0.2,0.2,0.2))
  1781. AoEDamage(VALUE2.Position,3,5,5,0,2,2,false)
  1782. end
  1783. end
  1784. end
  1785. if Humanoid.Health == 0 then
  1786. Gyro:remove()
  1787. Pos:remove()
  1788. AoEDamage(CenterPart.Position,25,45,45,0,2,2,false)
  1789. for i = 1, 3 do
  1790. CreateRing(VT(0,0,0),false,0,15,CenterPart.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),COLOR,VT(0.6,0.6,0)/10)
  1791. end
  1792. CreateSound("952307359", CenterPart, 3, 1)
  1793. Humanoid:remove()
  1794. Debris:AddItem(Model,2)
  1795. CenterPart.RotVelocity = VT(0,0,0)
  1796. table.remove(DRONES,e)
  1797. end
  1798. end
  1799. end
  1800. end
  1801. end
  1802. end
  1803.  
  1804. --//=================================\\
  1805. --\\=================================//
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811. --//====================================================\\--
  1812. --|| END OF SCRIPT
  1813. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement