Advertisement
wanTH092

Superior (Oldest)

Jun 17th, 2018
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 78.37 KB | None | 0 0
  1. --//====================================================\\--
  2. --||               Edited by wanTH092
  3. --\\====================================================//--
  4.  
  5.  
  6. local Player = game.Players.localPlayer
  7. local Character = Player.Character
  8. local Humanoid = Character.Humanoid
  9. local Mouse = Player:GetMouse()
  10. local LeftArm = Character["Left Arm"]
  11. local RightArm = Character["Right Arm"]
  12. local LeftLeg = Character["Left Leg"]
  13. local RightLeg = Character["Right Leg"]
  14. local Head = Character.Head
  15. local Torso = Character.Torso
  16. local Camera = game.Workspace.CurrentCamera
  17. local RootPart = Character.HumanoidRootPart
  18. local RootJoint = RootPart.RootJoint
  19. local attack = false
  20. local Anim = 'Idle'
  21. local Lighty = game:GetService"Lighting"
  22. local attacktype = 1
  23. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  24. local velocity = RootPart.Velocity.y
  25. local sine = 0
  26. local change = 1
  27. local Create = LoadLibrary("RbxUtility").Create
  28.  
  29. local chara = Character
  30. local m = Create("Model"){
  31.     Parent = Character,
  32.     Name = "WeaponModel",
  33. }
  34. function chat(...)
  35.     local txxt = {...}
  36.     local ch = coroutine.wrap(function()
  37.         if chara:FindFirstChild("Chatt")~= nil then
  38.             Character:FindFirstChild("Chatt"):destroy()
  39.         end
  40.         local txt = Instance.new("BillboardGui", chara)
  41.         txt.Adornee = chara.Head
  42.         txt.Name = "Chatt"
  43.         txt.Size = UDim2.new(2, 0, 1.2, 0)
  44.         txt.StudsOffset = Vector3.new(-9, 7, 0)
  45.         local text = Instance.new("TextLabel", txt)
  46.         text.Size = UDim2.new(10, 0, 7, 0)
  47.         text.TextSize = 32
  48.         text.Font = Enum.Font.Antique
  49.         text.TextScaled = false
  50.         text.BackgroundTransparency = 1
  51.         text.TextColor3 = Color3.new(255,0,0)
  52.         text.TextStrokeTransparency = 0
  53.         text.TextStrokeColor3 = Color3.new(255/100, 195/0, 175/0)
  54.         text.Text = ""
  55.         txxt = table.concat(txxt,"\t")
  56.         for i = 1, #txxt do
  57.             text.Text = txxt:sub(1,i)
  58.            
  59.         end
  60.         wait(2)
  61.         for trans = 0,1,00.1 do
  62.             text.TextTransparency = trans
  63.             text.TextStrokeTransparency = trans
  64.             wait()
  65.         end
  66.         wait()
  67.         txt:destroy()
  68.     end)
  69.    
  70.     ch(...)
  71. end
  72. Player.Chatted:connect(chat)
  73.  
  74. wait(0.2)
  75.  
  76. Player = game:GetService("Players").LocalPlayer
  77. PlayerGui = Player.PlayerGui
  78. Cam = workspace.CurrentCamera
  79. Backpack = Player.Backpack
  80. Character = Player.Character
  81. Humanoid = Character.Humanoid
  82. Mouse = Player:GetMouse()
  83. RootPart = Character["HumanoidRootPart"]
  84. Torso = Character["Torso"]
  85. Head = Character["Head"]
  86. RightArm = Character["Right Arm"]
  87. LeftArm = Character["Left Arm"]
  88. RightLeg = Character["Right Leg"]
  89. LeftLeg = Character["Left Leg"]
  90. RootJoint = RootPart["RootJoint"]
  91. Neck = Torso["Neck"]
  92. RightShoulder = Torso["Right Shoulder"]
  93. LeftShoulder = Torso["Left Shoulder"]
  94. RightHip = Torso["Right Hip"]
  95. LeftHip = Torso["Left Hip"]
  96. Character.Archivable = true
  97. Player:ClearCharacterAppearance()
  98.  
  99. IT = Instance.new
  100. CF = CFrame.new
  101. VT = Vector3.new
  102. RAD = math.rad
  103. C3 = Color3.new
  104. UD2 = UDim2.new
  105. BRICKC = BrickColor.new
  106. ANGLES = CFrame.Angles
  107. EULER = CFrame.fromEulerAnglesXYZ
  108. COS = math.cos
  109. ACOS = math.acos
  110. SIN = math.sin
  111. ASIN = math.asin
  112. ABS = math.abs
  113. MRANDOM = math.random
  114. FLOOR = math.floor
  115.  
  116. --//=================================\\
  117. --||          USEFUL VALUES
  118. --\\=================================//
  119.  
  120. Animation_Speed = 3
  121. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  122. local Speed = 20
  123. local SIZE = 1.4
  124. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  125. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  126. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  127. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  128. local DAMAGEMULTIPLIER = 5
  129. local ANIM = "Idle"
  130. local ATTACK = false
  131. local EQUIPPED = false
  132. local HOLD = false
  133. local COMBO = 1
  134. local Rooted = false
  135. local SINE = 0
  136. local KEYHOLD = false
  137. local CHANGE = 2 / Animation_Speed
  138. local WALKINGANIM = false
  139. local VALUE1 = false
  140. local VALUE2 = false
  141. local ROBLOXIDLEANIMATION = IT("Animation")
  142. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  143. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  144. local ATANIM = IT("Animation")
  145. ATANIM.Name = "Attack Animation"
  146. ATANIM.AnimationId = "http://www.roblox.com/asset/?id=74894663"
  147. --ROBLOXIDLEANIMATION.Parent = Humanoid
  148. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  149. WEAPONGUI.Name = "Weapon GUI"
  150. local Weapon = IT("Model")
  151. Weapon.Name = "Adds"
  152. local Effects = IT("Folder", Weapon)
  153. Effects.Name = "Effects"
  154. local ANIMATOR = Humanoid.Animator
  155. local ANIMATE = Character.Animate
  156. local UNANCHOR = true
  157. local CLOCKLOOP = 0
  158. local SONG = 1873219898
  159. local CLOCKTARGET = nil
  160. local CLOCKSPEED = 2.5
  161. script.Parent = WEAPONGUI
  162. local CLONE = Character:Clone()
  163. CLONE.Parent = nil
  164. Character.Archivable = false
  165. local sick = Instance.new("Sound",Torso)
  166. sick.Volume = 25
  167.  
  168. --//=================================\\
  169. --\\=================================//
  170.  
  171.  
  172. --//=================================\\
  173. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  174. --\\=================================//
  175.  
  176. ArtificialHB = Instance.new("BindableEvent", script)
  177. ArtificialHB.Name = "ArtificialHB"
  178.  
  179. script:WaitForChild("ArtificialHB")
  180.  
  181. frame = Frame_Speed
  182. tf = 0
  183. allowframeloss = false
  184. tossremainder = false
  185. lastframe = tick()
  186. script.ArtificialHB:Fire()
  187.  
  188. game:GetService("RunService").Heartbeat:connect(function(s, p)
  189.     tf = tf + s
  190.     if tf >= frame then
  191.         if allowframeloss then
  192.             script.ArtificialHB:Fire()
  193.             lastframe = tick()
  194.         else
  195.             for i = 1, math.floor(tf / frame) do
  196.                 script.ArtificialHB:Fire()
  197.             end
  198.         lastframe = tick()
  199.         end
  200.         if tossremainder then
  201.             tf = 0
  202.         else
  203.             tf = tf - frame * math.floor(tf / frame)
  204.         end
  205.     end
  206. end)
  207.  
  208. --//=================================\\
  209. --\\=================================//
  210.  
  211. --//=================================\\
  212. --||          SOME FUNCTIONS
  213. --\\=================================//
  214.  
  215. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  216.     return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  217. end
  218.  
  219. function PositiveAngle(NUMBER)
  220.     if NUMBER >= 0 then
  221.         NUMBER = 0
  222.     end
  223.     return NUMBER
  224. end
  225.  
  226. function NegativeAngle(NUMBER)
  227.     if NUMBER <= 0 then
  228.         NUMBER = 0
  229.     end
  230.     return NUMBER
  231. end
  232.  
  233. function Swait(NUMBER)
  234.     if NUMBER == 0 or NUMBER == nil then
  235.         ArtificialHB.Event:wait()
  236.     else
  237.         for i = 1, NUMBER do
  238.             ArtificialHB.Event:wait()
  239.         end
  240.     end
  241. end
  242.  
  243. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  244.     local NEWMESH = IT(MESH)
  245.     if MESH == "SpecialMesh" then
  246.         NEWMESH.MeshType = MESHTYPE
  247.         if MESHID ~= "nil" and MESHID ~= "" then
  248.             NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  249.         end
  250.         if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  251.             NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  252.         end
  253.     end
  254.     NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  255.     NEWMESH.Scale = SCALE
  256.     NEWMESH.Parent = PARENT
  257.     return NEWMESH
  258. end
  259.  
  260. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  261.     local NEWPART = IT("Part")
  262.     NEWPART.formFactor = FORMFACTOR
  263.     NEWPART.Reflectance = REFLECTANCE
  264.     NEWPART.Transparency = TRANSPARENCY
  265.     NEWPART.CanCollide = false
  266.     NEWPART.Locked = true
  267.     NEWPART.Anchored = true
  268.     if ANCHOR == false then
  269.         NEWPART.Anchored = false
  270.     end
  271.     NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  272.     NEWPART.Name = NAME
  273.     NEWPART.Size = SIZE
  274.     NEWPART.Position = Torso.Position
  275.     NEWPART.Material = MATERIAL
  276.     NEWPART:BreakJoints()
  277.     NEWPART.Parent = PARENT
  278.     return NEWPART
  279. end
  280.  
  281.     local function weldBetween(a, b)
  282.         local weldd = Instance.new("ManualWeld")
  283.         weldd.Part0 = a
  284.         weldd.Part1 = b
  285.         weldd.C0 = CFrame.new()
  286.         weldd.C1 = b.CFrame:inverse() * a.CFrame
  287.         weldd.Parent = a
  288.         return weldd
  289.     end
  290.  
  291.  
  292. function QuaternionFromCFrame(cf)
  293.     local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  294.     local trace = m00 + m11 + m22
  295.     if trace > 0 then
  296.         local s = math.sqrt(1 + trace)
  297.         local recip = 0.5 / s
  298.         return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  299.     else
  300.         local i = 0
  301.         if m11 > m00 then
  302.             i = 1
  303.         end
  304.         if m22 > (i == 0 and m00 or m11) then
  305.             i = 2
  306.         end
  307.         if i == 0 then
  308.             local s = math.sqrt(m00 - m11 - m22 + 1)
  309.             local recip = 0.5 / s
  310.             return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  311.         elseif i == 1 then
  312.             local s = math.sqrt(m11 - m22 - m00 + 1)
  313.             local recip = 0.5 / s
  314.             return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  315.         elseif i == 2 then
  316.             local s = math.sqrt(m22 - m00 - m11 + 1)
  317.             local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  318.         end
  319.     end
  320. end
  321.  
  322. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  323.     local xs, ys, zs = x + x, y + y, z + z
  324.     local wx, wy, wz = w * xs, w * ys, w * zs
  325.     local xx = x * xs
  326.     local xy = x * ys
  327.     local xz = x * zs
  328.     local yy = y * ys
  329.     local yz = y * zs
  330.     local zz = z * zs
  331.     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))
  332. end
  333.  
  334. function QuaternionSlerp(a, b, t)
  335.     local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  336.     local startInterp, finishInterp;
  337.     if cosTheta >= 0.0001 then
  338.         if (1 - cosTheta) > 0.0001 then
  339.             local theta = ACOS(cosTheta)
  340.             local invSinTheta = 1 / SIN(theta)
  341.             startInterp = SIN((1 - t) * theta) * invSinTheta
  342.             finishInterp = SIN(t * theta) * invSinTheta
  343.         else
  344.             startInterp = 1 - t
  345.             finishInterp = t
  346.         end
  347.     else
  348.         if (1 + cosTheta) > 0.0001 then
  349.             local theta = ACOS(-cosTheta)
  350.             local invSinTheta = 1 / SIN(theta)
  351.             startInterp = SIN((t - 1) * theta) * invSinTheta
  352.             finishInterp = SIN(t * theta) * invSinTheta
  353.         else
  354.             startInterp = t - 1
  355.             finishInterp = t
  356.         end
  357.     end
  358.     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
  359. end
  360.  
  361. function Clerp(a, b, t)
  362.     local qa = {QuaternionFromCFrame(a)}
  363.     local qb = {QuaternionFromCFrame(b)}
  364.     local ax, ay, az = a.x, a.y, a.z
  365.     local bx, by, bz = b.x, b.y, b.z
  366.     local _t = 1 - t
  367.     return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  368. end
  369.  
  370. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  371.     local frame = IT("Frame")
  372.     frame.BackgroundTransparency = TRANSPARENCY
  373.     frame.BorderSizePixel = BORDERSIZEPIXEL
  374.     frame.Position = POSITION
  375.     frame.Size = SIZE
  376.     frame.BackgroundColor3 = COLOR
  377.     frame.BorderColor3 = BORDERCOLOR
  378.     frame.Name = NAME
  379.     frame.Parent = PARENT
  380.     return frame
  381. end
  382.  
  383. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  384.     local label = IT("TextLabel")
  385.     label.BackgroundTransparency = 1
  386.     label.Size = UD2(1, 0, 1, 0)
  387.     label.Position = UD2(0, 0, 0, 0)
  388.     label.TextColor3 = TEXTCOLOR
  389.     label.TextStrokeTransparency = STROKETRANSPARENCY
  390.     label.TextTransparency = TRANSPARENCY
  391.     label.FontSize = TEXTFONTSIZE
  392.     label.Font = TEXTFONT
  393.     label.BorderSizePixel = BORDERSIZEPIXEL
  394.     label.TextStrokeColor3 = C3(1,1,1)
  395.     label.TextScaled = false
  396.     label.Text = TEXT
  397.     label.Name = NAME
  398.     label.Parent = PARENT
  399.     return label
  400. end
  401.  
  402. function NoOutlines(PART)
  403.     PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  404. end
  405.  
  406. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  407.     local NEWWELD = IT(TYPE)
  408.     NEWWELD.Part0 = PART0
  409.     NEWWELD.Part1 = PART1
  410.     NEWWELD.C0 = C0
  411.     NEWWELD.C1 = C1
  412.     NEWWELD.Parent = PARENT
  413.     return NEWWELD
  414. end
  415.  
  416. local S = IT("Sound")
  417. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  418.     local NEWSOUND = nil
  419.     coroutine.resume(coroutine.create(function()
  420.         NEWSOUND = S:Clone()
  421.         NEWSOUND.Parent = PARENT
  422.         NEWSOUND.Volume = VOLUME
  423.         NEWSOUND.Pitch = PITCH
  424.         NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  425.         NEWSOUND:play()
  426.         if DOESLOOP == true then
  427.             NEWSOUND.Looped = true
  428.         else
  429.             repeat wait(1) until NEWSOUND.Playing == false
  430.             NEWSOUND:remove()
  431.         end
  432.     end))
  433.     return NEWSOUND
  434. end
  435.  
  436. function CFrameFromTopBack(at, top, back)
  437.     local right = top:Cross(back)
  438.     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)
  439. end
  440.  
  441. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  442. function WACKYEFFECT(Table)
  443.     local TYPE = (Table.EffectType or "Sphere")
  444.     local SIZE = (Table.Size or VT(1,1,1))
  445.     local ENDSIZE = (Table.Size2 or VT(0,0,0))
  446.     local TRANSPARENCY = (Table.Transparency or 0)
  447.     local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  448.     local CFRAME = (Table.CFrame or Torso.CFrame)
  449.     local MOVEDIRECTION = (Table.MoveToPos or nil)
  450.     local ROTATION1 = (Table.RotationX or 0)
  451.     local ROTATION2 = (Table.RotationY or 0)
  452.     local ROTATION3 = (Table.RotationZ or 0)
  453.     local MATERIAL = (Table.Material or "Neon")
  454.     local COLOR = (Table.Color or C3(1,1,1))
  455.     local TIME = (Table.Time or 45)
  456.     local SOUNDID = (Table.SoundID or nil)
  457.     local SOUNDPITCH = (Table.SoundPitch or nil)
  458.     local SOUNDVOLUME = (Table.SoundVolume or nil)
  459.     coroutine.resume(coroutine.create(function()
  460.         local PLAYSSOUND = false
  461.         local SOUND = nil
  462.         local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  463.         if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  464.             PLAYSSOUND = true
  465.             SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  466.         end
  467.         EFFECT.Color = COLOR
  468.         local MSH = nil
  469.         if TYPE == "Sphere" then
  470.             MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  471.         elseif TYPE == "Block" then
  472.             MSH = IT("BlockMesh",EFFECT)
  473.             MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  474.         elseif TYPE == "Wave" then
  475.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  476.         elseif TYPE == "Ring" then
  477.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  478.         elseif TYPE == "Slash" then
  479.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  480.         elseif TYPE == "Round Slash" then
  481.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  482.         elseif TYPE == "Swirl" then
  483.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  484.         elseif TYPE == "Skull" then
  485.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  486.         elseif TYPE == "Crystal" then
  487.             MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  488.         end
  489.         if MSH ~= nil then
  490.             local MOVESPEED = nil
  491.             if MOVEDIRECTION ~= nil then
  492.                 MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  493.             end
  494.             local GROWTH = SIZE - ENDSIZE
  495.             local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  496.             if TYPE == "Block" then
  497.                 EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  498.             else
  499.                 EFFECT.CFrame = CFRAME
  500.             end
  501.             for LOOP = 1, TIME+1 do
  502.                 Swait()
  503.                 MSH.Scale = MSH.Scale - GROWTH/TIME
  504.                 if TYPE == "Wave" then
  505.                     MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  506.                 end
  507.                 EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  508.                 if TYPE == "Block" then
  509.                     EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  510.                 else
  511.                     EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  512.                 end
  513.                 if MOVEDIRECTION ~= nil then
  514.                     local ORI = EFFECT.Orientation
  515.                     EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  516.                     EFFECT.Orientation = ORI
  517.                 end
  518.             end
  519.             if PLAYSSOUND == false then
  520.                 EFFECT:remove()
  521.             else
  522.                 repeat Swait() until SOUND.Playing == false
  523.                 EFFECT:remove()
  524.             end
  525.         else
  526.             if PLAYSSOUND == false then
  527.                 EFFECT:remove()
  528.             else
  529.                 repeat Swait() until SOUND.Playing == false
  530.                 EFFECT:remove()
  531.             end
  532.         end
  533.     end))
  534. end
  535.  
  536. function MakeForm(PART,TYPE)
  537.     if TYPE == "Cyl" then
  538.         local MSH = IT("CylinderMesh",PART)
  539.     elseif TYPE == "Ball" then
  540.         local MSH = IT("SpecialMesh",PART)
  541.         MSH.MeshType = "Sphere"
  542.     elseif TYPE == "Wedge" then
  543.         local MSH = IT("SpecialMesh",PART)
  544.         MSH.MeshType = "Wedge"
  545.     end
  546. end
  547.  
  548. Debris = game:GetService("Debris")
  549.  
  550. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  551.     local DIRECTION = CF(StartPos,EndPos).lookVector
  552.     return Raycast(StartPos, DIRECTION, Distance, Ignore)
  553. end
  554.  
  555. function turnto(position)
  556.     RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  557. end
  558.  
  559. --//=================================\\
  560. --||         WEAPON CREATION
  561. --\\=================================//
  562.  
  563. Humanoid.Parent = nil
  564. RootPart.Size = RootPart.Size*SIZE
  565. Torso.Size = Torso.Size*SIZE
  566. RightArm.Size = RightArm.Size*SIZE
  567. RightLeg.Size = RightLeg.Size*SIZE
  568. LeftArm.Size = LeftArm.Size*SIZE
  569. LeftLeg.Size = LeftLeg.Size*SIZE
  570. RootJoint.C0 = ROOTC0 * CF(0 * SIZE, 0 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(0), RAD(0))
  571. RootJoint.C1 = ROOTC0 * CF(0 * SIZE, 0 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(0), RAD(0))
  572. Neck.C0 = NECKC0 * CF(0 * SIZE, 0 * SIZE, 0 + ((1 * SIZE) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0))
  573. Neck.C1 = CF(0 * SIZE, -0.5 * SIZE, 0 * SIZE) * ANGLES(RAD(-90), RAD(0), RAD(180))
  574. RightShoulder.C1 = CF(0 * SIZE, 0.5 * SIZE, -0.35 * SIZE)
  575. LeftShoulder.C1 = CF(0 * SIZE, 0.5 * SIZE, -0.35 * SIZE)
  576. RightHip.C0 = CF(1 * SIZE, -1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  577. LeftHip.C0 = CF(-1 * SIZE, -1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  578. RightHip.C1 = CF(0.5 * SIZE, 1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  579. LeftHip.C1 = CF(-0.5 * SIZE, 1 * SIZE, 0 * SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0))
  580. Head.Size = Head.Size*SIZE
  581. RootJoint.Parent = RootPart
  582. Neck.Parent = Torso
  583. RightShoulder.Parent = Torso
  584. LeftShoulder.Parent = Torso
  585. RightHip.Parent = Torso
  586. LeftHip.Parent = Torso
  587.  
  588. Humanoid.DisplayDistanceType = "None"
  589. local naeeym2 = IT("BillboardGui",Character)
  590. naeeym2.AlwaysOnTop = true
  591. naeeym2.Size = UDim2.new(5,35,2,15)
  592. naeeym2.StudsOffset = Vector3.new(0,2,0)
  593. naeeym2.MaxDistance = 99999
  594. naeeym2.Adornee = Character.Head
  595. naeeym2.Name = "Name"
  596. local tecks2 = IT("TextLabel",naeeym2)
  597. tecks2.BackgroundTransparency = 1
  598. tecks2.TextScaled = true
  599. tecks2.BorderSizePixel = 0
  600. tecks2.Text = "Superior"
  601. tecks2.Font = "Antique"
  602. tecks2.TextSize = 30
  603. tecks2.TextStrokeTransparency = 0
  604. tecks2.TextColor3 = C3(255,0,0)
  605. tecks2.TextStrokeColor3 = C3(255/100, 195/0, 175/0)
  606. tecks2.Size = UDim2.new(1,0,0.5,0)
  607. tecks2.Parent = naeeym2
  608. local top = Instance.new("Shirt")
  609. top.ShirtTemplate = "rbxassetid://45695443"
  610. top.Parent = Character
  611. top.Name = "Cloth"
  612. local bottom = Instance.new("Pants")
  613. bottom.PantsTemplate = "rbxassetid://45696190"
  614. bottom.Parent = Character
  615. bottom.Name = "Cloth"
  616. local PRT = CreatePart(3, Weapon, "Fabric", 0, 0, "Really red", "Hat", VT(1,1,1),false)
  617. PRT.Color = C3(0,0,0)
  618. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,0.72*SIZE,0.1) * ANGLES(RAD(15), RAD(0), RAD(0)), CF(0, 0, 0))
  619. CreateMesh("SpecialMesh", PRT, "FileMesh", "26768040", "", VT(1,1,1)*SIZE, VT(0,0,0))
  620. local PRT = CreatePart(3, Character, "Fabric", 0, 0, "Really red", "Detail", VT(1,1,1),false)
  621. PRT.Color = C3(0,0,0)
  622. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,0,-.5*SIZE), CF(0, 0, 0))
  623. CreateMesh("SpecialMesh", PRT, "FileMesh", "13520257", "", VT(1,1,1)*SIZE, VT(0,0,0))
  624. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(1,1.2,0.2),false)
  625. PRT.Color = C3(0,0,0)
  626. MakeForm(PRT,"Ball")
  627. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,0,-.5*SIZE), CF(0, 0, 0))
  628. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(0.5,0.4,0.5),false)
  629. PRT.Color = C3(255/100, 195/0, 175/0)
  630. MakeForm(PRT,"Ball")
  631. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,-0.3,-.5*SIZE), CF(0, 0, 0))
  632. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(0.5,0.3,0.3),false)
  633. PRT.Color = C3(0,0,0)
  634. MakeForm(PRT,"Ball")
  635. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0.25,0.25,-.5*SIZE), CF(0, 0, 0))
  636. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(0.5,0.3,0.3),false)
  637. PRT.Color = C3(255/100, 195/0, 175/0)
  638. MakeForm(PRT,"Ball")
  639. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(-0.25,0.25,-.5*SIZE), CF(0, 0, 0))
  640. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(0.4,0.4,0.3),false)
  641. PRT.Color = C3(255/100, 195/0, 175/0)
  642. MakeForm(PRT,"Ball")
  643. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(-0.17,-0.25,-.5*SIZE) * ANGLES(RAD(-15), RAD(15), RAD(0)), CF(0, 0, 0))
  644. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Detail", VT(0.4,0.4,0.3),false)
  645. PRT.Color = C3(255/100, 195/0, 175/0)
  646. MakeForm(PRT,"Ball")
  647. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0.17,-0.25,-.5*SIZE) * ANGLES(RAD(-15), RAD(-15), RAD(0)), CF(0, 0, 0))
  648. local PRT = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(1.05,0.06,1.05)*SIZE,false)
  649. CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  650. local PRT = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(0.5,0.1,0.5)*SIZE,false)
  651. CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -0.5*SIZE, 0))
  652. MakeForm(PRT,"Cyl")
  653. local PRT = CreatePart(3, Weapon, "Neon", 0, 0, "Mid gray", "Watch", VT(0.45,0.11,0.45)*SIZE,false)
  654. CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -0.5*SIZE, 0))
  655. MakeForm(PRT,"Cyl")
  656. PRT.Color = C3(255/100, 195/0, 175/0)
  657. local RING = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(0.055,0.15,0.055)*SIZE,false)
  658. CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, RING, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -0.5*SIZE, 0))
  659. MakeForm(RING,"Cyl")
  660. RING.Color = C3(0,0,0)
  661. for i = 1, 12 do
  662.     local PRT = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(0,0.15,0)*SIZE,false)
  663.     PRT.Color = C3(0,0,0)
  664.     local MSH = IT("BlockMesh",PRT)
  665.     MSH.Scale = VT(0.6,1,1)
  666.     CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD((360/12)*i), RAD(0)), CF(0, -0.49*SIZE, 0) * CF(0, 0, -0.2*SIZE))
  667. end
  668. local PRT = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(0,0.15,0.15)*SIZE,false)
  669. PRT.Color = C3(0,0,0)
  670. local MSH = IT("BlockMesh",PRT)
  671. MSH.Scale = VT(0.4,1,1)
  672. local WATCH1 = CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -0.49*SIZE, 0) * CF(0, 0, -0.075*SIZE))
  673. local PRT = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Watch", VT(0,0.15,0.15/1.5)*SIZE,false)
  674. PRT.Color = C3(0,0,0)
  675. local MSH = IT("BlockMesh",PRT)
  676. MSH.Scale = VT(0.4,1,1)
  677. local WATCH2 = CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, PRT, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -0.49*SIZE, 0) * CF(0, 0, -(0.075/1.5)*SIZE))
  678. coroutine.resume(coroutine.create(function()
  679.     while true do
  680.         Swait()
  681.         CLOCKLOOP = CLOCKLOOP - 1*CLOCKSPEED
  682.         WATCH1.C0 = Clerp(WATCH1.C0, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(CLOCKLOOP*5), RAD(0)), 1 / Animation_Speed)
  683.         WATCH2.C0 = Clerp(WATCH2.C0, CF(0,-0.5*SIZE,0) * ANGLES(RAD(90), RAD(CLOCKLOOP*5/2), RAD(0)), 1 / Animation_Speed)
  684.         if CLOCKLOOP <= -150 then
  685.             if VALUE1 == false then
  686.                 CLOCKLOOP = 0
  687.                 WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.45,0.11,0.45)*SIZE, Size2 = VT(3,3,3), Transparency = 0, Transparency2 = 1, CFrame = RING.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1004,1004,1004), SoundID = 743521450, SoundPitch = 1.2, SoundVolume = 4})
  688.                 local HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 25*SIZE, Character)
  689.                 ApplyAoE(HITPOS,10,15,45,75,false)
  690.                 WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0.45,0.11,0.45)*SIZE, Size2 = VT(15,2,15), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(192,192,192), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  691.                 WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0.45,0.11,0.45)*SIZE, Size2 = VT(12,3,12), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = C3(192,192,192), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  692.                 if CLOCKTARGET ~= nil then
  693.                     CLOCKTARGET.Health = CLOCKTARGET.Health - 20
  694.                     if CLOCKTARGET.Torso ~= nil then
  695.                         CLOCKTARGET.Torso.CFrame = CLOCKTARGET.Torso.CFrame * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)))
  696.                     end
  697.                     if CLOCKTARGET.Health == 0 then
  698.                         CLOCKTARGET = nil
  699.                     end
  700.                 end
  701.             end
  702.         end
  703.     end
  704. end))
  705.  
  706. Neck.Name = "Weld"
  707. RootJoint.Name = "Weld"
  708. RightShoulder.Name = "Weld"
  709. LeftShoulder.Name = "Weld"
  710. RightHip.Name = "Weld"
  711. LeftHip.Name = "Weld"
  712.  
  713. local BODY = {}
  714. for _, c in pairs(Character:GetDescendants()) do
  715.     if c:IsA("BasePart") and c.Name ~= "Handle" then
  716.         if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  717.             c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  718.         end
  719.         table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  720.     elseif c:IsA("JointInstance") then
  721.         table.insert(BODY,{c,c.Parent,nil,nil,nil})
  722.     end
  723. end
  724. for e = 1, #BODY do
  725.     if BODY[e] ~= nil then
  726.         local STUFF = BODY[e]
  727.         local PART = STUFF[1]
  728.         local PARENT = STUFF[2]
  729.         local MATERIAL = STUFF[3]
  730.         local COLOR = STUFF[4]
  731.         local TRANSPARENCY = STUFF[5]
  732.         if PART.ClassName == "Part" and PART ~= RootPart then
  733.             PART.Material = MATERIAL
  734.             PART.Color = COLOR
  735.             PART.Transparency = TRANSPARENCY
  736.         end
  737.         PART.AncestryChanged:Connect(function()
  738.             PART.Parent = PARENT
  739.         end)
  740.     end
  741. end
  742.  
  743. function refit()
  744.     Character.Parent = workspace
  745.     for e = 1, #BODY do
  746.         if BODY[e] ~= nil then
  747.             local STUFF = BODY[e]
  748.             local PART = STUFF[1]
  749.             local PARENT = STUFF[2]
  750.             local MATERIAL = STUFF[3]
  751.             local COLOR = STUFF[4]
  752.             local TRANSPARENCY = STUFF[5]
  753.             if PART.ClassName == "Part" and PART ~= RootPart then
  754.                 PART.Material = MATERIAL
  755.                 PART.Color = COLOR
  756.                 PART.Transparency = TRANSPARENCY
  757.             end
  758.             if PART.Parent ~= PARENT then
  759.                 Humanoid:remove()
  760.                 PART.Parent = PARENT
  761.                 Humanoid = IT("Humanoid",Character)
  762.             end
  763.         end
  764.     end
  765. end
  766. local SKILLTEXTCOLOR = C3(255/100, 195/0, 175/0)
  767. local SKILLFONT = "Fantasy"
  768. local SKILLTEXTSIZE = 7
  769.  
  770. Weapon.Parent = Character
  771. Humanoid.Parent = Character
  772.  
  773. Humanoid.Died:connect(function()
  774.     refit()
  775. end)
  776.  
  777. local SKILL1FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.23-.20, 0, 0.84, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  778. local SKILL2FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.50+.20, 0, 0.84, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  779. local SKILL3FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.23, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  780. local SKILL4FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.50, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  781. local SKILL5FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.86, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  782.  
  783. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Time Sweep", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 1")
  784. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Timer Chamber", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 2")
  785. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Power Knuckle", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 3")
  786. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Shadow Summoning", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 4")
  787. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] Meteor Somewhere", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 5")
  788.  
  789. --//=================================\\
  790. --||            DAMAGING
  791. --\\=================================//
  792.  
  793. function ApplyDamage(Humanoid,Damage,TorsoPart)
  794.     local defence = Instance.new("BoolValue",Humanoid.Parent)
  795.     defence.Name = ("HitBy"..Player.Name)
  796.     game:GetService("Debris"):AddItem(defence, 0.001)
  797.     Damage = Damage * DAMAGEMULTIPLIER
  798.     if Humanoid.Health ~= 0 then
  799.         local CritChance = MRANDOM(1,100)
  800.         if Damage > Humanoid.Health then
  801.             Damage = math.ceil(Humanoid.Health)
  802.             if Damage == 0 then
  803.                 Damage = 0.1
  804.             end
  805.         end
  806.         Humanoid.Health = Humanoid.Health - Damage
  807.     end
  808. end
  809.  
  810. function ApplyAoE(POSITION,RANGE,MINDMG,MAXDMG,FLING,INSTAKILL)
  811.     local CHILDREN = workspace:GetDescendants()
  812.     for index, CHILD in pairs(CHILDREN) do
  813.         if CHILD.ClassName == "Model" and CHILD ~= Character and CHILD.Parent ~= Effects then
  814.             local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  815.             if HUM then
  816.                 local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  817.                 if TORSO then
  818.                     if (TORSO.Position - POSITION).Magnitude <= RANGE then
  819.                         if INSTAKILL == false then
  820.                             CHILD:BreakJoints()
  821.                         else
  822.                             local DMG = MRANDOM(MINDMG,MAXDMG)
  823.                             ApplyDamage(HUM,DMG,TORSO)
  824.                         end
  825.                         if FLING > 0 then
  826.                             for _, c in pairs(CHILD:GetChildren()) do
  827.                                 if c:IsA("BasePart") then
  828.                                     local bv = Instance.new("BodyVelocity")
  829.                                     bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  830.                                     bv.velocity = CF(POSITION,TORSO.Position).lookVector*FLING
  831.                                     bv.Parent = c
  832.                                     Debris:AddItem(bv,0.05)
  833.                                 end
  834.                             end
  835.                         end
  836.                     end
  837.                 end
  838.             end
  839.         end
  840.     end
  841. end
  842.  
  843. --//=================================\\
  844. --||    ATTACK FUNCTIONS AND STUFF
  845. --\\=================================//
  846.  
  847. function MagicMissiles()
  848.     ATTACK = true
  849.     Rooted = false
  850.     for i=0, 0.5, 0.1 / Animation_Speed do
  851.         Swait()
  852.         Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  853.         RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.6, 0.75, -0.5) * ANGLES(RAD(0), RAD(-25), RAD(12)) * ANGLES(RAD(125 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1.5 / Animation_Speed)
  854.     end
  855.     for e = 1, #BODY do
  856.         if BODY[e] ~= nil then
  857.             local STUFF = BODY[e]
  858.             local PART = STUFF[1]
  859.             if PART:IsA("BasePart") and PART ~= RootPart and PART.Name ~= "FaceGradient" and PART.Name ~= "Hair" and PART.Transparency ~= 1 then
  860.                 local PRT = PART:Clone()
  861.                 PRT.Anchored = true
  862.                 PRT.CanCollide = false
  863.                 PRT.Material = "Neon"
  864.                 PRT.Color = C3(1,0,0)
  865.                 PRT.Name = "WarpEffect"
  866.                 PRT.Parent = Effects
  867.                 PRT.CFrame = PART.CFrame
  868.                 PRT:BreakJoints()
  869.                 if PRT:FindFirstChildOfClass("Sound") then
  870.                     PRT:FindFirstChildOfClass("Sound"):remove()
  871.                 end
  872.                 if PRT:FindFirstChildOfClass("Decal") then
  873.                     PRT:FindFirstChildOfClass("Decal"):remove()
  874.                 end
  875.                 coroutine.resume(coroutine.create(function()
  876.                     for i = 1, 100 do
  877.                         Swait()
  878.                         PRT.Transparency = PRT.Transparency + 1/100
  879.                     end
  880.                     PRT:remove()
  881.                 end))
  882.             end
  883.         end
  884.     end
  885.     CreateSound(217767125, Torso, 10, 1)
  886.     local POS = RootPart.Orientation
  887.     RootPart.CFrame = CF(Mouse.Hit.p+VT(0,6,0))
  888.     RootPart.Orientation = POS
  889.     RootJoint.Parent = RootPart
  890.     for i=0, 0.5, 0.1 / Animation_Speed do
  891.         Swait()
  892.         Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  893.         RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.6, 0.75, -0.5) * ANGLES(RAD(0), RAD(-15), RAD(12)) * ANGLES(RAD(175 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2.5 / Animation_Speed)
  894.     end
  895.     for i=0, 0.1, 0.1 / Animation_Speed do
  896.         Swait()
  897.         RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5, 0.5) * ANGLES(RAD(0), RAD(-45), RAD(12)) * ANGLES(RAD(45 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.75 / Animation_Speed)
  898.     end
  899.     ATTACK = false
  900.     Rooted = false
  901. end
  902.  
  903. function TimesUp()
  904.     CLOCKTARGET = nil
  905.     if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  906.         local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  907.         local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  908.         if TORSO then
  909.             ATTACK = true
  910.             Rooted = false
  911.             coroutine.resume(coroutine.create(function()
  912.                 repeat
  913.                     Swait()
  914.                     RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  915.                     Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(25 - 4 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  916.                     RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35*SIZE, 0.5*SIZE, -0.2*SIZE) * ANGLES(RAD(75), RAD(45), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  917.                     LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  918.                     RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  919.                     LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  920.                 until ATTACK == false
  921.             end))
  922.             if Effects:FindFirstChild("NeonDoll") then
  923.                 repeat Swait() until Effects:FindFirstChild("NeonDoll") == nil
  924.             end
  925.             wait(0.5)
  926.             local FAKECHARACTER = IT("Model",Effects)
  927.             FAKECHARACTER.Name = "NeonDoll"
  928.             local TORS = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.3,0.3,0.15),false)
  929.             CreateWeldOrSnapOrMotor("Weld", RING, RING, TORS, CF(0,0.6,0), CF(0,0,0))
  930.             local LEG = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.15,0.3,0.15),false)
  931.             CreateWeldOrSnapOrMotor("Weld", TORS, TORS, LEG, CF(0.15/2,-0.15,0) * ANGLES(RAD(0), RAD(0), RAD(15)), CF(0,0.15,0))
  932.             local LEG = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.15,0.3,0.15),false)
  933.             CreateWeldOrSnapOrMotor("Weld", TORS, TORS, LEG, CF(-0.15/2,-0.15,0) * ANGLES(RAD(0), RAD(0), RAD(-15)), CF(0,0.15,0))
  934.             local ARM = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.15,0.3,0.15),false)
  935.             CreateWeldOrSnapOrMotor("Weld", TORS, TORS, ARM, CF(0.15,0.15/2,0) * ANGLES(RAD(0), RAD(0), RAD(90)), CF(0,0.15,0))
  936.             local ARM = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.15,0.3,0.15),false)
  937.             CreateWeldOrSnapOrMotor("Weld", TORS, TORS, ARM, CF(-0.15,0.15/2,0) * ANGLES(RAD(0), RAD(0), RAD(-90)), CF(0,0.15,0))
  938.             local HEAD = CreatePart(3, FAKECHARACTER, "Neon", 0, 1, "Mid grey", "Part", VT(0.15,0.15,0.15),false)
  939.             CreateWeldOrSnapOrMotor("Weld", TORS, TORS, HEAD, CF(0,0.225,0), CF(0,0,0))
  940.             CreateSound(201858045, TORS, 5, 0.4, false)
  941.             for i = 1, 50 do
  942.                 Swait()
  943.                 CLOCKSPEED = 2.5
  944.                 for _, c in pairs(FAKECHARACTER:GetChildren()) do
  945.                     if c.ClassName == "Part" then
  946.                         c.Transparency = c.Transparency - 0.5/150
  947.                     end
  948.                 end
  949.             end
  950.             CLOCKTARGET = HUM
  951.             coroutine.resume(coroutine.create(function()
  952.                 repeat Swait() CLOCKSPEED = 2 until CLOCKTARGET == nil
  953.                 for i = 1, 25 do
  954.                     Swait()
  955.                     for _, c in pairs(FAKECHARACTER:GetChildren()) do
  956.                         if c.ClassName == "Part" then
  957.                             c.Transparency = c.Transparency + 0.5/25
  958.                         end
  959.                     end
  960.                 end
  961.                 CLOCKSPEED = 2.5
  962.                 FAKECHARACTER:remove()
  963.             end))
  964.             wait(0.5)
  965.             ATTACK = false
  966.             Rooted = false
  967.         end
  968.     end
  969. end
  970.  
  971. function ChainPunch()
  972.     ATTACK = true
  973.     Rooted = false
  974.     local GYRO = IT("BodyGyro",RootPart)
  975.     GYRO.D = 25
  976.     GYRO.P = 2000
  977.     GYRO.MaxTorque = VT(0,40000,0)
  978.     GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  979.     repeat
  980.         Swait()
  981.         GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  982.         RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  983.         Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(0 - 4 * SIN(SINE / 12)), RAD(25), RAD(0)), 1 / Animation_Speed)
  984.         RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35*SIZE, 0.65*SIZE, 0*SIZE) * ANGLES(RAD(90), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  985.         LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  986.         RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  987.         LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  988.     until HOLD == true
  989.     local POS = Mouse.Hit.p
  990.     local CHAINS = false
  991.     local CHAINLINKS = {}
  992.     local A = IT("Attachment",RightArm)
  993.     A.Position = VT(1,-1,0)*SIZE
  994.     A.Orientation = VT(-90, -89.982, 0)
  995.     local B = IT("Attachment",RightArm)
  996.     B.Position = VT(-1,-1,0)*SIZE
  997.     B.Orientation = VT(-90, 89.988, 0)
  998.     local C = IT("Attachment",RightArm)
  999.     C.Position = VT(0.5,-1.3,0)*SIZE
  1000.     C.Orientation = VT(-90, -89.982, 0)
  1001.     local D = IT("Attachment",RightArm)
  1002.     D.Position = VT(-0.5,-1.3,0)*SIZE
  1003.     D.Orientation = VT(-90, 89.988, 0)
  1004.     local LIGHT = IT("Attachment",RightArm)
  1005.     LIGHT.Position = VT(0,-1,0)*SIZE
  1006.     local LIGHT2 = IT("PointLight",LIGHT)
  1007.     LIGHT2.Range = 7
  1008.     LIGHT2.Brightness = 5
  1009.     LIGHT2.Color = SKILLTEXTCOLOR
  1010.     for i = 1, 2 do
  1011.         local TWIST = -2
  1012.         local START = A
  1013.         local END = B
  1014.         if i == 1 then
  1015.             START = B
  1016.             END = A
  1017.         end
  1018.         local ChainLink = IT("Beam",Torso)
  1019.         ChainLink.Texture = "rbxassetid://73042633"
  1020.         ChainLink.Color = ColorSequence.new(SKILLTEXTCOLOR)
  1021.         ChainLink.TextureSpeed = 1
  1022.         ChainLink.Width0 = 1
  1023.         ChainLink.Width1 = 1
  1024.         ChainLink.TextureLength = 2.5
  1025.         ChainLink.Attachment0 = START
  1026.         ChainLink.Attachment1 = END
  1027.         ChainLink.CurveSize0 = TWIST
  1028.         ChainLink.CurveSize1 = TWIST
  1029.         --ChainLink.FaceCamera = true
  1030.         ChainLink.Segments = 45
  1031.         ChainLink.Transparency = NumberSequence.new(1)
  1032.         table.insert(CHAINLINKS,ChainLink)
  1033.     end
  1034.     for i = 1, 2 do
  1035.         local TWIST = -1
  1036.         local START = C
  1037.         local END = D
  1038.         if i == 1 then
  1039.             START = D
  1040.             END = C
  1041.         end
  1042.         local ChainLink = IT("Beam",Torso)
  1043.         ChainLink.Texture = "rbxassetid://73042633"
  1044.         ChainLink.Color = ColorSequence.new(SKILLTEXTCOLOR)
  1045.         ChainLink.TextureSpeed = 1
  1046.         ChainLink.Width0 = 1
  1047.         ChainLink.Width1 = 1
  1048.         ChainLink.TextureLength = 5
  1049.         ChainLink.Attachment0 = START
  1050.         ChainLink.Attachment1 = END
  1051.         ChainLink.CurveSize0 = TWIST
  1052.         ChainLink.CurveSize1 = TWIST
  1053.         --ChainLink.FaceCamera = true
  1054.         ChainLink.Segments = 25
  1055.         ChainLink.LightEmission = 0.5
  1056.         ChainLink.Transparency = NumberSequence.new(1)
  1057.         table.insert(CHAINLINKS,ChainLink)
  1058.     end
  1059.     coroutine.resume(coroutine.create(function()
  1060.         repeat
  1061.             Swait()
  1062.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 1 / Animation_Speed)
  1063.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1064.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35*SIZE, 0.65*SIZE, 0.2*SIZE) * ANGLES(RAD(60), RAD(0), RAD(-25)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1065.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1066.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  1067.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0), RAD(-75), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  1068.         until CHAINS == true
  1069.         repeat
  1070.             Swait()
  1071.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(45)), 1 / Animation_Speed)
  1072.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 1 / Animation_Speed)
  1073.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35*SIZE, 0.65*SIZE, -0.2*SIZE) * ANGLES(RAD(90), RAD(0), RAD(45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1074.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1075.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  1076.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  1077.         until ATTACK == false
  1078.         for e = 1, 15 do
  1079.             Swait()
  1080.             for i = 1, #CHAINLINKS do
  1081.                 CHAINLINKS[i].Transparency = NumberSequence.new((e/15))
  1082.             end
  1083.         end
  1084.         A:remove()
  1085.         B:remove()
  1086.         C:remove()
  1087.         D:remove()
  1088.     end))
  1089.     CreateSound(233856115, RightArm, 5, 1.2, false)
  1090.     for e = 1, 15 do
  1091.         Swait()
  1092.         for i = 1, #CHAINLINKS do
  1093.             CHAINLINKS[i].Transparency = NumberSequence.new(1-(e/15))
  1094.         end
  1095.     end
  1096.     CHAINS = true
  1097.     Rooted = false
  1098.     wait(0.25)
  1099.     local FIST = CreatePart(3, Effects, "Neon", 0, 0.5, "Mid grey", "Part", VT(2,2,2))
  1100.     FIST.Color = C3(255/100, 195/0, 175/0)
  1101.     FIST.CFrame = CF(RightArm.CFrame*CF(0,-1.3*SIZE,0).p,POS) * ANGLES(RAD(90), RAD(0), RAD(0))
  1102.     local LIGHT3 = IT("PointLight",FIST)
  1103.     LIGHT3.Range = 7
  1104.     LIGHT3.Brightness = 5
  1105.     LIGHT3.Color = SKILLTEXTCOLOR
  1106.     CreateMesh("SpecialMesh", FIST, "FileMesh", "90718752", "", VT(10,10,10), VT(0,0,0))
  1107.     local FISTA = IT("Attachment",FIST)
  1108.     FISTA.Position = VT(0.062, 0.977, 0)
  1109.     local ChainLink = IT("Beam",Torso)
  1110.     ChainLink.Texture = "rbxassetid://73042633"
  1111.     ChainLink.Color = ColorSequence.new(SKILLTEXTCOLOR)
  1112.     ChainLink.TextureSpeed = 0
  1113.     ChainLink.Width0 = 3
  1114.     ChainLink.Width1 = 3
  1115.     ChainLink.TextureLength = 12
  1116.     ChainLink.Attachment0 = LIGHT
  1117.     ChainLink.Attachment1 = FISTA
  1118.     ChainLink.FaceCamera = true
  1119.     ChainLink.Segments = 45
  1120.     ChainLink.LightEmission = 0.5
  1121.     ChainLink.Transparency = NumberSequence.new(0.25)
  1122.     local FISTSOUND = CreateSound(288641686, FIST, 5, 1.2, false)
  1123.     for i = 1, 85 do
  1124.         Swait()
  1125.         FIST.CFrame = FIST.CFrame*CF(0,-2,0)
  1126.         ChainLink.TextureLength = 12+(i*2)
  1127.         ApplyAoE(FIST.Position,10,15,25,100,false)
  1128.         WACKYEFFECT({Time = 5, EffectType = "Wave", Size = VT(5,0,5)*SIZE, Size2 = VT(15,1,15), Transparency = 0.5, Transparency2 = 1, CFrame = FIST.CFrame*CF(0,-1,0) * ANGLES(RAD(0), RAD(i*15), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(255/100, 195/0, 175/0), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  1129.         local HITFLOOR = Raycast(FIST.Position, (CF(FIST.Position, FIST.CFrame*CF(0,-1,0).p)).lookVector, 2.1, Character)
  1130.         if HITFLOOR ~= nil then
  1131.             HITFLOOR:BreakJoints()
  1132.             coroutine.resume(coroutine.create(function()
  1133.                 for i = 1, 15 do
  1134.                     Swait()
  1135.                     FISTSOUND.Volume = FISTSOUND.Volume - 0.15
  1136.                     ApplyAoE(FIST.Position,10+(i*2),5,15,5,false)
  1137.                     WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5)*SIZE, Size2 = VT(35,3,35), Transparency = 0.5, Transparency2 = 1, CFrame = FIST.CFrame * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(255/100, 195/0, 175/0), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  1138.                 end
  1139.             end))
  1140.             break
  1141.         end
  1142.     end
  1143.     coroutine.resume(coroutine.create(function()
  1144.         for i = 1, 50 do
  1145.             Swait()
  1146.             FIST.Transparency = FIST.Transparency + 0.5/50
  1147.             LIGHT3.Range = LIGHT3.Range - 7/50
  1148.         end
  1149.         FIST:remove()
  1150.     end))
  1151.     LIGHT:remove()
  1152.     GYRO:remove()
  1153.     ATTACK = false
  1154.     Rooted = false
  1155. end
  1156.  
  1157. function WarpMeteor()
  1158.     local DIST = (RootPart.Position - Mouse.Hit.p).Magnitude
  1159.     if DIST > 9999 then
  1160.         DIST = 9999
  1161.     end
  1162.     local RAY,RAYPOS = Raycast(RootPart.Position, (CF(RootPart.Position, Mouse.Hit.p)).lookVector, DIST, workspace)
  1163.     local HITFLOOR,HITPOS,NORMAL = Raycast(RAYPOS+VT(0,45,0), (CF(RAYPOS, RAYPOS + VT(0, -1, 0))).lookVector, 75*SIZE, Character)
  1164.     if HITFLOOR then
  1165.         local POS = HITPOS
  1166.         ATTACK = true
  1167.         Rooted = false
  1168.         local WARPED = false
  1169.         local SMASHED = false
  1170.         local HITFLOOR,HITPOS,NORMAL = Raycast(RootPart.Position+VT(0,1,0), (CF(RAYPOS, RAYPOS + VT(0, -1, 0))).lookVector, 25*SIZE, Character)
  1171.         coroutine.resume(coroutine.create(function()
  1172.             repeat
  1173.                 Swait()
  1174.                 RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1175.                 Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(25 - 4 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1176.                 RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(-25 + 2.5 * SIN(SINE / 12)), RAD(-55 + 2.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1177.                 LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1178.                 RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1179.                 LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1180.             until WARPED == true
  1181.             repeat
  1182.                 Swait()
  1183.                 RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1184.                 Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(25 - 4 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1185.                 RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(-25 + 2.5 * SIN(SINE / 12)), RAD(-55 + 2.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1186.                 LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1187.                 RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -0.5*SIZE + 0.06 * SIN(SINE / 24) - 0.1*SIZE * COS(SINE / 12), -0.5*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1188.                 LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.1*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1189.             until SMASHED == true
  1190.             repeat
  1191.                 Swait()
  1192.             RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(90), RAD(0), RAD(0)), 1 / Animation_Speed)
  1193.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0*SIZE, 0*SIZE, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(-40), RAD(0), RAD(0)), 1 / Animation_Speed)
  1194.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(170), RAD(-15), RAD(20)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1195.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(170), RAD(15), RAD(-20)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1196.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, -0.3*SIZE) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 1 / Animation_Speed)
  1197.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, -0.3*SIZE) * ANGLES(RAD(0), RAD(-75), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 1 / Animation_Speed)
  1198.             until ATTACK == false
  1199.         end))
  1200.         VALUE1 = true
  1201.         CreateSound(233856115, Torso, 5, 1.6, false)
  1202.         for i = 1, 25 do
  1203.             Swait()
  1204.             for _, c in pairs(Character:GetChildren()) do
  1205.                 if c.ClassName == "Part" then
  1206.                     c.Transparency = c.Transparency + 1/25
  1207.                 end
  1208.             end
  1209.             for _, c in pairs(Weapon:GetChildren()) do
  1210.                 if c.ClassName == "Part" then
  1211.                     c.Transparency = c.Transparency + 1/25
  1212.                 end
  1213.             end
  1214.         end
  1215.         UNANCHOR = false
  1216.         RootPart.Anchored = true
  1217.         RootPart.Velocity = VT(0,0,0)
  1218.         local ROOTPOS = RootPart.Position
  1219.         RootPart.CFrame = CF(POS+VT(0,300,0),VT(ROOTPOS.X,POS.Y+300,ROOTPOS.Z))
  1220.         WARPED = true
  1221.         for i = 1, 25 do
  1222.             Swait()
  1223.             for _, c in pairs(Character:GetChildren()) do
  1224.                 if c.ClassName == "Part" then
  1225.                     c.Transparency = c.Transparency - 1/25
  1226.                 end
  1227.             end
  1228.             for _, c in pairs(Weapon:GetChildren()) do
  1229.                 if c.ClassName == "Part" then
  1230.                     c.Transparency = c.Transparency - 1/25
  1231.                 end
  1232.             end
  1233.         end
  1234.         local SHELL = CreatePart(3, Effects, "Neon", 0, 1, "Really red", "Part", VT(0,0,0))
  1235.         SHELL.CFrame = RootPart.CFrame
  1236.         MakeForm(SHELL,"Ball")
  1237.         CreateSound(402981977, SHELL, 5, 1.6, false)
  1238.         for i = 1, 10 do
  1239.             Swait()
  1240.             SHELL.Transparency = SHELL.Transparency - 1/10
  1241.             SHELL.Size = SHELL.Size + VT(0.6,0.6,0.6)*1.8
  1242.         end
  1243.         for i = 1, math.ceil(75/2) do
  1244.             Swait()
  1245.             RootPart.CFrame = RootPart.CFrame*CF(0,-3.5*2,0)
  1246.             SHELL.CFrame = CF(RootPart.Position)
  1247.             WACKYEFFECT({Time = 5, EffectType = "Sphere", Size = SHELL.Size, Size2 = VT(5,3,5), Transparency = 0.5, Transparency2 = 1, CFrame = SHELL.CFrame, MoveToPos = SHELL.Position+VT(0,15,0), RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = SHELL.Color, SoundID = nil, SoundPitch = 0.75, SoundVolume = 6})
  1248.         end
  1249.         RootPart.CFrame = CF(POS+VT(0,1,0),VT(ROOTPOS.X,HITPOS.Y+1,ROOTPOS.Z))
  1250.         SHELL.CFrame = CF(RootPart.Position)
  1251.         WACKYEFFECT({Time = 45, EffectType = "Sphere", Size = SHELL.Size, Size2 = VT(35,35,35)*4, Transparency = 0, Transparency2 = 1, CFrame = SHELL.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SHELL.Color, SoundID = 165970126, SoundPitch = 0.75, SoundVolume = 6})
  1252.         WACKYEFFECT({Time = 55, EffectType = "Wave", Size = VT(SHELL.Size.X,5,SHELL.Size.Z), Size2 = VT(45,3,45)*3.8, Transparency = 0, Transparency2 = 1, CFrame = SHELL.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = SHELL.Color, SoundID = nil, SoundPitch = 0.75, SoundVolume = 6})
  1253.         WACKYEFFECT({Time = 55, EffectType = "Wave", Size = VT(SHELL.Size.X,5,SHELL.Size.Z), Size2 = VT(45,3,45)*4, Transparency = 0, Transparency2 = 1, CFrame = SHELL.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = SHELL.Color, SoundID = nil, SoundPitch = 0.75, SoundVolume = 6})
  1254.         for i = 1, 5 do
  1255.             WACKYEFFECT({Time = 35, EffectType = "Wave", Size = VT(5,0,5)*SIZE, Size2 = VT(35,3,35)*4, Transparency = 0.5, Transparency2 = 1, CFrame = RootPart.CFrame * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(255/100, 195/0, 175/0), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  1256.         end
  1257.         SHELL:remove()
  1258.         ApplyAoE(RootPart.Position,75,35,75,175,false)
  1259.         SMASHED = true
  1260.         wait(1)
  1261.         VALUE1 = false
  1262.         UNANCHOR = true
  1263.         ATTACK = false
  1264.         Rooted = false
  1265.     end
  1266. end
  1267.  
  1268. function PandorasBox()
  1269.     local HITFLOOR,HITPOS = Raycast(RootPart.CFrame*CF(0,0,-6.5).p, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4*SIZE, Character)
  1270.     if HITFLOOR ~= nil then
  1271.         ATTACK = false
  1272.         Rooted = false
  1273.         local RINGSPIN = true
  1274.         local CONSTRUCTING = true
  1275.         local RING = CreatePart(3, Effects, "Neon", 0, 1, "Alder", "Ring", VT(0,0,0))
  1276.         RING.Color = C3(0,0,0)
  1277.         MakeForm(RING,"Cyl")
  1278.         RING.CFrame = CF(HITPOS)
  1279.         CreateSound(402981977, RING, 5, 1.2, false)
  1280.         coroutine.resume(coroutine.create(function()
  1281.             repeat
  1282.                 Swait()
  1283.                 RING.CFrame = RING.CFrame * ANGLES(RAD(0), RAD(5), RAD(0))
  1284.                 RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1285.                 Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(-25 - 4 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1286.                 RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35*SIZE, 0.65*SIZE, 0*SIZE) * ANGLES(RAD(115), RAD(45), RAD(35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1287.                 LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1288.                 RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1289.                 LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1290.             until CONSTRUCTING == false
  1291.             repeat
  1292.                 Swait()
  1293.                 RING.CFrame = RING.CFrame * ANGLES(RAD(0), RAD(5), RAD(0))
  1294.             until RINGSPIN == false
  1295.             for i = 1, 25 do
  1296.                 Swait()
  1297.                 RING.CFrame = RING.CFrame * ANGLES(RAD(0), RAD(5), RAD(0))
  1298.                 RING.Size = RING.Size - VT(0.15,0,0.15)
  1299.                 --DECAL.Transparency = DECAL.Transparency + 1/25
  1300.                 RING.Transparency = RING.Transparency + 1/25
  1301.             end
  1302.             RING:remove()
  1303.         end))
  1304.         for i = 1, 15 do
  1305.             Swait()
  1306.             RING.Size = RING.Size + VT(0.75,0,0.75)
  1307.             RING.Transparency = RING.Transparency - 1/15
  1308.         end
  1309.         local BOXSPIN = true
  1310.         local PANDORASBOX = IT("Model",Effects)
  1311.         PANDORASBOX.Name = "Pandora's Box"
  1312.         local BOX = IT("Model",PANDORASBOX)
  1313.         BOX.Name = "Body"
  1314.         local LID = IT("Model",PANDORASBOX)
  1315.         LID.Name = "Lid"
  1316.         --BUILDING THE BOX--
  1317.             local BASE = CreatePart(3, BOX, "Neon", 0, 0, "Alder", "Black", VT(2,1.8,2))
  1318.             BASE.Color = C3(0,0,0)
  1319.             PANDORASBOX.PrimaryPart = BASE
  1320.             BASE.CFrame = CF(HITPOS+VT(0,-8,0),VT(RootPart.Position.X,HITPOS.Y-8,RootPart.Position.Z))
  1321.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,1.9,0.2))
  1322.             WOOD.CFrame = BASE.CFrame*CF(1,0,1)
  1323.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,1.9,0.2))
  1324.             WOOD.CFrame = BASE.CFrame*CF(1,0,-1)
  1325.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,1.9,0.2))
  1326.             WOOD.CFrame = BASE.CFrame*CF(-1,0,1)
  1327.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,1.9,0.2))
  1328.             WOOD.CFrame = BASE.CFrame*CF(-1,0,-1)
  1329.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1330.             WOOD.CFrame = BASE.CFrame*CF(0,0.9,1)
  1331.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1332.             WOOD.CFrame = BASE.CFrame*CF(0,0.9,-1)
  1333.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1334.             WOOD.CFrame = BASE.CFrame*CF(1,0.9,0)
  1335.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1336.             WOOD.CFrame = BASE.CFrame*CF(-1,0.9,0)
  1337.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1338.             WOOD.CFrame = BASE.CFrame*CF(0,-0.9,1)
  1339.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1340.             WOOD.CFrame = BASE.CFrame*CF(0,-0.9,-1)
  1341.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1342.             WOOD.CFrame = BASE.CFrame*CF(1,-0.9,0)
  1343.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1344.             WOOD.CFrame = BASE.CFrame*CF(-1,-0.9,0)
  1345.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Daisy orange", "Marble", VT(2.1,1.9,0.1))
  1346.             WOOD.CFrame = BASE.CFrame*CF(0,0,1)
  1347.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Daisy orange", "Marble", VT(2.1,1.9,0.1))
  1348.             WOOD.CFrame = BASE.CFrame*CF(0,0,-1)
  1349.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Daisy orange", "Marble", VT(0.1,1.9,2.1))
  1350.             WOOD.CFrame = BASE.CFrame*CF(1,0,0)
  1351.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Daisy orange", "Marble", VT(0.1,1.9,2.1))
  1352.             WOOD.CFrame = BASE.CFrame*CF(-1,0,0)
  1353.             local WOOD = CreatePart(3, BOX, "Marble", 0, 0, "Daisy orange", "Marble", VT(2.1,0.1,2.1))
  1354.             WOOD.CFrame = BASE.CFrame*CF(0,-0.9,0)
  1355.             -------------
  1356.             local LIDPART = CreatePart(3, LID, "Marble", 0, 0, "Daisy orange", "Marble", VT(2.1,0.1,2.1))
  1357.             LIDPART.CFrame = BASE.CFrame*CF(0,1,0)
  1358.             LID.PrimaryPart = LIDPART
  1359.             local WOOD = CreatePart(3, LID, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1360.             WOOD.CFrame = LIDPART.CFrame*CF(0,0,-1)
  1361.             local WOOD = CreatePart(3, LID, "Marble", 0, 0, "Bright yellow", "Marble", VT(2.1,0.2,0.2))
  1362.             WOOD.CFrame = LIDPART.CFrame*CF(0,0,1)
  1363.             local WOOD = CreatePart(3, LID, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1364.             WOOD.CFrame = LIDPART.CFrame*CF(1,0,0)
  1365.             local WOOD = CreatePart(3, LID, "Marble", 0, 0, "Bright yellow", "Marble", VT(0.2,0.2,2.1))
  1366.             WOOD.CFrame = LIDPART.CFrame*CF(-1,0,0)
  1367.             local DECAL = IT("Decal",LIDPART)
  1368.             DECAL.Face = "Top"
  1369.             DECAL.Texture = "http://www.roblox.com/asset/?id=1501226061"
  1370.             DECAL.Color3 = C3(0,0,0)
  1371.         --BUILDING THE BOX--
  1372.         coroutine.resume(coroutine.create(function()
  1373.             repeat
  1374.                 Swait()
  1375.                 PANDORASBOX:SetPrimaryPartCFrame(BASE.CFrame * ANGLES(RAD(0), RAD(2.45), RAD(0)))
  1376.             until BOXSPIN == false
  1377.         end))
  1378.         for i = 1, 25 do
  1379.             Swait()
  1380.             PANDORASBOX:SetPrimaryPartCFrame(BASE.CFrame * CF(0,1.5-(i/12.5),0))
  1381.         end
  1382.         wait(0.5)
  1383.         BOXSPIN = false
  1384.         CONSTRUCTING = false   
  1385.         coroutine.resume(coroutine.create(function()
  1386.             WACKYEFFECT({Time = 45, EffectType = "Sphere", Size = LIDPART.Size, Size2 = VT(3,0,3)*4, Transparency = 0, Transparency2 = 1, CFrame = LIDPART.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = 168586586, SoundPitch = 1.3, SoundVolume = 6})
  1387.             --[[for i = 1, 45 do
  1388.                 Swait()
  1389.                 LID:SetPrimaryPartCFrame(LIDPART.CFrame * CF(0,1.5-(i/12.5),0.5) * ANGLES(RAD(0.7), RAD(0), RAD(0)))
  1390.             end-
  1391.             LID:remove()]]--
  1392.             for _, c in pairs(LID:GetChildren()) do
  1393.                 if c.ClassName == "Part" then
  1394.                     c.Anchored = false
  1395.                     c.CanCollide = true
  1396.                     if c ~= LIDPART then
  1397.                         weldBetween(LIDPART,c)
  1398.                     end
  1399.                 end
  1400.             end
  1401.             LIDPART.Velocity = CF(LIDPART.Position,LIDPART.CFrame*CF(15,25,0).p).lookVector*65
  1402.             Debris:AddItem(LID,15)
  1403.             wait(0.5)
  1404.                     wait(0.15)
  1405.                     WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0,0,0), Size2 = VT(3,8,3), Transparency = 0, Transparency2 = 1, CFrame = BASE.CFrame*CF(0,0.3,0), MoveToPos = BASE.Position+VT(0,6,0), RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(255,0,0), SoundID = 90655239, SoundPitch = 0.8, SoundVolume = 6})
  1406.                     coroutine.resume(coroutine.create(function()
  1407.                         local MINION = CLONE:Clone()
  1408.                         MINION.Parent = Effects
  1409.                         MINION.Name = "Shadow"
  1410.                         MINION.HumanoidRootPart.CFrame = BASE.CFrame*CF(0,5,0) * ANGLES(RAD(0), RAD(MRANDOM(0,360)), RAD(0))
  1411.                         MINION.HumanoidRootPart.Velocity = CF(MINION.HumanoidRootPart.Position,MINION.HumanoidRootPart.CFrame*CF(0,8,-15).p).lookVector*MRANDOM(55,100)
  1412.                         for _, c in pairs(MINION:GetChildren()) do
  1413.                             if c.ClassName == "Part" then
  1414.                                 c.Material = "Neon"
  1415.                                 c.Color = C3(0,0,0)
  1416.                                 c.Transparency = 0.25
  1417.                                 if c.Name == "Head" then
  1418.                                     c:ClearAllChildren()
  1419.                                     local MSH = IT("BlockMesh",c)
  1420.                                     MSH.Scale = VT(0.5,1,1)
  1421.                                 end
  1422.                             end
  1423.                         end
  1424.                         local TORSO = MINION.Torso
  1425.                         local HUMAN = MINION.Humanoid
  1426.                         HUMAN.WalkSpeed = 150
  1427.                         HUMAN.MaxHealth = math.huge
  1428.                         HUMAN.Health = math.huge
  1429.                         HUMAN.DisplayDistanceType = "None"
  1430.                                                 HUMAN.Died:connect(function()
  1431.                             MINION:remove()
  1432.                             --CreateSound(SHOUTS[MRANDOM(1,3)], TORSO, 3, 0.5, false)
  1433.                         end)
  1434.                         wait(1)
  1435.                         local findNearestTorso = function(POS)
  1436.                             local list = game.Workspace:GetDescendants()
  1437.                             local torso = nil
  1438.                             local dist = 9999
  1439.                             local temp = nil
  1440.                             local human = nil
  1441.                             local temp2 = nil
  1442.                             for x = 1, #list do
  1443.                                 temp2 = list[x]
  1444.                                 if (temp2.className == "Model") and (temp2 ~= Character) and (temp2.Parent ~= Effects) then
  1445.                                     temp = temp2:findFirstChild("Torso") or temp2:findFirstChild("UpperTorso")
  1446.                                     human = temp2:findFirstChildOfClass("Humanoid")
  1447.                                     if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  1448.                                         if (temp.Position - POS).magnitude < dist then
  1449.                                             torso = temp
  1450.                                             dist = (temp.Position - POS).magnitude
  1451.                                         end
  1452.                                     end
  1453.                                 end
  1454.                             end
  1455.                             return torso, dist
  1456.                         end
  1457.                         for i = 1, 40 do
  1458.                             if HUMAN.Health == 0 then
  1459.                                 break
  1460.                             end
  1461.                             wait(0.3)
  1462.                             local target,dist= findNearestTorso(TORSO.Position)
  1463.                             if target then
  1464.                                 HUMAN:MoveTo(target.Position)
  1465.                                 if dist < 999 then
  1466.                                     CreateSound(348663022, TORSO, 10, 1, true)
  1467.                                     wait(0.5)
  1468.                                     --local ANIM = HUMAN:LoadAnimation(ATANIM)
  1469.                                     --ANIM:Play()
  1470.                                     --CreateSound(SHOUTS[MRANDOM(1,3)], TORSO, 1, 1, false)
  1471.                                     ApplyAoE(TORSO.Position,10,0,0,85,false)
  1472.                                     WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(5,5,5), Size2 = VT(25,25,25), Transparency = 0, Transparency2 = 1, CFrame = TORSO.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = 201858087, SoundPitch = 0.8, SoundVolume = 10})
  1473.                                     for i = 1, 5 do
  1474.                                         WACKYEFFECT({Time = 75, EffectType = "Wave", Size = VT(5,0,5)*SIZE, Size2 = VT(15,1,15), Transparency = 0.5, Transparency2 = 1, CFrame = TORSO.CFrame * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-15,15)/7.5, RotationZ = 0, Material = "Neon", Color = C3(255,0,0), SoundID = nil, SoundPitch = 0.5, SoundVolume = 6})
  1475.                                     end
  1476.                                     break
  1477.                                 end
  1478.                             end
  1479.                         end
  1480.                         MINION:remove()
  1481.                     end))
  1482.             wait(0.5)
  1483.             for i = 1, 25 do
  1484.                 Swait()
  1485.                 PANDORASBOX:SetPrimaryPartCFrame(BASE.CFrame * CF(0,-0.3,0))
  1486.             end
  1487.             PANDORASBOX:remove()
  1488.             RINGSPIN = false
  1489.         end))
  1490.         ATTACK = false
  1491.         Rooted = false
  1492.     end
  1493. end
  1494.  
  1495. function Taunt()
  1496.     ATTACK = true
  1497.     local LAUGH = nil
  1498.     coroutine.resume(coroutine.create(function()
  1499.         repeat
  1500.             Swait()
  1501.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1502.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(5), RAD(0), RAD(-45)), 1 / Animation_Speed)
  1503.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.15*SIZE, -0.5*SIZE) * ANGLES(RAD(170), RAD(-25), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1504.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1505.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1506.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1507.         until LAUGH ~= nil
  1508.         repeat
  1509.             Swait()
  1510.             LAUGH.Parent = Head
  1511.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0+(0.1*LAUGH.PlaybackLoudness/75) + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1512.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE+(0.1*LAUGH.PlaybackLoudness/75)) - 1)) * ANGLES(RAD(5), RAD(0), RAD(-45)), 1 / Animation_Speed)
  1513.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.15*SIZE+(0.1*LAUGH.PlaybackLoudness/75), -0.5*SIZE) * ANGLES(RAD(170), RAD(-25), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1514.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE+(0.1*LAUGH.PlaybackLoudness/75), 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1515.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE-(0.1*LAUGH.PlaybackLoudness/75) + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1516.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE-(0.1*LAUGH.PlaybackLoudness/75) - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1517.         until LAUGH.Playing == false
  1518.     ATTACK = false
  1519.     end))
  1520.     wait(0.1)
  1521.     sick:Pause()
  1522.     LAUGH = CreateSound(333446256, Head, 10, 1, false)
  1523.     wait(1.5)
  1524.     sick:Resume()
  1525. end
  1526.  
  1527. --//=================================\\
  1528. --||      ASSIGN THINGS TO KEYS
  1529. --\\=================================//
  1530.  
  1531. function MouseDown(Mouse)
  1532.     HOLD = true
  1533.     if ATTACK == false then
  1534.     end
  1535. end
  1536.  
  1537. function MouseUp(Mouse)
  1538. HOLD = false
  1539. end
  1540.  
  1541. function KeyDown(Key)
  1542.     KEYHOLD = true
  1543.     if Key == "z" and ATTACK == false then
  1544.         MagicMissiles()
  1545.     end
  1546.  
  1547.     if Key == "b" and ATTACK == false then
  1548.         TimesUp()
  1549.     end
  1550.  
  1551.     if Key == "c" and ATTACK == false then
  1552.         ChainPunch()
  1553.     end
  1554.  
  1555.     if Key == "x" and ATTACK == false then
  1556.         WarpMeteor()
  1557.     end
  1558.  
  1559.     if Key == "v" and ATTACK == false then
  1560.         PandorasBox()
  1561.     end
  1562.  
  1563.     if Key == "t" and ATTACK == false then
  1564.         Taunt()
  1565.     end
  1566. end
  1567.  
  1568. function KeyUp(Key)
  1569.     KEYHOLD = false
  1570. end
  1571.  
  1572.     Mouse.Button1Down:connect(function(NEWKEY)
  1573.         MouseDown(NEWKEY)
  1574.     end)
  1575.     Mouse.Button1Up:connect(function(NEWKEY)
  1576.         MouseUp(NEWKEY)
  1577.     end)
  1578.     Mouse.KeyDown:connect(function(NEWKEY)
  1579.         KeyDown(NEWKEY)
  1580.     end)
  1581.     Mouse.KeyUp:connect(function(NEWKEY)
  1582.         KeyUp(NEWKEY)
  1583.     end)
  1584.  
  1585. --//=================================\\
  1586. --\\=================================//
  1587.  
  1588.  
  1589. function unanchor()
  1590.     if UNANCHOR == true then
  1591.         RootPart.Anchored = false
  1592.     end
  1593.     g = Character:GetChildren()
  1594.     for i = 1, #g do
  1595.         if g[i].ClassName == "Part" and g[i] ~= RootPart then
  1596.             g[i].Anchored = false
  1597.         end
  1598.     end
  1599.     g = Weapon:GetChildren()
  1600.     for i = 1, #g do
  1601.         if g[i].ClassName == "Part" then
  1602.             g[i].Anchored = false
  1603.         end
  1604.     end
  1605. end
  1606.  
  1607.  
  1608. --//=================================\\
  1609. --||    WRAP THE WHOLE SCRIPT UP
  1610. --\\=================================//
  1611.  
  1612. Humanoid.Changed:connect(function(Jump)
  1613.     if Jump == "Jump" and (Disable_Jump == true) then
  1614.         Humanoid.Jump = false
  1615.     end
  1616. end)
  1617.  
  1618. while true do
  1619.     Swait()
  1620.            refit()
  1621.     script.Parent = WEAPONGUI
  1622.     for _,v in next, Humanoid:GetPlayingAnimationTracks() do
  1623.         v:Stop();
  1624.     end
  1625.     ANIMATE.Parent = nil
  1626.     SINE = SINE + CHANGE*1.5
  1627.     local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  1628.     local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  1629.     local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4*SIZE, Character)
  1630.     local WALKSPEEDVALUE = 10 / (Humanoid.WalkSpeed / 16)
  1631.     if ANIM == "Walk" and TORSOVELOCITY > 1 then
  1632.         RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2))) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1633.         Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * 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)
  1634.         RightHip.C1 = Clerp(RightHip.C1, CF(0.5*SIZE, 0.875*SIZE - 0.125 * SIN(SINE / WALKSPEEDVALUE)*SIZE - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0 +0.5+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(25+80 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1635.         LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5*SIZE, 0.875*SIZE + 0.125 * SIN(SINE / WALKSPEEDVALUE)*SIZE - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0 +0.5+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(-25+80 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1636.     elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  1637.         RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1638.         Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1639.         RightHip.C1 = Clerp(RightHip.C1, CF(0.5*SIZE, 1*SIZE, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1640.         LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5*SIZE, 1*SIZE, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1641.     end
  1642.     if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  1643.         ANIM = "Jump"
  1644.         if ATTACK == false then
  1645.             RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1646.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0*SIZE, 0*SIZE, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 1 / Animation_Speed)
  1647.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1648.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1649.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, -0.3*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 1 / Animation_Speed)
  1650.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, -0.3*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 1 / Animation_Speed)
  1651.         end
  1652.     elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  1653.         ANIM = "Fall"
  1654.         if ATTACK == false then
  1655.             RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0*SIZE, 0*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1656.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0*SIZE, 0*SIZE, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 1 / Animation_Speed)
  1657.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1658.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5*SIZE, 0.5*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1659.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 1 / Animation_Speed)
  1660.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 1 / Animation_Speed)
  1661.         end
  1662.     elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  1663.         ANIM = "Idle"
  1664.         if ATTACK == false then
  1665.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1666.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(25 - 4 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1667.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(-25 + 2.5 * SIN(SINE / 12)), RAD(-55 + 2.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1668.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1669.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1670.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1671.         end
  1672.     elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  1673.         ANIM = "Walk"
  1674.         if ATTACK == false then
  1675.             RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0*SIZE, 0*SIZE, -0.1*SIZE) * ANGLES(RAD(5), RAD(0), RAD(0)), 1 / Animation_Speed)
  1676.             Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(15 - 1 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 1/ Animation_Speed)
  1677.             RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(-25 + 2.5 * SIN(SINE / WALKSPEEDVALUE)), RAD(-55 + 2.5 * SIN(SINE / WALKSPEEDVALUE))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1678.             LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / WALKSPEEDVALUE)), RAD(55 - 2.5 * SIN(SINE / WALKSPEEDVALUE))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1679.             RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE , -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(85), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  1680.             LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE, 0*SIZE) * ANGLES(RAD(0), RAD(-85), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  1681.         end
  1682.     end
  1683.     unanchor()
  1684.     Humanoid.MaxHealth = "inf"
  1685.     Humanoid.Health = "inf"
  1686.     if Rooted == false then
  1687.         Disable_Jump = false
  1688.         Humanoid.WalkSpeed = Speed
  1689.     elseif Rooted == true then
  1690.         Disable_Jump = true
  1691.         Humanoid.WalkSpeed = 0
  1692.     end
  1693.     for _, c in pairs(Character:GetChildren()) do
  1694.         if c.ClassName == "Part" and c.Name ~= "Detail" then
  1695.             c.Material = "Fabric"
  1696.             if c:FindFirstChildOfClass("ParticleEmitter") then
  1697.                 c:FindFirstChildOfClass("ParticleEmitter"):remove()
  1698.             end
  1699.             if c ~= Head then
  1700.                 c.Color = C3(0,0,0)
  1701.             else
  1702.                 c.Color = C3(0,0,0)
  1703.             end
  1704.             if c == Head then
  1705.                 if c:FindFirstChild("face") then
  1706.                     c.face:remove()
  1707.                 end
  1708.             end
  1709.         elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  1710.             c:remove()
  1711.         elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
  1712.             c:remove()
  1713.         end
  1714.     end
  1715.     sick.SoundId = "rbxassetid://"..SONG
  1716.     sick.Looped = true
  1717.     sick.Pitch = 1
  1718.     sick.Volume = 5
  1719.     sick.Parent = Torso
  1720.     sick:Resume()
  1721.     --sick.Playing = false
  1722.     Humanoid.Name = "Corrupted Pandora = "..Player.Name
  1723. end
  1724.  
  1725. --//=================================\\
  1726. --\\=================================//
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732. --//====================================================\\--
  1733. --||                     END OF SCRIPT
  1734. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement