Advertisement
Guest User

Jjj

a guest
Jul 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 217.17 KB | None | 0 0
  1.  
  2. -- [[[
  3. --000000[[====================================================================================\\
  4. --000000[[ DEIVIS97 EDIT
  5. --000000[[====================================================================================//
  6. -- [[[
  7.  
  8.  
  9.  
  10. wait(0.2)
  11.  
  12.  
  13.  
  14. Player = owner
  15. PlayerGui = Player.PlayerGui
  16. Cam = workspace.CurrentCamera
  17. Backpack = Player.Backpack
  18. Character = Player.Character
  19. Humanoid = Character.Humanoid
  20. Mouse = Player:GetMouse()
  21. RootPart = Character["HumanoidRootPart"]
  22. Torso = Character["Torso"]
  23. Head = Character["Head"]
  24. RightArm = Character["Right Arm"]
  25. LeftArm = Character["Left Arm"]
  26. RightLeg = Character["Right Leg"]
  27. LeftLeg = Character["Left Leg"]
  28. RootJoint = RootPart["RootJoint"]
  29. Neck = Torso["Neck"]
  30. RightShoulder = Torso["Right Shoulder"]
  31. LeftShoulder = Torso["Left Shoulder"]
  32. RightHip = Torso["Right Hip"]
  33. LeftHip = Torso["Left Hip"]
  34. local sick = Instance.new("Sound",Character)
  35. sick.SoundId = "rbxassetid://0"
  36. sick.Looped = true
  37. sick.Pitch = 1
  38. sick.Volume = 5
  39. sick:Play()
  40. Humanoid.DisplayDistanceType = "None"
  41.  
  42. local naeeym2 = Instance.new("BillboardGui",Character)
  43. naeeym2.AlwaysOnTop = true
  44. naeeym2.Size = UDim2.new(7,35,3,15)
  45. naeeym2.StudsOffset = Vector3.new(0,2,0)
  46. naeeym2.MaxDistance = 75
  47. naeeym2.Adornee = Character.Head
  48. naeeym2.Name = "Name2"
  49. local tecks2 = Instance.new("TextLabel",naeeym2)
  50. tecks2.BackgroundTransparency = 1
  51. tecks2.TextScaled = true
  52. tecks2.BorderSizePixel = 0
  53. tecks2.Text = "Eraser of Worlds"
  54. tecks2.Font = "Antique"
  55. tecks2.TextSize = 30
  56. tecks2.TextStrokeTransparency = 0
  57. tecks2.TextColor3 = Color3.fromRGB(125, 0, 124)
  58. tecks2.TextStrokeColor3 = Color3.fromRGB(50, 0, 0)
  59. tecks2.Size = UDim2.new(1,0,0.5,0)
  60. tecks2.Parent = naeeym2
  61.  
  62. IT = Instance.new
  63. CF = CFrame.new
  64. VT = Vector3.new
  65. RAD = math.rad
  66. C3 = Color3.new
  67. UD2 = UDim2.new
  68. BRICKC = BrickColor.new
  69. ANGLES = CFrame.Angles
  70. EULER = CFrame.fromEulerAnglesXYZ
  71. COS = math.cos
  72. ACOS = math.acos
  73. SIN = math.sin
  74. ASIN = math.asin
  75. ABS = math.abs
  76. MRANDOM = math.random
  77. FLOOR = math.floor
  78.  
  79. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  80. local NEWMESH = IT(MESH)
  81. if MESH == "SpecialMesh" then
  82. NEWMESH.MeshType = MESHTYPE
  83. if MESHID ~= "nil" and MESHID ~= "" then
  84. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  85. end
  86. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  87. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  88. end
  89. end
  90. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  91. NEWMESH.Scale = SCALE
  92. NEWMESH.Parent = PARENT
  93. return NEWMESH
  94. end
  95.  
  96. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  97. local NEWPART = IT("Part")
  98. NEWPART.formFactor = FORMFACTOR
  99. NEWPART.Reflectance = REFLECTANCE
  100. NEWPART.Transparency = TRANSPARENCY
  101. NEWPART.CanCollide = false
  102. NEWPART.Locked = true
  103. NEWPART.Anchored = true
  104. if ANCHOR == false then
  105. NEWPART.Anchored = false
  106. end
  107. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  108. NEWPART.Name = NAME
  109. NEWPART.Size = SIZE
  110. NEWPART.Position = Torso.Position
  111. NEWPART.Material = MATERIAL
  112. NEWPART:BreakJoints()
  113. NEWPART.Parent = PARENT
  114. return NEWPART
  115. end
  116.  
  117. --//=================================\\
  118. --|| CUSTOMIZATION
  119. --\\=================================//
  120.  
  121. Player_Size = 1 --Size of the player.
  122. Animation_Speed = 3
  123. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  124.  
  125. local Speed = 16
  126. local Effects2 = {}
  127.  
  128. --//=================================\\
  129. --|| END OF CUSTOMIZATION
  130. --\\=================================//
  131.  
  132. local function weldBetween(a, b)
  133. local weldd = Instance.new("ManualWeld")
  134. weldd.Part0 = a
  135. weldd.Part1 = b
  136. weldd.C0 = CFrame.new()
  137. weldd.C1 = b.CFrame:inverse() * a.CFrame
  138. weldd.Parent = a
  139. return weldd
  140. end
  141.  
  142. --//=================================\\
  143. --|| USEFUL VALUES
  144. --\\=================================//
  145.  
  146. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  147. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  148. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  149. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  150. local CHANGEDEFENSE = 0
  151. local CHANGEDAMAGE = 0
  152. local CHANGEMOVEMENT = 0
  153. local ANIM = "Idle"
  154. local ATTACK = false
  155. local EQUIPPED = false
  156. local HOLD = false
  157. local COMBO = 1
  158. local Rooted = false
  159. local SINE = 0
  160. local KEYHOLD = false
  161. local CHANGE = 2 / Animation_Speed
  162. local WALKINGANIM = false
  163. local WALK = 0
  164. local VALUE1 = false
  165. local VALUE2 = false
  166. local POWERLEVEL = 1
  167. local DEATH = false
  168. local ROBLOXIDLEANIMATION = IT("Animation")
  169. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  170. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  171. --ROBLOXIDLEANIMATION.Parent = Humanoid
  172. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  173. WEAPONGUI.Name = "Weapon GUI"
  174. local Weapon = IT("Model")
  175. Weapon.Name = "Adds"
  176. local Effects = IT("Folder", Weapon)
  177. Effects.Name = "Effects"
  178. local ANIMATOR = Humanoid.Animator
  179. local ANIMATE = Character.Animate
  180. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  181. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  182. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  183. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  184. local UNANCHOR = true
  185. local LIMITBROKEN = false
  186. local HITFLOOR, HITPOS = nil
  187. local FLIGHT = false
  188.  
  189. local SKILLTEXTCOLOR = BRICKC("Royal purple").Color
  190.  
  191. --//=================================\\
  192. --\\=================================//
  193.  
  194.  
  195. --//=================================\\
  196. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  197. --\\=================================//
  198.  
  199. ArtificialHB = Instance.new("BindableEvent", script)
  200. ArtificialHB.Name = "ArtificialHB"
  201.  
  202. script:WaitForChild("ArtificialHB")
  203.  
  204. frame = Frame_Speed
  205. tf = 0
  206. allowframeloss = false
  207. tossremainder = false
  208. lastframe = tick()
  209. script.ArtificialHB:Fire()
  210.  
  211. game:GetService("RunService").Heartbeat:connect(function(s, p)
  212. tf = tf + s
  213. if tf >= frame then
  214. if allowframeloss then
  215. script.ArtificialHB:Fire()
  216. lastframe = tick()
  217. else
  218. for i = 1, math.floor(tf / frame) do
  219. script.ArtificialHB:Fire()
  220. end
  221. lastframe = tick()
  222. end
  223. if tossremainder then
  224. tf = 0
  225. else
  226. tf = tf - frame * math.floor(tf / frame)
  227. end
  228. end
  229. end)
  230.  
  231. --//=================================\\
  232. --\\=================================//
  233.  
  234.  
  235.  
  236.  
  237.  
  238. --//=================================\\
  239. --|| SOME FUNCTIONS
  240. --\\=================================//
  241.  
  242. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  243. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  244. end
  245.  
  246. function PositiveAngle(NUMBER)
  247. if NUMBER >= 0 then
  248. NUMBER = 0
  249. end
  250. return NUMBER
  251. end
  252.  
  253. function NegativeAngle(NUMBER)
  254. if NUMBER <= 0 then
  255. NUMBER = 0
  256. end
  257. return NUMBER
  258. end
  259.  
  260. function Swait(NUMBER)
  261. if NUMBER == 0 or NUMBER == nil then
  262. ArtificialHB.Event:wait()
  263. else
  264. for i = 1, NUMBER do
  265. ArtificialHB.Event:wait()
  266. end
  267. end
  268. end
  269.  
  270. function QuaternionFromCFrame(cf)
  271. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  272. local trace = m00 + m11 + m22
  273. if trace > 0 then
  274. local s = math.sqrt(1 + trace)
  275. local recip = 0.5 / s
  276. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  277. else
  278. local i = 0
  279. if m11 > m00 then
  280. i = 1
  281. end
  282. if m22 > (i == 0 and m00 or m11) then
  283. i = 2
  284. end
  285. if i == 0 then
  286. local s = math.sqrt(m00 - m11 - m22 + 1)
  287. local recip = 0.5 / s
  288. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  289. elseif i == 1 then
  290. local s = math.sqrt(m11 - m22 - m00 + 1)
  291. local recip = 0.5 / s
  292. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  293. elseif i == 2 then
  294. local s = math.sqrt(m22 - m00 - m11 + 1)
  295. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  296. end
  297. end
  298. end
  299.  
  300. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  301. local xs, ys, zs = x + x, y + y, z + z
  302. local wx, wy, wz = w * xs, w * ys, w * zs
  303. local xx = x * xs
  304. local xy = x * ys
  305. local xz = x * zs
  306. local yy = y * ys
  307. local yz = y * zs
  308. local zz = z * zs
  309. 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))
  310. end
  311.  
  312. function QuaternionSlerp(a, b, t)
  313. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  314. local startInterp, finishInterp;
  315. if cosTheta >= 0.0001 then
  316. if (1 - cosTheta) > 0.0001 then
  317. local theta = ACOS(cosTheta)
  318. local invSinTheta = 1 / SIN(theta)
  319. startInterp = SIN((1 - t) * theta) * invSinTheta
  320. finishInterp = SIN(t * theta) * invSinTheta
  321. else
  322. startInterp = 1 - t
  323. finishInterp = t
  324. end
  325. else
  326. if (1 + cosTheta) > 0.0001 then
  327. local theta = ACOS(-cosTheta)
  328. local invSinTheta = 1 / SIN(theta)
  329. startInterp = SIN((t - 1) * theta) * invSinTheta
  330. finishInterp = SIN(t * theta) * invSinTheta
  331. else
  332. startInterp = t - 1
  333. finishInterp = t
  334. end
  335. end
  336. 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
  337. end
  338.  
  339. function Clerp(a, b, t)
  340. local qa = {QuaternionFromCFrame(a)}
  341. local qb = {QuaternionFromCFrame(b)}
  342. local ax, ay, az = a.x, a.y, a.z
  343. local bx, by, bz = b.x, b.y, b.z
  344. local _t = 1 - t
  345. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  346. end
  347.  
  348. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  349. local frame = IT("Frame")
  350. frame.BackgroundTransparency = TRANSPARENCY
  351. frame.BorderSizePixel = BORDERSIZEPIXEL
  352. frame.Position = POSITION
  353. frame.Size = SIZE
  354. frame.BackgroundColor3 = COLOR
  355. frame.BorderColor3 = BORDERCOLOR
  356. frame.Name = NAME
  357. frame.Parent = PARENT
  358. return frame
  359. end
  360.  
  361. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  362. local label = IT("TextLabel")
  363. label.BackgroundTransparency = 1
  364. label.Size = UD2(1, 0, 1, 0)
  365. label.Position = UD2(0, 0, 0, 0)
  366. label.TextColor3 = TEXTCOLOR
  367. label.TextStrokeTransparency = STROKETRANSPARENCY
  368. label.TextTransparency = TRANSPARENCY
  369. label.FontSize = TEXTFONTSIZE
  370. label.Font = TEXTFONT
  371. label.BorderSizePixel = BORDERSIZEPIXEL
  372. label.TextScaled = false
  373. label.Text = TEXT
  374. label.Name = NAME
  375. label.Parent = PARENT
  376. return label
  377. end
  378.  
  379. function NoOutlines(PART)
  380. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  381. end
  382.  
  383.  
  384. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  385. local NEWWELD = IT(TYPE)
  386. NEWWELD.Part0 = PART0
  387. NEWWELD.Part1 = PART1
  388. NEWWELD.C0 = C0
  389. NEWWELD.C1 = C1
  390. NEWWELD.Parent = PARENT
  391. return NEWWELD
  392. end
  393.  
  394. local SOUND = IT("Sound")
  395.  
  396. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  397. local NEWSOUND = nil
  398. coroutine.resume(coroutine.create(function()
  399. NEWSOUND = SOUND:Clone()
  400. NEWSOUND.Parent = PARENT
  401. NEWSOUND.Volume = VOLUME
  402. NEWSOUND.Pitch = PITCH
  403. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  404. --Swait()
  405. NEWSOUND:play()
  406. if DOESLOOP == false then
  407. repeat Swait() until NEWSOUND.Playing == false
  408. NEWSOUND:remove()
  409. elseif DOESLOOP == true then
  410. NEWSOUND.Looped = true
  411. end
  412. end))
  413. return NEWSOUND
  414. end
  415.  
  416. function CFrameFromTopBack(at, top, back)
  417. local right = top:Cross(back)
  418. 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)
  419. end
  420.  
  421. function CreateWave(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  422. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  423. local mesh = IT("SpecialMesh",wave)
  424. mesh.MeshType = "FileMesh"
  425. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  426. mesh.Scale = SIZE
  427. mesh.Offset = VT(0,0,-SIZE.X/8)
  428. wave.CFrame = CFRAME
  429. coroutine.resume(coroutine.create(function(PART)
  430. for i = 1, WAIT do
  431. Swait()
  432. mesh.Scale = mesh.Scale + GROW
  433. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  434. if DOESROT == true then
  435. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  436. end
  437. wave.Transparency = wave.Transparency + (0.5/WAIT)
  438. if wave.Transparency > 0.99 then
  439. wave:remove()
  440. end
  441. end
  442. end))
  443. end
  444.  
  445. function CreateRing(SIZE,DOESROT,ROT,WAIT,CFRAME,COLOR,GROW)
  446. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  447. local mesh = IT("SpecialMesh",wave)
  448. mesh.MeshType = "FileMesh"
  449. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  450. mesh.Scale = SIZE
  451. mesh.Offset = VT(0,0,0)
  452. wave.CFrame = CFRAME
  453. coroutine.resume(coroutine.create(function(PART)
  454. for i = 1, WAIT do
  455. Swait()
  456. mesh.Scale = mesh.Scale + GROW
  457. if DOESROT == true then
  458. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  459. end
  460. wave.Transparency = wave.Transparency + (0.5/WAIT)
  461. if wave.Transparency > 0.99 then
  462. wave:remove()
  463. end
  464. end
  465. end))
  466. end
  467.  
  468. function MagicSphere(SIZE,WAIT,CFRAME,COLOR,GROW)
  469. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  470. local mesh = IT("SpecialMesh",wave)
  471. mesh.MeshType = "Sphere"
  472. mesh.Scale = SIZE
  473. mesh.Offset = VT(0,0,0)
  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. wave.Transparency = wave.Transparency + (1/WAIT)
  480. if wave.Transparency > 0.99 then
  481. wave:remove()
  482. end
  483. end
  484. end))
  485. end
  486.  
  487. function CreateDebreeRing(FLOOR,POSITION,SIZE,BLOCKSIZE,SWAIT)
  488. if FLOOR ~= nil then
  489. coroutine.resume(coroutine.create(function()
  490. local PART = CreatePart(3, Effects, "Plastic", 0, 1, "Royal purple", "DebreeCenter", VT(0,0,0))
  491. PART.CFrame = CF(POSITION)
  492. for i = 1, 45 do
  493. local RingPiece = CreatePart(3, Effects, "Plastic", 0, 0, "Royal purple", "DebreePart", BLOCKSIZE)
  494. RingPiece.Material = FLOOR.Material
  495. RingPiece.Color = FLOOR.Color
  496. RingPiece.CFrame = PART.CFrame * ANGLES(RAD(0), RAD(i*8), RAD(0)) * CF(SIZE*4, 0, 0) * ANGLES(RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)))
  497. Debris:AddItem(RingPiece,SWAIT)
  498. end
  499. PART:remove()
  500. end))
  501. end
  502. end
  503.  
  504. function Slice(SIZE,WAIT,CFRAME,COLOR,GROW)
  505. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  506. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "448386996", "", VT(0,SIZE/10,SIZE/10), VT(0,0,0))
  507. wave.CFrame = CFRAME
  508. coroutine.resume(coroutine.create(function(PART)
  509. for i = 1, WAIT do
  510. Swait()
  511. mesh.Scale = mesh.Scale * GROW
  512. wave.Transparency = wave.Transparency + (0.5/WAIT)
  513. if wave.Transparency > 0.99 then
  514. wave:remove()
  515. end
  516. end
  517. end))
  518. end
  519.  
  520. function CreateFlyingDebree(FLOOR,POSITION,AMOUNT,BLOCKSIZE,SWAIT,STRENGTH)
  521. if FLOOR ~= nil then
  522. for i = 1, AMOUNT do
  523. local DEBREE = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Debree", BLOCKSIZE, false)
  524. DEBREE.Material = FLOOR.Material
  525. DEBREE.Color = FLOOR.Color
  526. DEBREE.CFrame = POSITION * ANGLES(RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)))
  527. DEBREE.Velocity = VT(MRANDOM(-STRENGTH,STRENGTH),STRENGTH,MRANDOM(-STRENGTH,STRENGTH))
  528. coroutine.resume(coroutine.create(function()
  529. Swait(15)
  530. DEBREE.Parent = workspace
  531. DEBREE.CanCollide = true
  532. Debris:AddItem(DEBREE,SWAIT)
  533. end))
  534. end
  535. end
  536. end
  537.  
  538. function MakeForm(PART,TYPE)
  539. if TYPE == "Cyl" then
  540. local MSH = IT("CylinderMesh",PART)
  541. elseif TYPE == "Ball" then
  542. local MSH = IT("SpecialMesh",PART)
  543. MSH.MeshType = "Sphere"
  544. elseif TYPE == "Wedge" then
  545. local MSH = IT("SpecialMesh",PART)
  546. MSH.MeshType = "Wedge"
  547. end
  548. end
  549.  
  550. function CheckTableForString(Table, String)
  551. for i, v in pairs(Table) do
  552. if string.find(string.lower(String), string.lower(v)) then
  553. return true
  554. end
  555. end
  556. return false
  557. end
  558.  
  559. function CheckIntangible(Hit)
  560. local ProjectileNames = {"Water", "Arrow", "Projectile", "Effect", "Rail", "Lightning", "Bullet"}
  561. if Hit and Hit.Parent then
  562. if ((not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid")) then
  563. return true
  564. end
  565. end
  566. return false
  567. end
  568.  
  569. Debris = game:GetService("Debris")
  570.  
  571. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  572. local Direction = CFrame.new(StartPos, Vec).lookVector
  573. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  574. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  575. if RayHit and CheckIntangible(RayHit) then
  576. if DelayIfHit then
  577. wait()
  578. end
  579. RayHit, RayPos, RayNormal = CastZapRay((RayPos + (Vec * 0.01)), Vec, (Length - ((StartPos - RayPos).magnitude)), Ignore, DelayIfHit)
  580. end
  581. return RayHit, RayPos, RayNormal
  582. end
  583.  
  584. function turnto(position)
  585. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  586. end
  587.  
  588. --//=================================\\
  589. --|| WEAPON CREATION
  590. --\\=================================//
  591. CircleParts = {}
  592. Equipped = false
  593.  
  594. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  595. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  596. end
  597. Humanoid = Character:FindFirstChildOfClass("Humanoid")
  598. Torso = Character:FindFirstChild("Torso")
  599. if not Player or not Humanoid or Humanoid.Health == 0 or not Torso then
  600. return
  601. end
  602. Equipped = true
  603. Circle = Instance.new("Model")
  604. Circle.Name = "Circle"
  605. Angle = 0
  606. for i = 1, 1 do
  607. local CirclePart = Instance.new("Part")
  608. CirclePart.Name = "CirclePart"
  609. CirclePart.Transparency = 1
  610. CirclePart.BrickColor = BrickColor.new("Really black")
  611. CirclePart.Material = Enum.Material.Plastic
  612. CirclePart.Shape = Enum.PartType.Block
  613. CirclePart.FormFactor = Enum.FormFactor.Custom
  614. CirclePart.TopSurface = Enum.SurfaceType.Smooth
  615. CirclePart.BottomSurface = Enum.SurfaceType.Smooth
  616. CirclePart.Anchored = true
  617. CirclePart.CanCollide = false
  618. CirclePart.Locked = true
  619. CirclePart.Size = Vector3.new(10, 0.2, 10)
  620. local Aura = Instance.new('ParticleEmitter')
  621. Aura.Name = "Aura"
  622. Aura.Texture = "rbxassetid://141116476"
  623. Aura.Parent = CirclePart
  624. Aura.LightEmission = .7
  625. Aura.Transparency = NumberSequence.new(0.2,0.4,1)
  626. Aura.Color = ColorSequence.new(Color3.new(155/255, 0/255, 155/255),Color3.new(255/200, 0/200, 0/200))
  627. Aura.Size = NumberSequence.new(0.9,0.5,0.3)
  628. Aura.LockedToPart = false
  629. Aura.Lifetime = NumberRange.new(1)
  630. Aura.Rate = 100
  631. Aura.Speed = NumberRange.new(2)
  632. Aura.SpreadAngle = Vector2.new(80,80)
  633. local BlockMesh = Instance.new("BlockMesh")
  634. BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1)
  635. BlockMesh.Parent = CirclePart
  636. CirclePart.Parent = Circle
  637. local Star = Instance.new("Decal", CirclePart)
  638. Star.Texture = "http://www.roblox.com/asset/?id=1258741019"
  639. Star.Face = "Top"
  640. local Light = Instance.new("PointLight", CirclePart)
  641. Light.Color = Color3.new(1,0,0)
  642. Light.Brightness = 100
  643. Light.Range = 0
  644. table.insert(CircleParts, CirclePart)
  645. end
  646. Spawn(function()
  647. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and Torso.Parent do
  648. if Angle == 360 then
  649. Angle = 0
  650. end
  651. Angle = Angle + 0.05
  652. local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character})
  653. if Hit then
  654. if not Circle.Parent then
  655. Circle.Parent = Character
  656. end
  657. for i, v in pairs(CircleParts) do
  658. v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0)
  659. end
  660. else
  661. Circle.Parent = nil
  662. end
  663. wait()
  664. end
  665. end)
  666.  
  667. function particles(art)
  668. local EyeSizes={
  669. NumberSequenceKeypoint.new(0,1,0),
  670. NumberSequenceKeypoint.new(1,1,0)
  671. }
  672. local EyeTrans={
  673. NumberSequenceKeypoint.new(0,0.8,0),
  674. NumberSequenceKeypoint.new(1,1,0)
  675. }
  676. local PE=Instance.new("ParticleEmitter",art)
  677. PE.LightEmission=.8
  678. PE.Color = ColorSequence.new(BRICKC("Royal purple").Color)
  679. PE.Size=NumberSequence.new(EyeSizes)
  680. PE.Transparency=NumberSequence.new(EyeTrans)
  681. PE.Lifetime=NumberRange.new(0.35,0.35,0.35)
  682. PE.Rotation=NumberRange.new(0,360)
  683. PE.Rate=999
  684. PE.VelocitySpread = 10000
  685. PE.Acceleration = Vector3.new(0,75,0)
  686. PE.Drag = 5
  687. PE.Speed = NumberRange.new(0,0,0)
  688. PE.Texture="http://www.roblox.com/asset/?id=341277531"
  689. PE.ZOffset = -1.5
  690. PE.Name = "PE"
  691. end
  692.  
  693. Weapon.Parent = Character
  694.  
  695. Humanoid.Died:connect(function()
  696. ATTACK = true
  697. DEATH = true
  698. end)
  699.  
  700. 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")
  701. 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")
  702. 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")
  703. 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")
  704. 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")
  705. local SKILL6FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.1, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 6 Frame")
  706.  
  707. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Warp", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 1")
  708. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Rival Smash", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 2")
  709. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Chunk chuck", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 3")
  710. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Boost", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 4")
  711. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] X-Event", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 5")
  712. local SKILL6TEXT = CreateLabel(SKILL6FRAME, "Power level: ["..POWERLEVEL.."]", SKILLTEXTCOLOR, 7, "Garamond", 0, 2, 1, "Text 6")
  713.  
  714. --//=================================\\
  715. --|| DAMAGING
  716. --\\=================================//
  717.  
  718. function killnearest(position,range,maxstrength)
  719. for i,v in ipairs(workspace:GetChildren()) do
  720. if v.ClassName == "Model" then
  721. local body = v:GetChildren()
  722. for part = 1, #body do
  723. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  724. if(body[part].Position - position).Magnitude < range then
  725. if v.ClassName == "Model" then
  726. v:BreakJoints()
  727. end
  728. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  729. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  730. end
  731. end
  732. end
  733. end
  734. end
  735. end
  736.  
  737. --//=================================\\
  738. --|| ATTACK FUNCTIONS AND STUFF
  739. --\\=================================//
  740. Torso.Transparency = 1
  741. function sandbox(var,func)
  742. local env = getfenv(func)
  743. local newenv = setmetatable({},{
  744. __index = function(self,k)
  745. if k=="script" then
  746. return var
  747. else
  748. return env[k]
  749. end
  750. end,
  751. })
  752. setfenv(func,newenv)
  753. return func
  754. end
  755. cors = {}
  756. mas = Instance.new("Model",game:GetService("Lighting"))
  757. Model0 = Instance.new("Model")
  758. Model1 = Instance.new("Model")
  759. Part2 = Instance.new("Part")
  760. Part3 = Instance.new("Part")
  761. SpecialMesh4 = Instance.new("SpecialMesh")
  762. Part5 = Instance.new("Part")
  763. SpecialMesh6 = Instance.new("SpecialMesh")
  764. Part7 = Instance.new("Part")
  765. SpecialMesh8 = Instance.new("SpecialMesh")
  766. Part9 = Instance.new("Part")
  767. SpecialMesh10 = Instance.new("SpecialMesh")
  768. Part11 = Instance.new("Part")
  769. Part12 = Instance.new("Part")
  770. SpecialMesh13 = Instance.new("SpecialMesh")
  771. Part14 = Instance.new("Part")
  772. SpecialMesh15 = Instance.new("SpecialMesh")
  773. Part16 = Instance.new("Part")
  774. Part17 = Instance.new("Part")
  775. SpecialMesh18 = Instance.new("SpecialMesh")
  776. Part19 = Instance.new("Part")
  777. Part20 = Instance.new("Part")
  778. Part21 = Instance.new("Part")
  779. SpecialMesh22 = Instance.new("SpecialMesh")
  780. Part23 = Instance.new("Part")
  781. SpecialMesh24 = Instance.new("SpecialMesh")
  782. Part25 = Instance.new("Part")
  783. Part26 = Instance.new("Part")
  784. Part27 = Instance.new("Part")
  785. SpecialMesh28 = Instance.new("SpecialMesh")
  786. Part29 = Instance.new("Part")
  787. SpecialMesh30 = Instance.new("SpecialMesh")
  788. Part31 = Instance.new("Part")
  789. Model32 = Instance.new("Model")
  790. Part33 = Instance.new("Part")
  791. SpecialMesh34 = Instance.new("SpecialMesh")
  792. Part35 = Instance.new("Part")
  793. SpecialMesh36 = Instance.new("SpecialMesh")
  794. Part37 = Instance.new("Part")
  795. SpecialMesh38 = Instance.new("SpecialMesh")
  796. Part39 = Instance.new("Part")
  797. Part40 = Instance.new("Part")
  798. SpecialMesh41 = Instance.new("SpecialMesh")
  799. Part42 = Instance.new("Part")
  800. Part43 = Instance.new("Part")
  801. Part44 = Instance.new("Part")
  802. SpecialMesh45 = Instance.new("SpecialMesh")
  803. Part46 = Instance.new("Part")
  804. SpecialMesh47 = Instance.new("SpecialMesh")
  805. Part48 = Instance.new("Part")
  806. SpecialMesh49 = Instance.new("SpecialMesh")
  807. Part50 = Instance.new("Part")
  808. SpecialMesh51 = Instance.new("SpecialMesh")
  809. Part52 = Instance.new("Part")
  810. SpecialMesh53 = Instance.new("SpecialMesh")
  811. Part54 = Instance.new("Part")
  812. SpecialMesh55 = Instance.new("SpecialMesh")
  813. Part56 = Instance.new("Part")
  814. SpecialMesh57 = Instance.new("SpecialMesh")
  815. Part58 = Instance.new("Part")
  816. SpecialMesh59 = Instance.new("SpecialMesh")
  817. Part60 = Instance.new("Part")
  818. SpecialMesh61 = Instance.new("SpecialMesh")
  819. Part62 = Instance.new("Part")
  820. SpecialMesh63 = Instance.new("SpecialMesh")
  821. Part64 = Instance.new("Part")
  822. SpecialMesh65 = Instance.new("SpecialMesh")
  823. Part66 = Instance.new("Part")
  824. SpecialMesh67 = Instance.new("SpecialMesh")
  825. Part68 = Instance.new("Part")
  826. SpecialMesh69 = Instance.new("SpecialMesh")
  827. Part70 = Instance.new("Part")
  828. Model71 = Instance.new("Model")
  829. Part72 = Instance.new("Part")
  830. SpecialMesh73 = Instance.new("SpecialMesh")
  831. Part74 = Instance.new("Part")
  832. SpecialMesh75 = Instance.new("SpecialMesh")
  833. Part76 = Instance.new("Part")
  834. SpecialMesh77 = Instance.new("SpecialMesh")
  835. Part78 = Instance.new("Part")
  836. Part79 = Instance.new("Part")
  837. SpecialMesh80 = Instance.new("SpecialMesh")
  838. Part81 = Instance.new("Part")
  839. Part82 = Instance.new("Part")
  840. Part83 = Instance.new("Part")
  841. SpecialMesh84 = Instance.new("SpecialMesh")
  842. Part85 = Instance.new("Part")
  843. SpecialMesh86 = Instance.new("SpecialMesh")
  844. Part87 = Instance.new("Part")
  845. SpecialMesh88 = Instance.new("SpecialMesh")
  846. Part89 = Instance.new("Part")
  847. SpecialMesh90 = Instance.new("SpecialMesh")
  848. Part91 = Instance.new("Part")
  849. SpecialMesh92 = Instance.new("SpecialMesh")
  850. Part93 = Instance.new("Part")
  851. SpecialMesh94 = Instance.new("SpecialMesh")
  852. Part95 = Instance.new("Part")
  853. SpecialMesh96 = Instance.new("SpecialMesh")
  854. Part97 = Instance.new("Part")
  855. SpecialMesh98 = Instance.new("SpecialMesh")
  856. Part99 = Instance.new("Part")
  857. SpecialMesh100 = Instance.new("SpecialMesh")
  858. Part101 = Instance.new("Part")
  859. SpecialMesh102 = Instance.new("SpecialMesh")
  860. Part103 = Instance.new("Part")
  861. SpecialMesh104 = Instance.new("SpecialMesh")
  862. Part105 = Instance.new("Part")
  863. SpecialMesh106 = Instance.new("SpecialMesh")
  864. Part107 = Instance.new("Part")
  865. SpecialMesh108 = Instance.new("SpecialMesh")
  866. Part109 = Instance.new("Part")
  867. Model110 = Instance.new("Model")
  868. Part111 = Instance.new("Part")
  869. Part112 = Instance.new("Part")
  870. SpecialMesh113 = Instance.new("SpecialMesh")
  871. Part114 = Instance.new("Part")
  872. SpecialMesh115 = Instance.new("SpecialMesh")
  873. Part116 = Instance.new("Part")
  874. SpecialMesh117 = Instance.new("SpecialMesh")
  875. Part118 = Instance.new("Part")
  876. SpecialMesh119 = Instance.new("SpecialMesh")
  877. Part120 = Instance.new("Part")
  878. Part121 = Instance.new("Part")
  879. Part122 = Instance.new("Part")
  880. SpecialMesh123 = Instance.new("SpecialMesh")
  881. Part124 = Instance.new("Part")
  882. SpecialMesh125 = Instance.new("SpecialMesh")
  883. Part126 = Instance.new("Part")
  884. SpecialMesh127 = Instance.new("SpecialMesh")
  885. Part128 = Instance.new("Part")
  886. Part129 = Instance.new("Part")
  887. SpecialMesh130 = Instance.new("SpecialMesh")
  888. Part131 = Instance.new("Part")
  889. SpecialMesh132 = Instance.new("SpecialMesh")
  890. Model133 = Instance.new("Model")
  891. Part134 = Instance.new("Part")
  892. SpecialMesh135 = Instance.new("SpecialMesh")
  893. Part136 = Instance.new("Part")
  894. SpecialMesh137 = Instance.new("SpecialMesh")
  895. Part138 = Instance.new("Part")
  896. SpecialMesh139 = Instance.new("SpecialMesh")
  897. Part140 = Instance.new("Part")
  898. SpecialMesh141 = Instance.new("SpecialMesh")
  899. Part142 = Instance.new("Part")
  900. SpecialMesh143 = Instance.new("SpecialMesh")
  901. Part144 = Instance.new("Part")
  902. SpecialMesh145 = Instance.new("SpecialMesh")
  903. Part146 = Instance.new("Part")
  904. Part147 = Instance.new("Part")
  905. Part148 = Instance.new("Part")
  906. SpecialMesh149 = Instance.new("SpecialMesh")
  907. Part150 = Instance.new("Part")
  908. SpecialMesh151 = Instance.new("SpecialMesh")
  909. Part152 = Instance.new("Part")
  910. Part153 = Instance.new("Part")
  911. SpecialMesh154 = Instance.new("SpecialMesh")
  912. Part155 = Instance.new("Part")
  913. Script156 = Instance.new("Script")
  914. Model0.Name = "good stuff k"
  915. Model0.Parent = mas
  916. Model1.Name = "Torso"
  917. Model1.Parent = Model0
  918. Part2.Parent = Model1
  919. Part2.Material = Enum.Material.SmoothPlastic
  920. Part2.BrickColor = BrickColor.new("Really black")
  921. Part2.Rotation = Vector3.new(0, -90, 0)
  922. Part2.Anchored = true
  923. Part2.FormFactor = Enum.FormFactor.Symmetric
  924. Part2.Size = Vector3.new(0.738999903, 0.200000048, 1.03600001)
  925. Part2.CFrame = CFrame.new(-0.214560002, 3.92600894, 22.5565186, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  926. Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  927. Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  928. Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  929. Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  930. Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  931. Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  932. Part2.Position = Vector3.new(-0.214560002, 3.92600894, 22.5565186)
  933. Part2.Orientation = Vector3.new(0, -90, 0)
  934. Part3.Parent = Model1
  935. Part3.Material = Enum.Material.Slate
  936. Part3.BrickColor = BrickColor.new("Crimson")
  937. Part3.Rotation = Vector3.new(0, -90, 0)
  938. Part3.Anchored = true
  939. Part3.FormFactor = Enum.FormFactor.Symmetric
  940. Part3.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  941. Part3.CFrame = CFrame.new(0.261940002, 2.23902202, 21.8550091, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  942. Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  943. Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  944. Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  945. Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  946. Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  947. Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  948. Part3.Position = Vector3.new(0.261940002, 2.23902202, 21.8550091)
  949. Part3.Orientation = Vector3.new(0, -90, 0)
  950. SpecialMesh4.Parent = Part3
  951. SpecialMesh4.MeshType = Enum.MeshType.Sphere
  952. Part5.Parent = Model1
  953. Part5.Material = Enum.Material.Slate
  954. Part5.BrickColor = BrickColor.new("Crimson")
  955. Part5.Rotation = Vector3.new(0, -90, 0)
  956. Part5.Anchored = true
  957. Part5.FormFactor = Enum.FormFactor.Symmetric
  958. Part5.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  959. Part5.CFrame = CFrame.new(0.261940002, 3.70001101, 21.8560181, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  960. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  961. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  962. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  963. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  964. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  965. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  966. Part5.Position = Vector3.new(0.261940002, 3.70001101, 21.8560181)
  967. Part5.Orientation = Vector3.new(0, -90, 0)
  968. SpecialMesh6.Parent = Part5
  969. SpecialMesh6.MeshType = Enum.MeshType.Sphere
  970. Part7.Parent = Model1
  971. Part7.Material = Enum.Material.SmoothPlastic
  972. Part7.BrickColor = BrickColor.new("Really black")
  973. Part7.Rotation = Vector3.new(0, -90, 0)
  974. Part7.Anchored = true
  975. Part7.FormFactor = Enum.FormFactor.Symmetric
  976. Part7.Size = Vector3.new(2.0079999, 1.972, 1)
  977. Part7.CFrame = CFrame.new(-0.643059015, 3.01899695, 21.8940125, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  978. Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  979. Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  980. Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  981. Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  982. Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  983. Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  984. Part7.Position = Vector3.new(-0.643059015, 3.01899695, 21.8940125)
  985. Part7.Orientation = Vector3.new(0, -90, 0)
  986. SpecialMesh8.Parent = Part7
  987. SpecialMesh8.Scale = Vector3.new(1, 1, 0.200000003)
  988. SpecialMesh8.MeshType = Enum.MeshType.Brick
  989. SpecialMesh8.Scale = Vector3.new(1, 1, 0.200000003)
  990. Part9.Parent = Model1
  991. Part9.Material = Enum.Material.SmoothPlastic
  992. Part9.BrickColor = BrickColor.new("Really black")
  993. Part9.Rotation = Vector3.new(0, -1.24000001, 0)
  994. Part9.Anchored = true
  995. Part9.FormFactor = Enum.FormFactor.Symmetric
  996. Part9.Size = Vector3.new(0.825000048, 2, 1)
  997. Part9.CFrame = CFrame.new(-0.267057002, 3.00099897, 22.8345184, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  998. Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  999. Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. Part9.Position = Vector3.new(-0.267057002, 3.00099897, 22.8345184)
  1005. Part9.Orientation = Vector3.new(0, -1.24000001, 0)
  1006. SpecialMesh10.Parent = Part9
  1007. SpecialMesh10.Scale = Vector3.new(1, 1, 0.200000003)
  1008. SpecialMesh10.MeshType = Enum.MeshType.Brick
  1009. SpecialMesh10.Scale = Vector3.new(1, 1, 0.200000003)
  1010. Part11.Parent = Model1
  1011. Part11.Material = Enum.Material.SmoothPlastic
  1012. Part11.BrickColor = BrickColor.new("Really black")
  1013. Part11.Rotation = Vector3.new(0, -90, 0)
  1014. Part11.Anchored = true
  1015. Part11.FormFactor = Enum.FormFactor.Symmetric
  1016. Part11.Size = Vector3.new(0.636999905, 0.200000048, 1.02900004)
  1017. Part11.CFrame = CFrame.new(-0.218061, 3.94200206, 21.2105255, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1018. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1020. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1021. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1022. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. Part11.Position = Vector3.new(-0.218061, 3.94200206, 21.2105255)
  1025. Part11.Orientation = Vector3.new(0, -90, 0)
  1026. Part12.Parent = Model1
  1027. Part12.Material = Enum.Material.Slate
  1028. Part12.BrickColor = BrickColor.new("Crimson")
  1029. Part12.Rotation = Vector3.new(0, -90, 0)
  1030. Part12.Anchored = true
  1031. Part12.FormFactor = Enum.FormFactor.Symmetric
  1032. Part12.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  1033. Part12.CFrame = CFrame.new(0.261940002, 3.21401906, 21.8560181, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1034. Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. Part12.Position = Vector3.new(0.261940002, 3.21401906, 21.8560181)
  1041. Part12.Orientation = Vector3.new(0, -90, 0)
  1042. SpecialMesh13.Parent = Part12
  1043. SpecialMesh13.MeshType = Enum.MeshType.Sphere
  1044. Part14.Parent = Model1
  1045. Part14.Material = Enum.Material.SmoothPlastic
  1046. Part14.BrickColor = BrickColor.new("Really black")
  1047. Part14.Rotation = Vector3.new(0, -1.24000001, 0)
  1048. Part14.Anchored = true
  1049. Part14.FormFactor = Enum.FormFactor.Symmetric
  1050. Part14.Size = Vector3.new(0.825000048, 1.96599996, 1)
  1051. Part14.CFrame = CFrame.new(-0.267057002, 3.02199602, 20.9845123, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  1052. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1053. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1054. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1055. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. Part14.Position = Vector3.new(-0.267057002, 3.02199602, 20.9845123)
  1059. Part14.Orientation = Vector3.new(0, -1.24000001, 0)
  1060. SpecialMesh15.Parent = Part14
  1061. SpecialMesh15.Scale = Vector3.new(1, 1, 0.200000003)
  1062. SpecialMesh15.MeshType = Enum.MeshType.Brick
  1063. SpecialMesh15.Scale = Vector3.new(1, 1, 0.200000003)
  1064. Part16.Parent = Model1
  1065. Part16.Material = Enum.Material.SmoothPlastic
  1066. Part16.BrickColor = BrickColor.new("Really black")
  1067. Part16.Rotation = Vector3.new(0, -90, 0)
  1068. Part16.Anchored = true
  1069. Part16.FormFactor = Enum.FormFactor.Symmetric
  1070. Part16.Size = Vector3.new(2, 2.01600003, 1.00999999)
  1071. Part16.CFrame = CFrame.new(-0.220062003, 3.07401037, 21.8960114, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1072. Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. Part16.Position = Vector3.new(-0.220062003, 3.07401037, 21.8960114)
  1079. Part16.Orientation = Vector3.new(0, -90, 0)
  1080. Part17.Parent = Model1
  1081. Part17.Material = Enum.Material.Slate
  1082. Part17.BrickColor = BrickColor.new("Crimson")
  1083. Part17.Rotation = Vector3.new(0, -90, 0)
  1084. Part17.Anchored = true
  1085. Part17.FormFactor = Enum.FormFactor.Symmetric
  1086. Part17.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  1087. Part17.CFrame = CFrame.new(0.261940002, 2.77401805, 21.8640137, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1088. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. Part17.Position = Vector3.new(0.261940002, 2.77401805, 21.8640137)
  1095. Part17.Orientation = Vector3.new(0, -90, 0)
  1096. SpecialMesh18.Parent = Part17
  1097. SpecialMesh18.MeshType = Enum.MeshType.Sphere
  1098. Part19.Parent = Model1
  1099. Part19.Material = Enum.Material.Slate
  1100. Part19.BrickColor = BrickColor.new("Royal purple")
  1101. Part19.Rotation = Vector3.new(0, -0.230000004, 0)
  1102. Part19.Anchored = true
  1103. Part19.FormFactor = Enum.FormFactor.Symmetric
  1104. Part19.Size = Vector3.new(0.636999905, 0.200000048, 0.203000024)
  1105. Part19.CFrame = CFrame.new(0.000846999988, 3.94200492, 22.2785187, 0.999991775, -6.79974523e-22, -0.00405955315, 6.81886116e-22, 1, 4.69487602e-22, 0.00405955315, -4.72251821e-22, 0.999991775)
  1106. Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. Part19.Position = Vector3.new(0.000846999988, 3.94200492, 22.2785187)
  1113. Part19.Orientation = Vector3.new(0, -0.230000004, 0)
  1114. Part20.Parent = Model1
  1115. Part20.Material = Enum.Material.Slate
  1116. Part20.BrickColor = BrickColor.new("Royal purple")
  1117. Part20.Rotation = Vector3.new(0, -90, 0)
  1118. Part20.Anchored = true
  1119. Part20.FormFactor = Enum.FormFactor.Symmetric
  1120. Part20.Size = Vector3.new(0.456999898, 0.200000048, 0.249000028)
  1121. Part20.CFrame = CFrame.new(-0.214057997, 3.96099806, 22.5885162, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1122. Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. Part20.Position = Vector3.new(-0.214057997, 3.96099806, 22.5885162)
  1129. Part20.Orientation = Vector3.new(0, -90, 0)
  1130. Part21.Parent = Model1
  1131. Part21.Material = Enum.Material.Slate
  1132. Part21.BrickColor = BrickColor.new("Royal purple")
  1133. Part21.Rotation = Vector3.new(0, -90, 0)
  1134. Part21.Anchored = true
  1135. Part21.FormFactor = Enum.FormFactor.Symmetric
  1136. Part21.Size = Vector3.new(0.200000003, 1.96399999, 1)
  1137. Part21.CFrame = CFrame.new(0.224937007, 3.0310111, 22.2900238, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1138. Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. Part21.Position = Vector3.new(0.224937007, 3.0310111, 22.2900238)
  1145. Part21.Orientation = Vector3.new(0, -90, 0)
  1146. SpecialMesh22.Parent = Part21
  1147. SpecialMesh22.Scale = Vector3.new(1, 1, 0.200000003)
  1148. SpecialMesh22.MeshType = Enum.MeshType.Brick
  1149. SpecialMesh22.Scale = Vector3.new(1, 1, 0.200000003)
  1150. Part23.Parent = Model1
  1151. Part23.Material = Enum.Material.Slate
  1152. Part23.BrickColor = BrickColor.new("Royal purple")
  1153. Part23.Rotation = Vector3.new(0, -90, 0)
  1154. Part23.Anchored = true
  1155. Part23.FormFactor = Enum.FormFactor.Symmetric
  1156. Part23.Size = Vector3.new(0.200000003, 1.92299998, 1)
  1157. Part23.CFrame = CFrame.new(0.217941001, 3.02950692, 21.4200134, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1158. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. Part23.Position = Vector3.new(0.217941001, 3.02950692, 21.4200134)
  1165. Part23.Orientation = Vector3.new(0, -90, 0)
  1166. SpecialMesh24.Parent = Part23
  1167. SpecialMesh24.Scale = Vector3.new(1, 1, 0.200000003)
  1168. SpecialMesh24.MeshType = Enum.MeshType.Brick
  1169. SpecialMesh24.Scale = Vector3.new(1, 1, 0.200000003)
  1170. Part25.Parent = Model1
  1171. Part25.Material = Enum.Material.Slate
  1172. Part25.BrickColor = BrickColor.new("Royal purple")
  1173. Part25.Rotation = Vector3.new(0, -90, 0)
  1174. Part25.Anchored = true
  1175. Part25.FormFactor = Enum.FormFactor.Symmetric
  1176. Part25.Size = Vector3.new(0.636999905, 0.200000048, 0.249000028)
  1177. Part25.CFrame = CFrame.new(-0.214057997, 3.97000504, 21.2105255, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1178. Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. Part25.Position = Vector3.new(-0.214057997, 3.97000504, 21.2105255)
  1185. Part25.Orientation = Vector3.new(0, -90, 0)
  1186. Part26.Parent = Model1
  1187. Part26.Material = Enum.Material.Slate
  1188. Part26.BrickColor = BrickColor.new("Royal purple")
  1189. Part26.Rotation = Vector3.new(0, -0.230000004, 0)
  1190. Part26.Anchored = true
  1191. Part26.FormFactor = Enum.FormFactor.Symmetric
  1192. Part26.Size = Vector3.new(0.636999905, 0.200000048, 0.203000024)
  1193. Part26.CFrame = CFrame.new(0.000846999988, 3.96799803, 21.4205151, 0.999991775, -6.79974523e-22, -0.00405955315, 6.81886116e-22, 1, 4.69487602e-22, 0.00405955315, -4.72251821e-22, 0.999991775)
  1194. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. Part26.Position = Vector3.new(0.000846999988, 3.96799803, 21.4205151)
  1201. Part26.Orientation = Vector3.new(0, -0.230000004, 0)
  1202. Part27.Parent = Model1
  1203. Part27.Material = Enum.Material.SmoothPlastic
  1204. Part27.BrickColor = BrickColor.new("Really black")
  1205. Part27.Rotation = Vector3.new(0, -90, 0)
  1206. Part27.Anchored = true
  1207. Part27.FormFactor = Enum.FormFactor.Symmetric
  1208. Part27.Size = Vector3.new(0.649000049, 1.972, 1)
  1209. Part27.CFrame = CFrame.new(0.199944004, 3.02099705, 21.2145233, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1210. Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. Part27.Position = Vector3.new(0.199944004, 3.02099705, 21.2145233)
  1217. Part27.Orientation = Vector3.new(0, -90, 0)
  1218. SpecialMesh28.Parent = Part27
  1219. SpecialMesh28.Scale = Vector3.new(1, 1, 0.200000003)
  1220. SpecialMesh28.MeshType = Enum.MeshType.Brick
  1221. SpecialMesh28.Scale = Vector3.new(1, 1, 0.200000003)
  1222. Part29.Parent = Model1
  1223. Part29.Material = Enum.Material.SmoothPlastic
  1224. Part29.BrickColor = BrickColor.new("Really black")
  1225. Part29.Rotation = Vector3.new(0, -90, 0)
  1226. Part29.Anchored = true
  1227. Part29.FormFactor = Enum.FormFactor.Symmetric
  1228. Part29.Size = Vector3.new(0.582000017, 1.972, 1)
  1229. Part29.CFrame = CFrame.new(0.199944004, 3.02800798, 22.6230164, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1230. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. Part29.Position = Vector3.new(0.199944004, 3.02800798, 22.6230164)
  1237. Part29.Orientation = Vector3.new(0, -90, 0)
  1238. SpecialMesh30.Parent = Part29
  1239. SpecialMesh30.Scale = Vector3.new(1, 1, 0.200000003)
  1240. SpecialMesh30.MeshType = Enum.MeshType.Brick
  1241. SpecialMesh30.Scale = Vector3.new(1, 1, 0.200000003)
  1242. Part31.Name = "Torso"
  1243. Part31.Parent = Model1
  1244. Part31.Material = Enum.Material.SmoothPlastic
  1245. Part31.BrickColor = BrickColor.new("Institutional white")
  1246. Part31.Transparency = 1
  1247. Part31.Rotation = Vector3.new(0, -90, 0)
  1248. Part31.Anchored = true
  1249. Part31.FormFactor = Enum.FormFactor.Symmetric
  1250. Part31.Size = Vector3.new(2, 2, 1)
  1251. Part31.CFrame = CFrame.new(-0.225058004, 3.0999999, 21.8960114, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1252. Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. Part31.Position = Vector3.new(-0.225058004, 3.0999999, 21.8960114)
  1259. Part31.Orientation = Vector3.new(0, -90, 0)
  1260. Model32.Name = "LeftArm"
  1261. Model32.Parent = Model0
  1262. Part33.Parent = Model32
  1263. Part33.Material = Enum.Material.SmoothPlastic
  1264. Part33.BrickColor = BrickColor.new("Really black")
  1265. Part33.Rotation = Vector3.new(180, -1.03999996, 180)
  1266. Part33.Anchored = true
  1267. Part33.CanCollide = false
  1268. Part33.FormFactor = Enum.FormFactor.Symmetric
  1269. Part33.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1270. Part33.CFrame = CFrame.new(-0.230064005, 3.06100798, 19.8810043, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1271. Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. Part33.Position = Vector3.new(-0.230064005, 3.06100798, 19.8810043)
  1278. Part33.Orientation = Vector3.new(0, -178.960007, 0)
  1279. SpecialMesh34.Parent = Part33
  1280. SpecialMesh34.Scale = Vector3.new(1, 1, 0.100000001)
  1281. SpecialMesh34.MeshType = Enum.MeshType.Brick
  1282. SpecialMesh34.Scale = Vector3.new(1, 1, 0.100000001)
  1283. Part35.Parent = Model32
  1284. Part35.Material = Enum.Material.SmoothPlastic
  1285. Part35.BrickColor = BrickColor.new("Really black")
  1286. Part35.Rotation = Vector3.new(0, -90, 0)
  1287. Part35.Anchored = true
  1288. Part35.CanCollide = false
  1289. Part35.FormFactor = Enum.FormFactor.Symmetric
  1290. Part35.Size = Vector3.new(1, 1.89199996, 1)
  1291. Part35.CFrame = CFrame.new(-0.690063, 3.08200598, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1292. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. Part35.Position = Vector3.new(-0.690063, 3.08200598, 20.3440247)
  1299. Part35.Orientation = Vector3.new(0, -90, 0)
  1300. SpecialMesh36.Parent = Part35
  1301. SpecialMesh36.Scale = Vector3.new(1, 1, 0.100000001)
  1302. SpecialMesh36.MeshType = Enum.MeshType.Brick
  1303. SpecialMesh36.Scale = Vector3.new(1, 1, 0.100000001)
  1304. Part37.Parent = Model32
  1305. Part37.Material = Enum.Material.SmoothPlastic
  1306. Part37.BrickColor = BrickColor.new("Really black")
  1307. Part37.Rotation = Vector3.new(0, -90, 0)
  1308. Part37.Anchored = true
  1309. Part37.CanCollide = false
  1310. Part37.FormFactor = Enum.FormFactor.Symmetric
  1311. Part37.Size = Vector3.new(1, 1.89199996, 1)
  1312. Part37.CFrame = CFrame.new(0.235940993, 3.06599903, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1313. Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. Part37.Position = Vector3.new(0.235940993, 3.06599903, 20.3440247)
  1320. Part37.Orientation = Vector3.new(0, -90, 0)
  1321. SpecialMesh38.Parent = Part37
  1322. SpecialMesh38.Scale = Vector3.new(1, 1, 0.100000001)
  1323. SpecialMesh38.MeshType = Enum.MeshType.Brick
  1324. SpecialMesh38.Scale = Vector3.new(1, 1, 0.100000001)
  1325. Part39.Name = "Left Arm"
  1326. Part39.Parent = Model32
  1327. Part39.Material = Enum.Material.SmoothPlastic
  1328. Part39.BrickColor = BrickColor.new("Brick yellow")
  1329. Part39.Transparency = 1
  1330. Part39.Rotation = Vector3.new(-180, -90, 0)
  1331. Part39.Anchored = true
  1332. Part39.CanCollide = false
  1333. Part39.FormFactor = Enum.FormFactor.Symmetric
  1334. Part39.Size = Vector3.new(1, 2, 1)
  1335. Part39.CFrame = CFrame.new(-0.225058004, 3.01999998, 20.3440247, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  1336. Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. Part39.Position = Vector3.new(-0.225058004, 3.01999998, 20.3440247)
  1343. Part39.Orientation = Vector3.new(0, -90, 180)
  1344. Part40.Parent = Model32
  1345. Part40.Material = Enum.Material.SmoothPlastic
  1346. Part40.BrickColor = BrickColor.new("Really black")
  1347. Part40.Rotation = Vector3.new(180, -1.03999996, 180)
  1348. Part40.Anchored = true
  1349. Part40.CanCollide = false
  1350. Part40.FormFactor = Enum.FormFactor.Symmetric
  1351. Part40.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1352. Part40.CFrame = CFrame.new(-0.230064005, 3.07200694, 20.8090191, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1353. Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. Part40.Position = Vector3.new(-0.230064005, 3.07200694, 20.8090191)
  1360. Part40.Orientation = Vector3.new(0, -178.960007, 0)
  1361. SpecialMesh41.Parent = Part40
  1362. SpecialMesh41.Scale = Vector3.new(1, 1, 0.100000001)
  1363. SpecialMesh41.MeshType = Enum.MeshType.Brick
  1364. SpecialMesh41.Scale = Vector3.new(1, 1, 0.100000001)
  1365. Part42.Parent = Model32
  1366. Part42.Material = Enum.Material.SmoothPlastic
  1367. Part42.BrickColor = BrickColor.new("Really black")
  1368. Part42.Rotation = Vector3.new(0, -90, 0)
  1369. Part42.Anchored = true
  1370. Part42.CanCollide = false
  1371. Part42.FormFactor = Enum.FormFactor.Symmetric
  1372. Part42.Size = Vector3.new(1.02600002, 0.200000048, 1.00999999)
  1373. Part42.CFrame = CFrame.new(-0.220062003, 3.93401694, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1374. Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. Part42.Position = Vector3.new(-0.220062003, 3.93401694, 20.3440247)
  1381. Part42.Orientation = Vector3.new(0, -90, 0)
  1382. Part43.Parent = Model32
  1383. Part43.Material = Enum.Material.SmoothPlastic
  1384. Part43.BrickColor = BrickColor.new("Royal purple")
  1385. Part43.Rotation = Vector3.new(0, -90, 0)
  1386. Part43.Anchored = true
  1387. Part43.CanCollide = false
  1388. Part43.FormFactor = Enum.FormFactor.Symmetric
  1389. Part43.Size = Vector3.new(1.02400005, 0.200000048, 0.23499997)
  1390. Part43.CFrame = CFrame.new(-0.220062003, 3.93804193, 20.3450165, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1391. Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. Part43.Position = Vector3.new(-0.220062003, 3.93804193, 20.3450165)
  1398. Part43.Orientation = Vector3.new(0, -90, 0)
  1399. Part44.Parent = Model32
  1400. Part44.Material = Enum.Material.SmoothPlastic
  1401. Part44.BrickColor = BrickColor.new("Royal purple")
  1402. Part44.Rotation = Vector3.new(180, -1.03999996, 180)
  1403. Part44.Anchored = true
  1404. Part44.CanCollide = false
  1405. Part44.FormFactor = Enum.FormFactor.Symmetric
  1406. Part44.Size = Vector3.new(0.242999971, 1.83500004, 1.32700002)
  1407. Part44.CFrame = CFrame.new(-0.230064005, 3.11554003, 19.8790131, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1408. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. Part44.Position = Vector3.new(-0.230064005, 3.11554003, 19.8790131)
  1415. Part44.Orientation = Vector3.new(0, -178.960007, 0)
  1416. SpecialMesh45.Parent = Part44
  1417. SpecialMesh45.Scale = Vector3.new(1, 1, 0.100000001)
  1418. SpecialMesh45.MeshType = Enum.MeshType.Brick
  1419. SpecialMesh45.Scale = Vector3.new(1, 1, 0.100000001)
  1420. Part46.Parent = Model32
  1421. Part46.Material = Enum.Material.SmoothPlastic
  1422. Part46.BrickColor = BrickColor.new("Really black")
  1423. Part46.Rotation = Vector3.new(0, -90, 0)
  1424. Part46.Anchored = true
  1425. Part46.CanCollide = false
  1426. Part46.FormFactor = Enum.FormFactor.Symmetric
  1427. Part46.Size = Vector3.new(1, 0.595000029, 1)
  1428. Part46.CFrame = CFrame.new(0.255935997, 3.72355604, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1429. Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. Part46.Position = Vector3.new(0.255935997, 3.72355604, 20.3440247)
  1436. Part46.Orientation = Vector3.new(0, -90, 0)
  1437. SpecialMesh47.Parent = Part46
  1438. SpecialMesh47.Scale = Vector3.new(1, 1, 0.100000001)
  1439. SpecialMesh47.MeshType = Enum.MeshType.Brick
  1440. SpecialMesh47.Scale = Vector3.new(1, 1, 0.100000001)
  1441. Part48.Parent = Model32
  1442. Part48.Material = Enum.Material.SmoothPlastic
  1443. Part48.BrickColor = BrickColor.new("Really black")
  1444. Part48.Rotation = Vector3.new(0, -90, 0)
  1445. Part48.Anchored = true
  1446. Part48.CanCollide = false
  1447. Part48.FormFactor = Enum.FormFactor.Symmetric
  1448. Part48.Size = Vector3.new(1, 0.595000029, 1)
  1449. Part48.CFrame = CFrame.new(-0.703064024, 3.72854495, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1450. Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. Part48.Position = Vector3.new(-0.703064024, 3.72854495, 20.3440247)
  1457. Part48.Orientation = Vector3.new(0, -90, 0)
  1458. SpecialMesh49.Parent = Part48
  1459. SpecialMesh49.Scale = Vector3.new(1, 1, 0.100000001)
  1460. SpecialMesh49.MeshType = Enum.MeshType.Brick
  1461. SpecialMesh49.Scale = Vector3.new(1, 1, 0.100000001)
  1462. Part50.Parent = Model32
  1463. Part50.Material = Enum.Material.SmoothPlastic
  1464. Part50.BrickColor = BrickColor.new("Really black")
  1465. Part50.Rotation = Vector3.new(180, -1.03999996, 180)
  1466. Part50.Anchored = true
  1467. Part50.CanCollide = false
  1468. Part50.FormFactor = Enum.FormFactor.Symmetric
  1469. Part50.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1470. Part50.CFrame = CFrame.new(-0.230064005, 3.73054004, 20.8170166, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1471. Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. Part50.Position = Vector3.new(-0.230064005, 3.73054004, 20.8170166)
  1478. Part50.Orientation = Vector3.new(0, -178.960007, 0)
  1479. SpecialMesh51.Parent = Part50
  1480. SpecialMesh51.Scale = Vector3.new(1, 1, 0.100000001)
  1481. SpecialMesh51.MeshType = Enum.MeshType.Brick
  1482. SpecialMesh51.Scale = Vector3.new(1, 1, 0.100000001)
  1483. Part52.Parent = Model32
  1484. Part52.Material = Enum.Material.SmoothPlastic
  1485. Part52.BrickColor = BrickColor.new("Really black")
  1486. Part52.Rotation = Vector3.new(180, -1.03999996, 180)
  1487. Part52.Anchored = true
  1488. Part52.CanCollide = false
  1489. Part52.FormFactor = Enum.FormFactor.Symmetric
  1490. Part52.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1491. Part52.CFrame = CFrame.new(-0.230064005, 3.74054003, 19.8640137, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1492. Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. Part52.Position = Vector3.new(-0.230064005, 3.74054003, 19.8640137)
  1499. Part52.Orientation = Vector3.new(0, -178.960007, 0)
  1500. SpecialMesh53.Parent = Part52
  1501. SpecialMesh53.Scale = Vector3.new(1, 1, 0.100000001)
  1502. SpecialMesh53.MeshType = Enum.MeshType.Brick
  1503. SpecialMesh53.Scale = Vector3.new(1, 1, 0.100000001)
  1504. Part54.Parent = Model32
  1505. Part54.Material = Enum.Material.SmoothPlastic
  1506. Part54.BrickColor = BrickColor.new("Royal purple")
  1507. Part54.Rotation = Vector3.new(0, -90, 0)
  1508. Part54.Anchored = true
  1509. Part54.CanCollide = false
  1510. Part54.FormFactor = Enum.FormFactor.Symmetric
  1511. Part54.Size = Vector3.new(1.12699997, 0.26700002, 1)
  1512. Part54.CFrame = CFrame.new(0.331939995, 3.5705471, 20.2805176, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1513. Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. Part54.Position = Vector3.new(0.331939995, 3.5705471, 20.2805176)
  1520. Part54.Orientation = Vector3.new(0, -90, 0)
  1521. SpecialMesh55.Parent = Part54
  1522. SpecialMesh55.Scale = Vector3.new(1, 1, 0.100000001)
  1523. SpecialMesh55.MeshType = Enum.MeshType.Brick
  1524. SpecialMesh55.Scale = Vector3.new(1, 1, 0.100000001)
  1525. Part56.Parent = Model32
  1526. Part56.Material = Enum.Material.SmoothPlastic
  1527. Part56.BrickColor = BrickColor.new("Royal purple")
  1528. Part56.Rotation = Vector3.new(0, -90, 0)
  1529. Part56.Anchored = true
  1530. Part56.CanCollide = false
  1531. Part56.FormFactor = Enum.FormFactor.Symmetric
  1532. Part56.Size = Vector3.new(1.03699994, 0.26700002, 1)
  1533. Part56.CFrame = CFrame.new(-0.759064019, 3.57755494, 20.3255081, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1534. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. Part56.Position = Vector3.new(-0.759064019, 3.57755494, 20.3255081)
  1541. Part56.Orientation = Vector3.new(0, -90, 0)
  1542. SpecialMesh57.Parent = Part56
  1543. SpecialMesh57.Scale = Vector3.new(1, 1, 0.100000001)
  1544. SpecialMesh57.MeshType = Enum.MeshType.Brick
  1545. SpecialMesh57.Scale = Vector3.new(1, 1, 0.100000001)
  1546. Part58.Parent = Model32
  1547. Part58.Material = Enum.Material.SmoothPlastic
  1548. Part58.BrickColor = BrickColor.new("Royal purple")
  1549. Part58.Rotation = Vector3.new(0, 0.639999986, 0)
  1550. Part58.Anchored = true
  1551. Part58.CanCollide = false
  1552. Part58.FormFactor = Enum.FormFactor.Symmetric
  1553. Part58.Size = Vector3.new(1.1839999, 0.26700002, 1)
  1554. Part58.CFrame = CFrame.new(-0.217063993, 3.57354403, 19.7720184, 0.999936998, -6.7997427e-22, 0.0112259295, 6.74630211e-22, 0.999999642, 4.7985543e-22, -0.0112259295, -4.72251669e-22, 0.999936998)
  1555. Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. Part58.Position = Vector3.new(-0.217063993, 3.57354403, 19.7720184)
  1562. Part58.Orientation = Vector3.new(0, 0.639999986, 0)
  1563. SpecialMesh59.Parent = Part58
  1564. SpecialMesh59.Scale = Vector3.new(1, 1, 0.100000001)
  1565. SpecialMesh59.MeshType = Enum.MeshType.Brick
  1566. SpecialMesh59.Scale = Vector3.new(1, 1, 0.100000001)
  1567. Part60.Parent = Model32
  1568. Part60.Material = Enum.Material.SmoothPlastic
  1569. Part60.BrickColor = BrickColor.new("Royal purple")
  1570. Part60.Rotation = Vector3.new(10.25, 0.629999995, -0.109999999)
  1571. Part60.Anchored = true
  1572. Part60.CanCollide = false
  1573. Part60.FormFactor = Enum.FormFactor.Symmetric
  1574. Part60.Size = Vector3.new(1.1839999, 0.659000039, 1)
  1575. Part60.CFrame = CFrame.new(-0.218498006, 3.80297804, 20.8365326, 0.999936998, 0.00199730624, 0.0110468203, 2.29115615e-10, 0.984042048, -0.17791912, -0.0112259295, 0.177907765, 0.98398304)
  1576. Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. Part60.Position = Vector3.new(-0.218498006, 3.80297804, 20.8365326)
  1583. Part60.Orientation = Vector3.new(10.25, 0.639999986, 0)
  1584. SpecialMesh61.Parent = Part60
  1585. SpecialMesh61.Scale = Vector3.new(1, 1, 0.200000003)
  1586. SpecialMesh61.MeshType = Enum.MeshType.Brick
  1587. SpecialMesh61.Scale = Vector3.new(1, 1, 0.200000003)
  1588. Part62.Parent = Model32
  1589. Part62.Material = Enum.Material.Neon
  1590. Part62.BrickColor = BrickColor.new("Really red")
  1591. Part62.Rotation = Vector3.new(0, 0.639999986, 0)
  1592. Part62.Anchored = true
  1593. Part62.CanCollide = false
  1594. Part62.FormFactor = Enum.FormFactor.Symmetric
  1595. Part62.Size = Vector3.new(1.19199979, 0.200000003, 1)
  1596. Part62.CFrame = CFrame.new(-0.215065002, 3.57467294, 19.7719803, 0.999936998, -6.7997427e-22, 0.0112259295, 6.74630211e-22, 0.999999642, 4.7985543e-22, -0.0112259295, -4.72251669e-22, 0.999936998)
  1597. Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. Part62.Position = Vector3.new(-0.215065002, 3.57467294, 19.7719803)
  1604. Part62.Orientation = Vector3.new(0, 0.639999986, 0)
  1605. SpecialMesh63.Parent = Part62
  1606. SpecialMesh63.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1607. SpecialMesh63.MeshType = Enum.MeshType.Brick
  1608. SpecialMesh63.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1609. Part64.Parent = Model32
  1610. Part64.Material = Enum.Material.Neon
  1611. Part64.BrickColor = BrickColor.new("Really red")
  1612. Part64.Rotation = Vector3.new(0, -90, 0)
  1613. Part64.Anchored = true
  1614. Part64.CanCollide = false
  1615. Part64.FormFactor = Enum.FormFactor.Symmetric
  1616. Part64.Size = Vector3.new(1.03699994, 0.200000003, 1)
  1617. Part64.CFrame = CFrame.new(-0.759064019, 3.57868505, 20.3255081, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1618. Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. Part64.Position = Vector3.new(-0.759064019, 3.57868505, 20.3255081)
  1625. Part64.Orientation = Vector3.new(0, -90, 0)
  1626. SpecialMesh65.Parent = Part64
  1627. SpecialMesh65.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1628. SpecialMesh65.MeshType = Enum.MeshType.Brick
  1629. SpecialMesh65.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1630. Part66.Parent = Model32
  1631. Part66.Material = Enum.Material.Neon
  1632. Part66.BrickColor = BrickColor.new("Really red")
  1633. Part66.Rotation = Vector3.new(0, -90, 0)
  1634. Part66.Anchored = true
  1635. Part66.CanCollide = false
  1636. Part66.FormFactor = Enum.FormFactor.Symmetric
  1637. Part66.Size = Vector3.new(1.12699997, 0.200000003, 1)
  1638. Part66.CFrame = CFrame.new(0.331939995, 3.57168102, 20.2805176, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1639. Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. Part66.Position = Vector3.new(0.331939995, 3.57168102, 20.2805176)
  1646. Part66.Orientation = Vector3.new(0, -90, 0)
  1647. SpecialMesh67.Parent = Part66
  1648. SpecialMesh67.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1649. SpecialMesh67.MeshType = Enum.MeshType.Brick
  1650. SpecialMesh67.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1651. Part68.Parent = Model32
  1652. Part68.Material = Enum.Material.Neon
  1653. Part68.BrickColor = BrickColor.new("Really red")
  1654. Part68.Rotation = Vector3.new(10.1899996, 0.629999995, -0.109999999)
  1655. Part68.Anchored = true
  1656. Part68.CanCollide = false
  1657. Part68.FormFactor = Enum.FormFactor.Symmetric
  1658. Part68.Size = Vector3.new(1.1839999, 0.520000041, 1)
  1659. Part68.CFrame = CFrame.new(-0.218356997, 3.85704803, 20.8488922, 0.999936998, 0.0019866114, 0.011048751, 2.85079715e-09, 0.984217167, -0.176966533, -0.0112259295, 0.176955417, 0.984154999)
  1660. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. Part68.Position = Vector3.new(-0.218356997, 3.85704803, 20.8488922)
  1667. Part68.Orientation = Vector3.new(10.1899996, 0.639999986, 0)
  1668. SpecialMesh69.Parent = Part68
  1669. SpecialMesh69.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  1670. SpecialMesh69.MeshType = Enum.MeshType.Brick
  1671. SpecialMesh69.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  1672. Part70.Parent = Model32
  1673. Part70.Material = Enum.Material.Slate
  1674. Part70.BrickColor = BrickColor.new("Royal purple")
  1675. Part70.Rotation = Vector3.new(0, -90, 0)
  1676. Part70.Anchored = true
  1677. Part70.CanCollide = false
  1678. Part70.FormFactor = Enum.FormFactor.Symmetric
  1679. Part70.Size = Vector3.new(1.13499999, 0.251000047, 1.09000003)
  1680. Part70.CFrame = CFrame.new(-0.225058004, 2.24668503, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1681. Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. Part70.Position = Vector3.new(-0.225058004, 2.24668503, 20.3440247)
  1688. Part70.Orientation = Vector3.new(0, -90, 0)
  1689. Model71.Name = "RightArm"
  1690. Model71.Parent = Model0
  1691. Part72.Parent = Model71
  1692. Part72.Material = Enum.Material.SmoothPlastic
  1693. Part72.BrickColor = BrickColor.new("Really black")
  1694. Part72.Rotation = Vector3.new(0, 3.95000005, 0)
  1695. Part72.Anchored = true
  1696. Part72.CanCollide = false
  1697. Part72.FormFactor = Enum.FormFactor.Symmetric
  1698. Part72.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1699. Part72.CFrame = CFrame.new(-0.176062003, 3.07118702, 23.882019, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1700. Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. Part72.Position = Vector3.new(-0.176062003, 3.07118702, 23.882019)
  1707. Part72.Orientation = Vector3.new(0, 3.95000005, 0)
  1708. SpecialMesh73.Parent = Part72
  1709. SpecialMesh73.Scale = Vector3.new(1, 1, 0.100000001)
  1710. SpecialMesh73.MeshType = Enum.MeshType.Brick
  1711. SpecialMesh73.Scale = Vector3.new(1, 1, 0.100000001)
  1712. Part74.Parent = Model71
  1713. Part74.Material = Enum.Material.SmoothPlastic
  1714. Part74.BrickColor = BrickColor.new("Really black")
  1715. Part74.Rotation = Vector3.new(-180, 87.0999985, 180)
  1716. Part74.Anchored = true
  1717. Part74.CanCollide = false
  1718. Part74.FormFactor = Enum.FormFactor.Symmetric
  1719. Part74.Size = Vector3.new(1, 1.89199996, 1)
  1720. Part74.CFrame = CFrame.new(0.259903014, 3.09218693, 23.3963165, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1721. Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. Part74.Position = Vector3.new(0.259903014, 3.09218693, 23.3963165)
  1728. Part74.Orientation = Vector3.new(0, 92.9000015, 0)
  1729. SpecialMesh75.Parent = Part74
  1730. SpecialMesh75.Scale = Vector3.new(1, 1, 0.100000001)
  1731. SpecialMesh75.MeshType = Enum.MeshType.Brick
  1732. SpecialMesh75.Scale = Vector3.new(1, 1, 0.100000001)
  1733. Part76.Parent = Model71
  1734. Part76.Material = Enum.Material.SmoothPlastic
  1735. Part76.BrickColor = BrickColor.new("Really black")
  1736. Part76.Rotation = Vector3.new(-180, 87.0999985, 180)
  1737. Part76.Anchored = true
  1738. Part76.CanCollide = false
  1739. Part76.FormFactor = Enum.FormFactor.Symmetric
  1740. Part76.Size = Vector3.new(1, 1.89199996, 1)
  1741. Part76.CFrame = CFrame.new(-0.664906979, 3.07617903, 23.4432068, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1742. Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. Part76.Position = Vector3.new(-0.664906979, 3.07617903, 23.4432068)
  1749. Part76.Orientation = Vector3.new(0, 92.9000015, 0)
  1750. SpecialMesh77.Parent = Part76
  1751. SpecialMesh77.Scale = Vector3.new(1, 1, 0.100000001)
  1752. SpecialMesh77.MeshType = Enum.MeshType.Brick
  1753. SpecialMesh77.Scale = Vector3.new(1, 1, 0.100000001)
  1754. Part78.Name = "Right Arm"
  1755. Part78.Parent = Model71
  1756. Part78.Material = Enum.Material.SmoothPlastic
  1757. Part78.BrickColor = BrickColor.new("Brick yellow")
  1758. Part78.Transparency = 1
  1759. Part78.Rotation = Vector3.new(0, -87.0999985, 0)
  1760. Part78.Anchored = true
  1761. Part78.CanCollide = false
  1762. Part78.FormFactor = Enum.FormFactor.Symmetric
  1763. Part78.Size = Vector3.new(1, 2, 1)
  1764. Part78.CFrame = CFrame.new(-0.204505995, 3.03017902, 23.4198608, 0.0506380089, 0, -0.998717129, 0, 1, 0, 0.998717129, 0, 0.0506380089)
  1765. Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. Part78.Position = Vector3.new(-0.204505995, 3.03017902, 23.4198608)
  1772. Part78.Orientation = Vector3.new(0, -87.0999985, 0)
  1773. Part79.Parent = Model71
  1774. Part79.Material = Enum.Material.SmoothPlastic
  1775. Part79.BrickColor = BrickColor.new("Really black")
  1776. Part79.Rotation = Vector3.new(0, 3.95000005, 0)
  1777. Part79.Anchored = true
  1778. Part79.CanCollide = false
  1779. Part79.FormFactor = Enum.FormFactor.Symmetric
  1780. Part79.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1781. Part79.CFrame = CFrame.new(-0.223050997, 3.08219099, 22.9552002, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1782. Part79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1783. Part79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. Part79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. Part79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. Part79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. Part79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. Part79.Position = Vector3.new(-0.223050997, 3.08219099, 22.9552002)
  1789. Part79.Orientation = Vector3.new(0, 3.95000005, 0)
  1790. SpecialMesh80.Parent = Part79
  1791. SpecialMesh80.Scale = Vector3.new(1, 1, 0.100000001)
  1792. SpecialMesh80.MeshType = Enum.MeshType.Brick
  1793. SpecialMesh80.Scale = Vector3.new(1, 1, 0.100000001)
  1794. Part81.Parent = Model71
  1795. Part81.Material = Enum.Material.SmoothPlastic
  1796. Part81.BrickColor = BrickColor.new("Really black")
  1797. Part81.Rotation = Vector3.new(-180, 87.0999985, 180)
  1798. Part81.Anchored = true
  1799. Part81.CanCollide = false
  1800. Part81.FormFactor = Enum.FormFactor.Symmetric
  1801. Part81.Size = Vector3.new(1.02600002, 0.200000048, 1.00999999)
  1802. Part81.CFrame = CFrame.new(-0.209493995, 3.94420505, 23.4201202, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1803. Part81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. Part81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. Part81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. Part81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. Part81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. Part81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. Part81.Position = Vector3.new(-0.209493995, 3.94420505, 23.4201202)
  1810. Part81.Orientation = Vector3.new(0, 92.9000015, 0)
  1811. Part82.Parent = Model71
  1812. Part82.Material = Enum.Material.SmoothPlastic
  1813. Part82.BrickColor = BrickColor.new("Royal purple")
  1814. Part82.Rotation = Vector3.new(-180, 87.0999985, 180)
  1815. Part82.Anchored = true
  1816. Part82.CanCollide = false
  1817. Part82.FormFactor = Enum.FormFactor.Symmetric
  1818. Part82.Size = Vector3.new(1.02400005, 0.200000048, 0.23499997)
  1819. Part82.CFrame = CFrame.new(-0.209546998, 3.94821405, 23.4191132, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1820. Part82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. Part82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1822. Part82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. Part82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. Part82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. Part82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. Part82.Position = Vector3.new(-0.209546998, 3.94821405, 23.4191132)
  1827. Part82.Orientation = Vector3.new(0, 92.9000015, 0)
  1828. Part83.Parent = Model71
  1829. Part83.Material = Enum.Material.SmoothPlastic
  1830. Part83.BrickColor = BrickColor.new("Royal purple")
  1831. Part83.Rotation = Vector3.new(0, 3.95000005, 0)
  1832. Part83.Anchored = true
  1833. Part83.CanCollide = false
  1834. Part83.FormFactor = Enum.FormFactor.Symmetric
  1835. Part83.Size = Vector3.new(0.242999971, 1.83500004, 1.32700002)
  1836. Part83.CFrame = CFrame.new(-0.175963998, 3.12571692, 23.8840179, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1837. Part83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. Part83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. Part83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. Part83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. Part83.Position = Vector3.new(-0.175963998, 3.12571692, 23.8840179)
  1844. Part83.Orientation = Vector3.new(0, 3.95000005, 0)
  1845. SpecialMesh84.Parent = Part83
  1846. SpecialMesh84.Scale = Vector3.new(1, 1, 0.100000001)
  1847. SpecialMesh84.MeshType = Enum.MeshType.Brick
  1848. SpecialMesh84.Scale = Vector3.new(1, 1, 0.100000001)
  1849. Part85.Parent = Model71
  1850. Part85.Material = Enum.Material.SmoothPlastic
  1851. Part85.BrickColor = BrickColor.new("Really black")
  1852. Part85.Rotation = Vector3.new(-180, 87.0999985, 180)
  1853. Part85.Anchored = true
  1854. Part85.CanCollide = false
  1855. Part85.FormFactor = Enum.FormFactor.Symmetric
  1856. Part85.Size = Vector3.new(1, 0.595000029, 1)
  1857. Part85.CFrame = CFrame.new(-0.684882998, 3.73373604, 23.4442139, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1858. Part85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1859. Part85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. Part85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. Part85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. Part85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. Part85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. Part85.Position = Vector3.new(-0.684882998, 3.73373604, 23.4442139)
  1865. Part85.Orientation = Vector3.new(0, 92.9000015, 0)
  1866. SpecialMesh86.Parent = Part85
  1867. SpecialMesh86.Scale = Vector3.new(1, 1, 0.100000001)
  1868. SpecialMesh86.MeshType = Enum.MeshType.Brick
  1869. SpecialMesh86.Scale = Vector3.new(1, 1, 0.100000001)
  1870. Part87.Parent = Model71
  1871. Part87.Material = Enum.Material.SmoothPlastic
  1872. Part87.BrickColor = BrickColor.new("Really black")
  1873. Part87.Rotation = Vector3.new(-180, 87.0999985, 180)
  1874. Part87.Anchored = true
  1875. Part87.CanCollide = false
  1876. Part87.FormFactor = Enum.FormFactor.Symmetric
  1877. Part87.Size = Vector3.new(1, 0.595000029, 1)
  1878. Part87.CFrame = CFrame.new(0.272890002, 3.738729, 23.3956604, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1879. Part87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. Part87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. Part87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. Part87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. Part87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. Part87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. Part87.Position = Vector3.new(0.272890002, 3.738729, 23.3956604)
  1886. Part87.Orientation = Vector3.new(0, 92.9000015, 0)
  1887. SpecialMesh88.Parent = Part87
  1888. SpecialMesh88.Scale = Vector3.new(1, 1, 0.100000001)
  1889. SpecialMesh88.MeshType = Enum.MeshType.Brick
  1890. SpecialMesh88.Scale = Vector3.new(1, 1, 0.100000001)
  1891. Part89.Parent = Model71
  1892. Part89.Material = Enum.Material.SmoothPlastic
  1893. Part89.BrickColor = BrickColor.new("Really black")
  1894. Part89.Rotation = Vector3.new(0, 3.95000005, 0)
  1895. Part89.Anchored = true
  1896. Part89.CanCollide = false
  1897. Part89.FormFactor = Enum.FormFactor.Symmetric
  1898. Part89.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1899. Part89.CFrame = CFrame.new(-0.223454997, 3.74072504, 22.9472122, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1900. Part89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. Part89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. Part89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. Part89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. Part89.Position = Vector3.new(-0.223454997, 3.74072504, 22.9472122)
  1907. Part89.Orientation = Vector3.new(0, 3.95000005, 0)
  1908. SpecialMesh90.Parent = Part89
  1909. SpecialMesh90.Scale = Vector3.new(1, 1, 0.100000001)
  1910. SpecialMesh90.MeshType = Enum.MeshType.Brick
  1911. SpecialMesh90.Scale = Vector3.new(1, 1, 0.100000001)
  1912. Part91.Parent = Model71
  1913. Part91.Material = Enum.Material.SmoothPlastic
  1914. Part91.BrickColor = BrickColor.new("Really black")
  1915. Part91.Rotation = Vector3.new(0, 3.95000005, 0)
  1916. Part91.Anchored = true
  1917. Part91.CanCollide = false
  1918. Part91.FormFactor = Enum.FormFactor.Symmetric
  1919. Part91.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1920. Part91.CFrame = CFrame.new(-0.1752, 3.75071406, 23.8989868, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1921. Part91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. Part91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. Part91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. Part91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. Part91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. Part91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. Part91.Position = Vector3.new(-0.1752, 3.75071406, 23.8989868)
  1928. Part91.Orientation = Vector3.new(0, 3.95000005, 0)
  1929. SpecialMesh92.Parent = Part91
  1930. SpecialMesh92.Scale = Vector3.new(1, 1, 0.100000001)
  1931. SpecialMesh92.MeshType = Enum.MeshType.Brick
  1932. SpecialMesh92.Scale = Vector3.new(1, 1, 0.100000001)
  1933. Part93.Parent = Model71
  1934. Part93.Material = Enum.Material.SmoothPlastic
  1935. Part93.BrickColor = BrickColor.new("Royal purple")
  1936. Part93.Rotation = Vector3.new(-180, 87.0999985, 180)
  1937. Part93.Anchored = true
  1938. Part93.CanCollide = false
  1939. Part93.FormFactor = Enum.FormFactor.Symmetric
  1940. Part93.Size = Vector3.new(1.12699997, 0.26700002, 1)
  1941. Part93.CFrame = CFrame.new(-0.757575989, 3.58073497, 23.5114899, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1942. Part93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. Part93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. Part93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. Part93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. Part93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. Part93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. Part93.Position = Vector3.new(-0.757575989, 3.58073497, 23.5114899)
  1949. Part93.Orientation = Vector3.new(0, 92.9000015, 0)
  1950. SpecialMesh94.Parent = Part93
  1951. SpecialMesh94.Scale = Vector3.new(1, 1, 0.100000001)
  1952. SpecialMesh94.MeshType = Enum.MeshType.Brick
  1953. SpecialMesh94.Scale = Vector3.new(1, 1, 0.100000001)
  1954. Part95.Parent = Model71
  1955. Part95.Material = Enum.Material.SmoothPlastic
  1956. Part95.BrickColor = BrickColor.new("Royal purple")
  1957. Part95.Rotation = Vector3.new(-180, 87.0999985, 180)
  1958. Part95.Anchored = true
  1959. Part95.CanCollide = false
  1960. Part95.FormFactor = Enum.FormFactor.Symmetric
  1961. Part95.Size = Vector3.new(1.03699994, 0.26700002, 1)
  1962. Part95.CFrame = CFrame.new(0.329750001, 3.58773804, 23.4113007, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1963. Part95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. Part95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. Part95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. Part95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. Part95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. Part95.Position = Vector3.new(0.329750001, 3.58773804, 23.4113007)
  1970. Part95.Orientation = Vector3.new(0, 92.9000015, 0)
  1971. SpecialMesh96.Parent = Part95
  1972. SpecialMesh96.Scale = Vector3.new(1, 1, 0.100000001)
  1973. SpecialMesh96.MeshType = Enum.MeshType.Brick
  1974. SpecialMesh96.Scale = Vector3.new(1, 1, 0.100000001)
  1975. Part97.Parent = Model71
  1976. Part97.Material = Enum.Material.SmoothPlastic
  1977. Part97.BrickColor = BrickColor.new("Royal purple")
  1978. Part97.Rotation = Vector3.new(180, -3.54999995, 180)
  1979. Part97.Anchored = true
  1980. Part97.CanCollide = false
  1981. Part97.FormFactor = Enum.FormFactor.Symmetric
  1982. Part97.Size = Vector3.new(1.1839999, 0.26700002, 1)
  1983. Part97.CFrame = CFrame.new(-0.183524996, 3.58372092, 23.9915314, -0.998085737, -6.79972806e-22, -0.0618467107, -6.49465573e-22, 0.999997497, -5.13401986e-22, 0.0618467107, -4.72250609e-22, -0.998085737)
  1984. Part97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. Part97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. Part97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. Part97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. Part97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. Part97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. Part97.Position = Vector3.new(-0.183524996, 3.58372092, 23.9915314)
  1991. Part97.Orientation = Vector3.new(0, -176.449997, 0)
  1992. SpecialMesh98.Parent = Part97
  1993. SpecialMesh98.Scale = Vector3.new(1, 1, 0.100000001)
  1994. SpecialMesh98.MeshType = Enum.MeshType.Brick
  1995. SpecialMesh98.Scale = Vector3.new(1, 1, 0.100000001)
  1996. Part99.Parent = Model71
  1997. Part99.Material = Enum.Material.SmoothPlastic
  1998. Part99.BrickColor = BrickColor.new("Royal purple")
  1999. Part99.Rotation = Vector3.new(169.729996, -3.49000001, 179.369995)
  2000. Part99.Anchored = true
  2001. Part99.CanCollide = false
  2002. Part99.FormFactor = Enum.FormFactor.Symmetric
  2003. Part99.Size = Vector3.new(1.1839999, 0.659000039, 1)
  2004. Part99.CFrame = CFrame.new(-0.236000001, 3.81315494, 22.9283142, -0.998085737, -0.0110037038, -0.0608599484, 2.29115116e-10, 0.984039903, -0.177918732, 0.0618467107, -0.17757839, -0.982161343)
  2005. Part99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. Part99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. Part99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. Part99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. Part99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. Part99.Position = Vector3.new(-0.236000001, 3.81315494, 22.9283142)
  2012. Part99.Orientation = Vector3.new(10.25, -176.449997, 0)
  2013. SpecialMesh100.Parent = Part99
  2014. SpecialMesh100.Scale = Vector3.new(1, 1, 0.200000003)
  2015. SpecialMesh100.MeshType = Enum.MeshType.Brick
  2016. SpecialMesh100.Scale = Vector3.new(1, 1, 0.200000003)
  2017. Part101.Parent = Model71
  2018. Part101.Material = Enum.Material.Neon
  2019. Part101.BrickColor = BrickColor.new("Really red")
  2020. Part101.Rotation = Vector3.new(180, -3.54999995, 180)
  2021. Part101.Anchored = true
  2022. Part101.CanCollide = false
  2023. Part101.FormFactor = Enum.FormFactor.Symmetric
  2024. Part101.Size = Vector3.new(1.19199979, 0.200000003, 1)
  2025. Part101.CFrame = CFrame.new(-0.185516, 3.58485603, 23.9916534, -0.998085737, -6.79972806e-22, -0.0618467107, -6.49465573e-22, 0.999997497, -5.13401986e-22, 0.0618467107, -4.72250609e-22, -0.998085737)
  2026. Part101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. Part101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. Part101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. Part101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. Part101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. Part101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. Part101.Position = Vector3.new(-0.185516, 3.58485603, 23.9916534)
  2033. Part101.Orientation = Vector3.new(0, -176.449997, 0)
  2034. SpecialMesh102.Parent = Part101
  2035. SpecialMesh102.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2036. SpecialMesh102.MeshType = Enum.MeshType.Brick
  2037. SpecialMesh102.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2038. Part103.Parent = Model71
  2039. Part103.Material = Enum.Material.Neon
  2040. Part103.BrickColor = BrickColor.new("Really red")
  2041. Part103.Rotation = Vector3.new(-180, 87.0999985, 180)
  2042. Part103.Anchored = true
  2043. Part103.CanCollide = false
  2044. Part103.FormFactor = Enum.FormFactor.Symmetric
  2045. Part103.Size = Vector3.new(1.03699994, 0.200000003, 1)
  2046. Part103.CFrame = CFrame.new(0.329750001, 3.58886695, 23.4113007, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2047. Part103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. Part103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. Part103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. Part103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. Part103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. Part103.Position = Vector3.new(0.329750001, 3.58886695, 23.4113007)
  2054. Part103.Orientation = Vector3.new(0, 92.9000015, 0)
  2055. SpecialMesh104.Parent = Part103
  2056. SpecialMesh104.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2057. SpecialMesh104.MeshType = Enum.MeshType.Brick
  2058. SpecialMesh104.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2059. Part105.Parent = Model71
  2060. Part105.Material = Enum.Material.Neon
  2061. Part105.BrickColor = BrickColor.new("Really red")
  2062. Part105.Rotation = Vector3.new(-180, 87.0999985, 180)
  2063. Part105.Anchored = true
  2064. Part105.CanCollide = false
  2065. Part105.FormFactor = Enum.FormFactor.Symmetric
  2066. Part105.Size = Vector3.new(1.12699997, 0.200000003, 1)
  2067. Part105.CFrame = CFrame.new(-0.757575989, 3.58186102, 23.5114899, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2068. Part105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. Part105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. Part105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. Part105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. Part105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. Part105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. Part105.Position = Vector3.new(-0.757575989, 3.58186102, 23.5114899)
  2075. Part105.Orientation = Vector3.new(0, 92.9000015, 0)
  2076. SpecialMesh106.Parent = Part105
  2077. SpecialMesh106.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2078. SpecialMesh106.MeshType = Enum.MeshType.Brick
  2079. SpecialMesh106.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2080. Part107.Parent = Model71
  2081. Part107.Material = Enum.Material.Neon
  2082. Part107.BrickColor = BrickColor.new("Really red")
  2083. Part107.Rotation = Vector3.new(169.789993, -3.49000001, 179.369995)
  2084. Part107.Anchored = true
  2085. Part107.CanCollide = false
  2086. Part107.FormFactor = Enum.FormFactor.Symmetric
  2087. Part107.Size = Vector3.new(1.1839999, 0.520000041, 1)
  2088. Part107.CFrame = CFrame.new(-0.236763, 3.86722803, 22.9159698, -0.998085737, -0.0109447986, -0.0608705878, 2.85079094e-09, 0.984215021, -0.176966146, 0.0618467107, -0.176627815, -0.982332945)
  2089. Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. Part107.Position = Vector3.new(-0.236763, 3.86722803, 22.9159698)
  2096. Part107.Orientation = Vector3.new(10.1899996, -176.449997, 0)
  2097. SpecialMesh108.Parent = Part107
  2098. SpecialMesh108.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  2099. SpecialMesh108.MeshType = Enum.MeshType.Brick
  2100. SpecialMesh108.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  2101. Part109.Parent = Model71
  2102. Part109.Material = Enum.Material.Slate
  2103. Part109.BrickColor = BrickColor.new("Royal purple")
  2104. Part109.Rotation = Vector3.new(-180, 87.0999985, 180)
  2105. Part109.Anchored = true
  2106. Part109.CanCollide = false
  2107. Part109.FormFactor = Enum.FormFactor.Symmetric
  2108. Part109.Size = Vector3.new(1.13499999, 0.251000047, 1.09000003)
  2109. Part109.CFrame = CFrame.new(-0.204505995, 2.25686598, 23.4198608, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2110. Part109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. Part109.Position = Vector3.new(-0.204505995, 2.25686598, 23.4198608)
  2117. Part109.Orientation = Vector3.new(0, 92.9000015, 0)
  2118. Model110.Name = "RightLeg"
  2119. Model110.Parent = Model0
  2120. Part111.Parent = Model110
  2121. Part111.Material = Enum.Material.SmoothPlastic
  2122. Part111.BrickColor = BrickColor.new("Really black")
  2123. Part111.Rotation = Vector3.new(0, -90, 0)
  2124. Part111.Anchored = true
  2125. Part111.CanCollide = false
  2126. Part111.FormFactor = Enum.FormFactor.Symmetric
  2127. Part111.Size = Vector3.new(1.00800002, 0.316999972, 1.01399994)
  2128. Part111.CFrame = CFrame.new(-0.218061, 1.84949696, 22.3850174, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2129. Part111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. Part111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. Part111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. Part111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. Part111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. Part111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. Part111.Position = Vector3.new(-0.218061, 1.84949696, 22.3850174)
  2136. Part111.Orientation = Vector3.new(0, -90, 0)
  2137. Part112.Parent = Model110
  2138. Part112.Material = Enum.Material.SmoothPlastic
  2139. Part112.BrickColor = BrickColor.new("Royal purple")
  2140. Part112.Rotation = Vector3.new(0, -90, 0)
  2141. Part112.Anchored = true
  2142. Part112.CanCollide = false
  2143. Part112.FormFactor = Enum.FormFactor.Symmetric
  2144. Part112.Size = Vector3.new(0.268999934, 0.200000003, 1.02499986)
  2145. Part112.CFrame = CFrame.new(-0.212562993, 1.53901398, 22.1705151, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2146. Part112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2147. Part112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. Part112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. Part112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. Part112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. Part112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. Part112.Position = Vector3.new(-0.212562993, 1.53901398, 22.1705151)
  2153. Part112.Orientation = Vector3.new(0, -90, 0)
  2154. SpecialMesh113.Parent = Part112
  2155. SpecialMesh113.Scale = Vector3.new(1, 0.600000024, 1)
  2156. SpecialMesh113.MeshType = Enum.MeshType.Brick
  2157. SpecialMesh113.Scale = Vector3.new(1, 0.600000024, 1)
  2158. Part114.Parent = Model110
  2159. Part114.Material = Enum.Material.SmoothPlastic
  2160. Part114.BrickColor = BrickColor.new("Really black")
  2161. Part114.Rotation = Vector3.new(0, -90, 0)
  2162. Part114.Anchored = true
  2163. Part114.FormFactor = Enum.FormFactor.Symmetric
  2164. Part114.Size = Vector3.new(0.582000017, 1.55599999, 1)
  2165. Part114.CFrame = CFrame.new(0.199944004, 1.26201296, 22.6230164, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2166. Part114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. Part114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. Part114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. Part114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. Part114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. Part114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. Part114.Position = Vector3.new(0.199944004, 1.26201296, 22.6230164)
  2173. Part114.Orientation = Vector3.new(0, -90, 0)
  2174. SpecialMesh115.Parent = Part114
  2175. SpecialMesh115.Scale = Vector3.new(1, 1, 0.200000003)
  2176. SpecialMesh115.MeshType = Enum.MeshType.Brick
  2177. SpecialMesh115.Scale = Vector3.new(1, 1, 0.200000003)
  2178. Part116.Parent = Model110
  2179. Part116.Material = Enum.Material.Slate
  2180. Part116.BrickColor = BrickColor.new("Royal purple")
  2181. Part116.Rotation = Vector3.new(0, -90, 0)
  2182. Part116.Anchored = true
  2183. Part116.FormFactor = Enum.FormFactor.Symmetric
  2184. Part116.Size = Vector3.new(0.200000003, 1.704, 1)
  2185. Part116.CFrame = CFrame.new(0.224937007, 1.278005, 22.3450165, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2186. Part116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. Part116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. Part116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. Part116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. Part116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. Part116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. Part116.Position = Vector3.new(0.224937007, 1.278005, 22.3450165)
  2193. Part116.Orientation = Vector3.new(0, -90, 0)
  2194. SpecialMesh117.Parent = Part116
  2195. SpecialMesh117.Scale = Vector3.new(1, 1, 0.200000003)
  2196. SpecialMesh117.MeshType = Enum.MeshType.Brick
  2197. SpecialMesh117.Scale = Vector3.new(1, 1, 0.200000003)
  2198. Part118.Parent = Model110
  2199. Part118.Material = Enum.Material.SmoothPlastic
  2200. Part118.BrickColor = BrickColor.new("Royal purple")
  2201. Part118.Rotation = Vector3.new(55.0600014, -90, 0)
  2202. Part118.Anchored = true
  2203. Part118.CanCollide = false
  2204. Part118.FormFactor = Enum.FormFactor.Symmetric
  2205. Part118.Size = Vector3.new(0.403999925, 0.200000003, 1.02499986)
  2206. Part118.CFrame = CFrame.new(-0.212562993, 1.66629195, 21.9587231, 3.13131483e-21, 3.29485021e-21, -1, -0.819763958, 0.5727005, -6.79974826e-22, 0.572701156, 0.819763541, 4.49431016e-21)
  2207. Part118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. Part118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. Part118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. Part118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. Part118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. Part118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. Part118.Position = Vector3.new(-0.212562993, 1.66629195, 21.9587231)
  2214. Part118.Orientation = Vector3.new(0, -90, -55.0600014)
  2215. SpecialMesh119.Parent = Part118
  2216. SpecialMesh119.Scale = Vector3.new(1, 0.600000024, 1)
  2217. SpecialMesh119.MeshType = Enum.MeshType.Brick
  2218. SpecialMesh119.Scale = Vector3.new(1, 0.600000024, 1)
  2219. Part120.Parent = Model110
  2220. Part120.Material = Enum.Material.SmoothPlastic
  2221. Part120.BrickColor = BrickColor.new("Really black")
  2222. Part120.Rotation = Vector3.new(0, -90, 0)
  2223. Part120.Anchored = true
  2224. Part120.CanCollide = false
  2225. Part120.FormFactor = Enum.FormFactor.Symmetric
  2226. Part120.Size = Vector3.new(0.899000049, 0.316999972, 1.01399994)
  2227. Part120.CFrame = CFrame.new(-0.218061, 1.65050197, 22.4295197, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2228. Part120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. Part120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. Part120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. Part120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. Part120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. Part120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. Part120.Position = Vector3.new(-0.218061, 1.65050197, 22.4295197)
  2235. Part120.Orientation = Vector3.new(0, -90, 0)
  2236. Part121.Parent = Model110
  2237. Part121.Material = Enum.Material.SmoothPlastic
  2238. Part121.BrickColor = BrickColor.new("Really black")
  2239. Part121.Rotation = Vector3.new(0, -90, 0)
  2240. Part121.Anchored = true
  2241. Part121.CanCollide = false
  2242. Part121.FormFactor = Enum.FormFactor.Symmetric
  2243. Part121.Size = Vector3.new(1.028, 2.10299993, 1.01399994)
  2244. Part121.CFrame = CFrame.new(-0.224059999, 1.05150604, 22.3950195, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2245. Part121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. Part121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. Part121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. Part121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. Part121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. Part121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. Part121.Position = Vector3.new(-0.224059999, 1.05150604, 22.3950195)
  2252. Part121.Orientation = Vector3.new(0, -90, 0)
  2253. Part122.Parent = Model110
  2254. Part122.Material = Enum.Material.Slate
  2255. Part122.BrickColor = BrickColor.new("Royal purple")
  2256. Part122.Rotation = Vector3.new(-179.300003, 0.670000017, 90)
  2257. Part122.Anchored = true
  2258. Part122.FormFactor = Enum.FormFactor.Symmetric
  2259. Part122.Size = Vector3.new(0.327000052, 1.04799998, 1)
  2260. Part122.CFrame = CFrame.new(-0.197052002, 0.567665994, 22.8544006, 6.25330671e-22, -0.999931812, 0.011637588, -0.999925673, 0.000141364129, 0.0121463882, -0.0121472068, -0.0116367191, -0.99985832)
  2261. Part122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2263. Part122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. Part122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. Part122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. Part122.Position = Vector3.new(-0.197052002, 0.567665994, 22.8544006)
  2268. Part122.Orientation = Vector3.new(-0.699999988, 179.330002, -89.9899979)
  2269. SpecialMesh123.Parent = Part122
  2270. SpecialMesh123.Scale = Vector3.new(1, 1, 0.200000003)
  2271. SpecialMesh123.MeshType = Enum.MeshType.Brick
  2272. SpecialMesh123.Scale = Vector3.new(1, 1, 0.200000003)
  2273. Part124.Parent = Model110
  2274. Part124.Material = Enum.Material.SmoothPlastic
  2275. Part124.BrickColor = BrickColor.new("Really black")
  2276. Part124.Rotation = Vector3.new(0, -1.24000001, 0)
  2277. Part124.Anchored = true
  2278. Part124.FormFactor = Enum.FormFactor.Symmetric
  2279. Part124.Size = Vector3.new(0.845000029, 1.5480001, 0.200000003)
  2280. Part124.CFrame = CFrame.new(-0.278382987, 1.25900805, 22.8843994, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  2281. Part124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. Part124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. Part124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. Part124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. Part124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. Part124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. Part124.Position = Vector3.new(-0.278382987, 1.25900805, 22.8843994)
  2288. Part124.Orientation = Vector3.new(0, -1.24000001, 0)
  2289. SpecialMesh125.Parent = Part124
  2290. SpecialMesh125.Scale = Vector3.new(1, 1, 0.200000003)
  2291. SpecialMesh125.MeshType = Enum.MeshType.Brick
  2292. SpecialMesh125.Scale = Vector3.new(1, 1, 0.200000003)
  2293. Part126.Parent = Model110
  2294. Part126.Material = Enum.Material.Slate
  2295. Part126.BrickColor = BrickColor.new("Royal purple")
  2296. Part126.Rotation = Vector3.new(90.6999969, -90, 0)
  2297. Part126.Anchored = true
  2298. Part126.FormFactor = Enum.FormFactor.Symmetric
  2299. Part126.Size = Vector3.new(0.353000075, 0.503999949, 1)
  2300. Part126.CFrame = CFrame.new(0.217941001, 0.560932994, 22.6437225, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2301. Part126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. Part126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. Part126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. Part126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. Part126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. Part126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. Part126.Position = Vector3.new(0.217941001, 0.560932994, 22.6437225)
  2308. Part126.Orientation = Vector3.new(0, -90, -90.6999969)
  2309. SpecialMesh127.Parent = Part126
  2310. SpecialMesh127.Scale = Vector3.new(1, 1, 0.200000003)
  2311. SpecialMesh127.MeshType = Enum.MeshType.Brick
  2312. SpecialMesh127.Scale = Vector3.new(1, 1, 0.200000003)
  2313. Part128.Name = "Right Leg"
  2314. Part128.Parent = Model110
  2315. Part128.Material = Enum.Material.SmoothPlastic
  2316. Part128.BrickColor = BrickColor.new("Institutional white")
  2317. Part128.Rotation = Vector3.new(0, -90, 0)
  2318. Part128.Anchored = true
  2319. Part128.CanCollide = false
  2320. Part128.FormFactor = Enum.FormFactor.Symmetric
  2321. Part128.Size = Vector3.new(1, 2, 1)
  2322. Part128.CFrame = CFrame.new(-0.225058004, 1.02000403, 22.3960114, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2323. Part128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. Part128.Position = Vector3.new(-0.225058004, 1.02000403, 22.3960114)
  2330. Part128.Orientation = Vector3.new(0, -90, 0)
  2331. Part129.Parent = Model110
  2332. Part129.Material = Enum.Material.Slate
  2333. Part129.BrickColor = BrickColor.new("Royal purple")
  2334. Part129.Rotation = Vector3.new(90.6999969, -90, 0)
  2335. Part129.Anchored = true
  2336. Part129.FormFactor = Enum.FormFactor.Symmetric
  2337. Part129.Size = Vector3.new(0.347000062, 1.13400018, 1)
  2338. Part129.CFrame = CFrame.new(-0.678062022, 0.585385978, 22.3507919, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2339. Part129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. Part129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. Part129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. Part129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. Part129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. Part129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. Part129.Position = Vector3.new(-0.678062022, 0.585385978, 22.3507919)
  2346. Part129.Orientation = Vector3.new(0, -90, -90.6999969)
  2347. SpecialMesh130.Parent = Part129
  2348. SpecialMesh130.Scale = Vector3.new(1, 1, 0.200000003)
  2349. SpecialMesh130.MeshType = Enum.MeshType.Brick
  2350. SpecialMesh130.Scale = Vector3.new(1, 1, 0.200000003)
  2351. Part131.Parent = Model110
  2352. Part131.Material = Enum.Material.SmoothPlastic
  2353. Part131.BrickColor = BrickColor.new("Really black")
  2354. Part131.Rotation = Vector3.new(0, -90, 0)
  2355. Part131.Anchored = true
  2356. Part131.FormFactor = Enum.FormFactor.Symmetric
  2357. Part131.Size = Vector3.new(1.04799986, 1.58000004, 1)
  2358. Part131.CFrame = CFrame.new(-0.643059015, 1.24901497, 22.364006, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2359. Part131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. Part131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. Part131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. Part131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. Part131.Position = Vector3.new(-0.643059015, 1.24901497, 22.364006)
  2366. Part131.Orientation = Vector3.new(0, -90, 0)
  2367. SpecialMesh132.Parent = Part131
  2368. SpecialMesh132.Scale = Vector3.new(1, 1, 0.200000003)
  2369. SpecialMesh132.MeshType = Enum.MeshType.Brick
  2370. SpecialMesh132.Scale = Vector3.new(1, 1, 0.200000003)
  2371. Model133.Name = "LeftLeg"
  2372. Model133.Parent = Model0
  2373. Part134.Parent = Model133
  2374. Part134.Material = Enum.Material.SmoothPlastic
  2375. Part134.BrickColor = BrickColor.new("Really black")
  2376. Part134.Rotation = Vector3.new(0, -90, 0)
  2377. Part134.Anchored = true
  2378. Part134.FormFactor = Enum.FormFactor.Symmetric
  2379. Part134.Size = Vector3.new(0.605000019, 1.55599999, 1)
  2380. Part134.CFrame = CFrame.new(0.199944004, 1.25500596, 21.1925201, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2381. Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. Part134.Position = Vector3.new(0.199944004, 1.25500596, 21.1925201)
  2388. Part134.Orientation = Vector3.new(0, -90, 0)
  2389. SpecialMesh135.Parent = Part134
  2390. SpecialMesh135.Scale = Vector3.new(1, 1, 0.200000003)
  2391. SpecialMesh135.MeshType = Enum.MeshType.Brick
  2392. SpecialMesh135.Scale = Vector3.new(1, 1, 0.200000003)
  2393. Part136.Parent = Model133
  2394. Part136.Material = Enum.Material.Slate
  2395. Part136.BrickColor = BrickColor.new("Royal purple")
  2396. Part136.Rotation = Vector3.new(90.6999969, -90, 0)
  2397. Part136.Anchored = true
  2398. Part136.FormFactor = Enum.FormFactor.Symmetric
  2399. Part136.Size = Vector3.new(0.362000048, 0.636999965, 1)
  2400. Part136.CFrame = CFrame.new(0.224937007, 0.568448007, 21.1770782, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2401. Part136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. Part136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. Part136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. Part136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. Part136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. Part136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. Part136.Position = Vector3.new(0.224937007, 0.568448007, 21.1770782)
  2408. Part136.Orientation = Vector3.new(0, -90, -90.6999969)
  2409. SpecialMesh137.Parent = Part136
  2410. SpecialMesh137.Scale = Vector3.new(1, 1, 0.200000003)
  2411. SpecialMesh137.MeshType = Enum.MeshType.Brick
  2412. SpecialMesh137.Scale = Vector3.new(1, 1, 0.200000003)
  2413. Part138.Parent = Model133
  2414. Part138.Material = Enum.Material.SmoothPlastic
  2415. Part138.BrickColor = BrickColor.new("Really black")
  2416. Part138.Rotation = Vector3.new(0, -1.24000001, 0)
  2417. Part138.Anchored = true
  2418. Part138.FormFactor = Enum.FormFactor.Symmetric
  2419. Part138.Size = Vector3.new(0.825000048, 1.59000003, 1)
  2420. Part138.CFrame = CFrame.new(-0.267057002, 1.27601194, 20.9845123, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  2421. Part138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. Part138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. Part138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. Part138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. Part138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. Part138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. Part138.Position = Vector3.new(-0.267057002, 1.27601194, 20.9845123)
  2428. Part138.Orientation = Vector3.new(0, -1.24000001, 0)
  2429. SpecialMesh139.Parent = Part138
  2430. SpecialMesh139.Scale = Vector3.new(1, 1, 0.200000003)
  2431. SpecialMesh139.MeshType = Enum.MeshType.Brick
  2432. SpecialMesh139.Scale = Vector3.new(1, 1, 0.200000003)
  2433. Part140.Parent = Model133
  2434. Part140.Material = Enum.Material.SmoothPlastic
  2435. Part140.BrickColor = BrickColor.new("Really black")
  2436. Part140.Rotation = Vector3.new(0, -90, 0)
  2437. Part140.Anchored = true
  2438. Part140.FormFactor = Enum.FormFactor.Symmetric
  2439. Part140.Size = Vector3.new(1.04799986, 1.58000004, 1)
  2440. Part140.CFrame = CFrame.new(-0.643059015, 1.24901497, 21.4140091, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2441. Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. Part140.Position = Vector3.new(-0.643059015, 1.24901497, 21.4140091)
  2448. Part140.Orientation = Vector3.new(0, -90, 0)
  2449. SpecialMesh141.Parent = Part140
  2450. SpecialMesh141.Scale = Vector3.new(1, 1, 0.200000003)
  2451. SpecialMesh141.MeshType = Enum.MeshType.Brick
  2452. SpecialMesh141.Scale = Vector3.new(1, 1, 0.200000003)
  2453. Part142.Parent = Model133
  2454. Part142.Material = Enum.Material.SmoothPlastic
  2455. Part142.BrickColor = BrickColor.new("Royal purple")
  2456. Part142.Rotation = Vector3.new(118.43, -90, 0)
  2457. Part142.Anchored = true
  2458. Part142.CanCollide = false
  2459. Part142.FormFactor = Enum.FormFactor.Symmetric
  2460. Part142.Size = Vector3.new(0.377999932, 0.200000003, 1.02499986)
  2461. Part142.CFrame = CFrame.new(-0.212562993, 1.69244099, 21.7605438, -1.54202299e-21, 4.27587188e-21, -1, -0.879359603, -0.476150155, -6.79976845e-22, -0.476149082, 0.879356503, 4.49430814e-21)
  2462. Part142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. Part142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. Part142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. Part142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. Part142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2467. Part142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. Part142.Position = Vector3.new(-0.212562993, 1.69244099, 21.7605438)
  2469. Part142.Orientation = Vector3.new(0, -90, -118.43)
  2470. SpecialMesh143.Parent = Part142
  2471. SpecialMesh143.Scale = Vector3.new(1, 0.600000024, 1)
  2472. SpecialMesh143.MeshType = Enum.MeshType.Brick
  2473. SpecialMesh143.Scale = Vector3.new(1, 0.600000024, 1)
  2474. Part144.Parent = Model133
  2475. Part144.Material = Enum.Material.SmoothPlastic
  2476. Part144.BrickColor = BrickColor.new("Royal purple")
  2477. Part144.Rotation = Vector3.new(0, -90, 0)
  2478. Part144.Anchored = true
  2479. Part144.CanCollide = false
  2480. Part144.FormFactor = Enum.FormFactor.Symmetric
  2481. Part144.Size = Vector3.new(0.268999934, 0.200000003, 1.02499986)
  2482. Part144.CFrame = CFrame.new(-0.212562993, 1.541013, 21.5855255, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2483. Part144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. Part144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2485. Part144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. Part144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. Part144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. Part144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. Part144.Position = Vector3.new(-0.212562993, 1.541013, 21.5855255)
  2490. Part144.Orientation = Vector3.new(0, -90, 0)
  2491. SpecialMesh145.Parent = Part144
  2492. SpecialMesh145.Scale = Vector3.new(1, 0.600000024, 1)
  2493. SpecialMesh145.MeshType = Enum.MeshType.Brick
  2494. SpecialMesh145.Scale = Vector3.new(1, 0.600000024, 1)
  2495. Part146.Parent = Model133
  2496. Part146.Material = Enum.Material.SmoothPlastic
  2497. Part146.BrickColor = BrickColor.new("Really black")
  2498. Part146.Rotation = Vector3.new(0, -90, 0)
  2499. Part146.Anchored = true
  2500. Part146.CanCollide = false
  2501. Part146.FormFactor = Enum.FormFactor.Symmetric
  2502. Part146.Size = Vector3.new(0.811999917, 0.305999935, 1.01399994)
  2503. Part146.CFrame = CFrame.new(-0.218061, 1.64300597, 21.3260193, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2504. Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. Part146.Position = Vector3.new(-0.218061, 1.64300597, 21.3260193)
  2511. Part146.Orientation = Vector3.new(0, -90, 0)
  2512. Part147.Parent = Model133
  2513. Part147.Material = Enum.Material.SmoothPlastic
  2514. Part147.BrickColor = BrickColor.new("Really black")
  2515. Part147.Rotation = Vector3.new(0, -90, 0)
  2516. Part147.Anchored = true
  2517. Part147.CanCollide = false
  2518. Part147.FormFactor = Enum.FormFactor.Symmetric
  2519. Part147.Size = Vector3.new(1.00599992, 2.13199997, 1.01399994)
  2520. Part147.CFrame = CFrame.new(-0.224059999, 1.07402205, 21.3940277, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2521. Part147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. Part147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. Part147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. Part147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. Part147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. Part147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. Part147.Position = Vector3.new(-0.224059999, 1.07402205, 21.3940277)
  2528. Part147.Orientation = Vector3.new(0, -90, 0)
  2529. Part148.Parent = Model133
  2530. Part148.Material = Enum.Material.Slate
  2531. Part148.BrickColor = BrickColor.new("Royal purple")
  2532. Part148.Rotation = Vector3.new(-179.300003, 0.670000017, 90)
  2533. Part148.Anchored = true
  2534. Part148.FormFactor = Enum.FormFactor.Symmetric
  2535. Part148.Size = Vector3.new(0.346000046, 1.04799998, 1)
  2536. Part148.CFrame = CFrame.new(-0.197052002, 0.590524018, 20.8905182, 6.25330671e-22, -0.999931812, 0.011637588, -0.999925673, 0.000141364129, 0.0121463882, -0.0121472068, -0.0116367191, -0.99985832)
  2537. Part148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2538. Part148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. Part148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. Part148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. Part148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. Part148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. Part148.Position = Vector3.new(-0.197052002, 0.590524018, 20.8905182)
  2544. Part148.Orientation = Vector3.new(-0.699999988, 179.330002, -89.9899979)
  2545. SpecialMesh149.Parent = Part148
  2546. SpecialMesh149.Scale = Vector3.new(1, 1, 0.200000003)
  2547. SpecialMesh149.MeshType = Enum.MeshType.Brick
  2548. SpecialMesh149.Scale = Vector3.new(1, 1, 0.200000003)
  2549. Part150.Parent = Model133
  2550. Part150.Material = Enum.Material.Slate
  2551. Part150.BrickColor = BrickColor.new("Royal purple")
  2552. Part150.Rotation = Vector3.new(90.6999969, -90, 0)
  2553. Part150.Anchored = true
  2554. Part150.FormFactor = Enum.FormFactor.Symmetric
  2555. Part150.Size = Vector3.new(0.347000062, 1.13400018, 1)
  2556. Part150.CFrame = CFrame.new(-0.678062022, 0.585385978, 21.3407745, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2557. Part150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. Part150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. Part150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. Part150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. Part150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. Part150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. Part150.Position = Vector3.new(-0.678062022, 0.585385978, 21.3407745)
  2564. Part150.Orientation = Vector3.new(0, -90, -90.6999969)
  2565. SpecialMesh151.Parent = Part150
  2566. SpecialMesh151.Scale = Vector3.new(1, 1, 0.200000003)
  2567. SpecialMesh151.MeshType = Enum.MeshType.Brick
  2568. SpecialMesh151.Scale = Vector3.new(1, 1, 0.200000003)
  2569. Part152.Name = "Left Leg"
  2570. Part152.Parent = Model133
  2571. Part152.Material = Enum.Material.SmoothPlastic
  2572. Part152.BrickColor = BrickColor.new("Institutional white")
  2573. Part152.Transparency = 1
  2574. Part152.Rotation = Vector3.new(0, -90, 0)
  2575. Part152.Anchored = true
  2576. Part152.CanCollide = false
  2577. Part152.FormFactor = Enum.FormFactor.Symmetric
  2578. Part152.Size = Vector3.new(1, 2, 1)
  2579. Part152.CFrame = CFrame.new(-0.225058004, 1.02000403, 21.3960114, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2580. Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. Part152.Position = Vector3.new(-0.225058004, 1.02000403, 21.3960114)
  2587. Part152.Orientation = Vector3.new(0, -90, 0)
  2588. Part153.Parent = Model133
  2589. Part153.Material = Enum.Material.Slate
  2590. Part153.BrickColor = BrickColor.new("Royal purple")
  2591. Part153.Rotation = Vector3.new(0, -90, 0)
  2592. Part153.Anchored = true
  2593. Part153.FormFactor = Enum.FormFactor.Symmetric
  2594. Part153.Size = Vector3.new(0.200000003, 1.70299995, 1)
  2595. Part153.CFrame = CFrame.new(0.217941001, 1.29650295, 21.4880219, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2596. Part153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. Part153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. Part153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. Part153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. Part153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. Part153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. Part153.Position = Vector3.new(0.217941001, 1.29650295, 21.4880219)
  2603. Part153.Orientation = Vector3.new(0, -90, 0)
  2604. SpecialMesh154.Parent = Part153
  2605. SpecialMesh154.Scale = Vector3.new(1, 1, 0.200000003)
  2606. SpecialMesh154.MeshType = Enum.MeshType.Brick
  2607. SpecialMesh154.Scale = Vector3.new(1, 1, 0.200000003)
  2608. Part155.Parent = Model133
  2609. Part155.Material = Enum.Material.SmoothPlastic
  2610. Part155.BrickColor = BrickColor.new("Really black")
  2611. Part155.Rotation = Vector3.new(0, -90, 0)
  2612. Part155.Anchored = true
  2613. Part155.CanCollide = false
  2614. Part155.FormFactor = Enum.FormFactor.Symmetric
  2615. Part155.Size = Vector3.new(0.966999888, 0.305999935, 1.01399994)
  2616. Part155.CFrame = CFrame.new(-0.218061, 1.85202205, 21.4035187, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2617. Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. Part155.Position = Vector3.new(-0.218061, 1.85202205, 21.4035187)
  2624. Part155.Orientation = Vector3.new(0, -90, 0)
  2625. Script156.Name = "Welds"
  2626. Script156.Parent = Model0
  2627. table.insert(cors,sandbox(Script156,function()
  2628. --Saz
  2629.  
  2630. --A new system which is a combination of fast-welds and hard-welds.
  2631. --Should be far, far better.
  2632.  
  2633. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  2634. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  2635.  
  2636. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  2637. --The fact that you're reading this means you should likely kill yourself. Immediately.
  2638.  
  2639. wait(.33)
  2640.  
  2641. Tool=script.Parent
  2642. Nib=Tool.Parent
  2643.  
  2644.  
  2645. weldparts=function()
  2646. print("Welding")
  2647. lel={}
  2648. function jarate(p)
  2649. for i=1, #p do
  2650. table.insert(lel,p[i])
  2651. k=p[i]:children()
  2652. if #k>0 then
  2653. jarate(k)
  2654. end
  2655. end
  2656. end
  2657. for _,v in pairs(script.Parent:children()) do
  2658. if v.Name~="Cloak" and v.className~="Script" then
  2659. v:BreakJoints()
  2660. jarate(v:children())
  2661. end
  2662. end
  2663. for _,v in pairs(lel) do
  2664. if v.className=="Weld" or v.className=="Motor6D" then
  2665. v:Remove()
  2666. end
  2667. end
  2668. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  2669. if v.Name~="Right Leg" then
  2670. w=Instance.new("Weld")
  2671. w.Part0=script.Parent["RightLeg"]["Right Leg"]
  2672. w.Part1=v
  2673. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2674. w.C0=script.Parent["RightLeg"]["Right Leg"].CFrame:inverse()*CFrame.new(v.Position)
  2675. w.Parent=w.Part0
  2676. end
  2677. end
  2678. w=Instance.new("Weld")
  2679. w.Part0=Nib["Right Leg"]
  2680. w.Part1=script.Parent["RightLeg"]["Right Leg"]
  2681. w.Parent=w.Part0
  2682. w.C0=CFrame.new(0,-.1,0)
  2683. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  2684. if v.Name~="Left Leg" then
  2685. w=Instance.new("Weld")
  2686. w.Part0=script.Parent["LeftLeg"]["Left Leg"]
  2687. w.Part1=v
  2688. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2689. w.C0=script.Parent["LeftLeg"]["Left Leg"].CFrame:inverse()*CFrame.new(v.Position)
  2690. w.Parent=w.Part0
  2691. end
  2692. end
  2693. w=Instance.new("Weld")
  2694. w.Part0=Nib["Left Leg"]
  2695. w.Part1=script.Parent["LeftLeg"]["Left Leg"]
  2696. w.Parent=w.Part0
  2697. w.C0=CFrame.new(0,-.1,0)
  2698. for _,v in pairs(script.Parent["RightArm"]:children()) do
  2699. if v.Name~="Right Arm" then
  2700. w=Instance.new("Weld")
  2701. w.Part0=script.Parent["RightArm"]["Right Arm"]
  2702. w.Part1=v
  2703. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2704. w.C0=script.Parent["RightArm"]["Right Arm"].CFrame:inverse()*CFrame.new(v.Position)
  2705. w.Parent=w.Part1
  2706. end
  2707. end
  2708. w=Instance.new("Weld")
  2709. w.Part0=Nib["Right Arm"]
  2710. w.Part1=script.Parent["RightArm"]["Right Arm"]
  2711. w.Parent=w.Part0
  2712. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  2713. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  2714. if v.Name~="Left Arm" then
  2715. w=Instance.new("Weld")
  2716. w.Part0=script.Parent["LeftArm"]["Left Arm"]
  2717. w.Part1=v
  2718. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2719. w.C0=script.Parent["LeftArm"]["Left Arm"].CFrame:inverse()*CFrame.new(v.Position)
  2720. w.Parent=w.Part0
  2721. end
  2722. end
  2723. w=Instance.new("Weld")
  2724. w.Part0=Nib["Left Arm"]
  2725. w.Part1=script.Parent["LeftArm"]["Left Arm"]
  2726. w.Parent=w.Part0
  2727.  
  2728. for _,v in pairs(script.Parent["Torso"]:children()) do
  2729. if v.Name~="Torso" then
  2730. w=Instance.new("Weld")
  2731. w.Part0=script.Parent["Torso"]["Torso"]
  2732. w.Part1=v
  2733. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2734. w.C0=script.Parent["Torso"]["Torso"].CFrame:inverse()*CFrame.new(v.Position)
  2735. w.Parent=script.Parent["Torso"]["Torso"]
  2736. end
  2737. end
  2738.  
  2739. w=Instance.new("Weld")
  2740. w.Part0=Nib["Torso"]
  2741. w.Part1=script.Parent["Torso"]["Torso"]
  2742. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  2743. w.Parent=w.Part0
  2744.  
  2745. for _,v in pairs(lel) do
  2746. if v:IsA("BasePart") then v.Anchored=false end
  2747. end
  2748.  
  2749. wait(1)
  2750.  
  2751. w=Instance.new("Weld")
  2752. w.Part0=Nib.Torso
  2753. w.Part1=Tool.Torso.Torso
  2754. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2755. w.C1=CFrame.new(0,0,0)
  2756. w.Parent=w.Part1
  2757. w.Name="ClothingWeld"
  2758.  
  2759. wait(.06)
  2760.  
  2761. while Tool.Torso.Torso:FindFirstChild("ClothingWeld")==nil do
  2762. wait(.03)
  2763. w=Instance.new("Weld")
  2764. w.Part0=Nib.Torso
  2765. w.Part1=Tool.Torso.Torso
  2766. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2767. w.C1=CFrame.new(0,0,0)
  2768. w.Parent=w.Part1
  2769. w.Name="ClothingWeld"
  2770. end
  2771.  
  2772. w=Instance.new("Weld")
  2773. w.Part0=Nib["Right Leg"]
  2774. w.Part1=Tool.RightLeg["Right Leg"]
  2775. w.C0=CFrame.new(0,0,0)
  2776. w.C1=CFrame.new(0,0,0)
  2777. w.Parent=w.Part1
  2778. w.Name="ClothingWeld"
  2779.  
  2780. w=Instance.new("Weld")
  2781. w.Part0=Nib["Left Leg"]
  2782. w.Part1=Tool.LeftLeg["Left Leg"]
  2783. w.C0=CFrame.new(0,0,0)
  2784. w.C1=CFrame.new(0,0,0)
  2785. w.Parent=w.Part1
  2786. w.Name="ClothingWeld"
  2787.  
  2788. w=Instance.new("Weld")
  2789. w.Part0=Nib["Right Arm"]
  2790. w.Part1=Tool.RightArm["Right Arm"]
  2791. w.C0=CFrame.new(0,0,0)
  2792. w.C1=CFrame.new(0,0,0)
  2793. w.Parent=w.Part1
  2794. w.Name="ClothingWeld"
  2795.  
  2796. w=Instance.new("Weld")
  2797. w.Part0=Nib["Left Arm"]
  2798. w.Part1=Tool.LeftArm["Left Arm"]
  2799. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2800. w.C1=CFrame.new(0,0,0)
  2801. w.Parent=w.Part1
  2802. w.Name="ClothingWeld"
  2803.  
  2804. wait()
  2805.  
  2806. end
  2807. weldparts()
  2808. end))
  2809. for i,v in pairs(mas:GetChildren()) do
  2810. v.Parent = game:GetService("Players").LocalPlayer.Character
  2811. pcall(function() v:MakeJoints() end)
  2812. end
  2813. mas:Destroy()
  2814. for i,v in pairs(cors) do
  2815. spawn(function()
  2816. pcall(v)
  2817. end)
  2818. end
  2819.  
  2820. Humanoid.HealthChanged:connect(function()
  2821. if DEATH == false then
  2822. if Humanoid.Health ~= "inf" then
  2823. Humanoid.Health = "inf"
  2824. CreateSound("907330011", Torso, 10, 1)
  2825. end
  2826. if Humanoid.MaxHealth ~= "inf" then
  2827. Humanoid.MaxHealth = "inf"
  2828. end
  2829. end
  2830. end)
  2831.  
  2832. function VanishPlayer()
  2833. tecks2.TextTransparency = 1
  2834. tecks2.TextStrokeTransparency = 1
  2835. for _, c in pairs(Character:GetChildren()) do
  2836. if c.ClassName == "Part" then
  2837. c.Transparency = 1
  2838. if c:FindFirstChildOfClass("Decal") then
  2839. c:FindFirstChildOfClass("Decal").Transparency = 1
  2840. end
  2841. if c:FindFirstChildOfClass("ParticleEmitter") then
  2842. c:FindFirstChildOfClass("ParticleEmitter").Enabled = false
  2843. end
  2844. elseif c.ClassName == "Accessory" then
  2845. c.Handle.Transparency = 1
  2846. if c.Handle:FindFirstChildOfClass("ParticleEmitter") then
  2847. c.Handle:FindFirstChildOfClass("ParticleEmitter").Enabled = false
  2848. end
  2849. end
  2850. end
  2851. end
  2852.  
  2853. function Reappear()
  2854. tecks2.TextTransparency = 0
  2855. tecks2.TextStrokeTransparency = 0
  2856. for _, c in pairs(Character:GetChildren()) do
  2857. if c.ClassName == "Part" and c.Name ~= "HumanoidRootPart" then
  2858. c.Transparency = 0
  2859. if c:FindFirstChildOfClass("Decal") then
  2860. c:FindFirstChildOfClass("Decal").Transparency = 0
  2861. end
  2862. if c:FindFirstChildOfClass("ParticleEmitter") then
  2863. c:FindFirstChildOfClass("ParticleEmitter").Enabled = true
  2864. end
  2865. elseif c.ClassName == "Accessory" then
  2866. c.Handle.Transparency = 0
  2867. if c.Handle:FindFirstChildOfClass("ParticleEmitter") then
  2868. c.Handle:FindFirstChildOfClass("ParticleEmitter").Enabled = true
  2869. end
  2870. end
  2871. end
  2872. end
  2873.  
  2874. function Warp()
  2875. ATTACK = true
  2876. Rooted = true
  2877. for i = 1, 50 do
  2878. Swait()
  2879. CreateRing(VT(0,0,0),false,0,5,RootPart.CFrame*ANGLES(RAD(0),RAD(90),RAD(0)),"Crimson",VT(i/3,i/3,0))
  2880. CreateRing(VT(0,0,0),false,0,5,RootPart.CFrame*ANGLES(RAD(0),RAD(0),RAD(0)),"Crimson",VT(i/3,i/3,0))
  2881. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.3 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(25), RAD(0), RAD(0 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  2882. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0 + 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  2883. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(15), RAD(0)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  2884. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(-15), RAD(0)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  2885. 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(-25 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  2886. 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(-45 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  2887. end
  2888. if VALUE2 == false then
  2889. VALUE2 = true
  2890. elseif VALUE2 == true then
  2891. VALUE2 = false
  2892. end
  2893. ATTACK = false
  2894. Rooted = false
  2895. end
  2896.  
  2897. function RivalingOverthrower()
  2898. if HITFLOOR ~= nil then
  2899. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  2900. local HITBODY = Mouse.Target.Parent
  2901. local TORS = HITBODY:FindFirstChild("Torso") or HITBODY:FindFirstChild("UpperTorso")
  2902. local HUMAN = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  2903. if TORS ~= nil and HUMAN ~= nil then
  2904. ATTACK = true
  2905. Rooted = true
  2906. TORS.Anchored = true
  2907. RootPart.CFrame = TORS.CFrame * CF(0,0,4)
  2908. HITFLOOR, HITPOS = Raycast(TORS.Position, (CF(TORS.Position, TORS.Position + VT(0, -1, 0))).lookVector, 4 * TORS.Size.Y/2, HITBODY)
  2909. local FLOOR = HITFLOOR
  2910. local POS = HITPOS
  2911. print(FLOOR)
  2912. UNANCHOR = false
  2913. RootPart.Anchored = true
  2914. CreateSound("1295446488", Torso, 10, 1)
  2915. for i=0, 1, 0.1 / Animation_Speed do
  2916. Swait()
  2917. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  2918. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  2919. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  2920. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  2921. 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)
  2922. 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)
  2923. end
  2924. local TAUNTS = {"907329532","907333294","907329893"}
  2925. CreateSound(TAUNTS[MRANDOM(1,#TAUNTS)], Torso, 10, 1)
  2926. for i=0, 1, 0.1 / Animation_Speed do
  2927. Swait()
  2928. 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)
  2929. 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)
  2930. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  2931. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  2932. 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)
  2933. 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)
  2934. end
  2935. RootPart.CFrame = TORS.CFrame * CF(0,0,2)
  2936. CreateSound("260411131", TORS, 10, 1)
  2937. TORS.Anchored = false
  2938. local WELD = CreateWeldOrSnapOrMotor("Weld", TORS, RightArm, TORS, CF(0,-1,-0.5) * ANGLES(RAD(-90), RAD(0), RAD(0)), CF(0, 0, 0))
  2939. for i=0, 1, 0.1 / Animation_Speed do
  2940. Swait()
  2941. 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)
  2942. 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)
  2943. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(150), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  2944. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  2945. 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)
  2946. 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)
  2947. end
  2948. for i=0, 2, 0.1 / Animation_Speed do
  2949. Swait()
  2950. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(65), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2951. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2952. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  2953. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  2954. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.3, -1) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  2955. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.3, -1) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  2956. end
  2957. for i = 1, 15 do
  2958. CreateRing(VT(0,0,0),false,0,25,CF(TORS.Position+VT(0,-3,0))*ANGLES(RAD(90),RAD(0),RAD(0)),"Crimson",VT(i/5,i/5,0))
  2959. end
  2960. WELD:remove()
  2961. local grav = Instance.new("BodyPosition",TORS)
  2962. grav.P = 20000
  2963. grav.D = 100
  2964. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2965. grav.position = TORS.Position + VT(0,50,0)
  2966. grav.Name = "GravityForce"
  2967. for i=0, 1, 0.1 / Animation_Speed do
  2968. Swait()
  2969. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-25), RAD(0), RAD(45)), 2 / Animation_Speed)
  2970. 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)
  2971. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(150), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  2972. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  2973. 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(-25)), 2 / Animation_Speed)
  2974. 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(25)), 2 / Animation_Speed)
  2975. end
  2976. for i=0, 2, 0.1 / Animation_Speed do
  2977. Swait()
  2978. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(65), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2979. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2980. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  2981. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  2982. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.3, -1) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  2983. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.3, -1) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  2984. end
  2985. CreateSound("1295446488", Torso, 10, 1)
  2986. CreateWave(VT(0,0,0),15,CF(HITPOS),true,2,"Royal purple",VT(1,0.1,1))
  2987. RootPart.CFrame = CF(TORS.Position)*CF(0,0,5)
  2988. for i=0, 2, 0.1 / Animation_Speed do
  2989. Swait()
  2990. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  2991. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 2 / Animation_Speed)
  2992. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  2993. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  2994. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 2 / Animation_Speed)
  2995. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 2 / Animation_Speed)
  2996. end
  2997. VanishPlayer()
  2998. for i = 1, 50+(25*POWERLEVEL) do
  2999. Swait()
  3000. CreateRing(VT(0,0,0),false,0,25,TORS.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Crimson",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3001. CreateSound(HITWEAPONSOUNDS[MRANDOM(1,#HITWEAPONSOUNDS)], TORS, 10, 1)
  3002. local CFRAME = CF(TORS.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3003. MagicSphere(VT(0,0,0),15,CFRAME,"Royal purple",VT(0.1,0.1,POWERLEVEL*5))
  3004. MagicSphere(VT(0.1,0.1,0.1),15,CFRAME,"Royal purple",VT(0.1,0.1,POWERLEVEL*5))
  3005. end
  3006. RootPart.CFrame = CF(TORS.Position)*CF(0,15,1)
  3007. Reappear()
  3008. for i=0, 2, 0.1 / Animation_Speed do
  3009. Swait()
  3010. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(-5), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3011. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3012. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(160), RAD(0), RAD(-20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3013. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.5) * ANGLES(RAD(160), RAD(0), RAD(20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3014. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3015. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3016. end
  3017. for i = 1, 15 do
  3018. CreateRing(VT(0,0,0),false,0,25,CF(TORS.Position+VT(0,3,0))*ANGLES(RAD(90),RAD(0),RAD(0)),"Crimson",VT(i/5,i/5,0))
  3019. end
  3020. RootPart.CFrame = CF(TORS.Position)*CF(0,5,1)
  3021. grav.Position = POS
  3022. CreateDebreeRing(FLOOR,POS,6*POWERLEVEL,VT(6,6,6)*POWERLEVEL,10)
  3023. CreateFlyingDebree(FLOOR,CF(POS),25,VT(4,4,4)*POWERLEVEL,10,50*POWERLEVEL)
  3024. CreateSound("289842971", TORS, 3, 1)
  3025. MagicSphere(VT(0,0,0),35,CF(POS),"Royal purple",VT(POWERLEVEL/2,POWERLEVEL/2,POWERLEVEL/2))
  3026. MagicSphere(VT(0.1,0.1,0.1),35,CF(POS),"Royal purple",VT(POWERLEVEL/2,POWERLEVEL/2,POWERLEVEL/2))
  3027. killnearest(POS,POWERLEVEL*10,5)
  3028. if POWERLEVEL > 3 then
  3029. MagicSphere(VT(0.1,500,0.1),15,CF(POS),"Crimson",VT(POWERLEVEL,0,POWERLEVEL))
  3030. end
  3031. CreateWave(VT(0,0,0),15,CF(POS),true,2,"Really black",VT(POWERLEVEL*2,0.1,POWERLEVEL*2))
  3032. for i=0, 1, 0.1 / Animation_Speed do
  3033. Swait()
  3034. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(45), RAD(0), RAD(0)), 3 / Animation_Speed)
  3035. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 3 / Animation_Speed)
  3036. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5, -1) * ANGLES(RAD(25), RAD(0), RAD(-20)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3037. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0.5, -1) * ANGLES(RAD(25), RAD(0), RAD(20)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  3038. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 3 / Animation_Speed)
  3039. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 3 / Animation_Speed)
  3040. end
  3041. HITBODY:BreakJoints()
  3042. grav:remove()
  3043. ATTACK = false
  3044. Rooted = false
  3045. UNANCHOR = true
  3046. RootPart.Anchored = false
  3047. if POWERLEVEL > 1 then
  3048. POWERLEVEL = POWERLEVEL - 1
  3049. end
  3050. end
  3051. end
  3052. end
  3053. end
  3054.  
  3055. function ChunkChuck()
  3056. if HITFLOOR ~= nil then
  3057. ATTACK = true
  3058. Rooted = true
  3059. CreateSound("305685800", Head, 10, 1)
  3060. for i=0, 1, 0.1 / Animation_Speed do
  3061. Swait()
  3062. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-25), RAD(0), RAD(0)), 2 / Animation_Speed)
  3063. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3064. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3065. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3066. 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(-25)), 2 / Animation_Speed)
  3067. 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(25)), 2 / Animation_Speed)
  3068. end
  3069. for i=0, 1, 0.1 / Animation_Speed do
  3070. Swait()
  3071. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, -0.75, -0.75 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(65), RAD(0), RAD(0)), 2 / Animation_Speed)
  3072. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3073. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5, -1) * ANGLES(RAD(65), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3074. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0.5, -1) * ANGLES(RAD(65), RAD(0), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3075. 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(65)), 2 / Animation_Speed)
  3076. 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(-65)), 2 / Animation_Speed)
  3077. end
  3078. CreateDebreeRing(HITFLOOR,HITPOS,3*POWERLEVEL,VT(2,2,2)*POWERLEVEL,3)
  3079. CreateFlyingDebree(HITFLOOR,CF(HITPOS),25,VT(2,2,2)*POWERLEVEL,3,50*POWERLEVEL)
  3080. local CHUNK = CreatePart(3, Effects, "Neon", 0, 0, "Peal", "Debree", VT(5,5,5)*POWERLEVEL/1.5)
  3081. CHUNK.Color = HITFLOOR.Color
  3082. CHUNK.Material = HITFLOOR.Material
  3083. CHUNK.CFrame = Torso.CFrame*CF(0,0,-3*POWERLEVEL)
  3084. CreateSound("260411131", CHUNK, 10, 1)
  3085. CreateSound("289842971", Torso, 3, 1)
  3086. repeat
  3087. Swait()
  3088. CHUNK.CFrame = Torso.CFrame*CF(0,2+(2*POWERLEVEL),0)
  3089. turnto(Mouse.Hit.p)
  3090. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3091. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3092. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(170), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3093. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(170), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3094. 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)
  3095. 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)
  3096. until HOLD == true
  3097. for i=0, 1, 0.1 / Animation_Speed do
  3098. Swait()
  3099. CHUNK.CFrame = Torso.CFrame*CF(0,2+(2*POWERLEVEL),0)
  3100. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-25), RAD(0), RAD(0)), 2 / Animation_Speed)
  3101. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3102. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(170), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3103. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(170), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3104. 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(-25)), 2 / Animation_Speed)
  3105. 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(25)), 2 / Animation_Speed)
  3106. end
  3107. CHUNK.CanCollide = true
  3108. CHUNK.Anchored = false
  3109. CHUNK.CFrame = RootPart.CFrame*CF(0,0,-1*POWERLEVEL)
  3110. for i = 1, 25 do
  3111. CreateRing(VT(0,0,0),false,0,15,RootPart.CFrame*CF(0,0,-3)*ANGLES(RAD(0),RAD(0),RAD(0)),"Royal purple",VT((POWERLEVEL/3)/i,(POWERLEVEL/3)/i,0))
  3112. end
  3113. local bv = Instance.new("BodyVelocity")
  3114. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3115. bv.velocity = RootPart.CFrame.lookVector*400
  3116. bv.Parent = CHUNK
  3117. local HIT = CHUNK.Touched:Connect(function(hit)
  3118. if hit.Parent ~= workspace and hit.Parent ~= Character and hit.Parent.ClassName == "Model" then
  3119. hit.Parent:BreakJoints()
  3120. end
  3121. end)
  3122. CreateSound("138079201", CHUNK, 10, 1)
  3123. Debris:AddItem(CHUNK,5)
  3124. for i=0, 1, 0.1 / Animation_Speed do
  3125. Swait()
  3126. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(25), RAD(0), RAD(0)), 2 / Animation_Speed)
  3127. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3128. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(115), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3129. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(115), RAD(0), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3130. 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(25)), 2 / Animation_Speed)
  3131. 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(-25)), 2 / Animation_Speed)
  3132. end
  3133. ATTACK = false
  3134. Rooted = false
  3135. if POWERLEVEL > 1 then
  3136. POWERLEVEL = POWERLEVEL - 1
  3137. end
  3138. end
  3139. end
  3140.  
  3141. function Boost()
  3142. ATTACK = true
  3143. Rooted = true
  3144. CreateSound("466493476", Torso, 10, MRANDOM(7, 12) / 10)
  3145. for i = 1, 50 do
  3146. Swait()
  3147. CreateRing(VT(0,0,0),false,0,5,RootPart.CFrame*ANGLES(RAD(0),RAD(90),RAD(0)),"Royal purple",VT(i/5,i/5,0))
  3148. CreateRing(VT(0,0,0),false,0,5,RootPart.CFrame*ANGLES(RAD(0),RAD(0),RAD(0)),"Royal purple",VT(i/5,i/5,0))
  3149. CreateRing(VT(0,0,0),false,0,25,RootPart.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Crimson",VT(i/3,i/3,0))
  3150. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.3 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(25), RAD(0), RAD(0 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  3151. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0 + 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  3152. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(15), RAD(0)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3153. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(-15), RAD(0)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  3154. 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(-25 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  3155. 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(-45 - 2.5 * SIN(SINE / 12))), 3 / Animation_Speed)
  3156. end
  3157. POWERLEVEL = POWERLEVEL + 1
  3158. ATTACK = false
  3159. Rooted = false
  3160. end
  3161.  
  3162. function XEvent()
  3163. if HITFLOOR ~= nil then
  3164. VALUE2 = false
  3165. CreateSound("907332670", Effects, 10, 1)
  3166. local POS = HITPOS
  3167. local FLOOR = HITFLOOR
  3168. local STARTPOS = RootPart.CFrame
  3169. ATTACK = true
  3170. Rooted = true
  3171. for i=0, 2, 0.1 / Animation_Speed do
  3172. Swait()
  3173. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(65), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3174. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3175. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3176. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3177. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.3, -1) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  3178. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.3, -1) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  3179. end
  3180. UNANCHOR = false
  3181. RootPart.Anchored = true
  3182. CreateSound("1295446488", Effects, 10, 1)
  3183. RootPart.CFrame = RootPart.CFrame*CF(0,100+(150*POWERLEVEL),0)
  3184. for i=0, 1, 0.1 / Animation_Speed do
  3185. Swait()
  3186. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-25), RAD(0), RAD(0)), 2 / Animation_Speed)
  3187. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3188. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3189. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-45)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3190. 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(-25)), 2 / Animation_Speed)
  3191. 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(25)), 2 / Animation_Speed)
  3192. end
  3193. CreateSound("289315275", Effects, 10, 1)
  3194. for i=0, 5, 0.1 / Animation_Speed do
  3195. Swait()
  3196. CreateRing(VT(0,0,0),false,0,25,RootPart.CFrame*CF(0,5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/1.2,POWERLEVEL/1.2,0))
  3197. CreateRing(VT(0,0,0),false,0,25,RootPart.CFrame*CF(0,5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL,POWERLEVEL,0))
  3198. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-25), RAD(0), RAD(45)), 2 / Animation_Speed)
  3199. 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)
  3200. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(150), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3201. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3202. 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(-25)), 2 / Animation_Speed)
  3203. 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(25)), 2 / Animation_Speed)
  3204. end
  3205. CreateSound("260411131", Effects, 3, 1)
  3206. for i=0, 1, 0.1 / Animation_Speed do
  3207. Swait()
  3208. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/5,POWERLEVEL/5,0))
  3209. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3210. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3211. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3212. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.75, 0.5, -1) * ANGLES(RAD(0), RAD(0), RAD(-90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3213. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3214. 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(-25)), 2 / Animation_Speed)
  3215. 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(25)), 2 / Animation_Speed)
  3216. end
  3217. for i=0, 0.3, 0.1 / Animation_Speed do
  3218. Swait()
  3219. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/5,POWERLEVEL/5,0))
  3220. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3221. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3222. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-45 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3223. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(170), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3224. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3225. 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(-25)), 2 / Animation_Speed)
  3226. 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(25)), 2 / Animation_Speed)
  3227. end
  3228. for i=0, 0.3, 0.1 / Animation_Speed do
  3229. Swait()
  3230. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3231. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3232. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(75), RAD(0), RAD(45)), 2 / Animation_Speed)
  3233. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 2 / Animation_Speed)
  3234. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(45)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3235. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3236. 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(-25)), 2 / Animation_Speed)
  3237. 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(25)), 2 / Animation_Speed)
  3238. end
  3239. local BURNMARKS = {}
  3240. local DEATHRAY1 = CreatePart(3, Effects, "Neon", 0, 0.5, "Royal purple", "RAY", VT(0,0,0))
  3241. MakeForm(DEATHRAY1,"Cyl")
  3242. local DEATHRAY2 = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "RAY", VT(0,0,0))
  3243. MakeForm(DEATHRAY2,"Cyl")
  3244. local loopsound = CreateSound("487214658", Effects, 4, 1, true)
  3245. local AMOUNT = POWERLEVEL * 25
  3246. for i = 1, POWERLEVEL * 50 do
  3247. Swait()
  3248. MagicSphere(VT(POWERLEVEL,POWERLEVEL,POWERLEVEL)*2,35,RightArm.CFrame*CF(0,-2,0),"Royal purple",VT(0,0,0))
  3249. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3250. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3251. local MARK = CreatePart(3, Effects, "Neon", 0, 0, "Crimson", "BurnMark", VT(POWERLEVEL,0,POWERLEVEL)*2)
  3252. MARK.CFrame = CF(POS+VT(AMOUNT,0,AMOUNT))
  3253. table.insert(BURNMARKS,MARK)
  3254. MakeForm(MARK,"Cyl")
  3255. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/5,POWERLEVEL/5,0))
  3256. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3257. local distance = (RightArm.CFrame*CF(0,-2,0).p - POS+VT(AMOUNT,0,AMOUNT)).magnitude
  3258. DEATHRAY1.Size = Vector3.new(POWERLEVEL, distance, POWERLEVEL)
  3259. DEATHRAY1.CFrame = CFrame.new(RightArm.CFrame*CF(0,-2,0).p,POS+VT(AMOUNT,0,AMOUNT)) * CFrame.new(0, 0, -distance/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  3260. DEATHRAY2.Size = Vector3.new(POWERLEVEL+0.1, distance, POWERLEVEL+0.1)
  3261. DEATHRAY2.CFrame = CFrame.new(RightArm.CFrame*CF(0,-2,0).p,POS+VT(AMOUNT,0,AMOUNT)) * CFrame.new(0, 0, -distance/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  3262. AMOUNT = AMOUNT - 1
  3263. end
  3264. local AMOUNT = POWERLEVEL * 25
  3265. for i = 1, POWERLEVEL * 50 do
  3266. Swait()
  3267. MagicSphere(VT(POWERLEVEL,POWERLEVEL,POWERLEVEL)*2,35,RightArm.CFrame*CF(0,-2,0),"Crimson",VT(0,0,0))
  3268. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3269. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Institutional red",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3270. local MARK = CreatePart(3, Effects, "Neon", 0, 0, "Crimson", "BurnMark", VT(POWERLEVEL,0,POWERLEVEL)*2)
  3271. MARK.CFrame = CF(POS+VT(AMOUNT,0,-AMOUNT))
  3272. table.insert(BURNMARKS,MARK)
  3273. MakeForm(MARK,"Cyl")
  3274. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,-AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/5,POWERLEVEL/5,0))
  3275. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,-AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3276. local distance = (RightArm.CFrame*CF(0,-2,0).p - POS+VT(AMOUNT,0,-AMOUNT)).magnitude
  3277. DEATHRAY1.Size = Vector3.new(POWERLEVEL, distance, POWERLEVEL)
  3278. DEATHRAY1.CFrame = CFrame.new(RightArm.CFrame*CF(0,-2,0).p,POS+VT(AMOUNT,0,-AMOUNT)) * CFrame.new(0, 0, -distance/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  3279. DEATHRAY2.Size = Vector3.new(POWERLEVEL+0.1, distance, POWERLEVEL+0.1)
  3280. DEATHRAY2.CFrame = CFrame.new(RightArm.CFrame*CF(0,-2,0).p,POS+VT(AMOUNT,0,-AMOUNT)) * CFrame.new(0, 0, -distance/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  3281. AMOUNT = AMOUNT - 1
  3282. end
  3283. DEATHRAY1:remove()
  3284. DEATHRAY2:remove()
  3285. loopsound:remove()
  3286. for i=0, 1, 0.1 / Animation_Speed do
  3287. Swait()
  3288. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(-65), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3289. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3290. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3291. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3292. 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)
  3293. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  3294. end
  3295. RootPart.CFrame = STARTPOS
  3296. for i=0, 0.1, 0.1 / Animation_Speed do
  3297. Swait()
  3298. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(65), RAD(0), RAD(0)), 2 / Animation_Speed)
  3299. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3300. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3301. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3302. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.3, -1) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 2 / Animation_Speed)
  3303. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.3, -1) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 2 / Animation_Speed)
  3304. end
  3305. for i = 1, 10+(5*POWERLEVEL) do
  3306. Swait()
  3307. CreateRing(VT(0,0,0),false,0,5,CF(POS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL*5,POWERLEVEL*5,0))
  3308. CreateRing(VT(0,0,0),false,0,5,CF(POS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL*15,POWERLEVEL*15,0))
  3309. end
  3310. local SOUND = CreateSound("314970772", Effects, 10, 1)
  3311. CreateSound("414517163", Effects, 10, 1)
  3312. IT("EchoSoundEffect",SOUND)
  3313. MagicSphere(VT(0,0,0),35,CF(POS),"Crimson",VT(POWERLEVEL,POWERLEVEL,POWERLEVEL))
  3314. CreateDebreeRing(FLOOR,POS,25*POWERLEVEL,VT(25,25,25)*POWERLEVEL,3)
  3315. CreateFlyingDebree(FLOOR,CF(POS),25,VT(4,4,4)*POWERLEVEL,3,25*POWERLEVEL)
  3316. for i = 1, 25 do
  3317. Swait()
  3318. MagicSphere(VT(0,0,0),15,CF(POS),"Really black",VT(POWERLEVEL,POWERLEVEL,POWERLEVEL))
  3319. CreateRing(VT(0,0,0.1),false,0,45,CF(HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0)),"Crimson",VT(POWERLEVEL*2,POWERLEVEL*2,0))
  3320. killnearest(POS,POWERLEVEL*100,500)
  3321. CreateRing(VT(0,0,0),false,0,15,CF(POS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL*15,POWERLEVEL*15,0))
  3322. CreateRing(VT(0,0,0),false,0,15,CF(POS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL*25,POWERLEVEL*25,0))
  3323. end
  3324. for i = 1, 50 do
  3325. Swait()
  3326. for e=1,#BURNMARKS do
  3327. if BURNMARKS[e]~=nil then
  3328. local Thing=BURNMARKS[e]
  3329. if Thing~=nil then
  3330. local Part=Thing
  3331. Part.Transparency = Part.Transparency + (1/50)
  3332. end
  3333. end
  3334. end
  3335. end
  3336. for e=1,#BURNMARKS do
  3337. if BURNMARKS[e]~=nil then
  3338. local Thing=BURNMARKS[e]
  3339. if Thing~=nil then
  3340. local Part=Thing
  3341. Part:remove()
  3342. end
  3343. end
  3344. end
  3345. ATTACK = false
  3346. Rooted = false
  3347. UNANCHOR = true
  3348. RootPart.Anchored = false
  3349. POWERLEVEL = 1
  3350. end
  3351. end
  3352.  
  3353. function Taunt()
  3354. ATTACK = true
  3355. Rooted = true
  3356. CreateSound("907330011", Head, 10, 1.1)
  3357. for i=0, 1, 0.1 / Animation_Speed do
  3358. Swait()
  3359. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3360. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3361. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -0.8) * ANGLES(RAD(170), RAD(0), RAD(-30)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3362. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3363. 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)
  3364. 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)
  3365. end
  3366. for i=0, 2, 0.1 / Animation_Speed do
  3367. Swait()
  3368. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3369. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3370. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(75), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3371. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3372. 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)
  3373. 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)
  3374. end
  3375. ATTACK = false
  3376. Rooted = false
  3377. end
  3378.  
  3379. function BreakLimit()
  3380. ATTACK = true
  3381. Rooted = false
  3382. UNANCHOR = false
  3383. RootPart.Anchored = true
  3384. for i=0, 5, 0.1 / Animation_Speed do
  3385. Swait()
  3386. RootPart.CFrame = RootPart.CFrame * CF(0,0.2,0)
  3387. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3388. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 2 / Animation_Speed)
  3389. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3390. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3391. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 2 / Animation_Speed)
  3392. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 2 / Animation_Speed)
  3393. end
  3394. CreateSound("1368598393", Effects, 10, 1)
  3395. for i=0, 2, 0.1 / Animation_Speed do
  3396. Swait()
  3397. local CFRAME = CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3398. MagicSphere(VT(0,0,0),15,CFRAME,"Really black",VT(0.1,0.1,5))
  3399. MagicSphere(VT(0.1,0.1,0.1),15,CFRAME,"Crimson",VT(0.1,0.1,5))
  3400. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3401. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 2 / Animation_Speed)
  3402. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(-75)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3403. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(75)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3404. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  3405. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  3406. end
  3407. CreateSound("1368583274", Effects, 10, 1)
  3408. for i=0, 6, 0.1 / Animation_Speed do
  3409. Swait()
  3410. CreateRing(VT(45,5,0)*2,false,0,45,Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-1,0,0))
  3411. CreateRing(VT(45,5,0)*3,false,0,45,Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-1,0,0)*3)
  3412. local CFRAME = CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3413. MagicSphere(VT(0,0,0),15,CFRAME,"Royal purple",VT(0.1,0.1,55))
  3414. MagicSphere(VT(0,0,0),15,CFRAME,"Royal purple",VT(2,2,2))
  3415. MagicSphere(VT(0.1,0.1,0.1),15,CFRAME,"Royal purple",VT(0.1,0.1,55))
  3416. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3417. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 2 / Animation_Speed)
  3418. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(-75)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3419. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(75)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3420. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  3421. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  3422. end
  3423. CreateSound("907329532", Effects, 10, 1.1)
  3424. Swait(175)
  3425. CreateRing(VT(0,0,0),false,0,45,RootPart.CFrame*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(7,7,0))
  3426. CreateSound("1368605755", Effects, 10, 1)
  3427. CreateSound("1368637781", Effects, 10, 1)
  3428. MagicSphere(VT(0,0,0),45,Torso.CFrame,"Royal purple",VT(5,5,5))
  3429. LIMITBROKEN = true
  3430. for i=0, 1, 0.1 / Animation_Speed do
  3431. Swait()
  3432. CreateRing(VT(0,0,0),false,0,45,Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(4,4,0))
  3433. CreateRing(VT(0,0,0),false,0,45,Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(5,5,0))
  3434. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3435. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 2 / Animation_Speed)
  3436. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-60), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3437. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-60), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3438. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-50)), 2 / Animation_Speed)
  3439. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(50)), 2 / Animation_Speed)
  3440. end
  3441. UNANCHOR = true
  3442. RootPart.Anchored = false
  3443. ATTACK = false
  3444. Rooted = false
  3445. game.Lighting.ClockTime = 23
  3446. end
  3447.  
  3448. -- LIMIT BROKEN
  3449.  
  3450. function RivalingOverthrower2()
  3451. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  3452. local HITBODY = Mouse.Target.Parent
  3453. local TORS = HITBODY:FindFirstChild("Torso") or HITBODY:FindFirstChild("UpperTorso")
  3454. local HUMAN = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  3455. if TORS ~= nil and HUMAN ~= nil then
  3456. ATTACK = true
  3457. Rooted = false
  3458. VanishPlayer()
  3459. TORS.Anchored = true
  3460. RootPart.CFrame = TORS.CFrame*CF(0,5,0)
  3461. CreateSound("260411131", RootPart, 3, 1)
  3462. for i = 1, 75 do
  3463. Swait()
  3464. CreateRing(VT(0,0,0),false,0,25,TORS.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3465. CreateSound(HITWEAPONSOUNDS[MRANDOM(1,#HITWEAPONSOUNDS)], TORS, 10, 1)
  3466. local CFRAME = CF(TORS.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3467. MagicSphere(VT(0,0,0),15,CFRAME,"Really black",VT(0.1,0.1,POWERLEVEL*5))
  3468. MagicSphere(VT(0.1,0.1,0.1),15,CFRAME,"Crimson",VT(0.1,0.1,POWERLEVEL*5))
  3469. TORS.CFrame = TORS.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))
  3470. end
  3471. RootPart.CFrame = CF(TORS.Position)*CF(MRANDOM(-45,45),45,MRANDOM(-45,45))
  3472. Reappear()
  3473. CreateSound("1368583274", RightArm, 10, 1)
  3474. local ORB = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,0,0))
  3475. MakeForm(ORB,"Ball")
  3476. ORB.Color = C3(0,0,0)
  3477. ORB.CFrame = RightArm.CFrame * CF(0,-2,0)
  3478. for i=0, 4, 0.1 / Animation_Speed do
  3479. Swait()
  3480. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3481. ORB.Size = ORB.Size + VT(0.03,0.03,0.03)
  3482. CreateRing(VT(25,25,0),false,0,25,ORB.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-1,-1,0))
  3483. RootPart.CFrame = CF(RootPart.Position,TORS.Position)
  3484. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  3485. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3486. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3487. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3488. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3489. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3490. end
  3491. for i = 1, 5 do
  3492. Swait()
  3493. RootPart.CFrame = CF(RootPart.Position,TORS.Position)
  3494. ORB.Size = ORB.Size * 0.8
  3495. end
  3496. local BEAM = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,25,0))
  3497. MakeForm(BEAM,"Ball")
  3498. local BEAM2 = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,1000,0))
  3499. MakeForm(BEAM2,"Cyl")
  3500. BEAM.CFrame = ORB.CFrame * CF(0,0,10)
  3501. ORB.Color = BRICKC("Royal purple").Color
  3502. for i = 1, 5 do
  3503. Swait()
  3504. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(2,2,0))
  3505. BEAM.CFrame = ORB.CFrame * CF(0,-12.5,0)
  3506. BEAM.Size = BEAM.Size + VT(2,0,2)
  3507. BEAM2.CFrame = ORB.CFrame * CF(0,-512.5,0)
  3508. BEAM2.Size = BEAM2.Size + VT(2,0,2)
  3509. RootPart.CFrame = CF(RootPart.Position,TORS.Position)
  3510. ORB.Size = ORB.Size * 1.3
  3511. end
  3512. CreateSound("1368605755", Effects, 10, 1)
  3513. HITBODY:BreakJoints()
  3514. TORS.Anchored = false
  3515. local POS = TORS.Position
  3516. for i = 1, 25 do
  3517. CreateRing(VT(0,0,0),false,0,25,TORS.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  3518. CreateRing(VT(0,0,0),false,0,25,TORS.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/4,POWERLEVEL/4,0))
  3519. end
  3520. for i=0, 2, 0.1 / Animation_Speed do
  3521. Swait()
  3522. killnearest(POS,15,700)
  3523. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(2,2,0))
  3524. BEAM.CFrame = ORB.CFrame * CF(0,-12.5,0)
  3525. BEAM2.CFrame = ORB.CFrame * CF(0,-512.5,0)
  3526. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3527. RootPart.CFrame = CF(RootPart.Position,POS)
  3528. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  3529. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3530. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3531. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3532. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3533. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3534. end
  3535. for i = 1, 5 do
  3536. Swait()
  3537. BEAM.CFrame = ORB.CFrame * CF(0,-12.5,0)
  3538. BEAM.Size = BEAM.Size - VT(2,0,2)
  3539. BEAM2.CFrame = ORB.CFrame * CF(0,-512.5,0)
  3540. BEAM2.Size = BEAM2.Size - VT(2,0,2)
  3541. RootPart.CFrame = CF(RootPart.Position,TORS.Position)
  3542. ORB.Size = ORB.Size * 0.8
  3543. end
  3544. turnto(POS)
  3545. ORB:remove()
  3546. BEAM:remove()
  3547. BEAM2:remove()
  3548. ATTACK = false
  3549. Rooted = false
  3550. end
  3551. end
  3552. end
  3553.  
  3554. function ChunkChuck2()
  3555. if HITFLOOR ~= nil then
  3556. ATTACK = true
  3557. Rooted = false
  3558. for i=0, 1, 0.1 / Animation_Speed do
  3559. Swait()
  3560. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-25), RAD(0), RAD(45)), 2 / Animation_Speed)
  3561. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  3562. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(150), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3563. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3564. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3565. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  3566. end
  3567. local DIST = (RootPart.Position - HITPOS).Magnitude
  3568. RootPart.CFrame = RootPart.CFrame * CF(0,-(DIST-3),0)
  3569. for i=0, 0.1, 0.1 / Animation_Speed do
  3570. Swait()
  3571. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(90), RAD(0), RAD(90)), 2 / Animation_Speed)
  3572. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3573. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3574. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3575. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3576. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3577. end
  3578. CreateDebreeRing(HITFLOOR,HITPOS,15,VT(15,15,15))
  3579. CreateFlyingDebree(HITFLOOR,CF(HITPOS),25,VT(2,2,2),3,150)
  3580. local CHUNK = CreatePart(3, Effects, "Neon", 0, 0, "Peal", "Debree", VT(25,25,25))
  3581. CHUNK.Color = HITFLOOR.Color
  3582. CHUNK.Material = HITFLOOR.Material
  3583. CHUNK.CFrame = RootPart.CFrame*CF(0,-25,-0.5)
  3584. CreateSound("260411131", CHUNK, 10, 1)
  3585. CreateSound("289842971", Torso, 3, 1)
  3586. for i=0, 1, 0.1 / Animation_Speed do
  3587. Swait()
  3588. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(90), RAD(0), RAD(90)), 2 / Animation_Speed)
  3589. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3590. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3591. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3592. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3593. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3594. end
  3595. RootPart.CFrame = RootPart.CFrame * CF(0,(DIST-3),0)
  3596. CHUNK.CFrame = Torso.CFrame*CF(0.7,15,0)
  3597. repeat
  3598. Swait()
  3599. RootPart.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  3600. CHUNK.CFrame = Torso.CFrame*CF(0.7,15,0)
  3601. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-25), RAD(0), RAD(45)), 2 / Animation_Speed)
  3602. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  3603. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(150), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3604. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3605. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3606. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  3607. until HOLD == true
  3608. for i=0, 1, 0.1 / Animation_Speed do
  3609. Swait()
  3610. CHUNK.CFrame = Torso.CFrame*CF(0.7,15,0)
  3611. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(-35), RAD(0), RAD(45)), 2 / Animation_Speed)
  3612. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  3613. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(180), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3614. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3615. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3616. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  3617. end
  3618. coroutine.resume(coroutine.create(function()
  3619. local COLLISION = false
  3620. CHUNK.CFrame = RootPart.CFrame
  3621. for i = 1, 300 do
  3622. CHUNK.CFrame = CHUNK.CFrame * CF(0,0,-5)
  3623. killnearest(CHUNK.Position,CHUNK.Size.Z/1.8,15)
  3624. local TRAIL = CHUNK:Clone()
  3625. TRAIL.CanCollide = false
  3626. TRAIL.Transparency = 0.9
  3627. TRAIL.Parent = Effects
  3628. TRAIL.CFrame = CHUNK.CFrame
  3629. coroutine.resume(coroutine.create(function()
  3630. for i = 1, 10 do
  3631. Swait()
  3632. TRAIL.Transparency = TRAIL.Transparency + (0.1/10)
  3633. end
  3634. TRAIL:remove()
  3635. end))
  3636. local HIT = Raycast(CHUNK.Position, CHUNK.CFrame.lookVector, CHUNK.Size.Z/2, Character)
  3637. if HIT ~= nil then
  3638. COLLISION = true
  3639. break
  3640. end
  3641. end
  3642. CHUNK:remove()
  3643. if COLLISION == true then
  3644. CreateFlyingDebree(CHUNK,CF(CHUNK.Position),25,VT(10,10,10),3,MRANDOM(150,250))
  3645. killnearest(CHUNK.Position,CHUNK.Size.Z,45)
  3646. end
  3647. end))
  3648. turnto(CHUNK.Position)
  3649. for i=0, 1, 0.1 / Animation_Speed do
  3650. Swait()
  3651. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(45)), 2 / Animation_Speed)
  3652. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 2 / Animation_Speed)
  3653. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(25), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3654. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3655. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3656. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(25)), 2 / Animation_Speed)
  3657. end
  3658. ATTACK = false
  3659. Rooted = false
  3660. end
  3661. end
  3662.  
  3663. function XEvent2()
  3664. local FLOOR,HITPOS = Raycast(RootPart.Position, CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector, 100000, Character)
  3665. if FLOOR then
  3666. local BURNMARKS = {}
  3667. local POS = HITPOS
  3668. ATTACK = true
  3669. Rooted = false
  3670. local AMOUNT = 200
  3671. for i=0, 3, 0.1 / Animation_Speed do
  3672. Swait()
  3673. RootPart.CFrame = CF(RootPart.Position,POS+VT(AMOUNT,0,AMOUNT))*CF(0,0,2)
  3674. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3675. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 2 / Animation_Speed)
  3676. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(45), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3677. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(45), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3678. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(45), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3679. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(45), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3680. end
  3681. CreateSound("1368583274", Effects, 10, 0.5)
  3682. local ORB = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,0,0))
  3683. MakeForm(ORB,"Ball")
  3684. ORB.Color = C3(0,0,0)
  3685. ORB.CFrame = RightArm.CFrame * CF(0,-2,0)
  3686. for i=0, 12, 0.1 / Animation_Speed do
  3687. Swait()
  3688. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3689. ORB.Size = ORB.Size + VT(0.03,0.03,0.03)
  3690. CreateRing(VT(250,250,0),false,0,25,ORB.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-10,-10,0))
  3691. CreateRing(VT(250,250,0),false,0,25,ORB.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-10,-10,0))
  3692. RootPart.CFrame = CF(RootPart.Position,POS+VT(AMOUNT,0,AMOUNT))
  3693. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  3694. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3695. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3696. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3697. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3698. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3699. end
  3700. for i = 1, 50 do
  3701. Swait()
  3702. ORB.Size = ORB.Size * 0.9
  3703. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3704. end
  3705. local BEAM = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,100,0))
  3706. MakeForm(BEAM,"Ball")
  3707. local BEAM2 = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,1000,0))
  3708. MakeForm(BEAM2,"Cyl")
  3709. BEAM.CFrame = ORB.CFrame * CF(0,0,10)
  3710. ORB.Color = BRICKC("Royal purple").Color
  3711. CreateSound("1368598393", Effects, 10, 0.3)
  3712. CreateSound("1368605755", Effects, 10, 0.3)
  3713. CreateSound("1368637781", Effects, 10, 0.3)
  3714. for i = 1, 10 do
  3715. local COLOR = C3(0,0,0)
  3716. ORB.Size = VT(10,10,10)
  3717. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3718. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(10,10,0))
  3719. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(20,20,0))
  3720. BEAM.CFrame = ORB.CFrame * CF(0,-50-(ORB.Size.Z/3),0)
  3721. BEAM.Size = BEAM.Size + VT(4,0,4)
  3722. BEAM2.CFrame = ORB.CFrame * CF(0,-550-(ORB.Size.Z/3),0)
  3723. BEAM2.Size = BEAM2.Size + VT(4,0,4)
  3724. BEAM.Color = COLOR
  3725. ORB.Color = COLOR
  3726. BEAM2.Color = COLOR
  3727. end
  3728. for i = 1, 400 do
  3729. Swait()
  3730. local COLOR = C3(1,1,1)
  3731. BEAM.Color = COLOR
  3732. ORB.Color = COLOR
  3733. BEAM2.Color = COLOR
  3734. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3735. BEAM.CFrame = ORB.CFrame * CF(0,-50-(ORB.Size.Z/3),0)
  3736. BEAM2.CFrame = ORB.CFrame * CF(0,-550-(ORB.Size.Z/3),0)
  3737. RootPart.CFrame = CF(RootPart.Position,POS+VT(AMOUNT,0,AMOUNT))
  3738. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/40,POWERLEVEL/40,0))
  3739. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/30,POWERLEVEL/30,0))
  3740. local MARK = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "BurnMark", VT(15,0,15)*2)
  3741. MARK.CFrame = CF(POS+VT(AMOUNT,0,AMOUNT))
  3742. table.insert(BURNMARKS,MARK)
  3743. MakeForm(MARK,"Cyl")
  3744. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/50,POWERLEVEL/50,0))
  3745. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/40,POWERLEVEL/40,0))
  3746. local distance = (RightArm.CFrame*CF(0,-2,0).p - POS+VT(AMOUNT,0,AMOUNT)).magnitude
  3747. AMOUNT = AMOUNT - 1
  3748. --CreateFlyingDebree(FLOOR,CF(POS+VT(AMOUNT,0,AMOUNT)),1,VT(5,5,5),1,150)
  3749. end
  3750. local AMOUNT = 200
  3751. for i = 1, 400 do
  3752. Swait()
  3753. local COLOR = C3(1,1,1)
  3754. BEAM.Color = COLOR
  3755. ORB.Color = COLOR
  3756. BEAM2.Color = COLOR
  3757. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3758. BEAM.CFrame = ORB.CFrame * CF(0,-50-(ORB.Size.Z/3),0)
  3759. BEAM2.CFrame = ORB.CFrame * CF(0,-550-(ORB.Size.Z/3),0)
  3760. RootPart.CFrame = CF(RootPart.Position,POS+VT(AMOUNT,0,-AMOUNT))
  3761. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/40,POWERLEVEL/40,0))
  3762. CreateRing(VT(0,0,0),false,0,25,RightArm.CFrame*CF(0,-1.5,0)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/30,POWERLEVEL/30,0))
  3763. local MARK = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "BurnMark", VT(15,0,15)*2)
  3764. MARK.CFrame = CF(POS+VT(AMOUNT,0,-AMOUNT))
  3765. table.insert(BURNMARKS,MARK)
  3766. MakeForm(MARK,"Cyl")
  3767. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,-AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/50,POWERLEVEL/50,0))
  3768. CreateRing(VT(0,0,0),false,0,25,CF(POS+VT(AMOUNT,0,-AMOUNT))*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(POWERLEVEL/40,POWERLEVEL/40,0))
  3769. local distance = (RightArm.CFrame*CF(0,-2,0).p - POS+VT(AMOUNT,0,-AMOUNT)).magnitude
  3770. AMOUNT = AMOUNT - 1
  3771. --CreateFlyingDebree(FLOOR,CF(POS+VT(AMOUNT,0,-AMOUNT)),1,VT(5,5,5),1,150)
  3772. end
  3773. for i = 1, 40 do
  3774. Swait()
  3775. local COLOR = C3(0,0,0)
  3776. BEAM.CFrame = ORB.CFrame * CF(0,-50-(ORB.Size.Z/3),0)
  3777. BEAM.Size = BEAM.Size - VT(2,0,2)
  3778. BEAM2.CFrame = ORB.CFrame * CF(0,-550-(ORB.Size.Z/3),0)
  3779. BEAM2.Size = BEAM2.Size - VT(2,0,2)
  3780. ORB.Size = ORB.Size * 0.9
  3781. BEAM.Color = COLOR
  3782. ORB.Color = COLOR
  3783. BEAM2.Color = COLOR
  3784. end
  3785. ORB:remove()
  3786. BEAM:remove()
  3787. BEAM2:remove()
  3788. CreateSound("1368583274", Effects, 10, 0.375)
  3789. local ORB = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,0,0))
  3790. MakeForm(ORB,"Ball")
  3791. ORB.Color = C3(0,0,0)
  3792. ORB.CFrame = RightArm.CFrame * CF(0,-2,0)
  3793. for i=0, 18, 0.1 / Animation_Speed do
  3794. Swait()
  3795. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3796. ORB.Size = ORB.Size + VT(0.03,0.03,0.03)
  3797. CreateRing(VT(450,450,0),false,0,45,ORB.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-10,-10,0))
  3798. CreateRing(VT(450,450,0),false,0,45,ORB.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-10,-10,0))
  3799. RootPart.CFrame = CF(RootPart.Position,POS)
  3800. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  3801. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  3802. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3803. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3804. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3805. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3806. end
  3807. for i = 1, 50 do
  3808. Swait()
  3809. ORB.Size = ORB.Size * 0.9
  3810. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3811. end
  3812. local BEAM = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,100,0))
  3813. MakeForm(BEAM,"Ball")
  3814. local BEAM2 = CreatePart(3, Effects, "Neon", 0, 0, "Royal purple", "Neon", VT(0,1000,0))
  3815. MakeForm(BEAM2,"Cyl")
  3816. BEAM.CFrame = ORB.CFrame * CF(0,0,10)
  3817. ORB.Color = BRICKC("Crimson").Color
  3818. CreateSound("1368598393", Effects, 10, 1)
  3819. CreateSound("1368605755", Effects, 10, 1)
  3820. CreateSound("1368637781", Effects, 10, 1)
  3821. CreateSound("314970772", Effects, 10, 1)
  3822. for i = 1, 60 do
  3823. Swait()
  3824. MagicSphere(VT(0,0,0),25,CF(POS),"Royal purple",VT(15,15,15))
  3825. local COLOR = C3(0,0,0)
  3826. ORB.Size = VT(10,10,10)
  3827. ORB.CFrame = RightArm.CFrame * CF(0,-2-(ORB.Size.Z/2),0)
  3828. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(10,10,0))
  3829. CreateRing(VT(0,0,0.1),false,0,10,RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(20,20,0))
  3830. BEAM.CFrame = ORB.CFrame * CF(0,-50-(ORB.Size.Z/3),0)
  3831. BEAM.Size = BEAM.Size + VT(6,0,6)
  3832. BEAM2.CFrame = ORB.CFrame * CF(0,-550-(ORB.Size.Z/3),0)
  3833. BEAM2.Size = BEAM2.Size + VT(6,0,6)
  3834. BEAM.Color = COLOR
  3835. ORB.Color = COLOR
  3836. BEAM2.Color = COLOR
  3837. end
  3838. for _, c in pairs(workspace:GetChildren()) do
  3839. if c ~= Character then
  3840. if c.ClassName == "Model" then
  3841. c:BreakJoints()
  3842. for _, g in pairs(c:GetChildren()) do
  3843. if g ~= Character then
  3844. if g.ClassName == "Part" then
  3845. g.Anchored = false
  3846. g.Velocity = VT(MRANDOM(-150,150),MRANDOM(-150,150),MRANDOM(-150,150))
  3847. end
  3848. end
  3849. end
  3850. elseif c.ClassName == "Folder" then
  3851. for _, g in pairs(c:GetChildren()) do
  3852. if g ~= Character then
  3853. if g.ClassName == "Part" then
  3854. g.Anchored = false
  3855. g.Velocity = VT(MRANDOM(-150,150),MRANDOM(-150,150),MRANDOM(-150,150))
  3856. end
  3857. end
  3858. end
  3859. elseif c.ClassName == "Part" then
  3860. c.Anchored = false
  3861. c.Velocity = VT(MRANDOM(-150,150),MRANDOM(-150,150),MRANDOM(-150,150))
  3862. end
  3863. end
  3864. end
  3865. for e=1,#BURNMARKS do
  3866. if BURNMARKS[e]~=nil then
  3867. local Thing=BURNMARKS[e]
  3868. if Thing~=nil then
  3869. local Part=Thing
  3870. Part:remove()
  3871. end
  3872. end
  3873. end
  3874. ORB:remove()
  3875. BEAM:remove()
  3876. BEAM2:remove()
  3877. Swait(100)
  3878. for i = 1, 60 do
  3879. Swait()
  3880. end
  3881. ATTACK = false
  3882. Rooted = false
  3883. end
  3884. end
  3885.  
  3886. --//=================================\\
  3887. --|| ASSIGN THINGS TO KEYS
  3888. --\\=================================//
  3889.  
  3890. function MouseDown(Mouse)
  3891. HOLD = true
  3892. if ATTACK == false then
  3893. end
  3894. end
  3895.  
  3896. function CastProperRay(StartPos, Vec, Length, Ignore)
  3897. local Direction = CFrame.new(StartPos, Vec).lookVector
  3898. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  3899. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  3900. return RayHit, RayPos, RayNormal
  3901. end
  3902.  
  3903. function MouseUp(Mouse)
  3904. HOLD = false
  3905. end
  3906.  
  3907. function KeyDown(Key)
  3908. KEYHOLD = true
  3909. if LIMITBROKEN == false then
  3910. if Key == "t" and ATTACK == false then
  3911. Taunt()
  3912. end
  3913.  
  3914. if Key == "z" and ATTACK == false then
  3915. Warp()
  3916. end
  3917.  
  3918. if Key == "b" and ATTACK == false then
  3919. RivalingOverthrower()
  3920. end
  3921.  
  3922. if Key == "c" and ATTACK == false then
  3923. ChunkChuck()
  3924. end
  3925.  
  3926. if Key == "v" and ATTACK == false then
  3927. if POWERLEVEL < 5 then
  3928. Boost()
  3929. end
  3930. end
  3931.  
  3932. if Key == "q" and ATTACK == false then
  3933. BreakLimit()
  3934. end
  3935.  
  3936. if Key == "x" and ATTACK == false then
  3937. XEvent()
  3938. end
  3939. else
  3940. if Key == "b" and ATTACK == false then
  3941. RivalingOverthrower2()
  3942. end
  3943.  
  3944. if Key == "c" and ATTACK == false then
  3945. ChunkChuck2()
  3946. end
  3947.  
  3948. if Key == "x" and ATTACK == false then
  3949. XEvent2()
  3950. end
  3951.  
  3952. if Key == "q" and ATTACK == false then
  3953. LIMITBROKEN = false
  3954. POWERLEVEL = 1
  3955. end
  3956.  
  3957. if Key == "w" and ATTACK == false then
  3958. FLIGHT = true
  3959. repeat
  3960. local RayHit, RayPos = CastProperRay(RootPart.Position, Mouse.Hit.p, 5, {workspace})
  3961. RootPart.CFrame = CFrame.new(RayPos,VT(Mouse.Hit.p.X,RootPart.Position.Y,Mouse.Hit.p.Z)) * CFrame.new(0, 0, 0)
  3962. Swait()
  3963. until KEYHOLD == false
  3964. FLIGHT = false
  3965. end
  3966. if Key == "s" and ATTACK == false then
  3967. FLIGHT = true
  3968. repeat
  3969. local RayHit1, RayPos1 = CastProperRay(Mouse.Hit.p, RootPart.Position, 10000, {workspace})
  3970. local RayHit, RayPos = CastProperRay(RootPart.Position, RayPos1, 1, {workspace})
  3971. RootPart.CFrame = CFrame.new(RayPos,VT(Mouse.Hit.p.X,RootPart.Position.Y,Mouse.Hit.p.Z)) * CFrame.new(0, 0, 0)
  3972. Swait()
  3973. until KEYHOLD == false
  3974. FLIGHT = false
  3975. end
  3976. if Key == "a" and ATTACK == false then
  3977. FLIGHT = true
  3978. repeat
  3979. local RayHit, RayPos = CastProperRay(RootPart.Position, RootPart.CFrame*CF(-1,0,0).p, 1, {workspace})
  3980. RootPart.CFrame = CFrame.new(RayPos,VT(Mouse.Hit.p.X,RootPart.Position.Y,Mouse.Hit.p.Z)) * CFrame.new(0, 0, 0)
  3981. Swait()
  3982. until KEYHOLD == false
  3983. FLIGHT = false
  3984. end
  3985. if Key == "d" and ATTACK == false then
  3986. FLIGHT = true
  3987. repeat
  3988. local RayHit, RayPos = CastProperRay(RootPart.Position, RootPart.CFrame*CF(1,0,0).p, 1, {workspace})
  3989. RootPart.CFrame = CFrame.new(RayPos,VT(Mouse.Hit.p.X,RootPart.Position.Y,Mouse.Hit.p.Z)) * CFrame.new(0, 0, 0)
  3990. Swait()
  3991. until KEYHOLD == false
  3992. FLIGHT = false
  3993. end
  3994. end
  3995. end
  3996.  
  3997. function KeyUp(Key)
  3998. KEYHOLD = false
  3999. end
  4000.  
  4001. Mouse.Button1Down:connect(function(NEWKEY)
  4002. MouseDown(NEWKEY)
  4003. end)
  4004. Mouse.Button1Up:connect(function(NEWKEY)
  4005. MouseUp(NEWKEY)
  4006. end)
  4007. Mouse.KeyDown:connect(function(NEWKEY)
  4008. KeyDown(NEWKEY)
  4009. end)
  4010. Mouse.KeyUp:connect(function(NEWKEY)
  4011. KeyUp(NEWKEY)
  4012. end)
  4013.  
  4014. --//=================================\\
  4015. --\\=================================//
  4016.  
  4017.  
  4018. function unanchor()
  4019. if UNANCHOR == true then
  4020. g = Character:GetChildren()
  4021. for i = 1, #g do
  4022. if g[i].ClassName == "Part" and g[i].Name ~= "HumanoidRootPart" then
  4023. g[i].Anchored = false
  4024. end
  4025. if g[i].ClassName == "Accessory" then
  4026. g[i].Handle.Anchored = false
  4027. end
  4028. end
  4029. if LIMITBROKEN == false then
  4030. RootPart.Anchored = false
  4031. end
  4032. end
  4033. end
  4034.  
  4035.  
  4036. --//=================================\\
  4037. --|| WRAP THE WHOLE SCRIPT UP
  4038. --\\=================================//
  4039.  
  4040. Humanoid.Changed:connect(function(Jump)
  4041. if Jump == "Jump" and (Disable_Jump == true) then
  4042. Humanoid.Jump = false
  4043. end
  4044. end)
  4045.  
  4046. Speed = 12
  4047. Humanoid.JumpPower = 200
  4048.  
  4049. local FF = IT("ForceField",Character)
  4050. FF.Visible = false
  4051.  
  4052. while true do
  4053. Swait()
  4054. ANIMATE.Parent = nil
  4055. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  4056. IDLEANIMATION:Play()
  4057. SINE = SINE + CHANGE
  4058. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  4059. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  4060. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  4061. if LIMITBROKEN == false then
  4062. HITFLOOR, HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  4063. if HITFLOOR ~= nil then
  4064. if HITFLOOR.CanCollide == false then
  4065. HITFLOOR = nil
  4066. end
  4067. end
  4068. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  4069. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  4070. 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)
  4071. 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)
  4072. 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)
  4073. 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)
  4074. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  4075. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  4076. 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)
  4077. 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)
  4078. 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)
  4079. end
  4080. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  4081. ANIM = "Jump"
  4082. if ATTACK == false then
  4083. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  4084. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 2 / Animation_Speed)
  4085. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4086. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4087. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 2 / Animation_Speed)
  4088. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 2 / Animation_Speed)
  4089. end
  4090. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  4091. ANIM = "Fall"
  4092. if ATTACK == false then
  4093. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  4094. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 2 / Animation_Speed)
  4095. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4096. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4097. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 2 / Animation_Speed)
  4098. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 2 / Animation_Speed)
  4099. end
  4100. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  4101. if ANIM == "Fall" then
  4102. Rooted = true
  4103. CreateSound("289842971", Torso, 3, 1)
  4104. Humanoid.WalkSpeed = 0
  4105. CreateFlyingDebree(HITFLOOR,CF(RootPart.Position+VT(0,-3,0)),5,VT(1.5,1.5,1.5),45,50)
  4106. CreateWave(VT(0,0,0),15,CF(HITPOS),true,2,"Really black",VT(1,0.1,1))
  4107. for i=0, 1, 0.1 / Animation_Speed do
  4108. Swait()
  4109. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -1.5) * ANGLES(RAD(0), RAD(-5), RAD(0)), 2 / Animation_Speed)
  4110. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  4111. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0, -0.3) * ANGLES(RAD(0), RAD(0), RAD(8)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4112. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4113. RightHip.C0 = Clerp(RightHip.C0, CF(1, 0.5, -0.75) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  4114. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.4) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(90)), 2 / Animation_Speed)
  4115. end
  4116. Rooted = false
  4117. end
  4118. ANIM = "Idle"
  4119. if ATTACK == false then
  4120. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0 - 2.5 * SIN(SINE / 12))), 2 / Animation_Speed)
  4121. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0 + 2.5 * SIN(SINE / 12))), 2 / Animation_Speed)
  4122. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(15), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4123. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0, -0.5) * ANGLES(RAD(140 + 2.5 * SIN(SINE / 12)), RAD(-15), RAD(0)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4124. 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(-15 - 2.5 * SIN(SINE / 12))), 2 / Animation_Speed)
  4125. 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(-35 - 2.5 * SIN(SINE / 12))), 2 / Animation_Speed)
  4126. end
  4127. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  4128. if ANIM == "Fall" then
  4129. Rooted = true
  4130. CreateSound("289842971", Torso, 3, 1)
  4131. Humanoid.WalkSpeed = 0
  4132. CreateFlyingDebree(HITFLOOR,CF(RootPart.Position+VT(0,-3,0)),5,VT(1.5,1.5,1.5),45,50)
  4133. CreateWave(VT(0,0,0),15,CF(HITPOS),true,2,"Really black",VT(1,0.1,1))
  4134. for i=0, 1, 0.1 / Animation_Speed do
  4135. Swait()
  4136. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -1.5) * ANGLES(RAD(0), RAD(-5), RAD(0)), 2 / Animation_Speed)
  4137. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  4138. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0, -0.3) * ANGLES(RAD(0), RAD(0), RAD(8)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4139. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4140. RightHip.C0 = Clerp(RightHip.C0, CF(1, 0.5, -0.75) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  4141. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.4) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(90)), 2 / Animation_Speed)
  4142. end
  4143. Rooted = false
  4144. end
  4145. ANIM = "Walk"
  4146. WALK = WALK + 1 / Animation_Speed
  4147. if WALK >= 15 - (5 * (Humanoid.WalkSpeed / 16 / Player_Size)) then
  4148. WALK = 0
  4149. if WALKINGANIM == true then
  4150. WALKINGANIM = false
  4151. elseif WALKINGANIM == false then
  4152. WALKINGANIM = true
  4153. end
  4154. end
  4155. --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)
  4156. --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)
  4157. if ATTACK == false then
  4158. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(5), RAD(0), RAD(0)), 2 / Animation_Speed)
  4159. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(2 - 1 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0)), 2 / Animation_Speed)
  4160. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4161. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4162. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  4163. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  4164. end
  4165. end
  4166. if ATTACK == false and POWERLEVEL > 2 then
  4167. killnearest(Torso.Position,POWERLEVEL*2,15)
  4168. end
  4169. if sick.SoundId ~= "rbxassetid://657647848" then
  4170. sick.SoundId = "rbxassetid://657647848"
  4171. sick.Volume = 5
  4172. sick:Play()
  4173. end
  4174. sick.Pitch = 1
  4175. SKILL6TEXT.Text = "Power level: ["..POWERLEVEL.."]"
  4176. else
  4177. VALUE2 = false
  4178. if ATTACK == false and POWERLEVEL > 2 then
  4179. killnearest(Torso.Position,15,15)
  4180. end
  4181. local RANDOM = MRANDOM(1,4)
  4182. if MRANDOM(1,5) == 1 then
  4183. CreateRing(VT(15,15,0)*RANDOM,false,0,15,CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-1,-1,0)*RANDOM)
  4184. end
  4185. if MRANDOM(1,5) == 1 then
  4186. CreateRing(VT(15,15,0)*RANDOM,false,0,15,CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180))),"Royal purple",VT(-1,-1,0)*RANDOM)
  4187. end
  4188. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  4189. 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)
  4190. 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)
  4191. 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)
  4192. POWERLEVEL = 100
  4193. RootPart.Anchored = true
  4194. if FLIGHT == false then
  4195. ANIM = "Levitate"
  4196. if ATTACK == false then
  4197. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  4198. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 2 / Animation_Speed)
  4199. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(25)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4200. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4201. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 2 / Animation_Speed)
  4202. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(-25), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 2 / Animation_Speed)
  4203. end
  4204. else
  4205. ANIM = "Fly"
  4206. if ATTACK == false then
  4207. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(25), RAD(0), RAD(0)), 2 / Animation_Speed)
  4208. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 2 / Animation_Speed)
  4209. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(15)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  4210. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-15), RAD(0), RAD(-15)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  4211. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(-10), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 2 / Animation_Speed)
  4212. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(-35), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 2 / Animation_Speed)
  4213. end
  4214. end
  4215. SKILL6TEXT.Text = "Power level: ["..MRANDOM(1,9)..MRANDOM(1,9)..MRANDOM(1,9)..MRANDOM(1,9)..MRANDOM(1,9).."]"
  4216. HITFLOOR, HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 75, Character)
  4217. if sick.SoundId ~= "rbxassetid://634731402" then
  4218. sick.SoundId = "rbxassetid://634731402"
  4219. sick.Volume = 5
  4220. sick:Play()
  4221. sick.Pitch = 1
  4222. end
  4223. end
  4224. unanchor()
  4225. Humanoid.MaxHealth = "inf"
  4226. Humanoid.Health = "inf"
  4227. if Rooted == false then
  4228. Disable_Jump = false
  4229. if ANIM == "Jump" or ANIM == "Fall" then
  4230. Humanoid.WalkSpeed = Speed*3
  4231. else
  4232. Humanoid.WalkSpeed = Speed
  4233. end
  4234. elseif Rooted == true then
  4235. Disable_Jump = true
  4236. Humanoid.WalkSpeed = 0
  4237. end
  4238. q = Character:GetChildren()
  4239. for u = 1, #q do
  4240. if q[u].ClassName == "Accessory" or q[u].ClassName == "Hat" then
  4241. if q[u].Handle:FindFirstChild("PE") == nil then
  4242. particles(q[u].Handle)
  4243. elseif q[u].Handle:FindFirstChild("PE") then
  4244. if LIMITBROKEN == false then
  4245. local EyeSizes={
  4246. NumberSequenceKeypoint.new(0,POWERLEVEL/2,0),
  4247. NumberSequenceKeypoint.new(1,0,0)
  4248. }
  4249. q[u].Handle.PE.Acceleration = Vector3.new(0,75*POWERLEVEL/2,0)
  4250. q[u].Handle.PE.Speed = NumberRange.new(POWERLEVEL)
  4251. q[u].Handle.PE.Size=NumberSequence.new(EyeSizes)
  4252. else
  4253. local EyeSizes={
  4254. NumberSequenceKeypoint.new(0,4,0),
  4255. NumberSequenceKeypoint.new(1,0,0)
  4256. }
  4257. q[u].Handle.PE.Acceleration = Vector3.new(0,100,0)
  4258. q[u].Handle.PE.Speed = NumberRange.new(25)
  4259. q[u].Handle.PE.Size=NumberSequence.new(EyeSizes)
  4260. end
  4261. end
  4262. elseif q[u].ClassName == "Part" and q[u].Name ~= "HumanoidRootPart" then
  4263. if q[u]:FindFirstChild("PE") == nil then
  4264. particles(q[u])
  4265. elseif q[u]:FindFirstChild("PE") then
  4266. if LIMITBROKEN == false then
  4267. local EyeSizes={
  4268. NumberSequenceKeypoint.new(0,POWERLEVEL/2,0),
  4269. NumberSequenceKeypoint.new(1,0,0)
  4270. }
  4271. q[u].PE.Acceleration = Vector3.new(0,75*POWERLEVEL/2,0)
  4272. q[u].PE.Speed = NumberRange.new(POWERLEVEL)
  4273. q[u].PE.Size=NumberSequence.new(EyeSizes)
  4274. else
  4275. local EyeSizes={
  4276. NumberSequenceKeypoint.new(0,4,0),
  4277. NumberSequenceKeypoint.new(1,0,0)
  4278. }
  4279. q[u].PE.Acceleration = Vector3.new(0,100,0)
  4280. q[u].PE.Speed = NumberRange.new(25)
  4281. q[u].PE.Size=NumberSequence.new(EyeSizes)
  4282. end
  4283. end
  4284. end
  4285. end
  4286. script.Parent = PlayerGui
  4287. if VALUE2 == false then
  4288. if HITFLOOR ~= nil then
  4289. CreateRing(VT(0,0,0.1),false,0,15,CF(HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0)),"Royal purple",VT(POWERLEVEL/3,POWERLEVEL/3,0))
  4290. end
  4291. Speed = 12
  4292. Character.Parent = workspace
  4293. Weapon.Parent = Character
  4294. elseif VALUE2 == true then
  4295. Speed = 45
  4296. Character.Parent = Cam
  4297. Weapon.Parent = workspace
  4298. end
  4299. Effects.Parent = Weapon
  4300. FF.Parent = Character
  4301. local MATHS = {"0","1"}
  4302. Humanoid.Name = MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]
  4303. Humanoid.PlatformStand = false
  4304. sick.Parent = Character
  4305. end
  4306.  
  4307. --//=================================\\
  4308. --\\=================================//
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314. --//====================================================\\--
  4315. --|| END OF SCRIPT
  4316. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement