Maksmishtyrak09

FE ANCHROMATIC[HATS version][Non Synapse]

May 2nd, 2021 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.71 KB | None | 0 0
  1. --Mode(keybind)
  2. --1 -> Achromatic ((second mode) 1 + Y )
  3. --2 -> iniqutous
  4. --3 -> Mythical ((second mode) 3 + Y )
  5. --4 -> Ruined
  6. --5 -> Atramentous
  7. --6 -> Subzero
  8. --7 -> Troubadour
  9. --8 -> Infectious
  10. --9 -> Love ((second mode) 9 + Y )
  11. --M -> Mute/Unmute
  12. --Y -> second mode
  13.  
  14. --Hats you need:
  15. --https://www.roblox.com/catalog/4584042059/International-Fedora-Netherlands
  16. --https://www.roblox.com/catalog/3499972183/International-Fedora-Colombia
  17. --https://www.roblox.com/catalog/4391384843/International-Fedora-Russia
  18. --https://www.roblox.com/catalog/3822880197/International-Fedora-Ukraine
  19. --https://www.roblox.com/catalog/4154538250/International-Fedora-Chile
  20. --https://www.roblox.com/catalog/3438342658/International-Fedora-Argentina
  21. HumanDied = false
  22. local CountSCIFIMOVIELOL = 1
  23. function SCIFIMOVIELOL(Part0,Part1,Position,Angle)
  24. local AlignPos = Instance.new('AlignPosition', Part1); AlignPos.Name = "AliP_"..CountSCIFIMOVIELOL
  25. AlignPos.ApplyAtCenterOfMass = true;
  26. AlignPos.MaxForce = 5772000--67752;
  27. AlignPos.MaxVelocity = math.huge/9e110;
  28. AlignPos.ReactionForceEnabled = false;
  29. AlignPos.Responsiveness = 200;
  30. AlignPos.RigidityEnabled = false;
  31. local AlignOri = Instance.new('AlignOrientation', Part1); AlignOri.Name = "AliO_"..CountSCIFIMOVIELOL
  32. AlignOri.MaxAngularVelocity = math.huge/9e110;
  33. AlignOri.MaxTorque = 5772000
  34. AlignOri.PrimaryAxisOnly = false;
  35. AlignOri.ReactionTorqueEnabled = false;
  36. AlignOri.Responsiveness = 200;
  37. AlignOri.RigidityEnabled = false;
  38. local AttachmentA=Instance.new('Attachment',Part1); AttachmentA.Name = "Ath_"..CountSCIFIMOVIELOL
  39. local AttachmentB=Instance.new('Attachment',Part0); AttachmentB.Name = "Ath_"..CountSCIFIMOVIELOL
  40. AttachmentA.Orientation = Angle or Vector3.new(0,0,0)
  41. AttachmentA.Position = Position or Vector3.new(0,0,0)
  42. AlignPos.Attachment1 = AttachmentA;
  43. AlignPos.Attachment0 = AttachmentB;
  44. AlignOri.Attachment1 = AttachmentA;
  45. AlignOri.Attachment0 = AttachmentB;
  46. CountSCIFIMOVIELOL = CountSCIFIMOVIELOL + 1
  47. return {AlignPos,AlignOri,AttachmentA,AttachmentB}
  48. end
  49.  
  50. if _G.netted ~= true then
  51. _G.netted = true
  52. coroutine.wrap(function()
  53. settings().Physics.PhysicsEnvironmentalThrottle = Enum.EnviromentalPhysicsThrottle.Disabled
  54. settings().Physics.AllowSleep = false
  55. game:GetService("RunService").RenderStepped:Connect(function()
  56. game:FindFirstChildOfClass("Players").LocalPlayer.MaximumSimulationRadius=math.pow(math.huge,math.huge)
  57. sethiddenproperty(game:FindFirstChildOfClass("Players").LocalPlayer,"SimulationRadius",math.huge*math.huge)
  58. end)
  59. end)()
  60. end
  61.  
  62. game:FindFirstChildOfClass("Players").LocalPlayer["Character"].Archivable = true
  63. local hatnameclone = {}
  64. for _,v in next, game:FindFirstChildOfClass("Players").LocalPlayer["Character"]:GetChildren() do
  65. if v:IsA("Accessory") then
  66. if hatnameclone[v.Name] then
  67. if hatnameclone[v.Name] == "s" then
  68. hatnameclone[v.Name] = {}
  69. end
  70. table.insert(hatnameclone[v.Name],v)
  71. else
  72. hatnameclone[v.Name] = "s"
  73. end
  74. end
  75. end
  76. for _,v in pairs(hatnameclone) do
  77. if type(v) == "table" then
  78. local num = 1
  79. for _,w in pairs(v) do
  80. w.Name = w.Name..num
  81. num = num + 1
  82. end
  83. end
  84. end
  85. hatnameclone = nil
  86.  
  87. local DeadChar = game:FindFirstChildOfClass("Players").LocalPlayer.Character
  88.  
  89. local fldr = Instance.new("Folder",game:FindFirstChildOfClass("Players").LocalPlayer["Character"])
  90. fldr.Name = "DMYF"
  91. local CloneChar = DeadChar:Clone()
  92. local ANIMATIONHERE
  93. if CloneChar:FindFirstChild("Animate") then
  94. ANIMATIONHERE = CloneChar:FindFirstChild("Animate"):Clone()
  95. CloneChar:FindFirstChild("Animate"):Destroy()
  96. end
  97. if CloneChar:FindFirstChildOfClass("Folder") then CloneChar:FindFirstChildOfClass("Folder"):Destroy() end
  98. if CloneChar.Torso:FindFirstChild("Neck") then
  99. local Clonessss = CloneChar.Torso:FindFirstChild("Neck"):Clone()
  100. Clonessss.Part0 = nil
  101. Clonessss.Part1 = DeadChar.Head
  102. Clonessss.Parent = DeadChar.Torso
  103. end
  104. CloneChar.Parent = fldr
  105. CloneChar.HumanoidRootPart.CFrame = DeadChar.HumanoidRootPart.CFrame
  106. CloneChar.Humanoid.BreakJointsOnDeath = false
  107. CloneChar.Name = "non"
  108. CloneChar.Humanoid.DisplayDistanceType = "None"
  109.  
  110. for _,v in next, DeadChar:GetChildren() do
  111. if v:IsA("Accessory") then
  112. local topacc = false
  113. if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end
  114. v.Handle.Massless = true
  115. v.Handle.CanCollide = false
  116. if v.Handle:FindFirstChildOfClass("Attachment") then
  117. local ath__ = v.Handle:FindFirstChildOfClass("Attachment")
  118. if ath__.Name == "HatAttachment" or ath__.Name == "HairAttachment" or ath__.Name == "FaceFrontAttachment" or ath__.Name == "FaceCenterAttachment" then
  119. topacc = ath__.Name
  120. end
  121. end
  122. local bv = Instance.new("BodyVelocity",v.Handle)
  123. bv.Velocity = Vector3.new(0,0,0)
  124. coroutine.wrap(function()
  125. if topacc then
  126. local allthings = SCIFIMOVIELOL(v.Handle,DeadChar.Torso,Vector3.new(0,1.5,0)+ (DeadChar.Head[topacc].Position + (v.Handle[topacc].Position*-1)),Vector3.new(0,0,0))
  127. local normaltop = allthings[1].Attachment1
  128. local alipos = allthings[1]
  129. local alirot = allthings[2]
  130. local p0 = v.Handle
  131. local p1 = DeadChar.Head
  132. alipos.Parent = CloneChar:FindFirstChild(v.Name).Handle
  133. alirot.Parent = CloneChar:FindFirstChild(v.Name).Handle
  134. while true do
  135. game:GetService("RunService").RenderStepped:wait()
  136. if HumanDied then break end
  137. coroutine.wrap(function()
  138. if alipos.Attachment1 == normaltop then
  139. p0.CFrame = p0.CFrame:lerp((((DeadChar.Torso.CFrame * CFrame.new(0,1.5,0)) * p1[topacc].CFrame) * p0[topacc].CFrame:inverse()),1)
  140. else
  141. v.Handle.CFrame = v.Handle.CFrame:lerp(alipos.Attachment1.Parent.CFrame * CFrame.new(alipos.Attachment1.Position) * CFrame.Angles(math.rad(alipos.Attachment1.Rotation.X),math.rad(alipos.Attachment1.Rotation.Y),math.rad(alipos.Attachment1.Rotation.Z)),1)
  142. end
  143. end)()
  144. end
  145. else
  146. SCIFIMOVIELOL(v.Handle,CloneChar[v.Name].Handle,Vector3.new(0,0,0),Vector3.new(0,0,0))
  147. end
  148. end)()
  149. end
  150. end
  151.  
  152. local a = DeadChar.Torso
  153. local b = DeadChar.HumanoidRootPart
  154. local c = DeadChar.Humanoid
  155. a.Parent = game:FindFirstChildOfClass("Workspace")
  156. c.Parent = game:FindFirstChildOfClass("Workspace")
  157. local told = a:Clone()
  158. local told1 = c:Clone()
  159. b["RootJoint"].Part0 = told
  160. b["RootJoint"].Part1 = DeadChar.Head
  161. a.Name = "torso"
  162. a.Neck:Destroy()
  163. c.Name = "Mizt Hub Best"
  164. told.Parent = DeadChar
  165. told1.Parent = DeadChar
  166. DeadChar.PrimaryPart = told
  167. told1.Health = 0
  168. b:Destroy()
  169. a.Parent = DeadChar
  170. c.Parent = DeadChar
  171. told:Destroy()
  172. told1:Destroy()
  173. a.Name = "Torso"
  174.  
  175. if CloneChar.Head:FindFirstChildOfClass("Decal") then CloneChar.Head:FindFirstChildOfClass("Decal").Transparency = 1 end
  176. if DeadChar:FindFirstChild("Animate") then DeadChar:FindFirstChild("Animate"):Destroy() end
  177.  
  178. local Collider
  179. function UnCollide()
  180. if HumanDied then Collider:Disconnect(); return end
  181. --[[for _,Parts in next, CloneChar:GetChildren() do
  182. if Parts:IsA("BasePart") then
  183. Parts.CanCollide = false
  184. end
  185. end]]
  186. for _,Parts in next, DeadChar:GetChildren() do
  187. if Parts:IsA("BasePart") then
  188. Parts.CanCollide = false
  189. end
  190. end
  191. end
  192. Collider = game:GetService("RunService").Stepped:Connect(UnCollide)
  193.  
  194. local resetBindable = Instance.new("BindableEvent")
  195. resetBindable.Event:connect(function()
  196. game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
  197. resetBindable:Destroy()
  198. HumanDied = true
  199. pcall(function()
  200. game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar
  201. DeadChar.Head:Destroy()
  202. DeadChar:FindFirstChildOfClass("Humanoid"):Destroy()
  203. game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
  204. if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end
  205. end)
  206. end)
  207. game:GetService("StarterGui"):SetCore("ResetButtonCallback", resetBindable)
  208.  
  209. coroutine.wrap(function()
  210. while true do
  211. game:GetService("RunService").RenderStepped:wait()
  212. if not CloneChar or not CloneChar:FindFirstChild("Head") or not CloneChar:FindFirstChildOfClass("Humanoid") or CloneChar:FindFirstChildOfClass("Humanoid").Health <= 0 and not DeadChar or not DeadChar:FindFirstChild("Head") or not DeadChar:FindFirstChildOfClass("Humanoid") or DeadChar:FindFirstChildOfClass("Humanoid").Health <= 0 then
  213. HumanDied = true
  214. pcall(function()
  215. game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar
  216. DeadChar.Head:Destroy()
  217. DeadChar:FindFirstChildOfClass("Humanoid"):Destroy()
  218. game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
  219. if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end
  220. end)
  221. if resetBindable then
  222. game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
  223. resetBindable:Destroy()
  224. end
  225. break
  226. end
  227. end
  228. end)()
  229.  
  230.  
  231. SCIFIMOVIELOL(DeadChar["Head"],CloneChar["Head"])
  232. SCIFIMOVIELOL(DeadChar["Torso"],CloneChar["Torso"])
  233. SCIFIMOVIELOL(DeadChar["Left Arm"],CloneChar["Left Arm"])
  234. SCIFIMOVIELOL(DeadChar["Right Arm"],CloneChar["Right Arm"])
  235. SCIFIMOVIELOL(DeadChar["Left Leg"],CloneChar["Left Leg"])
  236. SCIFIMOVIELOL(DeadChar["Right Leg"],CloneChar["Right Leg"])
  237.  
  238. for _,v in pairs(DeadChar:GetChildren()) do
  239. if v:IsA("BasePart") and v.Name ~= "Head" then
  240. --[[local bv = Instance.new("BodyVelocity",v)
  241. bv.Velocity = Vector3.new(0,0,0)
  242. coroutine.wrap(function()
  243. while true do
  244. game:GetService("RunService").RenderStepped:wait()
  245. if HumanDied then break end
  246. v.CFrame = CloneChar[v.Name].CFrame
  247. end
  248. end)()]]
  249. elseif v:IsA("BasePart") and v.Name == "Head" then
  250. local bv = Instance.new("BodyVelocity",v)
  251. bv.Velocity = Vector3.new(0,0,0)
  252. coroutine.wrap(function()
  253. while true do
  254. game:GetService("RunService").RenderStepped:wait()
  255. if HumanDied then break end
  256. v.CFrame = DeadChar.Torso.CFrame * CFrame.new(0,1.5,0)
  257. end
  258. end)()
  259. end
  260. end
  261.  
  262. for _,BodyParts in next, CloneChar:GetDescendants() do
  263. if BodyParts:IsA("BasePart") or BodyParts:IsA("Part") then
  264. BodyParts.Transparency = 1 end end
  265. game:GetService("RunService").RenderStepped:wait()
  266. game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
  267. game:FindFirstChildOfClass("Workspace"):FindFirstChildOfClass("Camera").CameraSubject = CloneChar.Humanoid
  268.  
  269. for _,v in next, DeadChar:GetChildren() do
  270. if v:IsA("Accessory") then
  271. if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end
  272. end
  273. end
  274.  
  275. if ANIMATIONHERE then ANIMATIONHERE.Parent = CloneChar end
  276. --- DO NOT PUT NORMAL ANIMATION
  277. local data = {}
  278.  
  279. local script = game:GetObjects("rbxassetid://5446036971")[1]
  280.  
  281. script.WingPiece.qPerfectionWeld:Destroy()
  282.  
  283. do
  284. local NEVER_BREAK_JOINTS = false
  285.  
  286. local function CallOnChildren(Instance, FunctionToCall)
  287. FunctionToCall(Instance)
  288.  
  289. for _, Child in next, Instance:GetChildren() do
  290. CallOnChildren(Child, FunctionToCall)
  291. end
  292. end
  293.  
  294. local function GetBricks(StartInstance)
  295. local List = {}
  296. CallOnChildren(StartInstance, function(Item)
  297. if Item:IsA("BasePart") then
  298. List[#List+1] = Item;
  299. end
  300. end)
  301.  
  302. return List
  303. end
  304.  
  305. local function Modify(Instance, Values)
  306. assert(type(Values) == "table", "Values is not a table");
  307.  
  308. for Index, Value in next, Values do
  309. if type(Index) == "number" then
  310. Value.Parent = Instance
  311. else
  312. Instance[Index] = Value
  313. end
  314. end
  315. return Instance
  316. end
  317.  
  318. local function Make(ClassType, Properties)
  319. return Modify(Instance.new(ClassType), Properties)
  320. end
  321.  
  322. local Surfaces = {"TopSurface", "BottomSurface", "LeftSurface", "RightSurface", "FrontSurface", "BackSurface"}
  323. local HingSurfaces = {"Hinge", "Motor", "SteppingMotor"}
  324.  
  325. local function HasWheelJoint(Part)
  326. for _, SurfaceName in pairs(Surfaces) do
  327. for _, HingSurfaceName in pairs(HingSurfaces) do
  328. if Part[SurfaceName].Name == HingSurfaceName then
  329. return true
  330. end
  331. end
  332. end
  333.  
  334. return false
  335. end
  336.  
  337. local function ShouldBreakJoints(Part)
  338. if NEVER_BREAK_JOINTS then
  339. return false
  340. end
  341.  
  342. if HasWheelJoint(Part) then
  343. return false
  344. end
  345.  
  346. local Connected = Part:GetConnectedParts()
  347.  
  348. if #Connected == 1 then
  349. return false
  350. end
  351.  
  352. for _, Item in pairs(Connected) do
  353. if HasWheelJoint(Item) then
  354. return false
  355. elseif not Item:IsDescendantOf(script.Parent) then
  356. return false
  357. end
  358. end
  359.  
  360. return true
  361. end
  362.  
  363. local function WeldTogether(Part0, Part1, JointType, WeldParent)
  364.  
  365. JointType = JointType or "Weld"
  366. local RelativeValue = Part1:FindFirstChild("qRelativeCFrameWeldValue")
  367.  
  368. local NewWeld = Part1:FindFirstChild("qCFrameWeldThingy") or Instance.new(JointType)
  369. Modify(NewWeld, {
  370. Name = "qCFrameWeldThingy";
  371. Part0 = Part0;
  372. Part1 = Part1;
  373. C0 = CFrame.new();--Part0.CFrame:inverse();
  374. C1 = RelativeValue and RelativeValue.Value or Part1.CFrame:toObjectSpace(Part0.CFrame); --Part1.CFrame:inverse() * Part0.CFrame;-- Part1.CFrame:inverse();
  375. Parent = Part1;
  376. })
  377.  
  378. if not RelativeValue then
  379. RelativeValue = Make("CFrameValue", {
  380. Parent = Part1;
  381. Name = "qRelativeCFrameWeldValue";
  382. Archivable = true;
  383. Value = NewWeld.C1;
  384. })
  385. end
  386.  
  387. return NewWeld
  388. end
  389.  
  390. local function WeldParts(Parts, MainPart, JointType, DoNotUnanchor)
  391.  
  392. for _, Part in pairs(Parts) do
  393. if ShouldBreakJoints(Part) then
  394. Part:BreakJoints()
  395. end
  396. end
  397.  
  398. for _, Part in pairs(Parts) do
  399. if Part ~= MainPart then
  400. WeldTogether(MainPart, Part, JointType, MainPart)
  401. end
  402. end
  403.  
  404. if not DoNotUnanchor then
  405. for _, Part in pairs(Parts) do
  406. Part.Anchored = false
  407. end
  408. MainPart.Anchored = false
  409. end
  410. end
  411.  
  412. local function PerfectionWeld()
  413. local Parts = GetBricks(script.WingPiece)
  414. WeldParts(Parts, script.WingPiece.Main, "Weld", false)
  415. end
  416. PerfectionWeld()
  417. end
  418.  
  419. --// Shortcut Variables \\--
  420. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  421. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  422. local C3 = {tRGB= function(c3) return c3.r*255,c3.g*255,c3.b*255 end,N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  423. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  424. local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end}
  425. local R3 = {N=Region3.new}
  426. local De = S.Debris
  427. local WS = workspace
  428. local Lght = S.Lighting
  429. local RepS = S.ReplicatedStorage
  430. local IN = Instance.new
  431. local Plrs = S.Players
  432. local UIS = S.UserInputService
  433.  
  434. local Player = game.Players.LocalPlayer
  435. data.User = Player
  436. data.Local = Player
  437. local Char = Player.Character
  438. local Mouse = Player:GetMouse()
  439. local Hum = Char:FindFirstChildOfClass'Humanoid'
  440. local Torso = Char.Torso
  441. local RArm = Char["Right Arm"]
  442. local LArm = Char["Left Arm"]
  443. local RLeg = Char["Right Leg"]
  444. local LLeg = Char["Left Leg"]
  445. local Root = Char:FindFirstChild'HumanoidRootPart'
  446. local Head = Char.Head
  447. local Sine = 0;
  448. local Change = 1
  449. local Attack=false
  450. local NeutralAnims=true
  451. local timePos=30;
  452. local walking=true;
  453. local legAnims=true;
  454. local movement = 8
  455. local footsound=0;
  456. local WalkSpeed=16;
  457. local Combo=0;
  458. local Mode='Achromatic'
  459. local vaporwaveMode=false;
  460. local WingAnim='NebG1'
  461. local music;
  462. local hue = 0;
  463. local WingSine=0;
  464. local MusicMode=1;
  465. local visSong = 1702473314;
  466. local EffectFolder = script:WaitForChild'FXFolder'
  467. local PrimaryColor = Color3.new(1,1,1)
  468. local ClickTimer = 0;
  469. local ClickAttack = 1;
  470. local camera = workspace.CurrentCamera
  471. local LastSphere = time();
  472. local Frame_Speed = 60
  473. local VaporwaveSongs={
  474. 2231500330;
  475. 654094806;
  476. 743334292;
  477. 334283059;
  478. 2082142910;
  479. }
  480.  
  481.  
  482. local WingPiece = script:WaitForChild'WingPiece'
  483. WingPiece.Parent=nil
  484. local WingAnims={}
  485. local Playlist={
  486. Default=1702473314;
  487. ScrapBoy=1215691669;
  488. Defeated=860594509;
  489. Annihilate=2116461106;
  490. DashAndDodge=2699922745;
  491. ZenWavy=2231500330;
  492. Beachwalk=334283059;
  493. Pyrowalk=2082142910;
  494. Vapor90s=654094806;
  495. }
  496.  
  497. --[[
  498. Achromatic - The Big Black - Lost Soul
  499. Iniquitous
  500. Mythical - Legendary
  501. Ruined - Th1rt3en
  502. Atramentous - Vanta Black
  503. Subzero - Frostbite
  504. Troubadour
  505. Infectious - Radioactive
  506. Love - Lust
  507. ]]
  508.  
  509. --2699922745
  510. local modeInfo={
  511. {Name="Achromatic",Walkspeed=16,moveVal=8,Font=Enum.Font.Arcade,StrokeColor=C3.N(.5,.5,.5);Music=2533527428,LeftWing={0,BrickColor.new'White'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'White'.Color,Enum.Material.Neon};WingAnim='NebG1'};
  512. {Name="Iniquitous",Walkspeed=16,moveVal=8,Font=Enum.Font.Garamond,StrokeColor=C3.N(.2,.2,.2);Music=2656505560,LeftWing={0,BrickColor.new'Black'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'Black'.Color,Enum.Material.Neon};WingAnim='NebG1'};
  513. {Name="Mythical",Walkspeed=16,moveVal=8,Font=Enum.Font.Fantasy,StrokeColor=C3.N(.6,.0,.9);Music=556122490,LeftWing={0,BrickColor.new'Alder'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'Alder'.Color,Enum.Material.Neon};WingAnim='StarG'};
  514. {Name="Ruined",Walkspeed=16,moveVal=8,Font=Enum.Font.Arcade,StrokeColor=C3.N(0,0,0);Music=2297862957,LeftWing={0,Color3.fromRGB(190,104,98),Enum.Material.Neon};RightWing={0,BrickColor.new'Black'.Color,Enum.Material.Neon};WingAnim='Aprins'};
  515. {Name="Atramentous",Walkspeed=14,moveVal=8,Font=Enum.Font.Garamond,StrokeColor=C3.N(.1,.1,.1);Music=924339757,LeftWing={0,BrickColor.new'Dark stone grey'.Color,Enum.Material.Glass};RightWing={0,BrickColor.new'Really black'.Color,Enum.Material.Glass};WingAnim={'NebG3',2}};
  516. {Name="Subzero",Walkspeed=10,moveVal=6,Font=Enum.Font.Gotham,StrokeColor=C3.RGB(0,190,190);Music=144121562,LeftWing={0,BrickColor.new'Pastel light blue'.Color,Enum.Material.Glass};RightWing={0,BrickColor.new'Pastel light blue'.Color,Enum.Material.Glass};WingAnim='NebG1'};
  517. {Name="Troubadour",Walkspeed=16,moveVal=8,Font=Enum.Font.Arcade,StrokeColor=C3.N(.5,.5,.5);Music=visSong,LeftWing={0,BrickColor.new'White'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'White'.Color,Enum.Material.Neon};WingAnim='StarG'};
  518. {Name="Infectious",Walkspeed=16,moveVal=8,Font=Enum.Font.Gotham,StrokeColor=C3.RGB(98,37,209);Music=603291385,LeftWing={0,BrickColor.new'Dark indigo'.Color,Enum.Material.DiamondPlate};RightWing={0,BrickColor.new'Dark indigo'.Color,Enum.Material.DiamondPlate};WingAnim='NebG1'};
  519. {Name="Love",Walkspeed=16,moveVal=8,Font=Enum.Font.Arcade,StrokeColor=C3.RGB(255,152,220);Music=1030177093,LeftWing={0,BrickColor.new'Pink'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'Pink'.Color,Enum.Material.Neon};WingAnim='StarG'};
  520. --MAJORS--
  521. {Name="The Big Black",Walkspeed=64,moveVal=20,Font=Enum.Font.Arcade,StrokeColor=C3.N(.2,.2,.2);Music=183142252,LeftWing={0,BrickColor.new'Really black'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'Dark stone grey'.Color,Enum.Material.Glass};WingAnim={'NebG3',10}};
  522. {Name="Legendary",Walkspeed=64,moveVal=20,Font=Enum.Font.Gotham,StrokeColor=C3.N(.4,.4,0);Music=468018712,LeftWing={0,BrickColor.new'Gold'.Color,Enum.Material.Glass};RightWing={0,BrickColor.new'Gold'.Color,Enum.Material.Glass};WingAnim={'NebG2',10}};
  523. {Name="Lust",Walkspeed=16,moveVal=8,Font=Enum.Font.Fantasy,StrokeColor=C3.N(1,0,1);Music=391089144,LeftWing={0,BrickColor.new'Hot pink'.Color,Enum.Material.Neon};RightWing={0,BrickColor.new'Hot pink'.Color,Enum.Material.Neon};WingAnim='LustFrench'};
  524.  
  525. }
  526.  
  527. NewInstance = function(instance,parent,properties)
  528. local inst = Instance.new(instance)
  529. inst.Parent = parent
  530. if(properties)then
  531. for i,v in next, properties do
  532. pcall(function() inst[i] = v end)
  533. end
  534. end
  535. return inst;
  536. end
  537.  
  538. function newMotor(P0,P1,C0,C1)
  539. return NewInstance('Motor',P0,{Part0=P0,Part1=P1,C0=C0,C1=C1})
  540. end
  541.  
  542. local welds = {}
  543. local WeldDefaults = {}
  544.  
  545. table.insert(welds,newMotor(Torso,Head,CF.N(0,1.5,0),CF.N()))
  546. table.insert(welds,newMotor(Root,Torso,CF.N(),CF.N()))
  547. table.insert(welds,newMotor(Torso,RLeg,CF.N(.5,-1,0),CF.N(0,1,0)))
  548. table.insert(welds,newMotor(Torso,RArm,CF.N(1.5,.5,0),CF.N(0,.5,0)))
  549. table.insert(welds,newMotor(Torso,LLeg,CF.N(-.5,-1,0),CF.N(0,1,0)))
  550. table.insert(welds,newMotor(Torso,LArm,CF.N(-1.5,.5,0),CF.N(0,.5,0)))
  551.  
  552. WeldDefaults={}
  553. for i = 1,#welds do
  554. local v=welds[i]
  555. WeldDefaults[i]=v.C0
  556. end
  557.  
  558. local NK,RJ,RH,RS,LH,LS=unpack(welds)
  559.  
  560. local NKC0,RJC0,RHC0,RSC0,LHC0,LSC0=unpack(WeldDefaults)
  561.  
  562. function makeMusic(id,pit,timePos)
  563. local sound = Torso:FindFirstChild(Player.Name.."song") or Char:FindFirstChild(Player.Name.."song")
  564. local parent = (MusicMode==2 and Char or Torso)
  565. if(not sound)then
  566. sound = NewInstance("Sound",parent,{Name=Player.Name.."song",Volume=(MusicMode==3 and 0 or 5),Pitch=(pit or 1),Looped=true})
  567. NewInstance("EqualizerSoundEffect",sound,{HighGain=0,MidGain=2,LowGain=10})
  568. end
  569. if(id=='stop')then
  570. if(sound)then
  571. sound:Stop()
  572. end
  573. else
  574. local timePos = typeof(timePos)=='number' and timePos or sound.TimePosition
  575. sound.Volume = (MusicMode==3 and 0 or 5)
  576. sound.Name = Player.Name.."song"
  577. sound.Looped=true
  578. sound.SoundId = "rbxassetid://"..id
  579. sound.Pitch=(pit or 1)
  580. sound:Play()
  581. sound.TimePosition = timePos
  582. end
  583. return sound;
  584. end
  585.  
  586. function playMusic(id,pitch,timePos)
  587. return makeMusic(id,pitch,timePos)
  588. end
  589.  
  590. for _,v in next, Hum:GetPlayingAnimationTracks() do
  591. v:Stop(0);
  592. end
  593.  
  594. -- SCRIPT STUFF --
  595.  
  596. function swait(num)
  597. if num == 0 or num == nil then
  598. game:GetService("RunService").RenderStepped:wait()
  599. else
  600. for i = 0, num do
  601. game:GetService("RunService").RenderStepped:wait()
  602. end
  603. end
  604. end
  605.  
  606. --// Effects \\--
  607.  
  608. function Tween(obj,props,time,easing,direction,repeats,backwards)
  609. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  610. local tween = S.TweenService:Create(obj, info, props)
  611.  
  612. tween:Play()
  613. end
  614.  
  615. function StartShake(Settings)
  616. return true
  617. end
  618.  
  619. function Camshake(shakedata)
  620. StartShake(shakedata)
  621. end
  622.  
  623. local Effects=NewInstance("Folder",Char)
  624. Effects.Name=Player.Name..'Effects'
  625.  
  626.  
  627. function ShowDamage(Pos, Text, Time, Color)
  628. local Pos = Pos or V3.N(0, 0, 0)
  629. local Text = tostring(Text or "")
  630. local Time = Time or 2
  631. local Color = Color or C3.N(1, 0, 1)
  632. local EffectPart = Part(Effects,Color,Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CFrame.new(Pos),true,false)
  633. EffectPart.Transparency=1
  634. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  635. Size = UDim2.new(3,0,3,0),
  636. Adornee = EffectPart,
  637. })
  638.  
  639. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  640. BackgroundTransparency = 1,
  641. Size = UDim2.new(1, 0, 1, 0),
  642. Text = Text,
  643. TextColor3 = Color,
  644. TextScaled = true,
  645. Font = Enum.Font.ArialBold,
  646. })
  647. S.Debris:AddItem(EffectPart, Time+.5)
  648. delay(0, function()
  649. local rot=math.random(-10,10)/15
  650. local raise=.2
  651. local Frames = Time/Frame_Speed
  652. for i=0,1.1,.02 do
  653. swait()
  654. TextLabel.Rotation=TextLabel.Rotation+rot
  655. raise=raise-.008
  656. EffectPart.Position = EffectPart.Position + Vector3.new(0, raise, 0)
  657. TextLabel.TextTransparency=i
  658. TextLabel.TextStrokeTransparency=i
  659. end
  660. if EffectPart and EffectPart.Parent then
  661. EffectPart:Destroy()
  662. end
  663. end)
  664. end
  665.  
  666.  
  667. local baseSound = IN("Sound")
  668.  
  669. function Soond(parent,id,pitch,volume,looped,effect,autoPlay)
  670. local Sound = baseSound:Clone()
  671. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  672. Sound.Pitch = pitch or 1
  673. Sound.Volume = volume or 1
  674. Sound.Looped = looped or false
  675. if(autoPlay)then
  676. coroutine.wrap(function()
  677. repeat wait() until Sound.IsLoaded
  678. Sound.Playing = autoPlay or false
  679. end)()
  680. end
  681. if(not looped and effect)then
  682. Sound.Stopped:connect(function()
  683. Sound.Volume = 0
  684. Sound:destroy()
  685. end)
  686. elseif(effect)then
  687. warn("Sound can't be looped and a sound effect!")
  688. end
  689. Sound.Parent =parent or Torso
  690. return Sound
  691. end
  692.  
  693. function SoondPart(id,pitch,volume,looped,effect,autoPlay,cf)
  694. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  695. local Sound = IN("Sound")
  696. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  697. Sound.Pitch = pitch or 1
  698. Sound.Volume = volume or 1
  699. Sound.Looped = looped or false
  700. if(autoPlay)then
  701. coroutine.wrap(function()
  702. repeat wait() until Sound.IsLoaded
  703. Sound.Playing = autoPlay or false
  704. end)()
  705. end
  706. if(not looped and effect)then
  707. Sound.Stopped:connect(function()
  708. Sound.Volume = 0
  709. soundPart:destroy()
  710. end)
  711. elseif(effect)then
  712. warn("Sound can't be looped and a sound effect!")
  713. end
  714. Sound.Parent = soundPart
  715. return Sound,soundPart
  716. end
  717.  
  718. function SoundPart(...)
  719. return SoondPart(...)
  720. end
  721.  
  722. function Sound(...)
  723. return Soond(...)
  724. end
  725.  
  726. function Part(parent,color,material,size,cframe,anchored,cancollide)
  727. local part = IN("Part")
  728. part.Parent = parent or Char
  729. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  730. part.Material = material or Enum.Material.SmoothPlastic
  731. part.TopSurface,part.BottomSurface=10,10
  732. part.Size = size or V3.N(1,1,1)
  733. part.CFrame = cframe or CF.N(0,0,0)
  734. part.CanCollide = cancollide or false
  735. part.Anchored = anchored or false
  736. return part
  737. end
  738.  
  739. function Weld(part0,part1,c0,c1)
  740. local weld = IN("Weld")
  741. weld.Parent = part0
  742. weld.Part0 = part0
  743. weld.Part1 = part1
  744. weld.C0 = c0 or CF.N()
  745. weld.C1 = c1 or CF.N()
  746. return weld
  747. end
  748.  
  749. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  750. local part = IN("SpecialMesh")
  751. part.MeshId = meshid or ""
  752. part.TextureId = textid or ""
  753. part.Scale = scale or V3.N(1,1,1)
  754. part.Offset = offset or V3.N(0,0,0)
  755. part.MeshType = meshtype or Enum.MeshType.Sphere
  756. part.Parent = parent
  757. return part
  758. end
  759.  
  760. function GotEffect(data)
  761. -- just for easy reference
  762. local color = data.Color or Color3.new(.7,.7,.7);
  763. local endcolor = data.EndColor or nil;
  764. local mat = data.Material or Enum.Material.SmoothPlastic;
  765. local cframe = data.CFrame or CFrame.new();
  766. local endpos = data.EndPos or nil;
  767. local meshdata = data.Mesh or {}
  768. local sounddata = data.Sound or {}
  769. local size = data.Size or Vector3.new(1,1,1)
  770. local endsize = data.EndSize or Vector3.new(6,6,6)
  771. local rotinc = data.RotInc or {0,0,0} -- ONLY FOR LEGACY SYSTEM
  772. local transparency = data.Transparency or NumberRange.new(0,1)
  773. local acceleration = data.Acceleration or nil; -- ONLY FOR LEGACY SYSTEM
  774. local endrot = data.EndRotation or {0,0,0} -- ONLY FOR EXPERIMENTAL SYSTEM
  775. local style = data.Style or false; -- ONLY FOR EXPERIMENTAL SYSTEM
  776. local lifetime = data.Lifetime or 1;
  777. local system = data.FXSystem;
  778. local setpart = typeof(data.Part)=='string' and EffectFolder:FindFirstChild(tostring(data.Part)):Clone() or typeof(data.Part)=='Instance' and data.Part or nil
  779.  
  780. local S,PM;
  781.  
  782. local P = setpart or Part(Effects,color,mat,Vector3.new(1,1,1),cframe,true,false)
  783.  
  784. if(not P:IsA'MeshPart' and not P:IsA'UnionOperation')then
  785. if(meshdata == "Blast")then
  786. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://20329976','',size,Vector3.new(0,0,-size.X/8))
  787. elseif(meshdata == 'Ring')then
  788. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://559831844','',size,Vector3.new(0,0,0))
  789. elseif(meshdata == 'Slash1')then
  790. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://662586858','',Vector3.new(size.X/10,.001,size.Z/10),Vector3.new(0,0,0))
  791. elseif(meshdata == 'Slash2')then
  792. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://448386996','',Vector3.new(size.X/1000,size.Y/100,size.Z/100),Vector3.new(0,0,0))
  793. elseif(meshdata == 'Tornado1')then
  794. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://443529437','',size/10,Vector3.new(0,0,0))
  795. elseif(meshdata == 'Tornado2')then
  796. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://168892432','',size/4,Vector3.new(0,0,0))
  797. elseif(meshdata == 'Skull')then
  798. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://4770583','',size*2,Vector3.new(0,0,0))
  799. elseif(meshdata == 'Crystal')then
  800. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://9756362','',size,Vector3.new(0,0,0))
  801. elseif(meshdata == 'Cloud')then
  802. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://1095708','',size,Vector3.new(0,0,0))
  803. elseif(typeof(meshdata) == 'table')then
  804. local Type = meshdata.Type or Enum.MeshType.Brick
  805. local ID = meshdata.ID or '';
  806. local Tex = meshdata.Texture or '';
  807. local Offset = meshdata.Offset or Vector3.new(0,0,0)
  808. PM = Mesh(P,Type,ID,Tex,size,Offset)
  809. else
  810. PM = Mesh(P,Enum.MeshType.Brick,'','',size)
  811. end
  812. end
  813. local startTrans = typeof(transparency) == 'number' and transparency or typeof(transparency) == 'NumberRange' and transparency.Min or typeof(transparency) == 'table' and transparency[1] or 0
  814. local endTrans = typeof(transparency) == 'NumberRange' and transparency.Max or typeof(transparency) == 'table' and transparency[2] or 1
  815.  
  816. P.Material = mat
  817. P.CFrame = cframe
  818. P.Color = (typeof(color)=='BrickColor' and color.Color or color)
  819. P.Anchored = true
  820. P.CanCollide = false
  821. P.Transparency = startTrans
  822. P.Parent = Effects
  823. local random = Random.new();
  824. game:service'Debris':AddItem(P,lifetime+3)
  825.  
  826.  
  827. -- actual effect stuff
  828. local mult = 1;
  829. if(PM)then
  830. if(PM.MeshId == 'rbxassetid://20329976')then
  831. PM.Offset = Vector3.new(0,0,-PM.Scale.Z/8)
  832. elseif(PM.MeshId == 'rbxassetid://4770583')then
  833. mult = 2
  834. elseif(PM.MeshId == 'rbxassetid://168892432')then
  835. mult = .25
  836. elseif(PM.MeshId == 'rbxassetid://443529437')then
  837. mult = .1
  838. elseif(PM.MeshId == 'rbxassetid://443529437')then
  839. mult = .1
  840. end
  841. end
  842. coroutine.wrap(function()
  843. if(system == 'Legacy' or system == 1 or system == nil)then
  844. local frames = (typeof(lifetime) == 'NumberRange' and random:NextNumber(lifetime.Min,lifetime.Max) or typeof(lifetime) == 'number' and lifetime or 1)*Frame_Speed
  845. for i = 0, frames do
  846. local div = (i/frames)
  847. P.Transparency=(startTrans+(endTrans-startTrans)*div)
  848.  
  849. if(PM)then PM.Scale = size:lerp(endsize*mult,div) else P.Size = size:lerp(endsize*mult,div) end
  850.  
  851. local RotCF=CFrame.Angles(0,0,0)
  852.  
  853. if(rotinc == 'random')then
  854. RotCF=CFrame.Angles(math.rad(random:NextNumber(-180,180)),math.rad(random:NextNumber(-180,180)),math.rad(random:NextNumber(-180,180)))
  855. elseif(typeof(rotinc) == 'table')then
  856. RotCF=CFrame.Angles(unpack(rotinc))
  857. end
  858.  
  859. if(PM and PM.MeshId == 'rbxassetid://20329976')then
  860. PM.Offset = Vector3.new(0,0,-PM.Scale.Z/8)
  861. end
  862.  
  863. if(endpos and typeof(endpos) == 'CFrame')then
  864. P.CFrame=cframe:lerp(endpos,div)*RotCF
  865. elseif(acceleration and typeof(acceleration) == 'table' and acceleration.Force)then
  866. local force = acceleration.Force;
  867. if(typeof(force)=='CFrame')then
  868. force=force.p;
  869. end
  870. if(typeof(force)=='Vector3')then
  871. if(acceleration.LookAt)then
  872. P.CFrame=(CFrame.new(P.Position,force)+force)*RotCF
  873. else
  874. P.CFrame=(P.CFrame+force)*RotCF
  875. end
  876. end
  877. else
  878. P.CFrame=P.CFrame*RotCF
  879. end
  880.  
  881. if(endcolor and typeof(endcolor) == 'Color3')then
  882. P.Color = color:lerp(endcolor,div)
  883. end
  884. swait()
  885. end
  886. P:destroy()
  887. elseif(system == 'Experimental' or system == 2)then
  888. local info = TweenInfo.new(lifetime,style,Enum.EasingDirection.InOut,0,false,0)
  889. local info2 = TweenInfo.new(lifetime,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut,0,false,0)
  890. if(style == Enum.EasingStyle.Elastic)then
  891. info = TweenInfo.new(lifetime*2,style,Enum.EasingDirection.Out,0,false,0)
  892. elseif(style == Enum.EasingStyle.Bounce)then
  893. info = TweenInfo.new(lifetime,style,Enum.EasingDirection.Out,0,false,0)
  894. end
  895. local tweenPart = game:service'TweenService':Create(P,info2,{
  896. CFrame=(typeof(endpos) == 'CFrame' and endpos or P.CFrame)*CFrame.Angles(unpack(endrot)),
  897. Color=typeof(endcolor) == 'Color3' and endcolor or color,
  898. Transparency=endTrans,
  899. })
  900. local off = Vector3.new(0,0,0)
  901. if(PM.MeshId == 'rbxassetid://20329976')then off=Vector3.new(0,0,(endsize*mult).Z/8) end
  902.  
  903. local tweenMesh = game:service'TweenService':Create(PM,info,{
  904. Scale=endsize*mult,
  905. Offset=off,
  906. })
  907. tweenPart:Play()
  908. tweenMesh:Play()
  909. end
  910. end)()
  911. end
  912.  
  913. function Effect(edata)
  914. GotEffect(edata)
  915. end
  916.  
  917. function Trail(data)
  918. coroutine.wrap(function()
  919. data.Frames = typeof(data.Frames)=='number' and data.Frames or 60
  920. data.CFrame = typeof(data.CFrame)=='CFrame' and data.CFrame or Root.CFrame
  921. local ep = typeof(data.EndPos)=='CFrame' and data.EndPos or data.CFrame*CFrame.new(0,5,0);
  922. data.EndPos=nil
  923. local trailPart = Part(Effects,BrickColor.new'White',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),data.CFrame,true,false)
  924. trailPart.Transparency=1
  925. local start = data.CFrame
  926. for i = 1, data.Frames do
  927. trailPart.CFrame = start:lerp(ep,i/data.Frames)
  928. data.CFrame = trailPart.CFrame
  929. Effect(data)
  930. swait()
  931. end
  932. end)()
  933. end
  934.  
  935. function ClientTrail(data)
  936. coroutine.wrap(function()
  937. data.Frames = typeof(data.Frames)=='number' and data.Frames or 60
  938. data.CFrame = typeof(data.CFrame)=='CFrame' and data.CFrame or Root.CFrame
  939. local ep = typeof(data.EndPos)=='CFrame' and data.EndPos or data.CFrame*CFrame.new(0,5,0);
  940. data.EndPos=nil
  941. local trailPart = Part(Effects,BrickColor.new'White',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),data.CFrame,true,false)
  942. trailPart.Transparency=1
  943. local start = data.CFrame
  944. for i = 1, data.Frames do
  945. trailPart.CFrame = start:lerp(ep,i/data.Frames)
  946. data.CFrame = trailPart.CFrame
  947. GotEffect(data)
  948. swait()
  949. end
  950. end)()
  951. end
  952.  
  953.  
  954. if(Char:FindFirstChild('NGRWings'..Player.Name))then
  955. Char['NGRWings'..Player.Name]:destroy()
  956. end
  957.  
  958. for _,v in next, Char:children() do
  959. if(v.Name:lower():find'wings')then
  960. v:destroy()
  961. end
  962. end
  963.  
  964. local wingModel = Instance.new("Model",Char)
  965. wingModel.Name="NGRWings"..Player.Name
  966. local rightWing = NewInstance("Model",wingModel,{Name='Right'})
  967. local leftWing = NewInstance("Model",wingModel,{Name='Left'})
  968.  
  969. local MPASword = {}
  970. for _,v in pairs(Char:GetChildren()) do
  971. if v:IsA("Accessory") and v.Name:find("MeshPartAccessory") then
  972. table.insert(MPASword,v)
  973. end
  974. end
  975.  
  976. local International = {}
  977. for _,v in pairs(Char:GetChildren()) do
  978. if v:IsA("Accessory") and v.Name:find("InternationalFedora") then
  979. table.insert(International,v)
  980. end
  981. end
  982.  
  983. local LWP1 = WingPiece:Clone();
  984. if MPASword[1] then
  985. for _,v in pairs(LWP1:GetChildren()) do
  986. if v:IsA("BasePart") then
  987. v.Transparency = 1
  988. end
  989. end
  990. local athp = Instance.new("Attachment",LWP1.PrimaryPart)
  991. local atho = Instance.new("Attachment",LWP1.PrimaryPart)
  992.  
  993. local HatChoice = MPASword[1]
  994. print(MPASword[1].Handle.Name)
  995. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  996. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  997.  
  998. athp.Position = Vector3.new(0,-2,0)
  999. atho.Rotation = Vector3.new(0,0,45)
  1000. table.remove(MPASword,1)
  1001. end
  1002. LWP1.Parent = leftWing
  1003. local LWP2 = WingPiece:Clone();
  1004. if MPASword[1] then
  1005. for _,v in pairs(LWP2:GetChildren()) do
  1006. if v:IsA("BasePart") then
  1007. v.Transparency = 1
  1008. end
  1009. end
  1010. local athp = Instance.new("Attachment",LWP2.PrimaryPart)
  1011. local atho = Instance.new("Attachment",LWP2.PrimaryPart)
  1012.  
  1013. local HatChoice = MPASword[1]
  1014. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  1015. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  1016.  
  1017. athp.Position = Vector3.new(0,-2,0)
  1018. atho.Rotation = Vector3.new(0,0,45)
  1019. table.remove(MPASword,1)
  1020. end
  1021. LWP2.Parent = leftWing
  1022. local LWP3 = WingPiece:Clone();
  1023. if MPASword[1] then
  1024. for _,v in pairs(LWP3:GetChildren()) do
  1025. if v:IsA("BasePart") then
  1026. v.Transparency = 1
  1027. end
  1028. end
  1029. local athp = Instance.new("Attachment",LWP3.PrimaryPart)
  1030. local atho = Instance.new("Attachment",LWP3.PrimaryPart)
  1031.  
  1032. local HatChoice = MPASword[1]
  1033. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  1034. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  1035.  
  1036. athp.Position = Vector3.new(0,-1.75,0)
  1037. atho.Rotation = Vector3.new(0,0,48)
  1038. table.remove(MPASword,1)
  1039. end
  1040. LWP3.Parent = leftWing
  1041. local RWP1 = WingPiece:Clone();
  1042. if International[1] then
  1043. for _,v in pairs(RWP1:GetChildren()) do
  1044. if v:IsA("BasePart") then
  1045. v.Transparency = 1
  1046. end
  1047. end
  1048. local athp = Instance.new("Attachment",RWP1.PrimaryPart)
  1049. local atho = Instance.new("Attachment",RWP1.PrimaryPart)
  1050.  
  1051. local HatChoice = International[1]
  1052. print(International[1].Handle.Name)
  1053. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  1054. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  1055.  
  1056. athp.Position = Vector3.new(0,-2,0)
  1057. atho.Rotation = Vector3.new(0,0,45)
  1058. table.remove(International,1)
  1059. end
  1060. RWP1.Parent = rightWing
  1061. local RWP2 = WingPiece:Clone();
  1062. if International[1] then
  1063. for _,v in pairs(RWP2:GetChildren()) do
  1064. if v:IsA("BasePart") then
  1065. v.Transparency = 1
  1066. end
  1067. end
  1068. local athp = Instance.new("Attachment",RWP2.PrimaryPart)
  1069. local atho = Instance.new("Attachment",RWP2.PrimaryPart)
  1070.  
  1071. local HatChoice = International[1]
  1072. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  1073. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  1074.  
  1075. athp.Position = Vector3.new(0,-2,0)
  1076. atho.Rotation = Vector3.new(0,0,45)
  1077. table.remove(International,1)
  1078. end
  1079. RWP2.Parent = rightWing
  1080. local RWP3 = WingPiece:Clone();
  1081. if Char:FindFirstChild("International Fedora") then
  1082. for _,v in pairs(RWP3:GetChildren()) do
  1083. if v:IsA("BasePart") then
  1084. v.Transparency = 1
  1085. end
  1086. end
  1087. local athp = Instance.new("Attachment",RWP3.PrimaryPart)
  1088. local atho = Instance.new("Attachment",RWP3.PrimaryPart)
  1089.  
  1090. local HatChoice = Char:FindFirstChild("International Fedora")
  1091. HatChoice.Handle:FindFirstChildOfClass("AlignPosition").Attachment1 = athp
  1092. HatChoice.Handle:FindFirstChildOfClass("AlignOrientation").Attachment1 = atho
  1093. athp.Position = Vector3.new(0,-1.75,0)
  1094. atho.Rotation = Vector3.new(0,0,48)
  1095. end
  1096. RWP3.Parent = rightWing
  1097. local LWP1W=Weld(LWP1.PrimaryPart,Torso,CF.N(2,-2,-1)*CF.A(0,0,0))
  1098. local LWP2W=Weld(LWP2.PrimaryPart,Torso,CF.N(4.25,-1,-1)*CF.A(0,0,M.R(15)))
  1099. local LWP3W=Weld(LWP3.PrimaryPart,Torso,CF.N(6.5,.5,-1)*CF.A(0,0,M.R(30)))
  1100. local RWP1W=Weld(RWP1.PrimaryPart,Torso,CF.N(-2,-2,-1)*CF.A(0,0,0))
  1101. local RWP2W=Weld(RWP2.PrimaryPart,Torso,CF.N(-4.25,-1,-1)*CF.A(0,0,M.R(-15)))
  1102. local RWP3W=Weld(RWP3.PrimaryPart,Torso,CF.N(-6.5,.5,-1)*CF.A(0,0,M.R(-30)))
  1103.  
  1104. local bbg=Head:FindFirstChild'Nametag' or NewInstance("BillboardGui",Head,{
  1105. Adornee=Head;
  1106. Name='Nametag';
  1107. Size=UDim2.new(4,0,1.2,0);
  1108. StudsOffset=V3.N(-8,5.3,0);
  1109. })
  1110. local text=bbg:FindFirstChild'TextLabel' or NewInstance("TextLabel",bbg,{
  1111. Size=UDim2.new(5,0,3.5,0);
  1112. TextScaled=true;
  1113. BackgroundTransparency=1;
  1114. TextStrokeTransparency=0;
  1115. Font=Enum.Font.Arcade;
  1116. TextColor3=C3.N(1,1,1);
  1117. Text='Achromatic'
  1118. })
  1119.  
  1120. function getMode(modeName)
  1121. for i,v in next, modeInfo do
  1122. if(v.Name==modeName)then
  1123. return v
  1124. end
  1125. end
  1126. return modeInfo[1]
  1127. end
  1128.  
  1129. function IsVaporwave(song)
  1130. for i = 1,#VaporwaveSongs do
  1131. if(VaporwaveSongs[i]==song)then
  1132. return true
  1133. end
  1134. end
  1135. return false
  1136. end
  1137.  
  1138. local blush = NewInstance('Decal',Head,{Transparency=1,Texture='rbxassetid://0',Color3=(Player.UserId==5719877 and C3.N(.45,0,1) or C3.N(1,0,0))})
  1139.  
  1140. function changeMudo(modeName)
  1141. local info = getMode(modeName)
  1142. Mode=info.Name
  1143. WalkSpeed=info.Walkspeed
  1144. movement=info.moveVal
  1145. music=makeMusic(info.Music or 0,info.Pitch or 1,info.TimePos or music and music.TimePosition or 0)
  1146. WingAnim=info.WingAnim or 'NebG1'
  1147. text.Text = info.Name
  1148. text.TextColor3 = info.LeftWing[2]
  1149. text.TextStrokeColor3 = info.StrokeColor
  1150. text.Font=info.Font;
  1151. if(Mode=='Love' or Mode=='Lust')then
  1152. blush.Transparency=0
  1153. blush.Texture='rbxassetid://2664127437'
  1154. else
  1155. blush.Transparency=1
  1156. blush.Texture='rbxassetid://0'
  1157. end
  1158. for _,v in next,leftWing:GetDescendants() do
  1159. if(v:IsA'BasePart' and v.Name~='Main')then
  1160. --v.Transparency=info.LeftWing[1]
  1161. v.Color=info.LeftWing[2]
  1162. v.Material=info.LeftWing[3]
  1163. elseif(v:IsA'Trail')then
  1164. --v.Transparency=NumberSequence.new(info.LeftWing[1],1)
  1165. v.Color=ColorSequence.new(info.LeftWing[2])
  1166. end
  1167. end
  1168.  
  1169. for _,v in next,rightWing:GetDescendants() do
  1170. if(v:IsA'BasePart' and v.Name~='Main')then
  1171. --v.Transparency=info.RightWing[1]
  1172. v.Color=info.RightWing[2]
  1173. v.Material=info.RightWing[3]
  1174. elseif(v:IsA'Trail')then
  1175. --v.Transparency=NumberSequence.new(info.RightWing[1],1)
  1176. v.Color=ColorSequence.new(info.RightWing[2])
  1177. end
  1178. end
  1179.  
  1180. PrimaryColor = info.PrimaryColor or info.LeftWing[2]
  1181. end
  1182.  
  1183. function changeMode(modeName)
  1184. changeMudo(modeName)
  1185. end
  1186.  
  1187. function syncStuff(data)
  1188. local neut,legwelds,c0s,c1s,sine,mov,walk,inc,musicmode,tpos,pit,wingsin,visSett,mode,newhue=unpack(data)
  1189. local head0,torso0,rleg0,rarm0,lleg0,larm0=unpack(c0s)
  1190. local head1,torso1,rleg1,rarm1,lleg1,larm1=unpack(c1s)
  1191. legAnims=legwelds
  1192. NeutralAnims=neut
  1193. if(not neut)then
  1194. NK.C0=head0
  1195. RJ.C0=torso0
  1196. RH.C0=rleg0
  1197. RS.C0=rarm0
  1198. LH.C0=lleg0
  1199. LS.C0=larm0
  1200.  
  1201. NK.C1=head1
  1202. RJ.C1=torso1
  1203. RH.C1=rleg1
  1204. RS.C1=rarm1
  1205. LH.C1=lleg1
  1206. LS.C1=larm1
  1207. end
  1208. if(Mode~=mode)then
  1209. changeMudo(mode)
  1210. end
  1211. movement=mov
  1212. walking=walk
  1213. Change=inc
  1214. print(MusicMode,musicmode)
  1215. if(musicmode~=MusicMode and music)then
  1216. MusicMode=musicmode
  1217. if(MusicMode==1)then
  1218. music:Pause()
  1219. music.Volume=5
  1220. music.Parent=Torso
  1221. music:Resume()
  1222. elseif(MusicMode==2)then
  1223. music:Pause()
  1224. music.Volume=5
  1225. music.Parent=Char
  1226. music:Resume()
  1227. elseif(MusicMode==3)then
  1228. music.Volume = 0
  1229. end
  1230. end
  1231. if(Sine-sine>.8 or Sine-sine<-.8)then
  1232. Sine=sine
  1233. end
  1234. if(hue-newhue>.8 or hue-newhue<-.8)then
  1235. hue=newhue
  1236. end
  1237. if(WingSine-wingsin>.8 or WingSine-wingsin<-.8)then
  1238. WingSine=wingsin
  1239. end
  1240. if(music and (music.TimePosition-tpos>.8 or music.TimePosition-tpos<-.8))then
  1241. music.TimePosition=tpos
  1242. end
  1243. if(music and pit)then
  1244. music.Pitch = pit
  1245. end
  1246. if(Mode=='Troubadour' and music.SoundId~='rbxassetid://'..visSett.Music)then
  1247. music.SoundId='rbxassetid://'..visSett.Music
  1248. end
  1249. getMode('Troubadour').Music = visSett.Music
  1250. getMode('Troubadour').Pitch = visSett.Pitch
  1251. end
  1252.  
  1253.  
  1254. local footstepSounds = {
  1255. [Enum.Material.Grass]=510933218;
  1256. [Enum.Material.Metal]=1263161138;
  1257. [Enum.Material.CorrodedMetal]=1263161138;
  1258. [Enum.Material.DiamondPlate]=1263161138;
  1259. [Enum.Material.Wood]=2452053757;
  1260. [Enum.Material.WoodPlanks]=2452053757;
  1261. [Enum.Material.Sand]=134456884;
  1262. [Enum.Material.Snow]=2452051182;
  1263. }
  1264.  
  1265.  
  1266. function Vaporwaveify(s)
  1267. local function wide(a)
  1268. if a<'!' or a>'~' then return a end
  1269. if a==' ' then return ' ' end
  1270. a = a:byte()+160
  1271. if a<256 then return string.char(239,188,a-64) end
  1272. return string.char(239,189,a-128)
  1273. end
  1274. return(s:gsub(".",wide))
  1275. end
  1276.  
  1277.  
  1278.  
  1279. function Choot(text)
  1280. --if(game.PlaceId ~= 843468296)then
  1281. coroutine.wrap(function()
  1282. if(Char:FindFirstChild'ChatGUI')then Char.ChatGUI:destroy() end
  1283. local BBG = NewInstance("BillboardGui",Char,{Name='ChatGUI',Size=UDim2.new(0,100,0,40),StudsOffset=V3.N(0,2,0),Adornee=Head})
  1284. local Txt = NewInstance("TextLabel",BBG,{Text = "",BackgroundTransparency=1,TextColor3=PrimaryColor,BorderSizePixel=0,Font=Enum.Font.Antique,TextSize=50,TextStrokeTransparency=1,Size=UDim2.new(1,0,.5,0)})
  1285. for i = 1, #text do
  1286. --Txt.Text = Vaporwaveify(text:sub(1,i))
  1287. Txt.TextColor3=(Mode=='Troubadour' and Color3.fromHSV(hue/360,1,math.clamp(music.PlaybackLoudness/475,0,1)) or PrimaryColor)
  1288. if(vaporwaveMode and Mode=='Troubadour')then
  1289. Txt.Text = Vaporwaveify(text:sub(1,i))
  1290. else
  1291. Txt.Text = text:sub(1,i)
  1292. end
  1293. wait((vaporwaveMode) and .1 or .025)
  1294. end
  1295. for i = 0, 60 do
  1296. Txt.TextColor3=(Mode=='Troubadour' and Color3.fromHSV(hue/360,1,math.clamp(music.PlaybackLoudness/475,0,1)) or PrimaryColor)
  1297. swait()
  1298. end
  1299. for i = 0, 1, .025 do
  1300. Txt.TextTransparency=i
  1301. swait()
  1302. end
  1303. BBG:destroy()
  1304. end)()
  1305. --else
  1306. -- Chat2(text)
  1307. --end
  1308. end
  1309.  
  1310. function Chat(text)
  1311. Choot(text)
  1312. end
  1313.  
  1314. function DealDamage(...)
  1315. return true
  1316. end
  1317.  
  1318. function getRegion(point,range,ignore)
  1319. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  1320. end
  1321. function AOEDamage(where,range,options)
  1322. local hit = {}
  1323. for _,v in next, getRegion(where,range,{Char}) do
  1324. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent:FindFirstChildOfClass'Humanoid'])then
  1325. local callTable = {Who=v.Parent}
  1326. hit[v.Parent:FindFirstChildOfClass'Humanoid'] = true
  1327. for _,v in next, options do callTable[_] = v end
  1328. DealDamage(callTable)
  1329. end
  1330. end
  1331. return hit
  1332. end
  1333.  
  1334.  
  1335. function Click1()
  1336. Attack=true
  1337. NeutralAnims=false
  1338. legAnims=false
  1339. local orig = WalkSpeed
  1340. WalkSpeed=4
  1341. for i = 0, 1, 0.1 do
  1342. swait()
  1343. local Alpha = .3
  1344. RJ.C0 = RJ.C0:lerp(CF.N(0,0,0)*CF.A(M.R(0),M.R(-44.6),M.R(0)),Alpha)
  1345. LH.C0 = LH.C0:lerp(CF.N(-0.8,-1,-0.3)*CF.A(M.R(-17.4),M.R(44.4),M.R(7.1)),Alpha)
  1346. RH.C0 = RH.C0:lerp(CF.N(0.4,-1,0)*CF.A(M.R(1.6),M.R(-13.1),M.R(7)),Alpha)
  1347. LS.C0 = LS.C0:lerp(CF.N(-1.3,0.5,-0.3)*CF.A(M.R(90),M.R(0),M.R(-44.6)),Alpha)
  1348. RS.C0 = RS.C0:lerp(CF.N(1.4,0.5,-0.1)*CF.A(M.R(90),M.R(0),M.R(-44.6)),Alpha)
  1349. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(0),M.R(44.6),M.R(0)),Alpha)
  1350. end
  1351. for i = 0, 1, 0.1 do
  1352. swait()
  1353. AOEDamage(RArm.CFrame.p,2,{
  1354. DamageColor=(Mode=='Troubadour' and C3.HSV(hue/360,1,math.clamp(music.PlaybackLoudness/475,0,1)) or PrimaryColor);
  1355. MinimumDamage=5;
  1356. MaximumDamage=15;
  1357. })
  1358. local Alpha = .3
  1359. RJ.C0 = RJ.C0:lerp(CF.N(0,0,-0.7)*CF.A(M.R(0),M.R(50.5),M.R(0)),Alpha)
  1360. LH.C0 = LH.C0:lerp(CF.N(-0.5,-0.7,-0.6)*CF.A(M.R(-26),M.R(0),M.R(0)),Alpha)
  1361. RH.C0 = RH.C0:lerp(CF.N(0.6,-1.1,-0.1)*CF.A(M.R(20.2),M.R(-47.6),M.R(15.2)),Alpha)
  1362. LS.C0 = LS.C0:lerp(CF.N(-1.3,0.5,0)*CF.A(M.R(0),M.R(0),M.R(-20.4)),Alpha)
  1363. RS.C0 = RS.C0:lerp(CF.N(1.4,0.5,-0.5)*CF.A(M.R(90),M.R(0),M.R(50.5)),Alpha)
  1364. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(0),M.R(-50.5),M.R(0)),Alpha)
  1365. end
  1366. WalkSpeed=orig
  1367. legAnims=true
  1368. Attack=false
  1369. NeutralAnims=true
  1370. end
  1371.  
  1372. function SwordSummon()
  1373. Attack = true
  1374. NeutralAnims = false
  1375. local orig=WalkSpeed
  1376. WalkSpeed=4
  1377. legAnims=false
  1378. for i = 0, 1, 0.1 do
  1379. swait()
  1380. local Alpha = .3
  1381. Effect{
  1382. Lifetime=.25;
  1383. Mesh={Type=Enum.MeshType.Sphere};
  1384. CFrame=RArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  1385. Color=PrimaryColor;
  1386. Transparency={.5,1};
  1387. Material=Enum.Material.Neon;
  1388. Size=Vector3.new(.6,1,.6);
  1389. EndSize=Vector3.new(.1,3,.1);
  1390. }
  1391. RJ.C0 = RJ.C0:lerp(CF.N(0,-0.2,-0.1)*CF.A(M.R(-12.4),M.R(-15.7),M.R(0)),Alpha)
  1392. LH.C0 = LH.C0:lerp(CF.N(-0.5,-0.7,-0.5)*CF.A(M.R(16.2),M.R(15.2),M.R(-0.8)),Alpha)
  1393. RH.C0 = RH.C0:lerp(CF.N(0.5,-1,0)*CF.A(M.R(-28.5),M.R(0),M.R(0)),Alpha)
  1394. LS.C0 = LS.C0:lerp(CF.N(-1.4,0.5,0)*CF.A(M.R(27.2),M.R(-3.8),M.R(-5)),Alpha)
  1395. RS.C0 = RS.C0:lerp(CF.N(1.3,0.6,0)*CF.A(M.R(-33.8),M.R(-18.1),M.R(24.8)),Alpha)
  1396. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(13.4),M.R(15.3),M.R(-3.6)),Alpha)
  1397. end
  1398. for i = 0, 5 do
  1399. delay(.05*i,function()
  1400. local pos = Root.CFrame*CF.N(0,-2,-2-i*4)*CF.A(M.R(80),0,0)
  1401. local pos2 = Root.CFrame*CF.N(0,-3,-2-i*4)
  1402. Camshake({
  1403. Duration=.2;
  1404. FadeOut=.2;
  1405. Intensity=1.5;
  1406. Position=Vector3.new(.5,.5,.5);
  1407. Rotation=Vector3.new(.5,.5,3);
  1408. DropDist=15;
  1409. IneffectiveDist=40;
  1410. Origin=pos2;
  1411. })
  1412. AOEDamage(pos.p,5,{
  1413. DamageColor=(Mode=='Troubadour' and C3.HSV(hue/360,1,math.clamp(music.PlaybackLoudness/475,0,1)) or PrimaryColor);
  1414. MinimumDamage=(Mode=='Troubadour' and music.PlaybackLoudness/10 or 10);
  1415. MaximumDamage=(Mode=='Troubadour' and music.PlaybackLoudness/8 or 35);
  1416. })
  1417. SoundPart(178452221,1,2,false,true,true,pos)
  1418. Effect{
  1419. Lifetime=.4;
  1420. Part='Sword',
  1421. --Mesh={Type=Enum.MeshType.Sphere};
  1422. CFrame=pos;
  1423. Color=PrimaryColor;
  1424. Transparency={0,1};
  1425. Material=Enum.Material.Neon;
  1426. Size=V3.N(0.8,2.5,6.8);
  1427. EndSize=V3.N(0.8,2.5,16);
  1428. }
  1429. Effect{
  1430. Lifetime=.4;
  1431. Mesh={Type=Enum.MeshType.Sphere};
  1432. CFrame=pos2;
  1433. Color=PrimaryColor;
  1434. Transparency={0,1};
  1435. Material=Enum.Material.Neon;
  1436. Size=V3.N(4,.1,4);
  1437. EndSize=V3.N(6,.1,6);
  1438. }
  1439. Effect{
  1440. Lifetime=.1;
  1441. Mesh={Type=Enum.MeshType.Sphere};
  1442. CFrame=pos;
  1443. Color=PrimaryColor;
  1444. Transparency={0,1};
  1445. Material=Enum.Material.Neon;
  1446. Size=V3.N(7,7,7);
  1447. EndSize=V3.N(12,12,12);
  1448. }
  1449. for i = 1, 5 do
  1450. Effect{
  1451. Lifetime=.5;
  1452. Mesh={Type=Enum.MeshType.Sphere};
  1453. CFrame=pos;
  1454. Color=PrimaryColor;
  1455. Transparency={0,1};
  1456. Material=Enum.Material.Neon;
  1457. Size=V3.N(1,1,1);
  1458. EndSize=V3.N(1,1,1);
  1459. Acceleration={Force=V3.N(M.RNG(-75,75)/100,M.RNG(-75,75)/100,M.RNG(-75,75)/100)};
  1460. }
  1461. end
  1462. end)
  1463. end
  1464. for i = 0, 1, 0.1 do
  1465. swait()
  1466. local Alpha = .3
  1467. RJ.C0 = RJ.C0:lerp(CF.N(0,0,0)*CF.A(M.R(0),M.R(70.7),M.R(0)),Alpha)
  1468. LH.C0 = LH.C0:lerp(CF.N(-0.5,-1,0)*CF.A(M.R(0),M.R(0),M.R(-14.4)),Alpha)
  1469. RH.C0 = RH.C0:lerp(CF.N(0.6,-1,0)*CF.A(M.R(15.1),M.R(-63.2),M.R(13.5)),Alpha)
  1470. LS.C0 = LS.C0:lerp(CF.N(-1.3,0.6,-0.1)*CF.A(M.R(0),M.R(15.9),M.R(-25.4)),Alpha)
  1471. RS.C0 = RS.C0:lerp(CF.N(1.4,0.3,-0.2)*CF.A(M.R(0),M.R(19.3),M.R(157.1)),Alpha)
  1472. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(0),M.R(-70.7),M.R(0)),Alpha)
  1473. end
  1474. legAnims=true
  1475. WalkSpeed=orig
  1476. Attack = false
  1477. NeutralAnims = true
  1478. end
  1479.  
  1480. function Bombs()
  1481. Attack=true
  1482. NeutralAnims=false
  1483. legAnims=false
  1484. local orig = WalkSpeed
  1485. WalkSpeed=0
  1486. for i = 0, 1, 0.1 do
  1487. swait()
  1488. local Alpha = .3
  1489. RJ.C0 = RJ.C0:lerp(CF.N(0,0,0)*CF.A(M.R(0),M.R(0),M.R(0)),Alpha)
  1490. LH.C0 = LH.C0:lerp(CF.N(-0.5,-1,0)*CF.A(M.R(0),M.R(0),M.R(0)),Alpha)
  1491. RH.C0 = RH.C0:lerp(CF.N(0.5,-1,0)*CF.A(M.R(0),M.R(0),M.R(0)),Alpha)
  1492. LS.C0 = LS.C0:lerp(CF.N(-1.3,0.5,-0.5)*CF.A(M.R(90),M.R(0),M.R(19.1)),Alpha)
  1493. RS.C0 = RS.C0:lerp(CF.N(1.3,0.5,-0.5)*CF.A(M.R(90),M.R(0),M.R(-21.3)),Alpha)
  1494. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(0),M.R(0),M.R(0)),Alpha)
  1495. end
  1496. coroutine.wrap(function()
  1497. for i = 0, 2 do
  1498. Camshake({
  1499. Duration=.2;
  1500. FadeOut=.2;
  1501. Intensity=1.5;
  1502. Position=Vector3.new(.5,.5,.5);
  1503. Rotation=Vector3.new(.5,.5,3);
  1504. DropDist=15;
  1505. IneffectiveDist=40;
  1506. Origin=Root.CFrame*CF.N(0,0,-4-i*4);
  1507. })
  1508. SoundPart(206083252,.8,4,false,true,true,Root.CFrame*CF.N(0,0,-4-i*4))
  1509. AOEDamage(Root.CFrame*CF.N(0,0,-4-i*4).p,5,{
  1510. DamageColor=PrimaryColor;
  1511. MinimumDamage=25;
  1512. MaximumDamage=45;
  1513. })
  1514. Effect{
  1515. Lifetime=.4;
  1516. Mesh={Type=Enum.MeshType.Sphere};
  1517. Color=PrimaryColor;
  1518. Material=Enum.Material.Neon;
  1519. CFrame=Root.CFrame*CF.N(0,0,-4-i*4);
  1520. Size=V3.N(1,1,1);
  1521. EndSize=V3.N(10,10,10);
  1522. }
  1523. Effect{
  1524. Lifetime=.4;
  1525. Part='Ring';
  1526. Color=PrimaryColor;
  1527. Material=Enum.Material.Neon;
  1528. CFrame=Root.CFrame*CF.N(0,0,-4-i*4)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  1529. RotInc={M.RNG(-25,25)/100,M.RNG(-25,25)/100,M.RNG(-25,25)/100};
  1530. Size=V3.N(4,4,.2);
  1531. EndSize=V3.N(13,13,.2);
  1532. }
  1533. Effect{
  1534. Lifetime=.4;
  1535. Part='Ring';
  1536. Color=PrimaryColor;
  1537. Material=Enum.Material.Neon;
  1538. CFrame=Root.CFrame*CF.N(0,0,-4-i*4)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  1539. RotInc={M.RNG(-25,25)/100,M.RNG(-25,25)/100,M.RNG(-25,25)/100};
  1540. Size=V3.N(4,4,.2);
  1541. EndSize=V3.N(13,13,.2);
  1542. }
  1543. swait(4)
  1544. end
  1545. end)()
  1546. for i = 0, 1, 0.1 do
  1547. swait()
  1548. local Alpha = .3
  1549. RJ.C0 = RJ.C0:lerp(CF.N(0,-0.2,0.7)*CF.A(M.R(18.2),M.R(0),M.R(0)),Alpha)
  1550. LH.C0 = LH.C0:lerp(CF.N(-0.5,-1.1,-0.4)*CF.A(M.R(-33.4),M.R(0),M.R(0)),Alpha)
  1551. RH.C0 = RH.C0:lerp(CF.N(0.5,-0.9,-0.2)*CF.A(M.R(-6.7),M.R(0),M.R(0)),Alpha)
  1552. LS.C0 = LS.C0:lerp(CF.N(-1.4,0.4,0.1)*CF.A(M.R(90.7),M.R(-2.5),M.R(-50)),Alpha)
  1553. RS.C0 = RS.C0:lerp(CF.N(1.4,0.5,0.2)*CF.A(M.R(89.5),M.R(2.6),M.R(50)),Alpha)
  1554. NK.C0 = NK.C0:lerp(CF.N(0,1.5,0)*CF.A(M.R(0),M.R(0),M.R(0)),Alpha)
  1555. end
  1556. WalkSpeed=orig
  1557. legAnims=true
  1558. Attack=false
  1559. NeutralAnims=true
  1560. end
  1561.  
  1562.  
  1563. function ClickCombo()
  1564. ClickTimer=180
  1565. if(Combo==1)then
  1566. Click1()
  1567. Combo=2
  1568. elseif(Combo==2)then
  1569. SwordSummon()
  1570. Combo=3
  1571. elseif(Combo==3)then
  1572. Bombs()
  1573. Combo=1
  1574. end
  1575. end
  1576.  
  1577. function VaporTaunt()
  1578. Attack = true
  1579. NeutralAnims = false
  1580. local orig=WalkSpeed
  1581. WalkSpeed=0
  1582. legAnims=false
  1583. Chat"You need to chill out.."
  1584. for i = 0, 14, 0.1 do
  1585. swait()
  1586. local Alpha = .1
  1587. RJ.C0 = RJ.C0:lerp(CF.N(-0.1,-0.1-.1*M.S(Sine/36),0.6)*CF.A(M.R(55.3+2.5*M.C(Sine/36)),M.R(0),M.R(0)),Alpha)
  1588. LH.C0 = LH.C0:lerp(CF.N(-0.6,-1.2,-0.1)*CF.A(M.R(56.3+10*M.C(Sine/36)),M.R(0),M.R(24)),Alpha)
  1589. RH.C0 = RH.C0:lerp(CF.N(0.9,-1.2,-0.2)*CF.A(M.R(25+5*M.C(Sine/36)),M.R(3.5),M.R(-43.9)),Alpha)
  1590. LS.C0 = LS.C0:lerp(CF.N(-1,0.8,0)*CF.A(M.R(11.4-5*M.C(Sine/42)),M.R(-3.3),M.R(137.5)),Alpha)
  1591. RS.C0 = RS.C0:lerp(CF.N(1.4,0.5,-0.2)*CF.A(M.R(61-5*M.C(Sine/42)),M.R(0),M.R(0)),Alpha)
  1592. NK.C0 = NK.C0:lerp(CF.N(0,1.4,-0.3)*CF.A(M.R(-38.9-5*M.C(Sine/42)),M.R(0),M.R(0)),Alpha)
  1593. end
  1594. legAnims=true
  1595. WalkSpeed=orig
  1596. Attack = false
  1597. NeutralAnims = true
  1598. end
  1599.  
  1600.  
  1601.  
  1602. UIS.InputBegan:connect(function(io,gpe)
  1603. if(gpe or Attack or data.User~=data.Local)then return end
  1604. --MODES
  1605. if(io.KeyCode == Enum.KeyCode.One and Mode~='Achromatic')then
  1606. changeMode'Achromatic'
  1607. elseif(io.KeyCode == Enum.KeyCode.Two and Mode~='Iniquitous')then
  1608. changeMode'Iniquitous'
  1609. elseif(io.KeyCode == Enum.KeyCode.Three and Mode~='Mythical')then
  1610. changeMode'Mythical'
  1611. elseif(io.KeyCode == Enum.KeyCode.Four and Mode~='Ruined')then
  1612. changeMode'Ruined'
  1613. elseif(io.KeyCode == Enum.KeyCode.Five and Mode~='Atramentous')then
  1614. changeMode'Atramentous'
  1615. elseif(io.KeyCode == Enum.KeyCode.Six and Mode~='Subzero')then
  1616. changeMode'Subzero'
  1617. elseif(io.KeyCode == Enum.KeyCode.Seven and Mode~='Troubadour')then
  1618. changeMode'Troubadour'
  1619. elseif(io.KeyCode == Enum.KeyCode.Eight and Mode~='Infectious')then
  1620. changeMode'Infectious'
  1621. elseif(io.KeyCode == Enum.KeyCode.Nine and Mode~='Love')then
  1622. changeMode'Love'
  1623. elseif(io.KeyCode == Enum.KeyCode.Y and Mode=='Achromatic')then
  1624. changeMode'The Big Black'
  1625. elseif(io.KeyCode == Enum.KeyCode.Y and Mode=='Mythical')then
  1626. changeMode'Legendary'
  1627.  
  1628. elseif(io.KeyCode == Enum.KeyCode.Y and Mode=='Love')then
  1629. changeMode'Lust'
  1630. --TOGGLE MUSIC
  1631. elseif(io.KeyCode == Enum.KeyCode.M and getMode(Mode))then
  1632. MusicMode=MusicMode+1
  1633. if(MusicMode>3)then MusicMode=1 end
  1634. if(MusicMode==1)then
  1635. music:Pause()
  1636. music.Volume=5
  1637. music.Parent=Torso
  1638. music:Resume()
  1639. elseif(MusicMode==2)then
  1640. music:Pause()
  1641. music.Volume=5
  1642. music.Parent=Char
  1643. music:Resume()
  1644. elseif(MusicMode==3)then
  1645. music.Volume = 0
  1646. end
  1647. elseif(io.KeyCode==Enum.KeyCode.B)then
  1648. --TAUNTS
  1649. if(vaporwaveMode and Mode=='Troubadour')then
  1650. VaporTaunt()
  1651. end
  1652. end
  1653. if(vaporwaveMode)then return end
  1654. --ATTACKS
  1655. if(io.UserInputType==Enum.UserInputType.MouseButton1)then
  1656. ClickCombo()
  1657. end
  1658. end)
  1659.  
  1660. WingAnims.StarG=function()
  1661. LWP1W.C0 = LWP1W.C0:lerp(CF.N(2,-2,-1)*CF.A(M.R(5+10*M.C(WingSine/32)),0,M.R(0+5*M.C(WingSine/32))),.2)
  1662. LWP2W.C0 = LWP2W.C0:lerp(CF.N(4.25,-1,-1)*CF.A(M.R(10+15*M.C(WingSine/32)),0,M.R(15+7.5*M.C(WingSine/32))),.2)
  1663. LWP3W.C0 = LWP3W.C0:lerp(CF.N(6.5,.5,-1)*CF.A(M.R(15+20*M.C(WingSine/32)),0,M.R(30+9*M.C(WingSine/32))),.2)
  1664.  
  1665. RWP1W.C0 = RWP1W.C0:lerp(CF.N(-2,-2,-1)*CF.A(M.R(5+10*M.C(WingSine/32)),0,M.R(0-5*M.C(WingSine/32))),.2)
  1666. RWP2W.C0 = RWP2W.C0:lerp(CF.N(-4.25,-1,-1+.05*M.S(WingSine/35))*CF.A(M.R(10+15*M.C(WingSine/32)),0,M.R(-15-7.5*M.C(WingSine/32))),.2)
  1667. RWP3W.C0 = RWP3W.C0:lerp(CF.N(-6.5,.5,-1)*CF.A(M.R(15+20*M.C(WingSine/32)),0,M.R(-30-9*M.C(WingSine/32))),.2)
  1668. end
  1669.  
  1670. WingAnims.Cytus=function()
  1671. LWP1W.C0 = LWP1W.C0:lerp(CF.N(.15*M.C(WingSine/32),1.5+.35*M.S(WingSine/32),-1)*CF.A(0,0,M.R(60+5*M.C(WingSine/32))),.2)
  1672. LWP2W.C0 = LWP2W.C0:lerp(CF.N(.1*M.C(WingSine/32),1.5+.25*M.C(WingSine/32),-1)*CF.A(0,0,M.R(90+2.5*M.C(WingSine/32))),.2)
  1673. LWP3W.C0 = LWP3W.C0:lerp(CF.N(.25*M.C(WingSine/32),1.5-.05*M.S(WingSine/32),-1)*CF.A(0,0,M.R(120-5*M.C(WingSine/32))),.2)
  1674.  
  1675. RWP1W.C0 = RWP1W.C0:lerp(CF.N(-.15*M.C(WingSine/32),1.5-.15*M.C(WingSine/32),-1)*CF.A(0,0,M.R(-60-5*M.C(WingSine/32))),.2)
  1676. RWP2W.C0 = RWP2W.C0:lerp(CF.N(-.1*M.C(WingSine/32),1.5+.3*M.S(WingSine/32),-1)*CF.A(0,0,M.R(-90-2.5*M.C(WingSine/32))),.2)
  1677. RWP3W.C0 = RWP3W.C0:lerp(CF.N(-.25*M.C(WingSine/32),1.5+.15*M.S(WingSine/32),-1)*CF.A(0,0,M.R(-120+5*M.C(WingSine/32))),.2)
  1678. end
  1679.  
  1680. WingAnims.Aprins=function()
  1681. LWP1W.C0 = LWP1W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(60+5000*M.C(WingSine/400))),.2)
  1682. LWP2W.C0 = LWP2W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(90+5000*M.C(WingSine/400))),.2)
  1683. LWP3W.C0 = LWP3W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(120+5000*M.C(WingSine/400))),.2)
  1684.  
  1685. RWP1W.C0 = RWP1W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(-60+5000*M.C(WingSine/400))),.2)
  1686. RWP2W.C0 = RWP2W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(-90+5000*M.C(WingSine/400))),.2)
  1687. RWP3W.C0 = RWP3W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(-120+5000*M.C(WingSine/400))),.2)
  1688. end
  1689.  
  1690. WingAnims.NebG1=function()
  1691. LWP1W.C0 = LWP1W.C0:lerp(CF.N(.15,1.5,-1)*CF.A(M.R(5+10*M.C(WingSine/32)),0,M.R(60)),.2)
  1692. LWP2W.C0 = LWP2W.C0:lerp(CF.N(.1,1.5,-1)*CF.A(M.R(10+15*M.C(WingSine/32)),0,M.R(90)),.2)
  1693. LWP3W.C0 = LWP3W.C0:lerp(CF.N(.25,1.5,-1)*CF.A(M.R(15+20*M.C(WingSine/32)),0,M.R(120)),.2)
  1694.  
  1695. RWP1W.C0 = RWP1W.C0:lerp(CF.N(-.15,1.5,-1)*CF.A(M.R(5+10*M.C(WingSine/32)),0,M.R(-60)),.2)
  1696. RWP2W.C0 = RWP2W.C0:lerp(CF.N(-.1,1.5,-1)*CF.A(M.R(10+15*M.C(WingSine/32)),0,M.R(-90)),.2)
  1697. RWP3W.C0 = RWP3W.C0:lerp(CF.N(-.25,1.5,-1)*CF.A(M.R(15+20*M.C(WingSine/32)),0,M.R(-120)),.2)
  1698. end
  1699.  
  1700. WingAnims.NebG2=function(div)
  1701. div=div or 25
  1702. LWP1W.C0 = LWP1W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0+2000*M.R(WingSine/div))),.2)
  1703. LWP2W.C0 = LWP2W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(120+2000*M.R(WingSine/div))),.2)
  1704. LWP3W.C0 = LWP3W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(-120+2000*M.R(WingSine/div))),.2)
  1705.  
  1706. RWP1W.C0 = RWP1W.C0:lerp(CF.N(0,4.5,-1)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0-2000*M.R(WingSine/div))),.2)
  1707. RWP2W.C0 = RWP2W.C0:lerp(CF.N(0,4.5,-1)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(120-2000*M.R(WingSine/div))),.2)
  1708. RWP3W.C0 = RWP3W.C0:lerp(CF.N(0,4.5,-1)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(-120-2000*M.R(WingSine/div))),.2)
  1709. end
  1710.  
  1711. WingAnims.NebG3=function(mult)
  1712. mult=mult or 1
  1713. LWP1W.C0 = LWP1W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0+WingSine*mult)),.2)
  1714. LWP2W.C0 = LWP2W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(135+WingSine*mult)),.2)
  1715. LWP3W.C0 = LWP3W.C0:lerp(CF.N(0,1.5,-1)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(225+WingSine*mult)),.2)
  1716.  
  1717. RWP1W.C0 = RWP1W.C0:lerp(CF.N(0,1.5,-1.5)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0-WingSine*mult)),.2)
  1718. RWP2W.C0 = RWP2W.C0:lerp(CF.N(0,1.5,-1.5)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(135-WingSine*mult)),.2)
  1719. RWP3W.C0 = RWP3W.C0:lerp(CF.N(0,1.5,-1.5)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(225-WingSine*mult)),.2)
  1720. end
  1721.  
  1722. WingAnims.LustFrench=function()
  1723. LWP1W.C0 = LWP1W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0+WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1724. LWP2W.C0 = LWP2W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(135+WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1725. LWP3W.C0 = LWP3W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(225+WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1726.  
  1727. RWP1W.C0 = RWP1W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+2.5*M.C(WingSine/36)),M.R(0-WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1728. RWP2W.C0 = RWP2W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+7.5*M.C(WingSine/32)),M.R(135-WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1729. RWP3W.C0 = RWP3W.C0:lerp(CF.N(0,1.5,0)*CF.A(0,M.R(0+5*M.C(WingSine/39)),M.R(225-WingSine))*CF.A(0,M.R(90),0)*CF.N(-2,0,0),.2)
  1730. end
  1731.  
  1732. if(data.User==data.Local)then
  1733. Player.Chatted:connect(function(m)
  1734. if(m:sub(1,3) == "/e")then m=m:sub(4) end
  1735. if(m:sub(1,5) == "play/")then
  1736. getMode('Troubadour').Music=Playlist[m:sub(6)] or tonumber(m:sub(6)) or 0
  1737. music.SoundId="rbxassetid://"..getMode('Troubadour').Music;
  1738. elseif(m:sub(1,5) == "tpos/")then
  1739. music.TimePosition = tonumber(m:sub(6)) or 0
  1740. elseif(m:sub(1,6) == "pitch/")then
  1741. music.Pitch = tonumber(m:sub(7)) or 0
  1742. getMode('Troubadour').Pitch=music.Pitch
  1743. end
  1744. end)
  1745. end
  1746.  
  1747.  
  1748. while true do
  1749. swait()
  1750. ClickTimer=math.max(ClickTimer-1,0)
  1751. if(ClickTimer<=0 and Combo~=1)then
  1752. print('reset')
  1753. Combo=1
  1754. end
  1755. Sine=Sine+Change
  1756. hue=hue+1
  1757. if(hue>360)then hue=1 end
  1758. local hitfloor,posfloor = workspace:FindPartOnRayWithIgnoreList(Ray.new(Root.CFrame.p,((CFrame.new(Root.Position,Root.Position - Vector3.new(0,1,0))).lookVector).unit * (4)), {Effects,Char,workspace[Player.Name]})
  1759. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  1760. local State = (Hum.PlatformStand and 'Paralyzed' or Hum.Sit and 'Sit' or (not hitfloor or hitfloor.CanCollide==false) and Root.Velocity.y < -1 and "Fall" or (not hitfloor or hitfloor.CanCollide==false) and Root.Velocity.y > 1 and "Jump" or hitfloor and Walking and "Walk" or hitfloor and "Idle")
  1761. Hum.WalkSpeed = WalkSpeed
  1762. local sidevec = math.clamp((Torso.Velocity*Torso.CFrame.rightVector).X+(Torso.Velocity*Torso.CFrame.rightVector).Z,-Hum.WalkSpeed,Hum.WalkSpeed)
  1763. local forwardvec = math.clamp((Torso.Velocity*Torso.CFrame.lookVector).X+(Torso.Velocity*Torso.CFrame.lookVector).Z,-Hum.WalkSpeed,Hum.WalkSpeed)
  1764. local sidevelocity = sidevec/Hum.WalkSpeed
  1765. local forwardvelocity = forwardvec/Hum.WalkSpeed
  1766.  
  1767. local lhit,lpos = workspace:FindPartOnRayWithIgnoreList(Ray.new(LLeg.CFrame.p,((CFrame.new(LLeg.Position,LLeg.Position - Vector3.new(0,1,0))).lookVector).unit * (2)), {Effects,Char,workspace[Player.Name]})
  1768. local rhit,rpos = workspace:FindPartOnRayWithIgnoreList(Ray.new(RLeg.CFrame.p,((CFrame.new(RLeg.Position,RLeg.Position - Vector3.new(0,1,0))).lookVector).unit * (2)), {Effects,Char,workspace[Player.Name]})
  1769. if(Mode=='Troubadour' and IsVaporwave(getMode'Troubadour'.Music))then
  1770. vaporwaveMode=true
  1771. text.Text='Vaporwave'
  1772. WingAnim='NebG3'
  1773. else
  1774. if(Mode=='Troubadour')then
  1775. text.Text='Troubadour'
  1776. WingAnim=getMode'Troubadour'.WingAnim
  1777. end
  1778. vaporwaveMode=false
  1779. end
  1780.  
  1781. if(Mode~='Lust' and WingAnim and WingAnims[WingAnim])then
  1782. WingAnims[WingAnim]()
  1783. elseif(Mode=='Lust')then
  1784. if(State=='Idle')then
  1785. WingAnims.LustFrench()
  1786. else
  1787. WingAnims.NebG3(1)
  1788. end
  1789. elseif(WingAnim and typeof(WingAnim)=='table' and WingAnims[WingAnim[1]])then
  1790. local gay={unpack(WingAnim)};
  1791. table.remove(gay,1)
  1792. WingAnims[WingAnim[1]](unpack(gay))
  1793. else
  1794. WingAnims.NebG1()
  1795. end
  1796.  
  1797. if(Mode=='Troubadour' and NeutralAnims)then
  1798. WingSine=WingSine+(0.1+music.PlaybackLoudness/300)
  1799. else
  1800. WingSine=WingSine+1
  1801. end
  1802.  
  1803. if(music)then
  1804. if(Mode=='Troubadour')then
  1805. local clr = Color3.fromHSV(hue/360,1,math.clamp(music.PlaybackLoudness/475,0,1))
  1806. local clr2 = Color3.fromHSV(hue/360,1,math.clamp(music.PlaybackLoudness/950,0,1))
  1807. text.TextColor3 = clr
  1808. PrimaryColor = clr2
  1809. for _,v in next, wingModel:GetDescendants() do
  1810. if(v:IsA'BasePart')then
  1811. v.Color = clr2
  1812. elseif(v:IsA'Trail')then
  1813. v.Color = ColorSequence.new(clr2)
  1814. end
  1815. end
  1816. end
  1817. end
  1818.  
  1819. if(Mode=='The Big Black')then
  1820. local pos = Head.Position
  1821. local dist = (camera.CFrame.p-pos).magnitude
  1822. local DropDist = 1
  1823. local IneffectiveDist = 15
  1824. local modifier = dist < DropDist and 1 or dist < IneffectiveDist and (0 - 1) / (IneffectiveDist - DropDist) * (dist - DropDist) + 1 or 0
  1825. end
  1826.  
  1827. if(Mode=='Troubadour' and data.User==data.Local)then
  1828. Tween(camera,{FieldOfView=70-(music.PlaybackLoudness/20)},.2,Enum.EasingStyle.Linear,Enum.EasingDirection.Out)
  1829. else
  1830. Tween(camera,{FieldOfView=70},.2,Enum.EasingStyle.Linear,Enum.EasingDirection.Out)
  1831. end
  1832.  
  1833. if(State == 'Idle')then
  1834. if(Mode=='Troubadour' and NeutralAnims and not vaporwaveMode)then Change = 0.1+music.PlaybackLoudness/200 else Change = 1 end
  1835. if(Mode=='Achromatic')then
  1836. local Alpha = .1
  1837. if(NeutralAnims)then
  1838. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(0+1*M.S(Sine/64)),M.R(5),0),Alpha)
  1839. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),M.R(-5),0),Alpha)
  1840. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,M.R(5+5*M.C(Sine/32)),M.R(-10-5*M.C(Sine/32))),Alpha)
  1841. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,M.R(5-5*M.C(Sine/32)),M.R(10+5*M.C(Sine/32))),Alpha)
  1842. end
  1843. if(legAnims)then
  1844. if(NeutralAnims)then
  1845. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0),Alpha)
  1846. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,M.R(-5),0),Alpha)
  1847. else
  1848. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1849. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1850. end
  1851. end
  1852. elseif(Mode=='Iniquitous')then
  1853. local Alpha = .1
  1854. if(NeutralAnims)then
  1855. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(0+3*M.S(Sine/64)),0,0),Alpha)
  1856. if(M.RNG(1,45)==1)then
  1857. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(-25,25),M.RRNG(-25,25),M.RRNG(-25,25)),.8)
  1858. else
  1859. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),0,0),Alpha)
  1860. end
  1861. LS.C0 = LS.C0:lerp(LSC0*CF.N(.3,0+.05*M.S(Sine/32),.1)*CF.A(M.R(-35),M.R(5+2.5*M.C(Sine/32)),M.R(35-1.5*M.C(Sine/32))),Alpha)
  1862. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.3,0+.05*M.S(Sine/32),.1)*CF.A(M.R(-25),M.R(5-2.5*M.C(Sine/32)),M.R(-35+1.5*M.C(Sine/32))),Alpha)
  1863. end
  1864. if(legAnims)then
  1865. if(NeutralAnims)then
  1866. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,0,M.R(-2.5)),Alpha)
  1867. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,0,M.R(2.5)),Alpha)
  1868. else
  1869. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-2.5)),Alpha)
  1870. RH.C0 = RH.C0:lerp(RHC0*CF.A(0,0,M.R(2.5)),Alpha)
  1871. end
  1872. end
  1873. elseif(Mode=='Mythical')then
  1874. local Alpha = .1
  1875. if(NeutralAnims)then
  1876. GotEffect{
  1877. Lifetime=.5;
  1878. Mesh={Type=Enum.MeshType.Sphere};
  1879. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  1880. Color=BrickColor.new'Alder'.Color;
  1881. Transparency={.5,1};
  1882. Material=Enum.Material.Neon;
  1883. Size=Vector3.new(.3,2,.3);
  1884. EndSize=Vector3.new(.1,1,.1);
  1885. }
  1886. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(0+1*M.S(Sine/64)),M.R(-15),0),Alpha)
  1887. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),M.R(15),0),Alpha)
  1888. LS.C0 = LS.C0:lerp(LSC0*CF.N(.5,0+.05*M.S(Sine/32),-.5)*CF.A(M.R(15+1.5*M.C(Sine/51)),M.R(5+5*M.C(Sine/57)),M.R(85-5*M.C(Sine/46))),Alpha)
  1889. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.3,0+.05*M.S(Sine/32),.1)*CF.A(M.R(-25),M.R(5-2.5*M.C(Sine/32)),M.R(-35+1.5*M.C(Sine/32))),Alpha)
  1890. end
  1891. if(legAnims)then
  1892. if(NeutralAnims)then
  1893. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,M.R(15),0),Alpha)
  1894. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0),Alpha)
  1895. else
  1896. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1897. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1898. end
  1899. end
  1900. elseif(Mode=='Ruined')then
  1901. local Alpha = .1
  1902. if(NeutralAnims)then
  1903. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(-5+1*M.S(Sine/64)),M.R(-25),0),Alpha)
  1904. if(M.RNG(1,25)==1)then
  1905. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(-25,25),M.RRNG(-25,25),M.RRNG(-25,25)),.8)
  1906. else
  1907. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),M.R(35),M.R(-10))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  1908. end
  1909. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,M.R(5+5*M.C(Sine/32)),M.R(-10-5*M.C(Sine/32))),Alpha)
  1910. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.1,0+.05*M.S(Sine/32),0)*CF.A(M.R(175),M.R(5-2.5*M.C(Sine/32)),M.R(-25-1.5*M.C(Sine/32))),Alpha)
  1911. end
  1912. if(legAnims)then
  1913. if(NeutralAnims)then
  1914. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(M.R(-10),M.R(25),0),Alpha)
  1915. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(M.R(5),0,0),Alpha)
  1916. else
  1917. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1918. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1919. end
  1920. end
  1921. --[[elseif(Mode=='Atramentous')then
  1922. local Alpha = .1
  1923. if(NeutralAnims)then
  1924. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(-.2+.4*M.C(Sine/39),.5+.2*M.C(Sine/32),0)*CF.A(M.R(-2+5*M.S(Sine/58)),M.R(-15+5*M.C(Sine/42)),0),Alpha)
  1925. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-7-2.5*M.S(Sine/32)),M.R(15),0),Alpha)
  1926. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,0,M.R(-15+5*M.S(Sine/32))),Alpha)
  1927. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,0,M.R(15-5*M.S(Sine/32))),Alpha)
  1928. end
  1929. if(legAnims)then
  1930. if(NeutralAnims)then
  1931. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,.5,-.2)*CF.A(0,0,M.R(-5)),Alpha)
  1932. RH.C0 = RH.C0:lerp(RHC0*CF.A(0,0,M.R(5)),Alpha)
  1933. else
  1934. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1935. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1936. end
  1937. end]]
  1938. elseif(Mode=='Atramentous')then
  1939. local Alpha = .1
  1940. if(NeutralAnims)then
  1941. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(-25+1*M.S(Sine/64)),0,0),Alpha)
  1942. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),M.R(-5),0),Alpha)
  1943. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(M.R(25),M.R(5+5*M.C(Sine/32)),M.R(-10-5*M.C(Sine/32))),Alpha)
  1944. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(M.R(25),M.R(5-5*M.C(Sine/32)),M.R(10+5*M.C(Sine/32))),Alpha)
  1945. end
  1946. if(legAnims)then
  1947. if(NeutralAnims)then
  1948. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(M.R(25),0,M.R(-3)),Alpha)
  1949. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(M.R(25),0,M.R(3)),Alpha)
  1950. else
  1951. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1952. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1953. end
  1954. end
  1955. elseif(Mode=='Subzero')then
  1956. local Alpha = .1
  1957. if(NeutralAnims)then
  1958. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(0,M.R(28),0),Alpha)
  1959. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-7-2.5*M.S(Sine/32)),M.R(-28),0),Alpha)
  1960. LS.C0 = LS.C0:lerp(LSC0*CF.N(.5,-.1+.05*M.S(Sine/32),-.8)*CF.A(M.R(13),M.R(-12),M.R(104-2*M.S(Sine/36))),Alpha)
  1961. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.05*M.S(Sine/32),-.6)*CF.A(M.R(-17),M.R(-20),M.R(-79+1*M.S(Sine/36))),Alpha)
  1962. end
  1963. if(legAnims)then
  1964. if(NeutralAnims)then
  1965. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,0,M.R(-1)),Alpha)
  1966. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(M.R(4),M.R(-28),M.R(8)),Alpha)
  1967. else
  1968. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1969. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1970. end
  1971. end
  1972. elseif(Mode=='Troubadour')then
  1973. if(vaporwaveMode)then
  1974. local Alpha = .1
  1975. if(NeutralAnims)then
  1976. RJ.C0 = RJ.C0:lerp(CF.N(0,-0.2-.1*M.S(Sine/36),0.6)*CF.A(M.R(74.3+2.5*M.C(Sine/36)),M.R(0),M.R(0)),Alpha)
  1977. LS.C0 = LS.C0:lerp(CF.N(-1,0.8,0)*CF.A(M.R(11.4-5*M.C(Sine/42)),M.R(-3.3),M.R(137.5)),Alpha)
  1978. RS.C0 = RS.C0:lerp(CF.N(1,0.9,-0.1)*CF.A(M.R(13.7-5*M.C(Sine/42)),M.R(7.7),M.R(-136.2)),Alpha)
  1979. NK.C0 = NK.C0:lerp(CF.N(0,1.4,-0.3)*CF.A(M.R(-16.6-5*M.C(Sine/42)),M.R(0),M.R(0)),Alpha)
  1980. if(legAnims)then
  1981. LH.C0 = LH.C0:lerp(CF.N(-0.7,-1,0)*CF.A(M.R(37.2+10*M.C(Sine/36)),M.R(0),M.R(24)),Alpha)
  1982. RH.C0 = RH.C0:lerp(CF.N(0.8,-1.1,-0.1)*CF.A(M.R(5.9+5*M.C(Sine/36)),M.R(3.5),M.R(-43.9)),Alpha)
  1983. end
  1984. elseif(legAnims)then
  1985. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  1986. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  1987. end
  1988. else
  1989. local Alpha = .3
  1990. if(NeutralAnims)then
  1991. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/20)+(music.PlaybackLoudness/5000),0)*CF.A(M.R(0+1*M.S(Sine/64)),M.R(35),0),Alpha)
  1992. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(0+1*M.S(Sine/24)),M.R(-35),0),Alpha)
  1993. LS.C0 = LS.C0:lerp(LSC0*CF.A(0,0,M.R(-15+10*M.C(Sine/20))),Alpha)
  1994. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(75-(music.PlaybackLoudness/7.5)),M.R(5),M.R(35)),Alpha)
  1995. end
  1996. if(legAnims)then
  1997. if(NeutralAnims)then
  1998. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,-.05*M.C(Sine/20)-(music.PlaybackLoudness/5000),0)*CF.A(0,M.R(25),0),Alpha)
  1999. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,-.05*M.C(Sine/20)-(music.PlaybackLoudness/5000),0),Alpha)
  2000. else
  2001. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2002. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2003. end
  2004. end
  2005. end
  2006. elseif(Mode=='Infectious')then
  2007. local Alpha = .1
  2008. if(NeutralAnims)then
  2009. GotEffect{
  2010. Lifetime=.2;
  2011. Mesh={Type=Enum.MeshType.Sphere};
  2012. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  2013. Color=BrickColor.new'Dark indigo'.Color;
  2014. Transparency={0,1};
  2015. Material=Enum.Material.Neon;
  2016. Size=Vector3.new(.5,1,.5);
  2017. EndSize=Vector3.new(.1,3,.1);
  2018. }
  2019. GotEffect{
  2020. Lifetime=.2;
  2021. Mesh={Type=Enum.MeshType.Sphere};
  2022. CFrame=RArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  2023. Color=BrickColor.new'Dark indigo'.Color;
  2024. Transparency={0,1};
  2025. Material=Enum.Material.Neon;
  2026. Size=Vector3.new(.5,1,.5);
  2027. EndSize=Vector3.new(.1,3,.1);
  2028. }
  2029. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,0+.05*M.C(Sine/32),0)*CF.A(M.R(0+1*M.S(Sine/64)),M.R(-15),0),Alpha)
  2030. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-10-2.5*M.S(Sine/32)),M.R(15),0),Alpha)
  2031. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.05*M.S(Sine/32),-.4)*CF.A(M.R(25),M.R(5-2.5*M.C(Sine/32)),M.R(-65+1.5*M.C(Sine/32))),Alpha)
  2032. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0+.05*M.S(Sine/32),0)*CF.A(0,M.R(5-5*M.C(Sine/32)),M.R(-10-5*M.C(Sine/32))),Alpha)
  2033. end
  2034. if(legAnims)then
  2035. if(NeutralAnims)then
  2036. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-.05*M.C(Sine/32),0)*CF.A(0,M.R(15),0),Alpha)
  2037. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0-.05*M.C(Sine/32),0),Alpha)
  2038. else
  2039. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2040. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2041. end
  2042. end
  2043. elseif(Mode=='Love')then
  2044. local Alpha = .1
  2045. if(NeutralAnims)then
  2046. RJ.C0 = RJ.C0:lerp(CF.N(0,0,0)*CF.A(0,0,M.R(0+5*M.C(Sine/16))),Alpha)
  2047. NK.C0 = NK.C0:lerp(NKC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16))),Alpha)
  2048. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,-.15,0)*CF.A(M.R(15),0,M.R(20)),Alpha)
  2049. RS.C0 = RS.C0:lerp(RSC0*CF.A(0,0,M.R(5+5*M.S(Sine/16))),Alpha)
  2050. end
  2051. if(legAnims)then
  2052. if(NeutralAnims)then
  2053. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16)))*CF.A(M.R(-15),M.R(25),0),Alpha)
  2054. RH.C0 = RH.C0:lerp(RHC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16))),Alpha)
  2055. else
  2056. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2057. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2058. end
  2059. end
  2060. elseif(Mode=='The Big Black')then
  2061. local Alpha = .1
  2062. if(NeutralAnims)then
  2063. GotEffect{
  2064. Lifetime=.5;
  2065. Mesh={Type=Enum.MeshType.Sphere};
  2066. CFrame=RArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360));
  2067. Color=BrickColor.new'Black'.Color;
  2068. Transparency={0,1};
  2069. Material=Enum.Material.Neon;
  2070. Size=Vector3.new(.5,1,.5);
  2071. EndSize=Vector3.new(.1,3,.1);
  2072. }
  2073. RJ.C0 = RJ.C0:lerp(CF.N(0,0+.05*M.C(Sine/32),0.2)*CF.A(M.R(15.5),M.R(20.8),M.R(0)),Alpha)
  2074. LS.C0 = LS.C0:lerp(CF.N(-0.9,0.4,-0.7)*CF.A(M.R(121.8),M.R(14.6),M.R(84.8))*CF.A(M.R(0+3*M.S(Sine/32)),0,0),Alpha)
  2075. RS.C0 = RS.C0:lerp(CF.N(1.3,0.3,-0.1)*CF.A(M.R(40+5*M.C(Sine/44)),M.R(-11.6),M.R(65.5+2.5*M.C(Sine/36))),Alpha)
  2076. if(M.RNG(1,45)==1)then
  2077. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(-25,25),M.RRNG(-25,25),M.RRNG(-25,25)),.8)
  2078. else
  2079. NK.C0 = NK.C0:lerp(CF.N(0,1.5,-0.2)*CF.A(M.R(-15.6),M.R(-20.1),M.R(-5.5))*CF.A(M.R(0+1.5*M.S(Sine/32)),0,0),Alpha)
  2080. end
  2081. if(legAnims)then
  2082. LH.C0 = LH.C0:lerp(CF.N(-0.6,-1-.05*M.C(Sine/32),0.1)*CF.A(M.R(-27.6),M.R(0),M.R(13.8)),Alpha)
  2083. RH.C0 = RH.C0:lerp(CF.N(0.6,-1.1-.05*M.C(Sine/32),-0.1)*CF.A(M.R(-16.5),M.R(-20),M.R(-5.8)),Alpha)
  2084. end
  2085. elseif(legAnims)then
  2086. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2087. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2088. end
  2089. elseif(Mode=='Legendary')then
  2090. local Alpha = .1
  2091. if(NeutralAnims)then
  2092. RJ.C0 = RJ.C0:lerp(CF.N(0,4.8+.2*M.C(Sine/24),0)*CF.A(M.R(30+5*M.S(Sine/24)),M.R(16.7),M.R(-9.4)),Alpha)
  2093. LS.C0 = LS.C0:lerp(CF.N(-1.1,1,0.2)*CF.A(M.R(173.3+1*M.S(Sine/28)),M.R(19.9+2*M.S(Sine/28)),M.R(38.7)),Alpha)
  2094. RS.C0 = RS.C0:lerp(CF.N(0.7,0.3,-0.6)*CF.A(M.R(46.8+1*M.S(Sine/28)),M.R(6.4+2*M.S(Sine/28)),M.R(-79.6)),Alpha)
  2095. NK.C0 = NK.C0:lerp(CF.N(0,1.4,-0.5)*CF.A(M.R(-40-5*M.S(Sine/24)),M.R(-18.7),M.R(-3.7)),Alpha)
  2096. if(legAnims)then
  2097. LH.C0 = LH.C0:lerp(CF.N(-0.5,-1,0)*CF.A(M.R(1.9+7.5*M.S(Sine/24)),M.R(19.2),M.R(-5.7)),Alpha)
  2098. RH.C0 = RH.C0:lerp(CF.N(0.4,-1,-0.8)*CF.A(M.R(-63.8+7.5*M.S(Sine/24)),M.R(-15),M.R(8.3)),Alpha)
  2099. end
  2100. elseif(legAnims)then
  2101. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2102. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2103. end
  2104. elseif(Mode=='Lust')then
  2105. local Alpha = .1
  2106. if(NeutralAnims)then
  2107. RJ.C0 = RJ.C0:lerp(CF.N(0,0.7+.1*M.C(Sine/36),0)*CF.A(M.R(0),M.R(0),M.R(-90-2.5*M.S(Sine/36))),Alpha)
  2108. LS.C0 = LS.C0:lerp(CF.N(-1.2,0.1,0.1)*CF.A(M.R(23),M.R(16.5),M.R(20.6)),Alpha)
  2109. RS.C0 = RS.C0:lerp(CF.N(0.8,1,-0.4)*CF.A(M.R(-162),M.R(-11.2),M.R(-22.6)),Alpha)
  2110. NK.C0 = NK.C0:lerp(CF.N(-0.2,1.4,0)*CF.A(M.R(0),M.R(0),M.R(48.9)),Alpha)
  2111. if(legAnims)then
  2112. LH.C0 = LH.C0:lerp(CF.N(-0.9,-1.1,-0.2)*CF.A(M.R(-19.3),M.R(6.5),M.R(54.3-7.5*M.S(Sine/36))),Alpha)
  2113. RH.C0 = RH.C0:lerp(CF.N(0.4,-0.9,0)*CF.A(M.R(0),M.R(0),M.R(25.9-7.5*M.S(Sine/36))),Alpha)
  2114. end
  2115. elseif(legAnims)then
  2116. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2117. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2118. end
  2119. end
  2120. elseif(State == 'Walk')then
  2121. --[[if(Mode=='Atramentous')then
  2122. local Alpha = .1
  2123. if(NeutralAnims)then
  2124. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(-.2+.4*M.C(Sine/39),.5+.2*M.C(Sine/32),0)*CF.A(M.R(-85+5*M.S(Sine/58)),M.R(0+5*M.C(Sine/42)),0),Alpha)
  2125. LS.C0 = LS.C0:lerp(CFrame.new(-1.50198829, 0.580981374, 0.000380858371, 0.963434994, 0.267942399, 1.75953949e-06, -0.267942399, 0.963434994, 5.1856041e-06, -3.05473804e-07, -5.48362732e-06, 1)*CF.A(0,0,M.R(0+5*M.S(Sine/32))),Alpha)
  2126. RS.C0 = RS.C0:lerp(CFrame.new(1.54895508, 0.519735038, 0.000380946265, 0.98034811, -0.197275475, -1.24170782e-07, 0.19727549, 0.980348051, 9.53674316e-07, -5.96046448e-08, -9.23871994e-07, 1)*CF.A(0,0,M.R(0-5*M.S(Sine/32))),Alpha)
  2127. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(65-5*M.S(Sine/58)),0,0),Alpha)
  2128. end
  2129. if(legAnims)then
  2130. LH.C0 = LH.C0:lerp(CFrame.new(-0.49666214, -0.990924835, 0.00763010979, 1, 0, 0, 0, 1, 0, 0, 0, 1),Alpha)
  2131. RH.C0 = RH.C0:lerp(CFrame.new(0.498336792, -0.303280592, -0.883536756, 1, 0, 0, 0, 0.886996508, 0.461776346, 0, -0.461776316, 0.886996448),Alpha)
  2132. end
  2133. else]]
  2134.  
  2135. local wsVal = 4
  2136. local Alpha = .2
  2137. if(Mode=='Subzero')then Change=.3 elseif(Mode=='The Big Black' or Mode=='Legendary')then Change=1 else Change=.5 end
  2138. if(NeutralAnims)then
  2139. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,.05+Change/4*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-(Change*20)-movement/20*M.C(Sine/(wsVal/2)))*forwardvelocity,M.R(0+5*M.C(Sine/wsVal)),M.R(-(Change*20)-movement/20*M.C(Sine/(wsVal/2)))*sidevelocity+M.R(0-1*M.C(Sine/wsVal))),Alpha)
  2140. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2141. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,0)*CF.A(M.R(0+55*(movement/8)*M.S(Sine/wsVal))*forwardvelocity,0,0),Alpha)
  2142. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0,0)*CF.A(M.R(0-55*(movement/8)*M.S(Sine/wsVal))*forwardvelocity,0,0),Alpha)
  2143. end
  2144. if(legAnims)then
  2145. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0-movement/15*M.C(Sine/wsVal)/2,(-.1+movement/15*M.C(Sine/wsVal))*(.5+.5*forwardvelocity))*CF.A((M.R(-10*forwardvelocity+Change*5-movement*M.C(Sine/wsVal))+-(movement/10)*M.S(Sine/wsVal))*forwardvelocity,0,(M.R(Change*5-movement*M.C(Sine/wsVal))+-(movement/10)*M.S(Sine/wsVal))*(sidevec/(Hum.WalkSpeed*2))),Alpha)
  2146. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+movement/15*M.C(Sine/wsVal)/2,(-.1-movement/15*M.C(Sine/wsVal))*(.5+.5*forwardvelocity))*CF.A((M.R(-10*forwardvelocity+Change*5+movement*M.C(Sine/wsVal))+(movement/10)*M.S(Sine/wsVal))*forwardvelocity,0,(M.R(Change*5+movement*M.C(Sine/wsVal))+(movement/10)*M.S(Sine/wsVal))*(sidevec/(Hum.WalkSpeed*2))),Alpha)
  2147. local footstepIds = {141491460,141491460}
  2148. if(lhit and lhit.CanCollide and footstepSounds[lhit.Material])then
  2149. if(lhit.Material==Enum.Material.Sand and lhit.Color.r*255>=160 and lhit.Color.g*255>=160 and lhit.Color.b*255>=160)then
  2150. footstepIds[1] = footstepSounds[Enum.Material.Snow]
  2151. else
  2152. footstepIds[1] = footstepSounds[lhit.Material]
  2153. end
  2154. end
  2155.  
  2156. if(rhit and rhit.CanCollide and footstepSounds[rhit.Material])then
  2157. if(rhit.Material==Enum.Material.Sand and rhit.Color.r*255>=160 and rhit.Color.g*255>=160 and rhit.Color.b*255>=160)then
  2158. footstepIds[2] = footstepSounds[Enum.Material.Snow]
  2159. else
  2160. footstepIds[2] = footstepSounds[rhit.Material]
  2161. end
  2162. end
  2163.  
  2164.  
  2165. if(M.C(Sine/wsVal)/2>=.2 and footsound==0 and lhit)then
  2166. local step = Part(Effects,lhit.Color,lhit.Material,V3.N(1,.1,1),CF.N(lpos),true,false)
  2167. step.Transparency=(footstepIds[1]==footstepSounds[Enum.Material.Snow] and 0 or 1)
  2168. local snd = Soond(step,footstepIds[1],M.RNG(80,100)/100,3,false,true,true)
  2169. footsound=1
  2170. S.Debris:AddItem(step,snd.TimeLength+2)
  2171. elseif(M.C(Sine/wsVal)/2<=-.2 and footsound==1 and rhit)then
  2172. local step = Part(Effects,rhit.Color,rhit.Material,V3.N(1,.1,1),CF.N(rpos),true,false)
  2173. step.Transparency=(footstepIds[2]==footstepSounds[Enum.Material.Snow] and 0 or 1)
  2174. local snd = Soond(step,footstepIds[2],M.RNG(80,100)/100,3,false,true,true)
  2175. footsound=0
  2176. S.Debris:AddItem(step,snd.TimeLength+2)
  2177. end
  2178. end
  2179. --end
  2180. elseif(State == 'Jump')then
  2181. local Alpha = .1
  2182. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2183. if(NeutralAnims)then
  2184. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  2185. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)),Alpha)
  2186. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2187. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2188. end
  2189. if(legAnims)then
  2190. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2191. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2192. end
  2193. elseif(State == 'Fall')then
  2194. local Alpha = .1
  2195. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2196. if(NeutralAnims)then
  2197. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  2198. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)-idk),Alpha)
  2199. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2200. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2201. end
  2202. if(legAnims)then
  2203. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2204. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2205. end
  2206. elseif(State == 'Paralyzed')then
  2207. local Alpha = .1
  2208. if(NeutralAnims)then
  2209. LS.C0 = LS.C0:lerp(LSC0,Alpha)
  2210. RS.C0 = RS.C0:lerp(RSC0,Alpha)
  2211. RJ.C0 = RJ.C0:lerp(RJC0,Alpha)
  2212. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2213. end
  2214. if(legAnims)then
  2215. LH.C0 = LH.C0:lerp(LHC0,Alpha)
  2216. RH.C0 = RH.C0:lerp(RHC0,Alpha)
  2217. end
  2218. elseif(State == 'Sit')then
  2219.  
  2220. end
  2221. if(data.User==data.Local)then
  2222. local syncStuff={
  2223. NeutralAnims;
  2224. legAnims;
  2225. {NK.C0,RJ.C0,RH.C0,RS.C0,LH.C0,LS.C0};
  2226. {NK.C1,RJ.C1,RH.C1,RS.C1,LH.C1,LS.C1};
  2227. Sine;
  2228. movement;
  2229. walking;
  2230. Change;
  2231. --// OPTIONAL SYNC \\--
  2232. MusicMode;
  2233. (music and music.TimePosition or 0);
  2234. (music and music.Pitch or 1);
  2235. WingSine;
  2236. getMode('Troubadour');
  2237. Mode;
  2238. hue;
  2239. }
  2240. end
  2241. end
Add Comment
Please, Sign In to add comment