Advertisement
AstroScripts

Untitled

Oct 19th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 497.01 KB | None | 0 0
  1.  
  2. local Player = game:GetService("Players").ArtistBase --<=== Replace With Your Name
  3.  
  4.  
  5. local Mouse,mouse,UserInputService,ContextActionService
  6. do
  7. script.Parent = Player.Character
  8. local CAS = {Actions={}}
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput_Event"
  11. Event.Parent = Player.Character
  12. local fakeEvent = function()
  13. local t = {_fakeEvent=true}
  14. t.Connect = function(self,f)self.Function=f end
  15. t.connect = t.Connect
  16. return t
  17. end
  18. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  19. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  20. function CAS:BindAction(name,fun,touch,...)
  21. CAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  22. end
  23. function CAS:UnbindAction(name)
  24. CAS.Actions[name] = nil
  25. end
  26. local function te(self,ev,...)
  27. local t = m[ev]
  28. if t and t._fakeEvent and t.Function then
  29. t.Function(...)
  30. end
  31. end
  32. m.TrigEvent = te
  33. UIS.TrigEvent = te
  34. Event.OnServerEvent:Connect(function(plr,io)
  35. if plr~=Player then return end
  36. if io.isMouse then
  37. m.Target = io.Target
  38. m.Hit = io.Hit
  39. elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  40. if io.UserInputState == Enum.UserInputState.Begin then
  41. m:TrigEvent("Button1Down")
  42. else
  43. m:TrigEvent("Button1Up")
  44. end
  45. else
  46. for n,t in pairs(CAS.Actions) do
  47. for _,k in pairs(t.Keys) do
  48. if k==io.KeyCode then
  49. t.Function(t.Name,io.UserInputState,io)
  50. end
  51. end
  52. end
  53. if io.UserInputState == Enum.UserInputState.Begin then
  54. m:TrigEvent("KeyDown",io.KeyCode.Name:lower())
  55. UIS:TrigEvent("InputBegan",io,false)
  56. else
  57. m:TrigEvent("KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent("InputEnded",io,false)
  59. end
  60. end
  61. end)
  62. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  63. end
  64.  
  65. --------------------visualizer
  66. local GUID = {}
  67. do
  68. GUID.IDs = {};
  69. function GUID:new(len)
  70. local id;
  71. if(not len)then
  72. id = (tostring(function() end))
  73. id = id:gsub("function: ","")
  74. else
  75. local function genID(len)
  76. local newID = ""
  77. for i = 1,len do
  78. newID = newID..string.char(math.random(48,90))
  79. end
  80. return newID
  81. end
  82. repeat id = genID(len) until not GUID.IDs[id]
  83. local oid = id;
  84. id = {Trash=function() GUID.IDs[oid]=nil; end;Get=function() return oid; end}
  85. GUID.IDs[oid]=true;
  86. end
  87. return id
  88. end
  89. end
  90.  
  91. local fakeEvent = function()
  92. local t = {_fakeEvent=true,Waited={}}
  93. t.Connect = function(self,f)
  94. local ft={Disconnected=false;disconnect=function(s) s.Disconnected=true end}
  95. ft.Disconnect=ft.disconnect
  96.  
  97. ft.Func=function(...)
  98. for id,_ in next, t.Waited do
  99. t.Waited[id] = true
  100. end
  101. return f(...)
  102. end;
  103. self.Function=ft;
  104. return ft;
  105. end
  106. t.connect = t.Connect
  107. t.Wait = function()
  108. local guid = GUID:new(25)
  109. local waitingId = guid:Get()
  110. t.Waited[waitingId]=false
  111. repeat swait() until t.Waited[waitingId]==true
  112. t.Waited[waitingId]=nil;
  113. guid:Trash()
  114. end
  115. t.wait = t.Wait
  116. return t
  117. end
  118.  
  119. local CoAS = {Actions={}}
  120. local oPlayer = Player
  121. local Player = oPlayer
  122.  
  123. local loudnesses={}
  124. script.Parent = Player.Character
  125. local CoAS = {Actions={}}
  126. local Event = Instance.new("RemoteEvent")
  127. Event.Name = "UserInputEvent"
  128. Event.Parent = Player.Character
  129. local Func = Instance.new("RemoteFunction")
  130. Func.Name = "GetClientProperty"
  131. Func.Parent = Player.Character
  132. local fakeEvent = function()
  133. local t = {_fakeEvent=true,Waited={},Connected={}}
  134. t.Connect = function(self,f)
  135. local ft={}
  136. ft={Disconnected=false;disconnect=function(s) if(self.Function==ft)then self.Function=nil end s.Disconnected=true end}
  137. ft.Disconnect=ft.disconnect
  138.  
  139. ft.Func=function(...)
  140. for id,_ in next, t.Waited do
  141. t.Waited[id] = true
  142. end
  143. return f(...)
  144. end;
  145.  
  146. table.insert(self.Connected,ft)
  147. return ft;
  148. end
  149. t.connect = t.Connect
  150. t.Wait = function()
  151. local guid = GUID:new(25)
  152. local waitingId = guid:Get()
  153. t.Waited[waitingId]=false
  154. repeat swait() until t.Waited[waitingId]==true
  155. t.Waited[waitingId]=nil;
  156. guid:Trash()
  157. end
  158. t.wait = t.Wait
  159. return t
  160. end
  161. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  162. local UsIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  163. local Run = {RenderStepped=fakeEvent()}
  164.  
  165. function CoAS:BindAction(name,fun,touch,...)
  166. CoAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  167. end
  168. function CoAS:UnbindAction(name)
  169. CoAS.Actions[name] = nil
  170. end
  171. local function te(self,ev,...)
  172. local t = self[ev]
  173. if t and t._fakeEvent and t.Connected then
  174. for i,v in next, t.Connected do
  175. if(v.Func and not v.Disconnected)then
  176. v.Func(...)
  177. else
  178. t.Connected[i]=nil
  179. end
  180. end
  181. end
  182. end
  183. m.TrigEvent = te
  184. UsIS.TrigEvent = te
  185. Run.TrigEvent = te
  186. Event.OnServerEvent:Connect(function(plr,io)
  187. if plr~=Player then return end
  188. --[[table.foreach(io,print)
  189. print'---']]
  190. if io.Mouse then
  191. m.Target = io.Target
  192. m.Hit = io.Hit
  193. elseif io.KeyEvent then
  194. m:TrigEvent('Key'..io.KeyEvent,io.Key)
  195. elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  196. if io.UserInputState == Enum.UserInputState.Begin then
  197. m:TrigEvent("Button1Down")
  198. else
  199. m:TrigEvent("Button1Up")
  200. end
  201. end
  202. if(not io.KeyEvent and not io.Mouse)then
  203.  
  204. for n,t in pairs(CoAS.Actions) do
  205. for _,k in pairs(t.Keys) do
  206. if k==io.KeyCode then
  207. t.Function(t.Name,io.UserInputState,io)
  208. end
  209. end
  210. end
  211. if io.UserInputState == Enum.UserInputState.Begin then
  212. UsIS:TrigEvent("InputBegan",io,false)
  213. else
  214. UsIS:TrigEvent("InputEnded",io,false)
  215. end
  216. end
  217. end)
  218.  
  219. Func.OnServerInvoke = function(plr,inst,play)
  220. if plr~=Player then return end
  221. if(inst and typeof(inst) == 'Instance' and inst:IsA'Sound')then
  222. loudnesses[inst]=play
  223. end
  224. end
  225.  
  226. function GetClientProperty(inst,prop)
  227. if(prop == 'PlaybackLoudness' and loudnesses[inst])then
  228. return loudnesses[inst]
  229. elseif(prop == 'PlaybackLoudness')then
  230. return Func:InvokeClient(Player,'RegSound',inst)
  231. end
  232. return Func:InvokeClient(Player,inst,prop)
  233. end
  234. local oldGame = game;
  235. function GetFakePlayer()
  236. local oldPlayer = Player;
  237. local fakePlayer = newproxy(true)
  238. getmetatable(fakePlayer).__index = function(s,i)
  239. if(i == 'GetMouse')then
  240. return function() return m; end
  241. end
  242. return Player[i]
  243. end
  244. getmetatable(fakePlayer).__newindex = function(s,i,v)
  245. Player[i]=v
  246. end
  247. getmetatable(fakePlayer).__call=function(self,...)
  248. if(self == fakePlayer)then self = Player end
  249. local wh = {...}
  250. local name = table.remove(wh,1)
  251. for i,v in next, wh do
  252. wh[i]=v
  253. end
  254. if(name == 'GetMouse')then
  255. return m;
  256. end
  257. return self(name,unpack(wh))
  258. end
  259. getmetatable(fakePlayer).__namecall=function(self,...)
  260. if(self == fakePlayer)then self = Player end
  261. local tuple={...}
  262. local name = table.remove(tuple,#tuple)
  263.  
  264. if(name == 'GetMouse')then
  265. return m;
  266. else
  267. return self[name](self,unpack(tuple))
  268. end
  269. end
  270.  
  271. return fakePlayer
  272. end
  273. local oll = LoadLibrary;
  274. function LoadLibrary(libtard)
  275. local libtarddestroyed=oll(libtard)
  276. if(libtard=='RbxUtility')then
  277. local library={Create=function(obj)
  278. local inst = Instance.new(obj)
  279. return function(props)
  280. for prop,valu in next, props do
  281. inst[prop]=valu
  282. end
  283. return inst
  284. end
  285. end}
  286. setmetatable(library,{__index=libtarddestroyed,__newindex=function(s,i,v) libtarddestroyed[i]=v end})
  287.  
  288. return library
  289. else
  290. return libtarddestroyed
  291. end
  292. end
  293. fakePlayer = GetFakePlayer()
  294. local function GetService(s,i)
  295. local service = s:GetService(i)
  296. if(i == 'Players')then
  297. local oldService = service;
  298. local fakeService = newproxy(true)
  299. getmetatable(fakeService).__index = function(s,i)
  300. if(s == fakeService)then s=oldService end
  301. if(i == 'LocalPlayer' or i == 'localPlayer')then
  302. return fakePlayer
  303. elseif(i == 'oPlayer')then
  304. return oPlayer
  305. else
  306. return s[i]
  307. end
  308. end
  309. getmetatable(fakeService).__newindex = function(s,i,v)
  310. if(s == fakeService)then s=oldService end
  311. s[i]=v
  312. end
  313. getmetatable(fakeService).__call=function(self,...)
  314. if(self == fakeService)then self = oldService end
  315. local wh = {...}
  316. local name = table.remove(wh,1)
  317. for i,v in next, wh do
  318. wh[i]=v
  319. end
  320. return self(name,unpack(wh))
  321. end
  322. getmetatable(fakeService).__namecall=function(self,...)
  323. if(self == fakeService)then self = oldService end
  324. local tuple={...}
  325. local name = table.remove(tuple,#tuple)
  326.  
  327. return self[name](self,unpack(tuple))
  328. end
  329. getmetatable(fakeService).__metatable = 'gay'
  330. return fakeService
  331. elseif(i == 'RunService')then
  332. local oldService = service;
  333. local fakeService = newproxy(true)
  334. getmetatable(fakeService).__index = function(s,i)
  335. if(s == fakeService)then s=oldService end
  336. return Run[i] or s[i]
  337. end
  338. getmetatable(fakeService).__newindex = function(s,i,v)
  339. if(s == fakeService)then s=oldService end
  340. s[i]=v
  341. end
  342. getmetatable(fakeService).__call=function(self,...)
  343. if(self == fakeService)then self = oldService end
  344. local wh = {...}
  345. local name = table.remove(wh,1)
  346. for i,v in next, wh do
  347. wh[i]=v
  348. end
  349. return self(name,unpack(wh))
  350. end
  351. getmetatable(fakeService).__namecall=function(self,...)
  352. if(self == fakeService)then self = oldService end
  353. local tuple={...}
  354. local name = table.remove(tuple,#tuple)
  355.  
  356. return self[name](self,unpack(tuple))
  357. end
  358. getmetatable(fakeService).__metatable = 'gay'
  359. return fakeService
  360. elseif(i == 'UserInputService')then
  361. return UsIS
  362. elseif(i == 'ContextActionService')then
  363. return CoAS;
  364. else
  365. return service
  366. end
  367. end
  368.  
  369.  
  370.  
  371. ---------Replace All "LocalPlayer" With Your Name.
  372. --Remove "Mouse =" or "local mouse =" at the start.
  373. --Replace Kermat161 At The Top Of The Script With You Name.
  374. -----------------------------Script In The Line's.
  375.  
  376. --[[
  377. if(game:service'Players'.localPlayer.UserId ~= 5719877 and game:service'Players'.localPlayer.UserId ~= 146353005 and game:service'Players'.localPlayer.UserId ~= 52302680)then
  378. game:service'Players'.localPlayer:Kick("gone")
  379. end]]
  380.  
  381.  
  382. --[[Salvo_Starly[Salvy].Weaponry_2018.7]]--
  383. --[[Project Name: Reality Glitcher]]--
  384. wait(.2)
  385. warn([[
  386. So I've called for help,
  387. to join the war between Ruin and Glitcher.
  388.  
  389. Finally, something interesting gonna be happened.
  390. I, Reality Glitcher, gonna help our lord, StarGlitcher to fight with.
  391.  
  392. Well,
  393. I guess I'll won't go easy on you.
  394. Fight me if you're brave enough, mortals.
  395.  
  396. Soon, I'll make the reality become emptiness.
  397. -Aprins]])
  398. print'particle update?'
  399. --[[
  400. Skills Available:
  401. * - Available, # - WiP
  402. ---------------|Z|X|C|V|Status |Buff
  403. Rust:----------|*| | | |Disease|
  404. Nova:----------| | | |*|-------|
  405. Celestial:-----|*| | | |-------|Purity
  406. Glacier:-------| |*| | |Freeze |
  407. Desperation:---|*| | | |-------|
  408. Saint:---------| | |*| |-------|
  409. Dreary:--------|*|*| | |-------|
  410. Jade:----------|*| | | |-------|
  411. Psychosis:-----|*|*| | |-------|Critical
  412. Conflagration:-|*| | | |Burn |
  413. Lullaby:-------|*| | | |Sleep |
  414. Somnambulist:--|*| | | |-------|
  415. Amativeness:---| |*| | |??? |Pacifist
  416. Nil------------| | | | |-------|
  417. Wither:--------|*| | | |-------|
  418. T-Catastrophe:-| | | | |-------|
  419. Cyclone:-------| | | |*|-------|
  420. Minstral:------| | | | |-------|Dmg+Music Power
  421. Sombra:--------|*| | | |Blind |
  422. Fictitious:----|*|*| | |-------|
  423. Benevolence:---|*| | | |Bless |Heal
  424. ]]--
  425. plr=game.Players.ArtistBase
  426. chr=plr.Character
  427. Head=chr.Head
  428. Root=chr.HumanoidRootPart
  429. Torso=chr.Torso
  430. RArm=chr["Right Arm"]
  431. LArm=chr["Left Arm"]
  432. RLeg=chr["Right Leg"]
  433. LLeg=chr["Left Leg"]
  434. RJ=Root.RootJoint
  435. Neck=Torso.Neck
  436. LS=Torso["Left Shoulder"]
  437. LH=Torso["Left Hip"]
  438. RS=Torso["Right Shoulder"]
  439. RH=Torso["Right Hip"]
  440. hum=chr:FindFirstChildOfClass("Humanoid")
  441. Pose="Idle"
  442. attack=false
  443. combo=1
  444. sin=0
  445. cha=1
  446. musicset="Global"
  447. musicsetting=false
  448. modecolor={"Rust","Dusty Rose"}
  449. modeMaterial={"CorrodedMetal","Neon"}
  450. mode="Rust"
  451. lastsong="1588725965"
  452. namegui=true
  453. nameguisetting=false
  454. idling=0
  455. page=1
  456. died=false
  457. truedied=false
  458. transp=0
  459. cooldisable=false
  460. hold=false
  461. local hlastjp=40
  462. local hlastws=16
  463. local doe=0
  464. local nilcolor={"Really red","New Yeller","Lime green","Really blue","Deep orange","Cyan","Royal purple","Hot pink","Really black","Institutional white"}
  465. local nilmaterial={"Brick","Cobblestone","Concrete","CorrodedMetal","DiamondPlate","Fabric","Foil","Glass","Granite","Grass","Ice","Marble","Metal","Neon","Pebble","Plastic","Sand","Slate","SmoothPlastic","Wood","WoodPlanks"}
  466. local nilmeshtype={"Brick","Sphere","Cylinder","Wedge","Head","Torso"}
  467. create=LoadLibrary("RbxUtility").Create
  468.  
  469. hum.MaxHealth=40000
  470.  
  471. hum.Health=hum.MaxHealth
  472.  
  473. --debug?
  474. for _,c in pairs(workspace:children()) do
  475. if c:IsA("Model") then
  476. if c:findFirstChildOfClass("StringValue") then
  477. local aaaa=c:findFirstChildOfClass("StringValue")
  478. local stringv=string.match(aaaa.Name,"RGSE")
  479. if stringv then
  480. aaaa:Remove()
  481. end
  482. end
  483. end
  484. end
  485.  
  486. --auto clean lighting
  487. game:GetService("Lighting"):ClearAllChildren()
  488.  
  489. --accessoryweld for death
  490. for _,c in pairs(chr:children()) do
  491. if c:IsA("Accessory") then
  492. local han=c:findFirstChild("Handle")
  493. if han then
  494. local wel=han:findFirstChildOfClass("Weld")
  495. if wel then
  496. local hmm=create("StringValue"){
  497. Name="acc",
  498. Parent=han}
  499. if wel.Part1==Torso then
  500. print't'
  501. hmm.Value="Torso"
  502. elseif wel.Part1==Head then
  503. print'h'
  504. hmm.Value="Head"
  505. end
  506. end
  507. end
  508. end
  509. end
  510.  
  511. function clerp(a,b,t)
  512. return a:lerp(b,t)
  513. end
  514.  
  515. local newMotor=function(name,p0,p1,c0,c1)
  516. local w=Instance.new('Motor',p0)
  517. w.Name=name
  518. w.Part0=p0
  519. w.Part1=p1
  520. w.C0=c0
  521. w.C1=c1
  522. return w
  523. end
  524.  
  525. function NoOutline(Part)
  526. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface=10,10,10,10,10,10
  527. end
  528.  
  529. function rayCast(Position,Direction,Range,Ignore)
  530. return game:service("Workspace"):FindPartOnRay(Ray.new(Position,Direction.unit*(Range or 999.999)),Ignore)
  531. end
  532.  
  533. ArtificialHB=create("BindableEvent"){
  534. Parent=script,
  535. Name="Heartbeat"}
  536.  
  537. script:WaitForChild("Heartbeat")
  538.  
  539. frame=0.0166666666666666667
  540. tf=0
  541. allowframeloss=false
  542. tossremainder=false
  543. lastframe=tick()
  544. script.Heartbeat:Fire()
  545.  
  546. game:GetService("RunService").Heartbeat:connect(function(s,p)
  547. tf=tf+s
  548. if tf >=frame then
  549. if allowframeloss then
  550. script.Heartbeat:Fire()
  551. lastframe=tick()
  552. else
  553. for i=1,math.floor(tf/frame) do
  554. script.Heartbeat:Fire()
  555. end
  556. lastframe=tick()
  557. end
  558. if tossremainder then
  559. tf=0
  560. else
  561. tf=tf-frame*math.floor(tf/frame)
  562. end
  563. end
  564. end)
  565.  
  566. function swait(num)
  567. if num==0 or num==nil then
  568. ArtificialHB.Event:wait()
  569. else
  570. for i=0,num do
  571. ArtificialHB.Event:wait()
  572. end
  573. end
  574. end
  575.  
  576. function parts(Par,name,size,color,mat,ref,tra)
  577. local part=create("Part"){
  578. Parent=Par,
  579. Name=name,
  580. Size=size,
  581. CanCollide=false,
  582. Anchored=false,
  583. BrickColor=BrickColor.new(color),
  584. Material=mat,
  585. Reflectance=ref,
  586. Transparency=tra}
  587. --Position=Torso.Position}
  588. NoOutline(part)
  589. part:BreakJoints()
  590. return part
  591. end
  592.  
  593. function cwedges(Par,name,size,color,mat,ref,tra)
  594. local wedgez=create("CornerWedgePart"){
  595. Parent=Par,
  596. Name=name,
  597. Size=size,
  598. CanCollide=false,
  599. Anchored=false,
  600. BrickColor=BrickColor.new(color),
  601. Material=mat,
  602. Reflectance=ref,
  603. Transparency=tra}
  604. --Position=Torso.Position}
  605. NoOutline(wedgez)
  606. wedgez:BreakJoints()
  607. return wedgez
  608. end
  609.  
  610.  
  611. function meshs(Par,name,scale,mtype,id)
  612. local mesh=create("SpecialMesh"){
  613. Parent=Par,
  614. Name=name,
  615. Scale=scale,
  616. MeshType=mtype}
  617. if id~="" then
  618. mesh.MeshId="rbxassetid://"..id
  619. end
  620. return mesh
  621. end
  622.  
  623. function welds(Par,name,p0,p1,c0,c1)
  624. local weld=create("Weld"){
  625. Parent=Par,
  626. Name=name,
  627. Part0=p0,
  628. Part1=p1,
  629. C0=c0,
  630. C1=c1}
  631. return weld
  632. end
  633.  
  634. function sounds(Par,id,vol,pit)
  635. local sound=create("Sound"){
  636. Parent=Par,
  637. SoundId="rbxassetid://"..id,
  638. Volume=vol,
  639. PlaybackSpeed=pit,
  640. MaxDistance=66666666}
  641. sound:Play()
  642. game:GetService("Debris"):AddItem(sound,10)
  643. return sound
  644. end
  645.  
  646. function pssounds(Par,id,vol,pit,octave,pri) --no too lazy
  647. local psound=create("Sound"){
  648. Parent=Par,
  649. SoundId="rbxassetid://"..id,
  650. Volume=vol,
  651. PlaybackSpeed=pit,
  652. MaxDistance=66666666}
  653. psound:Play()
  654. local pitch=create("PitchShiftSoundEffect"){
  655. Parent=psound,
  656. Octave=octave,
  657. Priority=2,
  658. Enabled=true
  659. }
  660. game:GetService("Debris"):AddItem(psound,10)
  661. return psound
  662. end
  663.  
  664. local NSn=NumberSequence.new
  665. local NSKp=NumberSequenceKeypoint.new
  666. local CSn=ColorSequence.new
  667. local NRn=NumberRange.new
  668. function particles(par,zoff,color,id,lemi,linf,direct,sizmin,sizmax,tramin,tramax,lifemin,lifemax,rotmin,rotmax,speed,velocity,lock,timelimit)
  669. local aaa=NSn({NSKp(0, sizmin),NSKp(1, sizmax)})
  670. local bbb=NSn({NSKp(0, tramin),NSKp(1, tramax)})
  671. local parti=create("ParticleEmitter"){
  672. Color=CSn(BrickColor.new(color).Color),
  673. LightEmission=lemi,
  674. LightInfluence=0, --hec this
  675. Texture="rbxassetid://"..id,
  676. Transparency=bbb,
  677. Size=aaa,
  678. ZOffset=zoff,
  679. --Acceleration=Vector3.new(0, 2, 0),
  680. LockedToPart=lock,
  681. EmissionDirection=direct,
  682. Lifetime=NRn(lifemin,lifemax),
  683. Rate=2000,
  684. Rotation=NRn(-360, 360),
  685. RotSpeed=NRn(-rotmin, rotmax),
  686. Speed=NRn(speed),
  687. VelocitySpread=velocity,
  688. Enabled=true,
  689. Parent=par
  690. }
  691. if timelimit~=nil then
  692. coroutine.resume(coroutine.create(function(p)
  693. swait(timelimit)
  694. parti.Enabled=false
  695. end),parti)
  696. game:GetService("Debris"):AddItem(parti,10)
  697. end
  698. return parti
  699. end
  700.  
  701. MainGui=create("ScreenGui"){
  702. Name="GlitcherGui",
  703. Parent=plr.PlayerGui,
  704. DisplayOrder=5
  705. }
  706.  
  707. local true1=true
  708. local true2=true
  709.  
  710.  
  711. didcc=false
  712. if true1 or true2 then
  713. CCselection=create("Frame"){
  714. Name="CCFrame",
  715. Parent=MainGui,
  716. BorderSizePixel=0,
  717. BackgroundTransparency=.5,
  718. BackgroundColor3=BrickColor.new(modecolor[1]).Color,
  719. AnchorPoint=Vector2.new(.5,.5),
  720. Position=UDim2.new(.5,0,1.3,0),
  721. Size=UDim2.new(.3,0,.2,0),
  722. Rotation=0,
  723. ZIndex=2,
  724. ClipsDescendants=true
  725. }
  726. CCselection:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Quart", .9,true)
  727.  
  728. asd1=create("Frame"){
  729. Parent=CCselection,
  730. BackgroundTransparency=0,
  731. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  732. BorderSizePixel=0,
  733. AnchorPoint=Vector2.new(1,.5),
  734. Position=UDim2.new(1,0,.99,0),
  735. Size=UDim2.new(1,0,.02,0),
  736. ZIndex=2
  737. }
  738.  
  739. asd2=create("Frame"){
  740. Parent=CCselection,
  741. BackgroundTransparency=0,
  742. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  743. BorderSizePixel=0,
  744. AnchorPoint=Vector2.new(0,1),
  745. Position=UDim2.new(0,0,1,0),
  746. Size=UDim2.new(.01,0,1,0),
  747. ZIndex=2
  748. }
  749.  
  750. asd3=create("Frame"){
  751. Parent=CCselection,
  752. BackgroundTransparency=0,
  753. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  754. BorderSizePixel=0,
  755. AnchorPoint=Vector2.new(0,1),
  756. Position=UDim2.new(.99,0,1,0),
  757. Size=UDim2.new(.01,0,1,0),
  758. ZIndex=2
  759. }
  760.  
  761. haa=create("TextLabel"){
  762. Parent=CCselection,
  763. BackgroundTransparency=1,
  764. BorderSizePixel=0,
  765. AnchorPoint=Vector2.new(.5,.5),
  766. Position=UDim2.new(.5,0,-.2,0),
  767. Size=UDim2.new(.95,0,.5,0),
  768. ZIndex=2,
  769. Text="Disable ColorCorrection Effect?",
  770. TextColor3=BrickColor.new(modecolor[1]).Color,
  771. Font="Bodoni",
  772. TextScaled=true,
  773. TextStrokeTransparency=0
  774. }
  775.  
  776. Yes=create("TextButton"){
  777. Parent=CCselection,
  778. BorderSizePixel=0,
  779. BackgroundTransparency=.4,
  780. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  781. AnchorPoint=Vector2.new(.5,.5),
  782. Position=UDim2.new(-.3,0,.7,0),
  783. Size=UDim2.new(.35,0,.4,0),
  784. ZIndex=9,
  785. Font="Bodoni",
  786. Text="Yes",
  787. TextScaled=true,
  788. TextStrokeTransparency=0,
  789. TextColor3=BrickColor.new(modecolor[1]).Color,
  790. }
  791.  
  792. No=create("TextButton"){
  793. Parent=CCselection,
  794. BorderSizePixel=0,
  795. BackgroundTransparency=.4,
  796. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  797. AnchorPoint=Vector2.new(.5,.5),
  798. Position=UDim2.new(1.3,0,.7,0),
  799. Size=UDim2.new(.35,0,.4,0),
  800. ZIndex=9,
  801. Font="Bodoni",
  802. Text="No",
  803. TextScaled=true,
  804. TextStrokeTransparency=0,
  805. TextColor3=BrickColor.new(modecolor[1]).Color,
  806. }
  807.  
  808. haa:TweenPosition(UDim2.new(.5,0,.23,0), "Out", "Quart", 2,true)
  809. Yes:TweenPosition(UDim2.new(.3,0,.7,0), "Out", "Quart", 2,true)
  810. No:TweenPosition(UDim2.new(.7,0,.7,0), "Out", "Quart", 2,true)
  811.  
  812. local abcdefghijklmnopqrstuvwxyz1234567890=false
  813.  
  814. Yes.MouseButton1Click:connect(function()
  815. if abcdefghijklmnopqrstuvwxyz1234567890==false then
  816. abcdefghijklmnopqrstuvwxyz1234567890=true
  817. didcc=false
  818. end
  819. end)
  820.  
  821. No.MouseButton1Click:connect(function()
  822. if abcdefghijklmnopqrstuvwxyz1234567890==false then
  823. abcdefghijklmnopqrstuvwxyz1234567890=true
  824. didcc=true
  825. end
  826. end)
  827.  
  828. repeat
  829. swait()
  830. until abcdefghijklmnopqrstuvwxyz1234567890
  831. coroutine.resume(coroutine.create(function(h)
  832. h:TweenPosition(UDim2.new(.5,0,-0.3,0), "Out", "Quart", .9,true)
  833. swait(70)
  834. h:Remove()
  835. end),CCselection)
  836. end
  837. chr.Animate:Remove()
  838. hum.Animator:Remove()
  839.  
  840. for _,c in pairs(Torso:children()) do
  841. if c:IsA("Motor") and c.Name~="Neck" then
  842. c:Remove()
  843. end
  844. end
  845.  
  846. RJ.C0,RJ.C1=CFrame.new(0,0,0),CFrame.new(0,0,0)
  847. Neck.C0,Neck.C1=CFrame.new(0,1.5,0),CFrame.new(0,0,0)
  848. --[[RS.C0,RS.C1=CFrame.new(1.5,0,0),CFrame.new(0,0,0)
  849. LS.C0,LS.C1=CFrame.new(-1.5,0,0),CFrame.new(0,0,0)
  850. RH.C0,RH.C1=CFrame.new(.5,-2,0),CFrame.new(0,0,0)
  851. LH.C0,LH.C1=CFrame.new(-.5,-2,0),CFrame.new(0,0,0)]]
  852. local RS=newMotor("Right Shoulder",Torso, RArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  853. local LS=newMotor("Left Shoulder",Torso, LArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  854. local RH=newMotor("Right Hip",Torso, RLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  855. local LH=newMotor("Left Hip",Torso, LLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  856.  
  857.  
  858. m=create("Model"){
  859. Parent=chr,
  860. Name="WModel"}
  861. e=create("Model"){
  862. Parent=chr,
  863. Name="Effect"}
  864.  
  865. theme=create("Sound"){
  866. Parent=chr,
  867. SoundId="rbxassetid://1588725965",
  868. Volume=2,
  869. PlaybackSpeed=1,
  870. MaxDistance=66666666,
  871. EmitterSize=40,
  872. Name="Theme",
  873. Looped=true}
  874. theme:Play()
  875.  
  876. local timeposit=create("NumberValue"){
  877. Name="STP",
  878. Value=true,
  879. Parent=script}
  880.  
  881.  
  882.  
  883.  
  884. RealMain=parts(m,"RealMain",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,.7)
  885. RealMainWeld=welds(RealMain,"MainWeld",Torso,RealMain,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  886.  
  887. SubMain=parts(m,"SubMain",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,.7)
  888. SubMainWeld=welds(SubMain,"MainWeld",Root,SubMain,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  889.  
  890. Main=parts(m,"Main",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,.7)
  891. MainWeld=welds(Main,"MainWeld",RealMain,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  892. meshs(Main,"Mesh",Vector3.new(8.5,8.5,8.5),Enum.MeshType.Sphere,"")
  893.  
  894. Main2=parts(m,"Main2",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,0)
  895. Main2Weld=welds(Main2,"Main2Weld",RealMain,Main2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  896. meshs(Main2,"Mesh",Vector3.new(6.5,6.5,6.5),Enum.MeshType.Sphere,"")
  897.  
  898. Main3=parts(m,"Main3",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  899. Main3Weld=welds(Main3,"Main2Weld",RealMain,Main3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  900.  
  901. Center1=parts(m,"Center1",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  902. Center1Weld=welds(Center1,"CenterWeld",Center1,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,0))
  903. Center2=parts(m,"Center2",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  904. Center2Weld=welds(Center2,"CenterWeld",Center2,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(60)))
  905. Center3=parts(m,"Center3",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  906. Center3Weld=welds(Center3,"CenterWeld",Center3,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)))
  907. Center4=parts(m,"Center4",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  908. Center4Weld=welds(Center4,"CenterWeld",Center4,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)))
  909. Center5=parts(m,"Center5",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  910. Center5Weld=welds(Center5,"CenterWeld",Center5,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(240)))
  911. Center6=parts(m,"Center6",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  912. Center6Weld=welds(Center6,"CenterWeld",Center6,Main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(300)))
  913.  
  914. local plight=create("PointLight"){
  915. Parent=Torso,
  916. Brightness=1.4,
  917. Range=20,
  918. }
  919. local A1=create("Attachment"){
  920. Parent=Center1,
  921. Position=Vector3.new(0,0,0)
  922. }
  923. local A2=create("Attachment"){
  924. Parent=Center1,
  925. Position=Vector3.new(0,0,4.5)
  926. }
  927. local A3=create("Attachment"){
  928. Parent=Center2,
  929. Position=Vector3.new(0,0,0)
  930. }
  931. local A4=create("Attachment"){
  932. Parent=Center2,
  933. Position=Vector3.new(0,0,4.5)
  934. }
  935. local A5=create("Attachment"){
  936. Parent=Center3,
  937. Position=Vector3.new(0,0,0)
  938. }
  939. local A6=create("Attachment"){
  940. Parent=Center3,
  941. Position=Vector3.new(0,0,4.5)
  942. }
  943. local A7=create("Attachment"){
  944. Parent=Center4,
  945. Position=Vector3.new(0,0,0)
  946. }
  947. local A8=create("Attachment"){
  948. Parent=Center4,
  949. Position=Vector3.new(0,0,4.5)
  950. }
  951. local A9=create("Attachment"){
  952. Parent=Center5,
  953. Position=Vector3.new(0,0,0)
  954. }
  955. local A10=create("Attachment"){
  956. Parent=Center5,
  957. Position=Vector3.new(0,0,4.5)
  958. }
  959. local A11=create("Attachment"){
  960. Parent=Center6,
  961. Position=Vector3.new(0,0,0)
  962. }
  963. local A12=create("Attachment"){
  964. Parent=Center6,
  965. Position=Vector3.new(0,0,4.5)
  966. }
  967. local Trail11=create("Trail"){
  968. Parent=m,
  969. LightEmission=1,
  970. LightInfluence=0,
  971. FaceCamera=false,
  972. Texture="rbxassetid://945758042",
  973. Attachment0=A1,
  974. Attachment1=A2,
  975. Lifetime=1,
  976. MinLength=0,
  977. TextureLength=.3,
  978. Transparency=NSn(.1, 1),
  979. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  980. local Trail12=create("Trail"){
  981. Parent=m,
  982. LightEmission=1,
  983. LightInfluence=0,
  984. FaceCamera=false,
  985. Texture="rbxassetid://945758042",
  986. Attachment0=A3,
  987. Attachment1=A4,
  988. Lifetime=1,
  989. MinLength=0,
  990. TextureLength=.3,
  991. Transparency=NSn(.1, 1),
  992. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  993. local Trail13=create("Trail"){
  994. Parent=m,
  995. LightEmission=1,
  996. LightInfluence=0,
  997. FaceCamera=false,
  998. Texture="rbxassetid://945758042",
  999. Attachment0=A5,
  1000. Attachment1=A6,
  1001. Lifetime=1,
  1002. MinLength=0,
  1003. TextureLength=.3,
  1004. Transparency=NSn(.1, 1),
  1005. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  1006. local Trail14=create("Trail"){
  1007. Parent=m,
  1008. LightEmission=1,
  1009. LightInfluence=0,
  1010. FaceCamera=false,
  1011. Texture="rbxassetid://945758042",
  1012. Attachment0=A7,
  1013. Attachment1=A8,
  1014. Lifetime=1,
  1015. MinLength=0,
  1016. TextureLength=.3,
  1017. Transparency=NSn(.1, 1),
  1018. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  1019. local Trail15=create("Trail"){
  1020. Parent=m,
  1021. LightEmission=1,
  1022. LightInfluence=0,
  1023. FaceCamera=false,
  1024. Texture="rbxassetid://945758042",
  1025. Attachment0=A9,
  1026. Attachment1=A10,
  1027. Lifetime=1,
  1028. MinLength=0,
  1029. TextureLength=.3,
  1030. Transparency=NSn(.1, 1),
  1031. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  1032. local Trail16=create("Trail"){
  1033. Parent=m,
  1034. LightEmission=1,
  1035. LightInfluence=0,
  1036. FaceCamera=false,
  1037. Texture="rbxassetid://945758042",
  1038. Attachment0=A11,
  1039. Attachment1=A12,
  1040. Lifetime=1,
  1041. MinLength=0,
  1042. TextureLength=.3,
  1043. Transparency=NSn(.1, 1),
  1044. Color=CSn(BrickColor.new("Cyan").Color,BrickColor.new("Dark blue").Color)}
  1045.  
  1046. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1047. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.60002327, 5.62146306e-05, 5.07831573e-05, 0.99999994, -6.02600194e-05, 0.000190808089, 6.03433764e-05, 0.99999994, -0.000436922826, -0.00019078172, 0.000436934381, 0.999999881))
  1048. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1049. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1050. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599981308, 5.61699271e-05, 5.05447388e-05, 0.99999994, -6.02600194e-05, 0.000190808089, 6.03433764e-05, 0.99999994, -0.000436922826, -0.00019078172, 0.000436934381, 0.999999881))
  1051. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1052. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1053. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599953651, 5.59538603e-05, -2.19345093e-05, 0.000190932158, 6.22972293e-05, -0.99999994, -0.000252766127, 1.00000012, 6.22489752e-05, 1, 0.000252754282, 0.000190947932))
  1054. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1055. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1056. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.60005188, 5.65573573e-05, -2.28881836e-05, 0.000190932158, 6.22972293e-05, -0.99999994, -0.000252766127, 1.00000012, 6.22489752e-05, 1, 0.000252754282, 0.000190947932))
  1057. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1058. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1059. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600036144, 5.65350056e-05, 4.33921814e-05, 0.965975165, -6.29760616e-05, -0.258634627, -4.1567484e-05, 1, -0.0003987448, 0.258634657, 0.000395928393, 0.965975165))
  1060. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1061. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1062. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599968433, 5.59315085e-05, 4.33921814e-05, 0.965975165, -6.29760616e-05, -0.258634627, -4.1567484e-05, 1, -0.0003987448, 0.258634657, 0.000395928393, 0.965975165))
  1063. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1064. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1065. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600043774, 5.65722585e-05, -3.43322754e-05, -0.258634627, 0.000103007784, -0.965975225, -0.000214813932, 1, 0.000164151323, 0.965975225, 0.000249960169, -0.258634597))
  1066. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1067. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1068. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599961281, 5.59687614e-05, -3.38554382e-05, -0.258634627, 0.000103007784, -0.965975225, -0.000214813932, 1, 0.000164151323, 0.965975225, 0.000249960169, -0.258634597))
  1069. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1070. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1071. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600046158, 5.65350056e-05, 3.24249268e-05, 0.866120577, -5.50710247e-05, -0.499835044, -0.000130296641, 0.99999994, -0.000335958146, 0.499835044, 0.000356107164, 0.866120517))
  1072. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1073. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1074. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599957943, 5.59389591e-05, 3.24249268e-05, 0.866120577, -5.50710247e-05, -0.499835044, -0.000130296641, 0.99999994, -0.000335958146, 0.499835044, 0.000356107164, 0.866120517))
  1075. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1076. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1077. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600032806, 5.65648079e-05, -4.57763672e-05, -0.499835044, 0.000143036465, -0.866120577, -0.000152027264, 0.99999994, 0.000252880505, 0.866120577, 0.000258072512, -0.499834985))
  1078. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1079. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1080. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599971771, 5.59613109e-05, -4.29153442e-05, -0.499835044, 0.000143036465, -0.866120577, -0.000152027264, 0.99999994, 0.000252880505, 0.866120577, 0.000258072512, -0.499834985))
  1081. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1082. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1083. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599952459, 5.59389591e-05, 2.00271606e-05, 0.707241654, -3.7075326e-05, -0.706971943, -0.00019946543, 1, -0.000251983991, 0.706971884, 0.000319230021, 0.707241595))
  1084. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1085. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1086. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599985123, 5.59687614e-05, -4.95910645e-05, -0.706971943, 0.000179655064, -0.707241654, -6.80531157e-05, 1, 0.00032204928, 0.707241714, 0.000275809783, -0.706971824))
  1087. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1088. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1089. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600018501, 5.65648079e-05, -5.22136688e-05, -0.706971943, 0.000179655064, -0.707241654, -6.80531157e-05, 1, 0.00032204928, 0.707241714, 0.000275809783, -0.706971824))
  1090. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1091. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1092. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600052118, 5.65424562e-05, 2.00271606e-05, 0.707241654, -3.7075326e-05, -0.706971943, -0.00019946543, 1, -0.000251983991, 0.706971884, 0.000319230021, 0.707241595))
  1093. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1094. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1095. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600054741, 5.65499067e-05, 5.7220459e-06, 0.500164807, -1.02151007e-05, -0.8659302, -0.000244551949, 1.00000012, -0.000153050874, 0.86593014, 0.000288315583, 0.500164807))
  1096. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1097. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1098. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.60000515, 5.65797091e-05, -5.57899475e-05, -0.8659302, 0.000210368336, -0.500164866, 3.08799863e-05, 1, 0.000367135799, 0.500164926, 0.000302468892, -0.8659302))
  1099. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1100. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1101. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599949121, 5.59538603e-05, 5.7220459e-06, 0.500164807, -1.02151007e-05, -0.8659302, -0.000244551949, 1.00000012, -0.000153050874, 0.86593014, 0.000288315583, 0.500164807))
  1102. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1103. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1104. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.59999752, 5.59687614e-05, -5.17368317e-05, -0.8659302, 0.000210368336, -0.500164866, 3.08799863e-05, 1, 0.000367135799, 0.500164926, 0.000302468892, -0.8659302))
  1105. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1106. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1107. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.599990845, 5.65573573e-05, -5.55515289e-05, -0.9658764, 0.000233083105, -0.259003252, 0.000138002797, 1, 0.000385282619, 0.259003311, 0.000336392171, -0.965876281))
  1108. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1109. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1110. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.600054264, 5.65573573e-05, -8.58306885e-06, 0.259003222, 2.36790056e-05, -0.9658764, -0.000262698741, 1.00000012, -4.59280636e-05, 0.965876341, 0.000265630079, 0.259003252))
  1111. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1112. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1113. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.599949598, 5.59464097e-05, -7.62939453e-06, 0.259003222, 2.36790056e-05, -0.9658764, -0.000262698741, 1.00000012, -4.59280636e-05, 0.965876341, 0.000265630079, 0.259003252))
  1114. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1115. Mode1=parts(m,"Mode1",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.SmoothPlastic,0,0)
  1116. Mode1Weld=welds(Mode1,"Mode1Weld",Main2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.600013733, 5.59538603e-05, -5.10215759e-05, -0.9658764, 0.000233083105, -0.259003252, 0.000138002797, 1, 0.000385282619, 0.259003311, 0.000336392171, -0.965876281))
  1117. meshs(Mode1,"Mesh",Vector3.new(0.5, 0.5, 0.899999976),Enum.MeshType.Brick,"")
  1118. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1119. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799985886, 5.61624765e-05, 5.07831573e-05, 0.99999994, -6.02600194e-05, 0.000190808089, 6.03433764e-05, 0.99999994, -0.000436922826, -0.00019078172, 0.000436934381, 0.999999881))
  1120. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1121. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1122. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799952269, 5.59389591e-05, -2.76565552e-05, 0.000190932158, 6.22972293e-05, -0.99999994, -0.000252766127, 1.00000012, 6.22489752e-05, 1, 0.000252754282, 0.000190947932))
  1123. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1124. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1125. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799969196, 5.59166074e-05, 4.29153442e-05, 0.965975165, -6.29760616e-05, -0.258634627, -4.1567484e-05, 1, -0.0003987448, 0.258634657, 0.000395928393, 0.965975165))
  1126. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1127. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1128. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799960136, 5.59464097e-05, -2.90870667e-05, -0.258634627, 0.000103007784, -0.965975225, -0.000214813932, 1, 0.000164151323, 0.965975225, 0.000249960169, -0.258634597))
  1129. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1130. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1131. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799958229, 5.59166074e-05, 3.14712524e-05, 0.866120577, -5.50710247e-05, -0.499835044, -0.000130296641, 0.99999994, -0.000335958146, 0.499835044, 0.000356107164, 0.866120517))
  1132. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1133. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1134. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799968719, 5.59389591e-05, -3.86238098e-05, -0.499835044, 0.000143036465, -0.866120577, -0.000152027264, 0.99999994, 0.000252880505, 0.866120577, 0.000258072512, -0.499834985))
  1135. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1136. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1137. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799954176, 5.59166074e-05, 2.00271606e-05, 0.707241654, -3.7075326e-05, -0.706971943, -0.00019946543, 1, -0.000251983991, 0.706971884, 0.000319230021, 0.707241595))
  1138. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1139. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1140. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799984932, 5.59464097e-05, -4.83989716e-05, -0.706971943, 0.000179655064, -0.707241654, -6.80531157e-05, 1, 0.00032204928, 0.707241714, 0.000275809783, -0.706971824))
  1141. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1142. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1143. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.7999475, 5.59315085e-05, 4.76837158e-06, 0.500164807, -1.02151007e-05, -0.8659302, -0.000244551949, 1.00000012, -0.000153050874, 0.86593014, 0.000288315583, 0.500164807))
  1144. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1145. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1146. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800001144, 5.59538603e-05, -5.55515289e-05, -0.8659302, 0.000210368336, -0.500164866, 3.08799863e-05, 1, 0.000367135799, 0.500164926, 0.000302468892, -0.8659302))
  1147. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1148. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1149. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.799948931, 5.59315085e-05, -5.7220459e-06, 0.259003222, 2.36790056e-05, -0.9658764, -0.000262698741, 1.00000012, -4.59280636e-05, 0.965876341, 0.000265630079, 0.259003252))
  1150. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1151. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1152. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800010681, 5.59389591e-05, -5.12599945e-05, -0.9658764, 0.000233083105, -0.259003252, 0.000138002797, 1, 0.000385282619, 0.259003311, 0.000336392171, -0.965876281))
  1153. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1154. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1155. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800024509, 5.620718e-05, 5.07831573e-05, 0.99999994, -6.02600194e-05, 0.000190808089, 6.03433764e-05, 0.99999994, -0.000436922826, -0.00019078172, 0.000436934381, 0.999999881))
  1156. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1157. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1158. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800052643, 5.65499067e-05, -2.67028809e-05, 0.000190932158, 6.22972293e-05, -0.99999994, -0.000252766127, 1.00000012, 6.22489752e-05, 1, 0.000252754282, 0.000190947932))
  1159. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1160. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1161. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800018311, 5.65499067e-05, -5.12599945e-05, -0.706971943, 0.000179655064, -0.707241654, -6.80531157e-05, 1, 0.00032204928, 0.707241714, 0.000275809783, -0.706971824))
  1162. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1163. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1164. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.80003643, 5.6527555e-05, 4.29153442e-05, 0.965975165, -6.29760616e-05, -0.258634627, -4.1567484e-05, 1, -0.0003987448, 0.258634657, 0.000395928393, 0.965975165))
  1165. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1166. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1167. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800045967, 5.6527555e-05, 3.24249268e-05, 0.866120577, -5.50710247e-05, -0.499835044, -0.000130296641, 0.99999994, -0.000335958146, 0.499835044, 0.000356107164, 0.866120517))
  1168. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1169. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1170. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800044537, 5.65573573e-05, -3.14712524e-05, -0.258634627, 0.000103007784, -0.965975225, -0.000214813932, 1, 0.000164151323, 0.965975225, 0.000249960169, -0.258634597))
  1171. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1172. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1173. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800034523, 5.65499067e-05, -4.29153442e-05, -0.499835044, 0.000143036465, -0.866120577, -0.000152027264, 0.99999994, 0.000252880505, 0.866120577, 0.000258072512, -0.499834985))
  1174. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1175. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1176. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800055981, 5.65424562e-05, 5.7220459e-06, 0.500164807, -1.02151007e-05, -0.8659302, -0.000244551949, 1.00000012, -0.000153050874, 0.86593014, 0.000288315583, 0.500164807))
  1177. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1178. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1179. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.799993515, 5.65499067e-05, -5.55515289e-05, -0.9658764, 0.000233083105, -0.259003252, 0.000138002797, 1, 0.000385282619, 0.259003311, 0.000336392171, -0.965876281))
  1180. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1181. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1182. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800052881, 5.65424562e-05, -7.62939453e-06, 0.259003222, 2.36790056e-05, -0.9658764, -0.000262698741, 1.00000012, -4.59280636e-05, 0.965876341, 0.000265630079, 0.259003252))
  1183. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1184. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1185. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800052643, 5.6527555e-05, 2.19345093e-05, 0.707241654, -3.7075326e-05, -0.706971943, -0.00019946543, 1, -0.000251983991, 0.706971884, 0.000319230021, 0.707241595))
  1186. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1187. Mode2=parts(m,"Mode2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  1188. Mode2Weld=welds(Mode2,"Mode2Weld",Main3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800003052, 5.65648079e-05, -5.81741333e-05, -0.8659302, 0.000210368336, -0.500164866, 3.08799863e-05, 1, 0.000367135799, 0.500164926, 0.000302468892, -0.8659302))
  1189. meshs(Mode2,"Mesh",Vector3.new(0.300000012, 0.200000003, 1.20000005),Enum.MeshType.Brick,"")
  1190.  
  1191. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1192. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1193. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1194. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1195. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1196. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1197. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1198. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1199. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1200. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1201. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1202. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1203. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1204. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1205. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1206. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1207. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1208. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1209. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1210. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1211. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1212. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1213. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1214. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1215. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1216. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1217. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1218. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1219. Mode1Weld=welds(Mode1,"Mode1Weld",Center1,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1220. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1221. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1222. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1223. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1224. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1225. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1226. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1227. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1228. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1229. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1230. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1231. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1232. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1233. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1234. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1235. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1236. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1237. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1238. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1239. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1240. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1241. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1242. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1243. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1244. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1245. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1246. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1247. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1248. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1249. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1250. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1251. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1252. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1253. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1254. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1255. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1256. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1257. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1258. Mode2Weld=welds(Mode2,"Mode2Weld",Center1,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1259. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1260. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1261. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1262. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1263. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1264. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1265. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1266. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1267. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1268. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1269. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1270. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1271. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1272. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1273. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1274. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1275. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1276. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1277. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1278. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1279. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1280. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1281. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1282. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1283. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1284. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1285. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1286. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1287. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1288. Mode1Weld=welds(Mode1,"Mode1Weld",Center2,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1289. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1290. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1291. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1292. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1293. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1294. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1295. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1296. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1297. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1298. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1299. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1300. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1301. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1302. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1303. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1304. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1305. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1306. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1307. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1308. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1309. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1310. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1311. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1312. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1313. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1314. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1315. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1316. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1317. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1318. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1319. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1320. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1321. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1322. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1323. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1324. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1325. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1326. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1327. Mode2Weld=welds(Mode2,"Mode2Weld",Center2,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1328. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1329. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1330. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1331. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1332. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1333. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1334. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1335. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1336. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1337. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1338. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1339. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1340. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1341. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1342. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1343. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1344. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1345. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1346. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1347. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1348. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1349. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1350. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1351. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1352. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1353. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1354. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1355. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1356. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1357. Mode1Weld=welds(Mode1,"Mode1Weld",Center3,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1358. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1359. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1360. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1361. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1362. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1363. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1364. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1365. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1366. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1367. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1368. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1369. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1370. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1371. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1372. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1373. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1374. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1375. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1376. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1377. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1378. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1379. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1380. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1381. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1382. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1383. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1384. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1385. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1386. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1387. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1388. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1389. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1390. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1391. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1392. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1393. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1394. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1395. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1396. Mode2Weld=welds(Mode2,"Mode2Weld",Center3,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1397. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1398. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1399. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1400. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1401. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1402. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1403. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1404. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1405. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1406. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1407. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1408. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1409. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1410. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1411. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1412. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1413. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1414. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1415. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1416. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1417. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1418. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1419. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1420. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1421. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1422. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1423. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1424. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1425. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1426. Mode1Weld=welds(Mode1,"Mode1Weld",Center4,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1427. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1428. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1429. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1430. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1431. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1432. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1433. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1434. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1435. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1436. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1437. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1438. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1439. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1440. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1441. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1442. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1443. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1444. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1445. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1446. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1447. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1448. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1449. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1450. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1451. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1452. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1453. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1454. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1455. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1456. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1457. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1458. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1459. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1460. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1461. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1462. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1463. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1464. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1465. Mode2Weld=welds(Mode2,"Mode2Weld",Center4,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1466. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1467. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1468. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1469. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1470. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1471. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1472. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1473. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1474. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1475. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1476. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1477. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1478. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1479. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1480. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1481. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1482. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1483. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1484. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1485. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1486. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1487. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1488. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1489. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1490. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1491. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1492. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1493. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1494. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1495. Mode1Weld=welds(Mode1,"Mode1Weld",Center5,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1496. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1497. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1498. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1499. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1500. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1501. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1502. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1503. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1504. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1505. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1506. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1507. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1508. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1509. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1510. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1511. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1512. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1513. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1514. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1515. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1516. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1517. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1518. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1519. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1520. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1521. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1522. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1523. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1524. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1525. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1526. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1527. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1528. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1529. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1530. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1531. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1532. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1533. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1534. Mode2Weld=welds(Mode2,"Mode2Weld",Center5,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1535. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1536. Mode1=parts(m,"Mode1",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Institutional white",Enum.Material.Neon,0,0)
  1537. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332840919, 0, -0.332841396, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1538. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 1),Enum.MeshType.Brick,"")
  1539. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1540. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682841301, 0, -0.282841682, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1541. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1542. Mode1=parts(m,"Mode1",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1543. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682841301, 0, -0.282841682, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1544. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1545. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1546. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60031223, 0, 0.54036808, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1547. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1548. Mode1=parts(m,"Mode1",Vector3.new(1.79998839, 0.199998677, 0.199998692),"Institutional white",Enum.Material.Neon,0,0)
  1549. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.60031176, 0, 0.540352821, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1550. meshs(Mode1,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1551. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1552. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.27069759, 0.0499992371, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  1553. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1554. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1555. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499982834, 3.27069759, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1556. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1557. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.0999993384, 0.999993503),"Institutional white",Enum.Material.Neon,0,0)
  1558. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0499954224, -2.27069473, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1559. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1560. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.999993503, 0.0999993384),"Institutional white",Enum.Material.Neon,0,0)
  1561. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 2.27069473, 0.0500020981, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  1562. meshs(Mode1,"Mesh",Vector3.new(0.200000003, 1, 1),Enum.MeshType.Wedge,"")
  1563. Mode1=parts(m,"Mode1",Vector3.new(0.199998677, 0.199998677, 0.199998677),"Institutional white",Enum.Material.Neon,0,0)
  1564. Mode1Weld=welds(Mode1,"Mode1Weld",Center6,Mode1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.686394691, 0, -0.686394215, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1565. meshs(Mode1,"Mesh",Vector3.new(0.800000012, 0.200000003, 0.800000012),Enum.MeshType.Brick,"")
  1566. Mode2=parts(m,"Mode2",Vector3.new(0.299998015, 0.199998677, 0.299998015),"Really black",Enum.Material.Neon,0,0)
  1567. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1106596, 0, -1.11065865, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1568. meshs(Mode2,"Mesh",Vector3.new(0.400000006, 0.200000003, 0.400000006),Enum.MeshType.Brick,"")
  1569. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1570. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.63713026, 0, -0.494973183, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1571. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1572. Mode2=parts(m,"Mode2",Vector3.new(0.349997699, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1573. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.637131691, 0, -0.494972706, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1574. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1575. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1576. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.13302898, 0, 0.521321297, -0.342019916, 0, -0.939692736, 0, 1, 0, 0.939692736, 0, -0.342019886))
  1577. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1578. Mode2=parts(m,"Mode2",Vector3.new(0.699995399, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1579. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.13302612, 0, 0.521337032, -0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, -0.342019886))
  1580. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.200000003),Enum.MeshType.Brick,"")
  1581. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1582. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16710377, 0, 0.719963074, -0.173647985, 0, 0.984807849, 0, 1, 0, -0.984807849, 0, -0.173647985))
  1583. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1584. Mode2=parts(m,"Mode2",Vector3.new(1.19999218, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1585. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16710615, 0, 0.719948769, -0.173647985, 0, -0.984807849, 0, 1, 0, 0.984807849, 0, -0.173647985))
  1586. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1587. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1588. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.753552437, 0, -0.0707101822, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829))
  1589. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1590. Mode2=parts(m,"Mode2",Vector3.new(0.399997354, 0.199998677, 0.199998692),"Really black",Enum.Material.Neon,0,0)
  1591. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.753552437, 0, -0.0707101822, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829))
  1592. meshs(Mode2,"Mesh",Vector3.new(1, 0.200000003, 0.300000012),Enum.MeshType.Brick,"")
  1593. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1594. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.1170969, 0.71996212, 3.49874032e-15, -1, 6.16920301e-16, -0.173647568, 0, 0.984807849, -0.984807849, -3.55271368e-15, -0.173647568))
  1595. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1596. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.699995399, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1597. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.11709929, 0.719947815, 0, 1, 0, 0.173647612, 0, 0.984807849, 0.984807849, 0, -0.173647612))
  1598. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1599. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1600. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.4535532, 0.0707120895, -4.21466595e-08, -1.00000858, 4.21466595e-08, -0.707110882, 8.88179944e-15, -0.707110941, 0.707110226, -5.96045986e-08, -0.707110167))
  1601. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1602. Mode2=parts(m,"Mode2",Vector3.new(0.199998677, 0.199998692, 0.199998677),"Really black",Enum.Material.Neon,0,0)
  1603. Mode2Weld=welds(Mode2,"Mode2Weld",Center6,Mode2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.453554153, 0.0707101822, 4.26325641e-14, 1, 8.42937382e-08, 0.707106829, 5.96046448e-08, -0.707106769, -0.707106769, 5.96047087e-08, -0.707106829))
  1604. meshs(Mode2,"Mesh",Vector3.new(0.200000003, 1, 0.300000012),Enum.MeshType.Wedge,"")
  1605.  
  1606. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Carnation pink",Enum.Material.SmoothPlastic,0,0)
  1607. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034308, 0.699761629, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1608. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1609. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel light blue",Enum.Material.Neon,0,0)
  1610. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, 0.399761677, 0.200007439, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1611. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1612. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lapis",Enum.Material.Neon,0,0)
  1613. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, 0.399762154, -0.199994087, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1614. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1615. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Forest green",Enum.Material.Neon,0,0)
  1616. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, 0.0997622013, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1617. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1618. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Rust",Enum.Material.Neon,0,0)
  1619. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, -0.300237417, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1620. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1621. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Deep blue",Enum.Material.Neon,0,0)
  1622. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, -0.70023632, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1623. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1624. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Maroon",Enum.Material.Neon,0,0)
  1625. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, 0.0997626781, 0.600008011, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1626. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1627. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Fossil",Enum.Material.Neon,0,0)
  1628. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, 0.0997633934, -0.599994659, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1629. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1630. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Bright orange",Enum.Material.Neon,0,0)
  1631. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, -0.500236511, -0.799995899, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1632. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1633. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Bright blue",Enum.Material.Neon,0,0)
  1634. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034487, -0.500236511, 0.800004005, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1635. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1636. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Mulberry",Enum.Material.Neon,0,0)
  1637. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, -0.300236464, 0.40000248, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1638. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1639. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Daisy orange",Enum.Material.Neon,0,0)
  1640. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034308, -0.300236464, -0.399999619, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1641. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1642. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Deep orange",Enum.Material.Neon,0,0)
  1643. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034368, -0.70023632, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1644. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1645. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Buttermilk",Enum.Material.Neon,0,0)
  1646. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034308, -0.300236464, -0.399999619, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1647. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1648. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Dark indigo",Enum.Material.Neon,0,0)
  1649. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, -0.300236464, 0.40000248, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1650. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1651. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Baby blue",Enum.Material.Neon,0,0)
  1652. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034547, -0.500236034, 0.800003052, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1653. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1654. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Neon orange",Enum.Material.Neon,0,0)
  1655. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034666, -0.500236034, -0.799996853, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1656. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1657. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Rust",Enum.Material.CorrodedMetal,0,0)
  1658. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034666, -0.300235987, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1659. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1660. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really red",Enum.Material.Neon,0,0)
  1661. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034547, 0.0997638702, 0.600008965, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1662. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1663. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Shamrock",Enum.Material.Neon,0,0)
  1664. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034547, 0.0997636318, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1665. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1666. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Bright red",Enum.Material.Neon,0,0)
  1667. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034666, 0.0997636318, -0.599995613, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1668. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1669. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Navy blue",Enum.Material.Neon,0,0)
  1670. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034785, 0.399763107, -0.199994087, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1671. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1672. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Cool yellow",Enum.Material.Neon,0,0)
  1673. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034845, 0.399763346, 0.200007439, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1674. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1675. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pink",Enum.Material.Neon,0,0)
  1676. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034845, 0.699763298, 6.67572021e-06, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1677. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1678. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.800000072, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1679. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034785, -0.300235748, 3.81469727e-06, -6.19999992e-05, 9.30000024e-05, -1, -0.000406000006, 1, 9.30251772e-05, 1, 0.000406005769, -6.19622442e-05))
  1680. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1681. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.300000012, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1682. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034726, 0.23640132, -0.0498771667, -6.19999992e-05, 9.30000024e-05, -1, 0.499648243, 0.866228402, 4.95810527e-05, 0.866228402, -0.499648243, -0.000100173456))
  1683. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1684. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.800000072, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1685. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034964, 3.81469727e-06, 0.300235748, -6.19999992e-05, 9.30000024e-05, -1, 1, 0.000406000006, -6.19622442e-05, 0.000405994244, -1, -9.30251772e-05))
  1686. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1687. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1688. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034726, 0.286395073, 0.0498862267, -6.19999992e-05, 9.30000024e-05, -1, -0.50035131, 0.865822554, 0.000111543275, 0.865822554, 0.50035131, -7.1483264e-06))
  1689. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1690. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.300000012, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1691. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034428, 0.446648598, 0.33438015, -6.19999992e-05, 9.30000024e-05, -1, -0.966030777, 0.258426934, 8.39276108e-05, 0.258426934, 0.966030777, 7.38183953e-05))
  1692. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1693. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.5, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1694. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034964, 0.189986229, -0.496524811, -6.19999992e-05, 9.30000024e-05, -1, -0.50035131, 0.865822554, 0.000111543275, 0.865822554, 0.50035131, -7.1483264e-06))
  1695. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1696. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1697. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034964, 0.406014681, -0.349879265, -6.19999992e-05, 9.30000024e-05, -1, 0.499648243, 0.866228402, 4.95810527e-05, 0.866228402, -0.499648243, -0.000100173456))
  1698. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1699. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1700. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034964, 0.406010628, 0.349885464, -6.19999992e-05, 9.30000024e-05, -1, -0.50035131, 0.865822554, 0.000111543275, 0.865822554, 0.50035131, -7.1483264e-06))
  1701. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1702. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1703. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034726, 0.696532249, 0.0600090027, -6.19999992e-05, 9.30000024e-05, -1, 0.866228402, -0.499648243, -0.000100173456, -0.499648243, -0.866228402, -4.95810527e-05))
  1704. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1705. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1706. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034785, 0.139991283, 0.496533394, -6.19999992e-05, 9.30000024e-05, -1, 0.499648243, 0.866228402, 4.95810527e-05, 0.866228402, -0.499648243, -0.000100173456))
  1707. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1708. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1709. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400035143, -0.696525097, 0.0600137711, -6.19999992e-05, 9.30000024e-05, -1, 0.865822554, 0.50035131, -7.14832322e-06, 0.50035131, -0.865822554, -0.000111543275))
  1710. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1711. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel violet",Enum.Material.SmoothPlastic,0,0)
  1712. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034606, 0.499763012, -0.499995232, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1713. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1714. nnn=parts(m,"nnn",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.Neon,0,0)
  1715. nnnWeld=welds(nnn,"nnnWeld",Torso,nnn,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034726, 0.49976325, 0.500008583, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1716. meshs(nnn,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1717. nnn=parts(m,"nnn",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.Neon,0,0)
  1718. nnnWeld=welds(nnn,"nnnWeld",Torso,nnn,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034726, 0.49976325, 0.500008583, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1719. meshs(nnn,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1720. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Alder",Enum.Material.Neon,0,0)
  1721. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034606, 0.499763012, -0.499995232, -6.21116924e-05, 9.29914822e-05, -1, -0.000406225823, 0.99999994, 9.3016708e-05, 0.99999994, 0.000406231615, -6.20739083e-05))
  1722. meshs(Woos,"Mesh",Vector3.new(1.00999999, 8, 0.800000012),Enum.MeshType.Cylinder,"")
  1723. nnn=parts(m,"nnn",Vector3.new(0.200000003, 0.300000012, 0.200000018),"Really black",Enum.Material.Neon,0,0)
  1724. nnnWeld=welds(nnn,"nnnWeld",Torso,nnn,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400034189, 0.446658134, -0.334376335, -6.19999992e-05, 9.30000024e-05, -1, 0.96582073, 0.259210944, -3.57742647e-05, 0.259210944, -0.96582073, -0.000105892417))
  1725. meshs(nnn,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1726. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.349999994, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1727. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40007019, 0.222240448, 0.301210403, -6.27423869e-05, 9.30537863e-05, -1, -0.259211421, 0.965820611, 0.000106136926, 0.965820611, 0.259211421, -3.64771113e-05))
  1728. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1729. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.349999994, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1730. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400072098, 0.217954159, -0.297916412, -6.17423793e-05, 9.30537863e-05, -1, 0.258427262, 0.966030777, 7.39369425e-05, 0.966030777, -0.258427233, -8.36927211e-05))
  1731. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1732. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Institutional white",Enum.Material.Neon,0,0)
  1733. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400033951, 0.0497627258, -0.300001144, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1734. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1735. Miss=parts(m,"Miss",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.Neon,0,0)
  1736. MissWeld=welds(Miss,"MissWeld",Torso,Miss,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400033951, 0.0497627258, -0.300001144, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1737. meshs(Miss,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1738. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1739. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40014267, -0.527124405, 0.30680275, -5.67423413e-05, 9.60537873e-05, -1, -0.259211421, 0.965820611, 0.000107479136, 0.96582073, 0.259211451, -2.99046515e-05))
  1740. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1741. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.400000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1742. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400140762, -0.531570673, -0.304092407, -5.87423565e-05, 9.10537856e-05, -1, 0.258427262, 0.966030777, 7.27801525e-05, 0.966030777, -0.258427203, -8.02776776e-05))
  1743. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1744. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Mint",Enum.Material.SmoothPlastic,0,0)
  1745. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400032043, 0.0497632027, 0.299993515, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1746. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1747. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel green",Enum.Material.Neon,0,0)
  1748. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400032043, 0.0497632027, 0.299993515, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1749. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1750. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Dark stone grey",Enum.Material.SmoothPlastic,0,0)
  1751. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400409698, -0.600310802, 0.479726791, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1752. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1753. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.Neon,0,0)
  1754. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400409698, -0.600310802, 0.479726791, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1755. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1756. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Dark green",Enum.Material.Neon,0,0)
  1757. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.401195526, -0.599538803, -0.480064392, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1758. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1759. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lime green",Enum.Material.Neon,0,0)
  1760. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400695801, -0.599538803, -0.480064392, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1761. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1762. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.75000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1763. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400064468, -0.158180237, 0.765592575, -6.17423793e-05, 9.30537863e-05, -1, -0.0875602439, 0.996159256, 9.8102566e-05, 0.996159256, 0.0875602439, -5.33575658e-05))
  1764. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1765. Woos2=parts(m,"Woos2",Vector3.new(0.200000003, 0.75000006, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1766. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400068283, -0.16297102, -0.763105392, -6.17423793e-05, 9.30537863e-05, -1, 0.0867520422, 0.996230006, 8.73466925e-05, 0.996230006, -0.0867520422, -6.95820199e-05))
  1767. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1768. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"New Yeller",Enum.Material.Neon,0,0)
  1769. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400630951, 0.350572824, -0.749675751, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1770. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1771. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel yellow",Enum.Material.Neon,0,0)
  1772. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400131226, 0.350572824, -0.749673843, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1773. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1774. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Royal purple",Enum.Material.Neon,0,0)
  1775. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403272629, 0.349963665, 0.75031662, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1776. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1777. Woos=parts(m,"Woos",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Bright violet",Enum.Material.Neon,0,0)
  1778. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.402772903, 0.349963665, 0.750318527, -6.21117651e-05, 9.2991475e-05, -1, -0.000406225823, 0.99999994, 9.30167153e-05, 0.99999994, 0.000406231615, -6.20738138e-05))
  1779. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1780. Woos2=parts(m,"Woos2",Vector3.new(0.100000009, 0.249999985, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1781. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.450141907, -0.931800842, 0.172874451, -5.67423413e-05, 0.000102053789, -1, -0.965820491, -0.259211928, 2.83492263e-05, -0.259211928, 0.965820551, 0.000113273883))
  1782. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1783. Woos2=parts(m,"Woos2",Vector3.new(0.100000009, 0.249999985, 0.200000018),"Institutional white",Enum.Material.Neon,0,0)
  1784. Woos2Weld=welds(Woos2,"Woos2Weld",Torso,Woos2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.951927185, 0.232198715, 0.55243206, -1, -0.000401930272, 5.67423413e-05, 0.000158875133, -0.258920103, 0.965898812, -0.000373532268, 0.965898752, 0.258920193))
  1785. meshs(Woos2,"Mesh",Vector3.new(1.00300002, 1, 0.200000003),Enum.MeshType.Brick,"")
  1786. Woos=parts(m,"Woos",Vector3.new(0.363264769, 0.363264769, 0.363264769),"Lavender",Enum.Material.Neon,0,0)
  1787. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.81990242, 0.422197342, -0.28178978, -0.999999881, 0.000546070165, -2.22575618e-05, 0.000533272687, 0.966030777, -0.258426368, -0.000119617092, -0.258426338, -0.966031015))
  1788. meshs(Woos,"Mesh",Vector3.new(1.005, 1, 1),Enum.MeshType.Cylinder,"")
  1789. Woos=parts(m,"Woos",Vector3.new(0.363264769, 0.363264769, 0.363264769),"Magenta",Enum.Material.Neon,0,0)
  1790. WoosWeld=welds(Woos,"WoosWeld",Torso,Woos,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.820814133, 0.422197342, -0.281791687, -0.999999881, 0.000546070165, -2.22575618e-05, 0.000533272687, 0.966030777, -0.258426368, -0.000119617092, -0.258426338, -0.966031015))
  1791. meshs(Woos,"Mesh",Vector3.new(1.00999999, 0.800000012, 0.800000012),Enum.MeshType.Cylinder,"")
  1792.  
  1793.  
  1794. Blush1=parts(m,"Blush1",Vector3.new(0.25, 0.200000003, 0.200000003),"Pink",Enum.Material.SmoothPlastic,0,0)
  1795. Blush1Weld=welds(Blush1,"Blush1Weld",Head,Blush1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.122557282, 0.0500011444, 0.524561882, 0.965925872, 7.76456909e-06, 0.258818984, -7.49999799e-06, 1, -2.00961767e-06, -0.258818984, 1.81900155e-12, 0.965925872))
  1796. meshs(Blush1,"Mesh",Vector3.new(1.39999998, 0.639999986, 1),Enum.MeshType.Sphere,"")
  1797. Blush2=parts(m,"Blush2",Vector3.new(0.25, 0.200000003, 0.200000003),"Pink",Enum.Material.SmoothPlastic,0,0)
  1798. Blush2Weld=welds(Blush2,"Blush2Weld",Head,Blush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.112898111, 0.0500011444, 0.521974087, 0.965925872, -7.76456909e-06, -0.258818984, 7.49999799e-06, 1, -2.00961767e-06, 0.258818984, 1.81897726e-12, 0.965925872))
  1799. meshs(Blush2,"Mesh",Vector3.new(1.39999998, 0.639999986, 1),Enum.MeshType.Sphere,"")
  1800.  
  1801. --more
  1802. swait()
  1803. for _,c in pairs(m:children()) do
  1804. if c:IsA("BasePart") then
  1805. if c.Name~="RealMain" and c.Name~="SubMain" and c.Name~="Main" and c.Name~="Main2" and c.Name~="Main3" and c.Name~="Center1" and c.Name~="Center2" and c.Name~="Center3" and c.Name~="Center4" and c.Name~="Center5" and c.Name~="Center6" then --many
  1806. local welh=c:findFirstChildOfClass("Weld")
  1807. if welh then
  1808. local hmm=create("ObjectValue"){ --screw stringvalue
  1809. Name="hnng",
  1810. Value=welh.Part0,
  1811. Parent=c}
  1812. local hmm2=create("CFrameValue"){
  1813. Name="hnng2",
  1814. Value=welh.C1,
  1815. Parent=c}
  1816. end
  1817. end
  1818. end
  1819. end
  1820.  
  1821. ModeNameBill=create("BillboardGui"){
  1822. Parent=Head,
  1823. Adornee=Head,
  1824. Size=UDim2.new(2,0,2,0),
  1825. AlwaysOnTop=true,
  1826. StudsOffset=Vector3.new(0,3,0),
  1827. LightInfluence=0
  1828. }
  1829.  
  1830. Frame1=create("Frame"){
  1831. Name="MainFrame",
  1832. Parent=ModeNameBill,
  1833. BorderSizePixel=0,
  1834. AnchorPoint=Vector2.new(.5,.5),
  1835. Position=UDim2.new(.5,0,.5,0),
  1836. Size=UDim2.new(1,0,1,0),
  1837. Rotation=45,
  1838. ZIndex=3
  1839. }
  1840.  
  1841. Frame2=create("Frame"){
  1842. Parent=ModeNameBill,
  1843. BorderSizePixel=0,
  1844. BackgroundTransparency=.5,
  1845. AnchorPoint=Vector2.new(.5,.5),
  1846. Position=UDim2.new(.5,0,.5,0),
  1847. Size=UDim2.new(1.2,0,1.2,0),
  1848. Rotation=45,
  1849. ZIndex=2
  1850. }
  1851.  
  1852. ModeText=create("TextLabel"){
  1853. Parent=ModeNameBill,
  1854. BorderSizePixel=0,
  1855. BackgroundTransparency=1,
  1856. AnchorPoint=Vector2.new(.5,.5),
  1857. Position=UDim2.new(.5,0,.5,0),
  1858. Size=UDim2.new(3,0,.6,0),
  1859. ZIndex=4,
  1860. Font="Bodoni",
  1861. TextScaled=true,
  1862. TextStrokeTransparency=0
  1863. }
  1864.  
  1865. local a=0.1
  1866. local b=0.5
  1867. local c=false
  1868. for i=1,5 do
  1869. local VisFrame=create("Frame"){
  1870. Name="Vis1"..i,
  1871. Parent=ModeNameBill,
  1872. BorderSizePixel=0,
  1873. BackgroundTransparency=0.5,
  1874. AnchorPoint=Vector2.new(1,.5),
  1875. Position=UDim2.new(0.01+b,0,a,0),
  1876. Size=UDim2.new(.4,0,.2,0),
  1877. ZIndex=1
  1878. }
  1879. a=a+.2
  1880. if b<=.1 then
  1881. c=true
  1882. end
  1883. if c==false then
  1884. b=b-.2
  1885. else
  1886. b=b+.2
  1887. end
  1888. end
  1889.  
  1890. a=0.1
  1891. b=0.5
  1892. c=false
  1893. for i=1,5 do
  1894. local VisFrame=create("Frame"){
  1895. Name="Vis2"..i,
  1896. Parent=ModeNameBill,
  1897. BorderSizePixel=0,
  1898. BackgroundTransparency=0.5,
  1899. AnchorPoint=Vector2.new(0,.5),
  1900. Position=UDim2.new(0.99-b,0,a,0),
  1901. Size=UDim2.new(.4,0,.2,0),
  1902. ZIndex=1
  1903. }
  1904. a=a+.2
  1905. if b<=.1 then
  1906. c=true
  1907. end
  1908. if c==false then
  1909. b=b-.2
  1910. else
  1911. b=b+.2
  1912. end
  1913. end
  1914.  
  1915. MusicFrame=create("Frame"){
  1916. Name="MusicFrame",
  1917. Parent=MainGui,
  1918. BackgroundTransparency=1,
  1919. AnchorPoint=Vector2.new(1,.5),
  1920. Position=UDim2.new(1.2,0,.92,0),
  1921. Size=UDim2.new(.3,0,.1,0),
  1922. ZIndex=2
  1923. }
  1924.  
  1925. Frame3=create("Frame"){
  1926. Parent=MusicFrame,
  1927. BackgroundTransparency=0,
  1928. BorderSizePixel=0,
  1929. AnchorPoint=Vector2.new(1,.5),
  1930. Position=UDim2.new(1,0,.9,0),
  1931. Size=UDim2.new(1,0,.08,0),
  1932. ZIndex=2
  1933. }
  1934.  
  1935. Frame4=create("Frame"){
  1936. Parent=MusicFrame,
  1937. BackgroundTransparency=0,
  1938. BorderSizePixel=0,
  1939. AnchorPoint=Vector2.new(0,1),
  1940. Position=UDim2.new(0,0,.9,0),
  1941. Size=UDim2.new(.01,0,1,0),
  1942. ZIndex=2
  1943. }
  1944.  
  1945. MusicText=create("TextLabel"){
  1946. Parent=MusicFrame,
  1947. BorderSizePixel=0,
  1948. BackgroundTransparency=1,
  1949. AnchorPoint=Vector2.new(.5,.5),
  1950. Position=UDim2.new(.5,0,.4,0),
  1951. Size=UDim2.new(.98,0,.8,0),
  1952. ZIndex=2,
  1953. Font="Bodoni",
  1954. TextScaled=true,
  1955. TextStrokeTransparency=0,
  1956. TextXAlignment="Left"
  1957. }
  1958.  
  1959. NoteLabel=create("ImageLabel"){
  1960. Parent=MusicFrame,
  1961. BackgroundTransparency=1,
  1962. AnchorPoint=Vector2.new(.5,.5),
  1963. Position=UDim2.new(-.5,0,.5,0),
  1964. Size=UDim2.new(.2,0,1,0),
  1965. ZIndex=2,
  1966. Image="rbxassetid://614013894"
  1967. }
  1968.  
  1969. NoteLabel2=create("ImageLabel"){
  1970. Parent=MusicFrame,
  1971. BackgroundTransparency=1,
  1972. AnchorPoint=Vector2.new(.5,.5),
  1973. Position=UDim2.new(-.5,0,.5,0),
  1974. Size=UDim2.new(.2,0,1,0),
  1975. ZIndex=2,
  1976. Image="rbxassetid://614013894"
  1977. }
  1978.  
  1979. local a=0
  1980. for i=1,5 do
  1981. local VisFrame=create("Frame"){
  1982. Name="Viss1"..i,
  1983. Parent=MusicFrame,
  1984. BorderSizePixel=0,
  1985. BackgroundTransparency=0.5,
  1986. AnchorPoint=Vector2.new(0,.5),
  1987. Position=UDim2.new(0,0,a,0),
  1988. Size=UDim2.new(.4,0,.2,0),
  1989. ZIndex=1
  1990. }
  1991. a=a+.2
  1992. end
  1993.  
  1994. MusicIDFrame=create("Frame"){
  1995. Name="MusicIDFrame",
  1996. Parent=MainGui,
  1997. BackgroundTransparency=1,
  1998. AnchorPoint=Vector2.new(.5,.5),
  1999. Position=UDim2.new(.5,0,1.2,0),
  2000. Size=UDim2.new(.3,0,.1,0),
  2001. ZIndex=7
  2002. }
  2003.  
  2004. Frame7=create("Frame"){
  2005. Parent=MusicIDFrame,
  2006. BackgroundTransparency=0,
  2007. BorderSizePixel=0,
  2008. AnchorPoint=Vector2.new(1,.5),
  2009. Position=UDim2.new(1.01,0,.9,0),
  2010. Size=UDim2.new(1.01,0,.08,0),
  2011. ZIndex=8
  2012. }
  2013.  
  2014. Frame8=create("Frame"){
  2015. Parent=MusicIDFrame,
  2016. BackgroundTransparency=0,
  2017. BorderSizePixel=0,
  2018. AnchorPoint=Vector2.new(0,1),
  2019. Position=UDim2.new(0,0,.9,0),
  2020. Size=UDim2.new(.01,0,1,0),
  2021. ZIndex=8
  2022. }
  2023.  
  2024. Frame9=create("Frame"){
  2025. Parent=MusicIDFrame,
  2026. BackgroundTransparency=0,
  2027. BorderSizePixel=0,
  2028. AnchorPoint=Vector2.new(0,1),
  2029. Position=UDim2.new(1,0,.9,0),
  2030. Size=UDim2.new(.01,0,1,0),
  2031. ZIndex=8
  2032. }
  2033.  
  2034. Frame10=create("Frame"){
  2035. Parent=MusicIDFrame,
  2036. BackgroundTransparency=.5,
  2037. BorderSizePixel=0,
  2038. AnchorPoint=Vector2.new(.5,0),
  2039. Position=UDim2.new(.5,0,-.1,0),
  2040. Size=UDim2.new(1,0,1,0),
  2041. ZIndex=2
  2042. }
  2043.  
  2044. MusicIDText=create("TextBox"){
  2045. Parent=MusicIDFrame,
  2046. BorderSizePixel=0,
  2047. BackgroundTransparency=1,
  2048. AnchorPoint=Vector2.new(.5,.5),
  2049. Position=UDim2.new(.5,0,.4,0),
  2050. Size=UDim2.new(.98,0,.8,0),
  2051. ZIndex=9,
  2052. Font="Bodoni",
  2053. Text="Put Music ID here",
  2054. TextScaled=true,
  2055. TextStrokeTransparency=0
  2056. }
  2057.  
  2058. MusicPlay=create("TextButton"){
  2059. Parent=MusicIDFrame,
  2060. BorderSizePixel=0,
  2061. BackgroundTransparency=1,
  2062. AnchorPoint=Vector2.new(.5,.5),
  2063. Position=UDim2.new(.5,0,1.1,0),
  2064. Size=UDim2.new(.2,0,.6,0),
  2065. ZIndex=9,
  2066. Font="Bodoni",
  2067. Text="Play",
  2068. TextScaled=true,
  2069. TextStrokeTransparency=0,
  2070. TextColor3=BrickColor.new("White").Color
  2071. }
  2072.  
  2073. MusicPlay.MouseButton1Click:connect(function()
  2074. local haah=MusicIDText.Text
  2075. theme.SoundId="rbxassetid://"..haah
  2076. theme.TimePosition=0
  2077. theme:Play()
  2078. lastsong=haah
  2079. end)
  2080.  
  2081. MP1=create("TextLabel"){
  2082. Parent=MusicIDFrame,
  2083. BackgroundTransparency=1,
  2084. BorderSizePixel=0,
  2085. AnchorPoint=Vector2.new(0,1),
  2086. Position=UDim2.new(0,0,0,0),
  2087. Size=UDim2.new(.4,0,.6,0),
  2088. ZIndex=10,
  2089. Text="Music Power:",
  2090. TextColor3=BrickColor.new(modecolor[2]).Color,
  2091. Font="Bodoni",
  2092. TextScaled=true,
  2093. TextStrokeTransparency=0,
  2094. TextXAlignment="Left"
  2095. }
  2096.  
  2097. MP2=create("TextLabel"){
  2098. Parent=MP1,
  2099. BackgroundTransparency=1,
  2100. BorderSizePixel=0,
  2101. AnchorPoint=Vector2.new(0,.5),
  2102. Position=UDim2.new(1,0,.5,0),
  2103. Size=UDim2.new(1,0,1,0),
  2104. ZIndex=10,
  2105. Text="0",
  2106. TextColor3=BrickColor.new(modecolor[1]).Color,
  2107. Font="Bodoni",
  2108. TextScaled=true,
  2109. TextStrokeTransparency=0,
  2110. TextXAlignment="Left"
  2111. }
  2112.  
  2113. HealthFrame=create("Frame"){
  2114. Name="HealthFrame",
  2115. Parent=MainGui,
  2116. BackgroundTransparency=0,
  2117. BorderSizePixel=5,
  2118. AnchorPoint=Vector2.new(.5,.5),
  2119. Position=UDim2.new(.5,0,1.25,0),
  2120. Size=UDim2.new(.8,0,.06,0),
  2121. BackgroundColor3=BrickColor.new("Really black").Color,
  2122. ZIndex=3
  2123. }
  2124.  
  2125. Health=create("Frame"){
  2126. Name="Health",
  2127. Parent=HealthFrame,
  2128. BackgroundTransparency=0,
  2129. BorderSizePixel=0,
  2130. AnchorPoint=Vector2.new(0,.5),
  2131. Position=UDim2.new(0,0,.5,0),
  2132. Size=UDim2.new(0,0,1,0),
  2133. BackgroundColor3=BrickColor.new("Really red").Color,
  2134. ZIndex=5
  2135. }
  2136.  
  2137. Health2=create("Frame"){
  2138. Name="Health2",
  2139. Parent=HealthFrame,
  2140. BackgroundTransparency=0,
  2141. BorderSizePixel=0,
  2142. AnchorPoint=Vector2.new(0,.5),
  2143. Position=UDim2.new(0,0,.5,0),
  2144. Size=UDim2.new(0,0,1,0),
  2145. BackgroundColor3=BrickColor.new("Crimson").Color,
  2146. ZIndex=4
  2147. }
  2148.  
  2149. HealthText=create("TextLabel"){
  2150. Parent=HealthFrame,
  2151. BorderSizePixel=0,
  2152. BackgroundTransparency=1,
  2153. AnchorPoint=Vector2.new(0,.5),
  2154. Position=UDim2.new(0.001,0,.5,0),
  2155. Size=UDim2.new(1,0,1.1,0),
  2156. ZIndex=7,
  2157. Font="Bodoni",
  2158. TextScaled=true,
  2159. TextStrokeTransparency=0,
  2160. TextXAlignment="Left"
  2161. }
  2162.  
  2163. local a=.2
  2164. for i=1,4 do
  2165. Re=create("Frame"){
  2166. Name="Modd",
  2167. Parent=HealthFrame,
  2168. BackgroundTransparency=0,
  2169. BorderSizePixel=0,
  2170. AnchorPoint=Vector2.new(0.5,.5),
  2171. Position=UDim2.new(a,0,.5,0),
  2172. Size=UDim2.new(.01,0,1,0),
  2173. BackgroundColor3=BrickColor.new("Really black").Color,
  2174. ZIndex=6
  2175. }
  2176. Re=create("Frame"){
  2177. Name="Modd2",
  2178. Parent=HealthFrame,
  2179. BackgroundTransparency=0,
  2180. BorderSizePixel=0,
  2181. AnchorPoint=Vector2.new(0.5,.5),
  2182. Position=UDim2.new(a,0,.5,0),
  2183. Size=UDim2.new(.005,0,2,0),
  2184. BackgroundColor3=BrickColor.new("Really black").Color,
  2185. ZIndex=7
  2186. }
  2187. a=a+.2
  2188. end
  2189.  
  2190. ModeFrame=create("Frame"){
  2191. Name="ModeFrame",
  2192. Parent=MainGui,
  2193. BackgroundTransparency=1,
  2194. AnchorPoint=Vector2.new(1,.5),
  2195. Position=UDim2.new(1.42,0,.7,0),
  2196. Size=UDim2.new(.3,0,.1,0),
  2197. ZIndex=2
  2198. }
  2199.  
  2200. ModeFrame2=create("Frame"){
  2201. Name="ModeFrame2",
  2202. Parent=ModeFrame,
  2203. BackgroundTransparency=.5,
  2204. BorderSizePixel=0,
  2205. AnchorPoint=Vector2.new(.5,0),
  2206. Position=UDim2.new(.5,0,-.1,0),
  2207. Size=UDim2.new(1,0,1,0),
  2208. ZIndex=2
  2209. }
  2210.  
  2211. Frame5=create("Frame"){
  2212. Parent=ModeFrame,
  2213. BackgroundTransparency=0,
  2214. BorderSizePixel=0,
  2215. AnchorPoint=Vector2.new(1,.5),
  2216. Position=UDim2.new(1,0,.9,0),
  2217. Size=UDim2.new(1,0,.08,0),
  2218. ZIndex=2
  2219. }
  2220.  
  2221. Frame6=create("Frame"){
  2222. Parent=ModeFrame,
  2223. BackgroundTransparency=0,
  2224. BorderSizePixel=0,
  2225. AnchorPoint=Vector2.new(0,1),
  2226. Position=UDim2.new(0,0,.9,0),
  2227. Size=UDim2.new(.01,0,1,0),
  2228. ZIndex=2
  2229. }
  2230.  
  2231. ModeText2=create("TextLabel"){
  2232. Parent=ModeFrame,
  2233. BorderSizePixel=0,
  2234. BackgroundTransparency=1,
  2235. AnchorPoint=Vector2.new(0,.5),
  2236. Position=UDim2.new(0.01,0,.4,0),
  2237. Size=UDim2.new(.35,0,.8,0),
  2238. ZIndex=2,
  2239. Text="Mode:",
  2240. Font="Bodoni",
  2241. TextScaled=true,
  2242. TextStrokeTransparency=0,
  2243. TextXAlignment="Left"
  2244. }
  2245.  
  2246. ModeText3=create("TextLabel"){
  2247. Parent=ModeText2,
  2248. BorderSizePixel=0,
  2249. BackgroundTransparency=1,
  2250. AnchorPoint=Vector2.new(0,.5),
  2251. Position=UDim2.new(.9,0,.5,0),
  2252. Size=UDim2.new(1.8,0,1,0),
  2253. ZIndex=2,
  2254. Text="asd",
  2255. Font="Bodoni",
  2256. TextScaled=true,
  2257. TextStrokeTransparency=0,
  2258. TextXAlignment="Left"
  2259. }
  2260.  
  2261. asdFrame1=create("Frame"){
  2262. Name="asdFrame",
  2263. Parent=MainGui,
  2264. BorderSizePixel=0,
  2265. AnchorPoint=Vector2.new(.5,.5),
  2266. Position=UDim2.new(0,0,1,0),
  2267. Size=UDim2.new(0,300,0,300),
  2268. BackgroundColor3=BrickColor.new("Really black").Color,
  2269. BackgroundTransparency=.4,
  2270. ZIndex=3
  2271. }
  2272.  
  2273. asdFrame2=create("Frame"){
  2274. Name="asdFrame2",
  2275. Parent=MainGui,
  2276. BorderSizePixel=0,
  2277. AnchorPoint=Vector2.new(.5,.5),
  2278. Position=UDim2.new(0,0,1,0),
  2279. Size=UDim2.new(0,450,0,450),
  2280. BackgroundColor3=BrickColor.new("Really black").Color,
  2281. BackgroundTransparency=.7,
  2282. ZIndex=2
  2283. }
  2284.  
  2285. PageFrame=create("Frame"){
  2286. Name="PageFrame",
  2287. Parent=MainGui,
  2288. BorderSizePixel=0,
  2289. BackgroundTransparency=1,
  2290. AnchorPoint=Vector2.new(1,.5),
  2291. Position=UDim2.new(1.605,0,.3,0),
  2292. Size=UDim2.new(.3,0,.5,0),
  2293. ZIndex=2
  2294. }
  2295.  
  2296. Frame11=create("Frame"){
  2297. Parent=PageFrame,
  2298. BorderSizePixel=0,
  2299. BackgroundTransparency=0,
  2300. AnchorPoint=Vector2.new(0,1),
  2301. Position=UDim2.new(0,0,.9,0),
  2302. Size=UDim2.new(.01,0,1,0),
  2303. ZIndex=3
  2304. }
  2305.  
  2306. Frame12=create("Frame"){
  2307. Parent=PageFrame,
  2308. BorderSizePixel=0,
  2309. BackgroundTransparency=0,
  2310. AnchorPoint=Vector2.new(0,.5),
  2311. Position=UDim2.new(0,0,.9,0),
  2312. Size=UDim2.new(1,0,.015,0),
  2313. ZIndex=3
  2314. }
  2315.  
  2316. PageFrame2=create("Frame"){
  2317. Parent=PageFrame,
  2318. BorderSizePixel=0,
  2319. BackgroundTransparency=.5,
  2320. AnchorPoint=Vector2.new(.5,0),
  2321. Position=UDim2.new(.5,0,-.1,0),
  2322. Size=UDim2.new(1,0,1,0),
  2323. ZIndex=2
  2324. }
  2325.  
  2326. Pagge=create("TextLabel"){
  2327. Parent=PageFrame,
  2328. BackgroundTransparency=1,
  2329. AnchorPoint=Vector2.new(0,.5),
  2330. Position=UDim2.new(.01,0,0,0),
  2331. Size=UDim2.new(1,0,.2,0),
  2332. ZIndex=3,
  2333. Font="Bodoni",
  2334. Text="[F] Page: 1/3",
  2335. TextScaled=true,
  2336. TextStrokeTransparency=0
  2337. }
  2338.  
  2339. HnS=create("TextLabel"){
  2340. Parent=PageFrame,
  2341. BackgroundTransparency=1,
  2342. AnchorPoint=Vector2.new(1,.5),
  2343. Position=UDim2.new(-.02,0,0,0),
  2344. Size=UDim2.new(.5,0,.2,0),
  2345. ZIndex=3,
  2346. Font="Bodoni",
  2347. Text="[G] Show",
  2348. TextScaled=true,
  2349. TextStrokeTransparency=0
  2350. }
  2351.  
  2352. QQQ=create("TextLabel"){
  2353. Parent=PageFrame,
  2354. BackgroundTransparency=1,
  2355. AnchorPoint=Vector2.new(0,.5),
  2356. Position=UDim2.new(.01,0,.2,0),
  2357. Size=UDim2.new(1,0,.1,0),
  2358. ZIndex=3,
  2359. Font="Bodoni",
  2360. Text="[Q] Rust",
  2361. TextScaled=true,
  2362. TextStrokeTransparency=0
  2363. }
  2364.  
  2365. EEE=create("TextLabel"){
  2366. Parent=PageFrame,
  2367. BackgroundTransparency=1,
  2368. AnchorPoint=Vector2.new(0,.5),
  2369. Position=UDim2.new(.01,0,.3,0),
  2370. Size=UDim2.new(1,0,.1,0),
  2371. ZIndex=3,
  2372. Font="Bodoni",
  2373. Text="[E] Nova",
  2374. TextScaled=true,
  2375. TextStrokeTransparency=0
  2376. }
  2377.  
  2378. RRR=create("TextLabel"){
  2379. Parent=PageFrame,
  2380. BackgroundTransparency=1,
  2381. AnchorPoint=Vector2.new(0,.5),
  2382. Position=UDim2.new(.01,0,.4,0),
  2383. Size=UDim2.new(1,0,.1,0),
  2384. ZIndex=3,
  2385. Font="Bodoni",
  2386. Text="[R] Celestial",
  2387. TextScaled=true,
  2388. TextStrokeTransparency=0
  2389. }
  2390.  
  2391. TTT=create("TextLabel"){
  2392. Parent=PageFrame,
  2393. BackgroundTransparency=1,
  2394. AnchorPoint=Vector2.new(0,.5),
  2395. Position=UDim2.new(.01,0,.5,0),
  2396. Size=UDim2.new(1,0,.1,0),
  2397. ZIndex=3,
  2398. Font="Bodoni",
  2399. Text="[T] Glacier",
  2400. TextScaled=true,
  2401. TextStrokeTransparency=0
  2402. }
  2403.  
  2404. YYY=create("TextLabel"){
  2405. Parent=PageFrame,
  2406. BackgroundTransparency=1,
  2407. AnchorPoint=Vector2.new(0,.5),
  2408. Position=UDim2.new(.01,0,.6,0),
  2409. Size=UDim2.new(1,0,.1,0),
  2410. ZIndex=3,
  2411. Font="Bodoni",
  2412. Text="[Y] Desperation",
  2413. TextScaled=true,
  2414. TextStrokeTransparency=0
  2415. }
  2416.  
  2417. UUU=create("TextLabel"){
  2418. Parent=PageFrame,
  2419. BackgroundTransparency=1,
  2420. AnchorPoint=Vector2.new(0,.5),
  2421. Position=UDim2.new(.01,0,.7,0),
  2422. Size=UDim2.new(1,0,.1,0),
  2423. ZIndex=3,
  2424. Font="Bodoni",
  2425. Text="[U] Saint",
  2426. TextScaled=true,
  2427. TextStrokeTransparency=0
  2428. }
  2429.  
  2430. PPP=create("TextLabel"){
  2431. Parent=PageFrame,
  2432. BackgroundTransparency=1,
  2433. AnchorPoint=Vector2.new(0,.5),
  2434. Position=UDim2.new(.01,0,.8,0),
  2435. Size=UDim2.new(1,0,.1,0),
  2436. ZIndex=3,
  2437. Font="Bodoni",
  2438. Text="",
  2439. TextScaled=true,
  2440. TextStrokeTransparency=0
  2441. }
  2442.  
  2443. HealthFrame:TweenPosition(UDim2.new(.5,0,.95,0), "Out", "Quart", 1.7,true)
  2444. ModeFrame:TweenPosition(UDim2.new(1.01,0,.7,0), "Out", "Quart", 1.7,true)
  2445. MusicFrame:TweenPosition(UDim2.new(1,0,.82,0), "Out", "Quart", 1.7,true)
  2446. PageFrame:TweenPosition(UDim2.new(1.305,0,.4,0), "Out", "Quart", 1.7,true)
  2447.  
  2448. function FindNearestTorso(pos,distance)
  2449. local list=(workspace:children())
  2450. local torso=nil
  2451. local dist=distance
  2452. local temp,human,temp2,temp3=nil,nil,nil,nil
  2453. for x=1,#list do
  2454. temp2=list[x]
  2455. if temp2.className=="Model"and temp2.Name~=chr.Name then
  2456. temp=temp2:findFirstChild("Torso")
  2457. temp3=temp2:findFirstChild("UpperTorso")
  2458. human=temp2:findFirstChildOfClass("Humanoid")
  2459. if temp~=nil and human~=nil and human.Health>=0 and (temp.Position-pos).magnitude<dist then
  2460. local dohit=true
  2461. if dohit==true then
  2462. torso=temp
  2463. dist=(temp.Position-pos).magnitude
  2464. end
  2465. elseif temp3~=nil and human~=nil and human.Health>=0 and (temp3.Position-pos).magnitude<dist then
  2466. local dohit=true
  2467. if dohit==true then
  2468. torso=temp3
  2469. dist=(temp3.Position-pos).magnitude
  2470. end
  2471. end
  2472. end
  2473. end
  2474. return torso,dist
  2475. end
  2476.  
  2477. HitSound={
  2478. "199149137",
  2479. "199149186",
  2480. "199149221",
  2481. "199149235",
  2482. "199149269",
  2483. "199149297",
  2484. }
  2485.  
  2486.  
  2487. function Damage(Type,Partzz,hit,dmg,delay,hs,hv,hp)
  2488. if hit.Parent==nil or hit.Parent:findFirstChild("AHit")~=nil then
  2489. return
  2490. end
  2491. local h=hit.Parent:FindFirstChildOfClass("Humanoid")
  2492. for _,v in pairs(hit.Parent:children()) do
  2493. if v:IsA("Humanoid")then
  2494. h=v
  2495. end
  2496. end
  2497.  
  2498. local subdmg
  2499. if h~=nil and hit.Parent.Name~=chr.Name then
  2500. if hit.Parent:findFirstChild("AHit")==nil then
  2501. if mode=="Benevolence" then
  2502. h.Health=h.Health+dmg
  2503. elseif mode=="Amativeness" then
  2504. h.Health=h.Health+0
  2505. elseif mode=="Psychosis" then
  2506. local a=math.random(1,100)
  2507. if a<=8 then
  2508. print'crit'
  2509. subdmg=math.random(70,80)
  2510. else
  2511. subdmg=math.random(5,10)
  2512. end
  2513. h.Health=h.Health-(dmg+subdmg)
  2514. elseif mode=="Minstrel" then
  2515. subdmg=math.floor(GetClientProperty(theme,'PlaybackLoudness')/8)
  2516. h.Health=h.Health-(dmg+subdmg)
  2517. elseif mode=="Exhaustion" then
  2518. h.Parent:BreakJoints()
  2519. else
  2520.  
  2521. h.Health=h.Health-dmg
  2522. if h.Health==math.huge then
  2523. hit.Parent:BreakJoints()
  2524. end
  2525.  
  2526. end
  2527. end
  2528. end
  2529.  
  2530. if hit.Parent:findFirstChild("AHit")==nil then
  2531. local c=create("BoolValue"){
  2532. Name="AHit",
  2533. Value=true,
  2534. Parent=hit.Parent}
  2535. game:GetService("Debris"):AddItem(c,delay)
  2536. if hs~=""and hit.Parent~=nil then
  2537. sounds(hit.Parent.Head,hs,hv,hp)
  2538. end
  2539.  
  2540. local mama=math.random(1,100)
  2541. if mama<=15 then
  2542. if mode=="Rust" then
  2543. Disease(hit.Parent,hit)
  2544. elseif mode=="Glacier" then
  2545. Freeze(hit.Parent,hit)
  2546. elseif mode=="Conflagration" then
  2547. Burning(hit.Parent,hit)
  2548. elseif mode=="Lullaby" then
  2549. Sleep(hit.Parent,hit)
  2550. end
  2551. end
  2552.  
  2553. local ref=parts(hit,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2554. ref.Anchored=true
  2555. ref.CFrame=CFrame.new(hit.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2556. game:GetService("Debris"):AddItem(ref,15)
  2557. if dmg>.001 then
  2558. if mode=="Benevolence" then
  2559. damagegui(ref,"+"..dmg,.01)
  2560. elseif mode=="Amativeness" then
  2561. damagegui(ref,"0",.01)
  2562. elseif mode=="Psychosis" or mode=="Minstrel" then
  2563. damagegui(ref,"-"..dmg+subdmg,.01)
  2564. else
  2565. damagegui(ref,"-"..dmg,.01)
  2566. end
  2567. elseif dmg<-0 then
  2568. damagegui(ref,"+"..dmg,.01)
  2569. end
  2570.  
  2571. if Type=="Disappear"then
  2572. Partzz.Parent=nil
  2573.  
  2574. elseif Type=="Push"then
  2575. coroutine.resume(coroutine.create(function(hz)
  2576. local aaaaa=math.random(300,400)
  2577. for i=1,20 do
  2578. swait()
  2579. hz.Velocity=(Root.CFrame.lookVector*aaaaa)+(Root.CFrame.upVector*70)
  2580. h.PlatformStand=true
  2581. end
  2582. h.PlatformStand=false
  2583. end),hit)
  2584. elseif Type=="Push2"then
  2585. coroutine.resume(coroutine.create(function(hz)
  2586. local aaaaa=math.random(300,400)
  2587. h.Jump=true
  2588. hz.Velocity=Root.CFrame.upVector*440
  2589. end),hit)
  2590. elseif Type=="None"then
  2591.  
  2592. end
  2593. end
  2594. end
  2595.  
  2596.  
  2597. function damagegui(parz,text,dur)
  2598. local damag=create("BillboardGui"){
  2599. Size=UDim2.new(2, 0, 2, 0),
  2600. Adornee=parz,
  2601. Parent=parz,
  2602. ExtentsOffset=Vector3.new(0, 3, 0),
  2603. AlwaysOnTop=true
  2604. }
  2605. local damagLabel=create("TextLabel"){
  2606. AnchorPoint=Vector2.new(.5,.5),
  2607. BackgroundTransparency=1,
  2608. TextStrokeTransparency=0,
  2609. TextTransparency=0,
  2610. Position=UDim2.new(.5, 0, .5, 0),
  2611. Size=UDim2.new(6, 0, 1.5, 0),
  2612. Text=text,
  2613. Font="Bodoni",
  2614. TextScaled=true,
  2615. Parent=damag,
  2616. TextColor3=BrickColor.new(modecolor[2]).Color,
  2617. TextStrokeTransparency=0,
  2618. --TextStrokeColor3=BrickColor.new(modecolor[1]).Color,
  2619. ZIndex=3
  2620. }
  2621. local rotat=math.random(-360,360)
  2622. local damagFrame1=create("Frame"){
  2623. Name="damagFrame",
  2624. Parent=damag,
  2625. BorderSizePixel=0,
  2626. AnchorPoint=Vector2.new(.5,.5),
  2627. Position=UDim2.new(.5,0,.5,0),
  2628. Size=UDim2.new(2,0,2,0),
  2629. BackgroundColor3=BrickColor.new(modecolor[1]).Color,
  2630. Rotation=rotat,
  2631. ZIndex=2
  2632. }
  2633. local damagFrame2=create("Frame"){
  2634. Name="damagFrame",
  2635. Parent=damag,
  2636. BorderSizePixel=0,
  2637. AnchorPoint=Vector2.new(.5,.5),
  2638. Position=UDim2.new(.5,0,.5,0),
  2639. Size=UDim2.new(2.4,0,2.4,0),
  2640. BackgroundColor3=BrickColor.new(modecolor[2]).Color,
  2641. Rotation=rotat,
  2642. ZIndex=1
  2643. }
  2644. local raise=.3
  2645. coroutine.resume(coroutine.create(function(te)
  2646. for i=0,1.1,dur do
  2647. swait()
  2648. if raise>.01 then
  2649. raise=raise-.008
  2650. elseif raise<=0 then
  2651. raise=0
  2652. end
  2653. if mode=="Nil" then
  2654. damagLabel.TextColor3=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  2655. damagLabel.TextStrokeColor3=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  2656. local plusornot=math.random(1,2)
  2657. if plusornot==1 then
  2658. damagLabel.Text="-"..math.random(1,1000000)
  2659. else
  2660. damagLabel.Text="+"..math.random(1,1000000)
  2661. end
  2662. damagFrame1.Rotation=damagFrame1.Rotation+(raise*16+math.random(20,120))
  2663. damagFrame2.Rotation=damagFrame2.Rotation+(raise*16+math.random(20,120))
  2664. elseif mode=="Exhaustion" then
  2665. damagLabel.Text="Overkill!"
  2666. damagFrame1.Rotation=damagFrame1.Rotation+(raise*16+2)
  2667. damagFrame2.Rotation=damagFrame2.Rotation+(raise*16+2)
  2668. else
  2669. damagLabel.Text=text
  2670. damagFrame1.Rotation=damagFrame1.Rotation+(raise*16+2)
  2671. damagFrame2.Rotation=damagFrame2.Rotation+(raise*16+2)
  2672. end
  2673. damagFrame1.BackgroundTransparency=i
  2674. damagFrame2.BackgroundTransparency=.5+.5*i
  2675. damagLabel.TextTransparency=i
  2676. damagLabel.TextStrokeTransparency=.5+.5*i
  2677. te.Position=te.Position+Vector3.new(0,raise,0)
  2678. end
  2679. te:Remove()
  2680. end),parz)
  2681. end
  2682.  
  2683. function Mdamage(Type,Partzz,Magn,Dmg,delay,hs,hv,hp)
  2684. coroutine.resume(coroutine.create(function()
  2685. if mode=="Exhaustion" then
  2686. gobom()
  2687. end
  2688. end))
  2689. for _,c in pairs(workspace:children()) do
  2690. local hum=c:findFirstChildOfClass("Humanoid")
  2691. if hum~=nil then
  2692. local ddee1=c:findFirstChild("Torso")
  2693. local ddee2=c:findFirstChild("UpperTorso")
  2694. if ddee1~=nil then
  2695. local targ=ddee1.Position-Partzz.Position
  2696. local mag=targ.magnitude
  2697. if mag<=Magn and c.Name~=plr.Name then
  2698. Damage(Type,Partzz,ddee1,Dmg,delay,hs,hv,hp)
  2699. end
  2700. elseif ddee2~=nil then
  2701. local targ=ddee2.Position-Partzz.Position
  2702. local mag=targ.magnitude
  2703. if mag<=Magn and c.Name~=plr.Name then
  2704. Damage(Type,Partzz,ddee2,Dmg,delay,hs,hv,hp)
  2705. end
  2706. end
  2707. end
  2708. end
  2709. end
  2710.  
  2711. function gobom()
  2712. for _,c in pairs(game.Players:children()) do
  2713. if c:IsA("Player") and c.Name~=plr.Name then
  2714. local char=c.Character
  2715. if char.Parent~=workspace then
  2716. char.Parent=workspace
  2717. swait()
  2718. local char1=char:findFirstChild("Torso")
  2719. local char2=char:findFirstChild("UpperTorso")
  2720. print(c.Name)
  2721. if char1 then
  2722. Mdamage("None",char1,3,math.random(6666,7777),0,HitSound[math.random(1,#HitSound)],1.2,1)
  2723. elseif char2 then
  2724. Mdamage("None",char2,3,math.random(6666,7777),0,HitSound[math.random(1,#HitSound)],1.2,1)
  2725. end
  2726. end
  2727. end
  2728. end
  2729. end
  2730. --v Status Effect
  2731. function Disease(chhr,tor)
  2732. if chhr:findFirstChild("RGSEDisease") then
  2733. return
  2734. end
  2735. coroutine.resume(coroutine.create(function(r,r2)
  2736. local ref2=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2737. ref2.Anchored=true
  2738. ref2.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2739. game:GetService("Debris"):AddItem(ref2,5)
  2740. local asdf=create("StringValue"){
  2741. Name="RGSEDisease",
  2742. Value="Diseased",
  2743. Parent=r}
  2744. local bb=20
  2745. local aa=0
  2746. damagegui(ref2,"Diseased!",.004)
  2747. repeat
  2748. swait()
  2749. aa=aa+1
  2750. if aa>=14 then
  2751. aa=0
  2752. bb=bb-1
  2753. if r:findFirstChildOfClass("Humanoid") then
  2754. local hu=r:findFirstChildOfClass("Humanoid")
  2755. hu.Health=hu.Health-hu.MaxHealth/40
  2756. end
  2757. end
  2758.  
  2759. until bb<=0 or r.Parent==nil or asdf.Parent==nil
  2760.  
  2761. end),chhr,tor)
  2762. end
  2763.  
  2764. function Burning(chhr,tor)
  2765. if chhr:findFirstChild("RGSEBurning") then
  2766. return
  2767. end
  2768. coroutine.resume(coroutine.create(function(r,r2)
  2769. local ref2=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2770. ref2.Anchored=true
  2771. ref2.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2772. game:GetService("Debris"):AddItem(ref2,5)
  2773. damagegui(ref2,"Burned!",.004)
  2774. local aaaa=create("Sound"){
  2775. Parent=tor,
  2776. SoundId="rbxassetid://1601946639",
  2777. Volume=2,
  2778. PlaybackSpeed=1,
  2779. EmitterSize=20,
  2780. Name="burn baby burn",
  2781. Looped=true}
  2782. aaaa:Play()
  2783. local bb=20
  2784. local ra=0
  2785. local asdf=create("StringValue"){
  2786. Name="RGSEBurning",
  2787. Value="Burning",
  2788. Parent=r}
  2789. repeat
  2790. swait()
  2791. local hum=r:findFirstChildOfClass("Humanoid")
  2792. if hum then
  2793. ra=ra+1
  2794. Effect(r2,"Br. yellowish orange",CFrame.new(r2.Position)*CFrame.new(math.random(-10,10)/6,math.random(-10,10)/6,math.random(-10,10)/6)*CFrame.Angles(-math.rad(90),0,math.random(-120,120)),8,8,8,-.4,-.4,-.4,.05,"Brick",7,5,"")
  2795. local raf=math.random(12,16)
  2796. if ra>=raf then
  2797. ra=0
  2798. bb=bb-1
  2799. local asdf=math.random(4,6)
  2800. hum.Health=hum.Health-asdf
  2801. --[[damagegui(ref,"-"..asdf,.01)]] --no
  2802. end
  2803. end
  2804. until bb<=0 or r.Parent==nil or asdf.Parent==nil
  2805.  
  2806. aaaa:Remove()
  2807. asdf:Remove()
  2808. end),chhr,tor)
  2809. end
  2810.  
  2811. function Freeze(chhr,tor)
  2812. if chhr:findFirstChild("RGSEFreezing") or tor.Anchored==true then
  2813. return
  2814. end
  2815. coroutine.resume(coroutine.create(function(r,r2)
  2816. sounds(r2,"1139270836",2.5,.7)
  2817. local ref2=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2818. ref2.Anchored=true
  2819. ref2.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2820. game:GetService("Debris"):AddItem(ref2,5)
  2821. damagegui(ref2,"Frozen!",.004)
  2822. local bb=150
  2823. local asdf=create("StringValue"){
  2824. Name="RGSEFreezing",
  2825. Value="Freezing",
  2826. Parent=r}
  2827. local thaw=false
  2828. local freez=parts(tor,"ref",Vector3.new(.2,.2,.2),"Bright blue",Enum.Material.Glass,0,1)
  2829. freez.Anchored=true
  2830. freez.CFrame=tor.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))
  2831. meshs(freez,"Mesh",Vector3.new(55,55,55),Enum.MeshType.Brick,"")
  2832. local lastwalkspeed
  2833. local lastjumppower
  2834. if r:findFirstChildOfClass("Humanoid") then
  2835. lastwalkspeed=r:findFirstChildOfClass("Humanoid").WalkSpeed
  2836. lastjumppower=r:findFirstChildOfClass("Humanoid").JumpPower
  2837. end
  2838. coroutine.resume(coroutine.create(function(e)
  2839. for si=1,.4,-.01 do
  2840. swait()
  2841. freez.Transparency=si
  2842. end
  2843. repeat
  2844. swait()
  2845. until thaw==true
  2846. freez.Anchored=false
  2847. freez.Velocity=Vector3.new(math.random(-1,1)*math.random(25,35),math.random(1,1)*math.random(25,35),math.random(-1,1)*math.random(25,35))
  2848. end),freez)
  2849. for i=1,math.random(4,7) do
  2850. local freez=parts(tor,"ref",Vector3.new(.2,.2,.2),"Bright blue",Enum.Material.Glass,0,1)
  2851. freez.Anchored=true
  2852. freez.CFrame=tor.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,math.random(-6,6),0)
  2853. local randomm=math.random(15,30)
  2854. meshs(freez,"Mesh",Vector3.new(randomm,randomm,randomm),Enum.MeshType.Brick,"")
  2855. coroutine.resume(coroutine.create(function(e)
  2856. for si=1,.4,-.01 do
  2857. swait()
  2858. freez.Transparency=si
  2859. end
  2860. repeat
  2861. swait()
  2862. until thaw==true
  2863. freez.Anchored=false
  2864. freez.Velocity=Vector3.new(math.random(-1,1)*math.random(25,35),math.random(1,1)*math.random(25,35),math.random(-1,1)*math.random(25,35))
  2865. end),freez)
  2866.  
  2867. end
  2868. repeat
  2869. swait()
  2870. bb=bb-1
  2871. if r:findFirstChildOfClass("Humanoid") then
  2872. r:findFirstChildOfClass("Humanoid").WalkSpeed=0
  2873. r:findFirstChildOfClass("Humanoid").JumpPower=0
  2874. end
  2875. for _,c in pairs(r:children()) do
  2876. if c:IsA("BasePart") then
  2877. c.Anchored=true
  2878. elseif c:IsA("Accessory") or c:IsA("Hat") then
  2879. if c:findFirstChild("Handle") then
  2880. c.Handle.Anchored=true
  2881. end
  2882. elseif c:IsA("Model") then
  2883. for _,s in pairs(c:children()) do
  2884. if c:IsA("BasePart") then
  2885. c.Anchored=true
  2886. end
  2887. end
  2888. end
  2889. end
  2890. until bb<=0 or r.Parent==nil or asdf.Parent==nil
  2891. thaw=true
  2892. sounds(r2,"138122923",2.5,1.3)
  2893. if r:findFirstChildOfClass("Humanoid") then
  2894. r:findFirstChildOfClass("Humanoid").WalkSpeed=lastwalkspeed
  2895. r:findFirstChildOfClass("Humanoid").JumpPower=lastjumppower
  2896. end
  2897. for _,c in pairs(r:children()) do
  2898. if c:IsA("BasePart") then
  2899. c.Anchored=false
  2900. elseif c:IsA("Accessory") or c:IsA("Hat") then
  2901. if c:findFirstChild("Handle") then
  2902. c.Handle.Anchored=false
  2903. end
  2904. elseif c:IsA("Model") then
  2905. for _,s in pairs(c:children()) do
  2906. if c:IsA("BasePart") then
  2907. c.Anchored=false
  2908. end
  2909. end
  2910. end
  2911. end
  2912. asdf:Remove()
  2913. end),chhr,tor)
  2914. end
  2915.  
  2916. function Sleep(chhr,tor)
  2917. if chhr:findFirstChild("RGSESleeping") then
  2918. return
  2919. end
  2920. local bb=400
  2921. local deel=0
  2922. coroutine.resume(coroutine.create(function(r,r2)
  2923. local ref2=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2924. ref2.Anchored=true
  2925. ref2.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2926. game:GetService("Debris"):AddItem(ref2,5)
  2927. damagegui(ref2,"Sleeping...",.004)
  2928. local asdf=create("StringValue"){
  2929. Name="RGSESleeping",
  2930. Value="Sleeping",
  2931. Parent=r}
  2932. repeat
  2933. swait()
  2934. bb=bb-1
  2935. deel=deel+1
  2936. if deel>=23 then
  2937. deel=0
  2938. local r3=chhr:findFirstChild("Head")
  2939. if r3 then
  2940. Effect(r3,"Navy blue",CFrame.new(r3.Position+Vector3.new(0,2,0))*CFrame.Angles(-math.rad(90),0,0),.4,.4,.4,-.008,-.008,-.008,.03,"FileMesh",3,.05,"935034078")
  2941. end
  2942. end
  2943. if r:findFirstChildOfClass("Humanoid") then
  2944. r:findFirstChildOfClass("Humanoid").PlatformStand=true
  2945. end
  2946. until bb<=0 or r.Parent==nil or asdf.Parent==nil
  2947. if r:findFirstChildOfClass("Humanoid") then
  2948. r:findFirstChildOfClass("Humanoid").PlatformStand=false
  2949. end
  2950. asdf:Remove()
  2951. end),chhr,tor)
  2952. end
  2953.  
  2954. function Blind(chhr,tor)
  2955. coroutine.resume(coroutine.create(function(r,r2)
  2956.  
  2957. end),chhr,tor)
  2958. end
  2959.  
  2960. function Bless(chhr,tor)
  2961. if chhr:findFirstChild("RGSEHealing") then
  2962. return
  2963. end
  2964. local heel=20
  2965. local laaaa=0
  2966. local hehe=0
  2967. coroutine.resume(coroutine.create(function(r,r2)
  2968. sounds(r2,"234226639",2.5,1.1)
  2969. local ref2=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  2970. ref2.Anchored=true
  2971. ref2.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  2972. game:GetService("Debris"):AddItem(ref2,5)
  2973. damagegui(ref2,"Blessed!",.004)
  2974. local asdf=create("StringValue"){
  2975. Name="RGSEHealing",
  2976. Value="Healing",
  2977. Parent=r}
  2978. repeat
  2979. swait()
  2980. laaaa=laaaa+1
  2981. if laaaa>=4 then
  2982. laaaa=0
  2983. local r3=chhr:findFirstChild("Head")
  2984. if r3 then
  2985. Effect(r2,"Cool yellow",CFrame.new(r3.Position)*CFrame.new(0,2,0)*CFrame.Angles(math.rad(90),0,0),2,2,2,.1,.1,-.1,.08,"FileMesh",6,0,"3270017")
  2986. end
  2987. end
  2988. hehe=hehe+1
  2989. if hehe>=9 then
  2990. hehe=0
  2991. local homan=chhr:findFirstChildOfClass("Humanoid")
  2992. if homan then
  2993. if homan.Health<homan.MaxHealth then
  2994. heel=heel-1
  2995. if r:findFirstChildOfClass("Humanoid") then
  2996. local hu=r:findFirstChildOfClass("Humanoid")
  2997. local wat=hu.Health+hu.MaxHealth/10
  2998. local aaa=hu.Health
  2999. hu.Health=wat
  3000. local ref=parts(tor,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  3001. ref.Anchored=true
  3002. ref.CFrame=CFrame.new(r2.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  3003. damagegui(ref,"+"..math.floor(hu.Health-aaa),.01)
  3004. end
  3005. Effect(r2,"New Yeller",CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,2,2,2,.06,"Brick",1,0,"")
  3006. for i=1,6 do
  3007. Effect(r2,"New Yeller",CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),12,12,12,-.6,-.6,-.6,.05,"Sphere",3,math.random(27,40)/100,"")
  3008. end
  3009. sounds(r2,"969800663",2.3,1.2)
  3010. end
  3011. end
  3012. end
  3013. until heel<=0 or r.Parent==nil or asdf.Parent==nil
  3014. asdf:Remove()
  3015. end),chhr,tor)
  3016. end
  3017.  
  3018. function MStatus(Type,Partzz,Magn)
  3019. for _,c in pairs(workspace:children()) do
  3020. local hum=c:findFirstChildOfClass("Humanoid")
  3021. if hum~=nil then
  3022. local ddee1=c:findFirstChild("Torso")
  3023. local ddee2=c:findFirstChild("UpperTorso")
  3024. if ddee1~=nil and ddee2==nil then
  3025. local targ=ddee1.Position-Partzz.Position
  3026. local mag=targ.magnitude
  3027. if mag<=Magn and c.Name~=plr.Name then
  3028. if Type=="Disease" then
  3029. Disease(ddee1.Parent,ddee1)
  3030. elseif Type=="Freeze" then
  3031. Freeze(ddee1.Parent,ddee1)
  3032. elseif Type=="Burn" then
  3033. Burning(ddee1.Parent,ddee1)
  3034. elseif Type=="Sleep" then
  3035. Sleep(ddee1.Parent,ddee1)
  3036. elseif Type=="Blind" then
  3037. Blind(ddee1.Parent,ddee1)
  3038. elseif Type=="Bless" then
  3039. Bless(ddee1.Parent,ddee1)
  3040. end
  3041. end
  3042. elseif ddee1==nil and ddee2~=nil then
  3043. local targ=ddee2.Position-Partzz.Position
  3044. local mag=targ.magnitude
  3045. if mag<=Magn and c.Name~=plr.Name then
  3046. if Type=="Disease" then
  3047. Disease(ddee2.Parent,ddee2)
  3048. elseif Type=="Freeze" then
  3049. Freeze(ddee2.Parent,ddee2)
  3050. elseif Type=="Burn" then
  3051. Burning(ddee2.Parent,ddee2)
  3052. elseif Type=="Sleep" then
  3053. Sleep(ddee2.Parent,ddee2)
  3054. elseif Type=="Blind" then
  3055. Blind(ddee2.Parent,ddee2)
  3056. elseif Type=="Bless" then
  3057. Bless(ddee2.Parent,ddee2)
  3058. end
  3059. end
  3060. end
  3061. end
  3062. end
  3063. end
  3064.  
  3065. --v efec
  3066. function Effect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id,min,max,qu)
  3067. local ex=create("Part"){
  3068. Size=Vector3.new(.2,.2,.2),
  3069. BrickColor=BrickColor.new(color),
  3070. CanCollide=false,
  3071. Material="Neon",
  3072. Anchored=true,
  3073. Parent=par,
  3074. Transparency=transp}
  3075. NoOutline(ex)
  3076. ex.CFrame=CF
  3077. local exe=create("SpecialMesh"){
  3078. Scale=Vector3.new(x,y,z),
  3079. MeshType=mtyp,
  3080. Parent=ex}
  3081. if mtyp=="FileMesh"and id~=""then
  3082. exe.MeshId="rbxassetid://"..id
  3083. end
  3084. game:GetService("Debris"):AddItem(ex,10)
  3085. local ez=ex.CFrame
  3086. local nu=0
  3087. local no=math.random()-math.random()
  3088. coroutine.resume(coroutine.create(function()
  3089. for i=transp,1.01,de do
  3090. swait()
  3091. if mode=="Nil" then
  3092. ex.BrickColor=BrickColor.new(nilcolor[math.random(1,#nilcolor)])
  3093. end
  3094. if typ~=5 then
  3095. ex.Transparency=i
  3096. end
  3097. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  3098. if typ==1 then
  3099. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  3100. elseif typ==2 then
  3101. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  3102. elseif typ==3 then
  3103. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  3104. elseif typ==4 then
  3105. nu=nu+no
  3106. ez=ez*CFrame.new(0,math.random(min,max)/qu,0)
  3107. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  3108. --ex.CFrame=ex.CFrame
  3109. elseif typ==7 then
  3110. ex.CFrame=ez*CFrame.new(0,0,rad*i)
  3111. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  3112. end
  3113. end
  3114. ex:Remove()
  3115. end))
  3116. return ex --haha
  3117. end
  3118.  
  3119. function Effect2(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,rad,id) --t o o l a z y y hhh
  3120. local ex=create("Part"){
  3121. Size=Vector3.new(.2,.2,.2),
  3122. BrickColor=BrickColor.new(color),
  3123. CanCollide=false,
  3124. Material="Neon",
  3125. Anchored=true,
  3126. Parent=par,
  3127. Transparency=transp}
  3128. NoOutline(ex)
  3129. ex.CFrame=CF
  3130. local exe=create("SpecialMesh"){
  3131. Scale=Vector3.new(x,y,z),
  3132. MeshType=mtyp,
  3133. Parent=ex}
  3134. if mtyp=="FileMesh"and id~=""then
  3135. exe.MeshId="rbxassetid://"..id
  3136. end
  3137. game:GetService("Debris"):AddItem(ex,10)
  3138. local ez=ex.CFrame
  3139. local nu=0
  3140. local no=math.random()-math.random()
  3141. coroutine.resume(coroutine.create(function()
  3142. for i=transp,1.01,de do
  3143. swait()
  3144. if mode=="Nil" then
  3145. ex.BrickColor=BrickColor.new(nilcolor[math.random(1,#nilcolor)])
  3146. end
  3147. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  3148. ex.CFrame=ex.CFrame*CFrame.new(0,rad,0)
  3149. ex.Transparency=i
  3150. end
  3151. ex:Remove()
  3152. end))
  3153. return ex
  3154. end
  3155.  
  3156. function REffect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  3157. local ex=create("Part"){
  3158. Size=Vector3.new(.2,.2,.2),
  3159. BrickColor=BrickColor.new(color),
  3160. CanCollide=false,
  3161. Material="Neon",
  3162. Anchored=true,
  3163. CFrame=CF,
  3164. Parent=par,
  3165. Transparency=1}
  3166. NoOutline(ex)
  3167. local exe=create("SpecialMesh"){
  3168. Scale=Vector3.new(x,y,z),
  3169. MeshType=mtyp,
  3170. Parent=ex}
  3171. if mtyp=="FileMesh"and id~=""then
  3172. exe.MeshId="rbxassetid://"..id
  3173. end
  3174. game:GetService("Debris"):AddItem(ex,10)
  3175. local ez=ex.CFrame
  3176. local nu=0
  3177. local no=math.random()-math.random()
  3178. coroutine.resume(coroutine.create(function()
  3179. for i=1,transp-.01,-de do
  3180. swait()
  3181. if mode=="Nil" then
  3182. ex.BrickColor=BrickColor.new(nilcolor[math.random(1,#nilcolor)])
  3183. end
  3184. if typ~=5 then
  3185. ex.Transparency=i
  3186. end
  3187. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  3188. if typ==1 then
  3189. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  3190. elseif typ==2 then
  3191. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  3192. elseif typ==3 then
  3193. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  3194. elseif typ==4 then
  3195. nu=nu+no
  3196. ez=ez*CFrame.new(0,rad,0)
  3197. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  3198. --ex.CFrame=ex.CFrame
  3199. end
  3200. end
  3201. ex:Remove()
  3202. end))
  3203. return ex
  3204. end
  3205.  
  3206. function LockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  3207. local ex=create("Part"){
  3208. Size=Vector3.new(.2,.2,.2),
  3209. BrickColor=BrickColor.new(color),
  3210. CanCollide=false,
  3211. Material="Neon",
  3212. Anchored=true,
  3213. CFrame=CF,
  3214. Parent=par,
  3215. Transparency=transp}
  3216. NoOutline(ex)
  3217. local exe=create("SpecialMesh"){
  3218. Scale=Vector3.new(x,y,z),
  3219. MeshType=mtyp,
  3220. Parent=ex}
  3221. if mtyp=="FileMesh"and id~=""then
  3222. exe.MeshId="rbxassetid://"..id
  3223. end
  3224. game:GetService("Debris"):AddItem(ex,10)
  3225. local ez=ex.CFrame
  3226. local nu=0
  3227. local no=math.random()-math.random()
  3228. coroutine.resume(coroutine.create(function()
  3229. for i=transp,1.01,de do
  3230. swait()
  3231. if mode=="Nil" then
  3232. ex.BrickColor=BrickColor.new(nilcolor[math.random(1,#nilcolor)])
  3233. end
  3234. if typ~=5 then
  3235. ex.Transparency=i
  3236. end
  3237. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  3238. if typ==1 then
  3239. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  3240. elseif typ==2 then
  3241. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  3242. elseif typ==3 then
  3243. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  3244. elseif typ==4 then
  3245. nu=nu+no
  3246. locke=locke*CFrame.new(0,rad,0)
  3247. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  3248. --ex.CFrame=ex.CFrame
  3249. else
  3250. ex.CFrame=locke.CFrame
  3251. end
  3252. end
  3253. ex:Remove()
  3254. end))
  3255. return ex
  3256. end
  3257.  
  3258. function RLockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  3259. local ex=create("Part"){
  3260. Size=Vector3.new(.2,.2,.2),
  3261. BrickColor=BrickColor.new(color),
  3262. CanCollide=false,
  3263. Material="Neon",
  3264. Anchored=true,
  3265. CFrame=CF,
  3266. Parent=par,
  3267. Transparency=1}
  3268. NoOutline(ex)
  3269. local exe=create("SpecialMesh"){
  3270. Scale=Vector3.new(x,y,z),
  3271. MeshType=mtyp,
  3272. Parent=ex}
  3273. if mtyp=="FileMesh"and id~=""then
  3274. exe.MeshId="rbxassetid://"..id
  3275. end
  3276. game:GetService("Debris"):AddItem(ex,10)
  3277. local ez=ex.CFrame
  3278. local nu=0
  3279. local no=math.random()-math.random()
  3280. coroutine.resume(coroutine.create(function()
  3281. for i=1,transp-.01,-de do
  3282. swait()
  3283. if mode=="Nil" then
  3284. ex.BrickColor=BrickColor.new(nilcolor[math.random(1,#nilcolor)])
  3285. end
  3286. if typ~=5 then
  3287. ex.Transparency=i
  3288. end
  3289. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  3290. if typ==1 then
  3291. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  3292. elseif typ==2 then
  3293. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  3294. elseif typ==3 then
  3295. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  3296. elseif typ==4 then
  3297. nu=nu+no
  3298. locke=locke*CFrame.new(0,rad,0)
  3299. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  3300. --ex.CFrame=ex.CFrame
  3301. else
  3302. ex.CFrame=locke.CFrame
  3303. end
  3304. end
  3305. ex:Remove()
  3306. end))
  3307. return ex
  3308. end
  3309. --v other
  3310. function clone(wh,tr,asdf,deb)
  3311. local aaa=wh:Clone()
  3312. aaa.Parent=e
  3313. aaa:BreakJoints()
  3314. aaa.Color=BrickColor.new(modecolor[1]).Color
  3315. aaa.Material="Neon"
  3316. aaa.Transparency=tr
  3317. aaa.Anchored=true
  3318. aaa.CanCollide=false
  3319. if asdf==true then
  3320. aaa.Size=aaa.Size+Vector3.new(0.05,0.05,0.05)
  3321. end
  3322. game:GetService("Debris"):AddItem(aaa,5)
  3323. for _,ff in pairs(aaa:children()) do
  3324. if ff:IsA("Sound")or ff:IsA("SpecialMesh")or ff:IsA("Decal")or ff:IsA("BillboardGui") then
  3325. ff:Remove()
  3326. end
  3327. end
  3328. if aaa.Name=="Head" then
  3329. aaa.Size=Vector3.new(1,1,1)
  3330. elseif aaa.Name=="HumanoidRootPart"then
  3331. aaa.Transparency=1
  3332. end
  3333. coroutine.resume(coroutine.create(function(cc)
  3334. for i=0,1,deb do
  3335. swait()
  3336. cc.Transparency=i
  3337. end
  3338. cc:Remove()
  3339. end),aaa)
  3340. end
  3341.  
  3342. function modechangeframehhhhhhh(color1,color2)
  3343. local a1=create("Frame"){
  3344. Parent=MainGui,
  3345. BorderSizePixel=0,
  3346. BackgroundTransparency=0,
  3347. BackgroundColor3=BrickColor.new(color1).Color,
  3348. AnchorPoint=Vector2.new(.5,.5),
  3349. Position=UDim2.new(.25,0,-.3,0),
  3350. Size=UDim2.new(.5,0,0,0),
  3351. ZIndex=50,
  3352. }
  3353. local a2=create("Frame"){
  3354. Parent=MainGui,
  3355. BorderSizePixel=0,
  3356. BackgroundTransparency=.5,
  3357. BackgroundColor3=BrickColor.new(color2).Color,
  3358. AnchorPoint=Vector2.new(.5,.5),
  3359. Position=UDim2.new(.75,0,1.3,0),
  3360. Size=UDim2.new(.5,0,0,0),
  3361. ZIndex=51,
  3362. }
  3363. --[[local a3=create("Frame"){
  3364. Parent=ModeNameBill,
  3365. BorderSizePixel=0,
  3366. BackgroundTransparency=0,
  3367. BackgroundColor3=BrickColor.new(color1).Color,
  3368. AnchorPoint=Vector2.new(.5,.5),
  3369. Position=UDim2.new(.5,0,.5,0),
  3370. Size=UDim2.new(.1,0,.1,0),
  3371. ZIndex=50,
  3372. Rotation=rotati
  3373. }
  3374. local a4=create("Frame"){
  3375. Parent=ModeNameBill,
  3376. BorderSizePixel=0,
  3377. BackgroundTransparency=.5,
  3378. BackgroundColor3=BrickColor.new(color2).Color,
  3379. AnchorPoint=Vector2.new(.5,.5),
  3380. Position=UDim2.new(.5,0,.5,0),
  3381. Size=UDim2.new(.4,0,.4,0),
  3382. ZIndex=51,
  3383. Rotation=rotati
  3384. }]]
  3385.  
  3386. local newbg=create("BillboardGui"){
  3387. Parent=Torso,
  3388. LightInfluence=0,
  3389. Size=UDim2.new(3,0,3,0),
  3390. AlwaysOnTop=true
  3391. }
  3392.  
  3393. local r1=create("ImageLabel"){
  3394. Parent=newbg,
  3395. AnchorPoint=Vector2.new(.5,.5),
  3396. Size=UDim2.new(5,0,5,0),
  3397. Position=UDim2.new(.5,0,.5,0),
  3398. BackgroundTransparency=1,
  3399. Rotation=math.random(-360,360),
  3400. ImageColor3=BrickColor.new(color1).Color,
  3401. Image="rbxassetid://2306830484",
  3402. ZIndex=3
  3403. }
  3404.  
  3405. local r2=create("ImageLabel"){
  3406. Parent=newbg,
  3407. AnchorPoint=Vector2.new(.5,.5),
  3408. Size=UDim2.new(5,0,5,0),
  3409. Position=UDim2.new(.5,0,.5,0),
  3410. BackgroundTransparency=1,
  3411. Rotation=math.random(-360,360),
  3412. ImageColor3=BrickColor.new(color2).Color,
  3413. Image="rbxassetid://2306830484",
  3414. ZIndex=3
  3415. }
  3416.  
  3417. local r3=create("ImageLabel"){
  3418. Parent=newbg,
  3419. AnchorPoint=Vector2.new(.5,.5),
  3420. Size=UDim2.new(5,0,5,0),
  3421. Position=UDim2.new(.5,0,.5,0),
  3422. BackgroundTransparency=1,
  3423. Rotation=math.random(-360,360),
  3424. ImageColor3=BrickColor.new(color1).Color,
  3425. Image="rbxassetid://2245306240"
  3426. }
  3427.  
  3428. --[[local lig1=particles(Torso,1.4,color1,"2301942083",.6,1,"Top",75,0,0,0,.6,1,123,123,7,44444,false,10)
  3429. lig1.Speed=NRn(32,44)
  3430. local lig2=particles(Torso,1.4,color2,"2301942083",.6,1,"Top",75,0,0,0,.6,1,123,123,7,44444,false,10)
  3431. lig2.Speed=NRn(52,64)]]
  3432. LockEffect(e,color2,CFrame.new(Torso.Position),Torso,7,7,7,16,16,16,.06,"Sphere",1,0,"")
  3433. if musicset=="Global" then
  3434. pssounds(chr,"750072465",2.3,3.9,.5,2)
  3435. else
  3436. pssounds(Torso,"750072465",2.3,3.9,.5,2)
  3437. end
  3438.  
  3439. coroutine.resume(coroutine.create(function(bb1,bb2,bb3,bb4,bb5)
  3440. bb1:TweenSize(UDim2.new(.5,0,1.3,0), "Out", "Quart", .5,true)
  3441. bb2:TweenSize(UDim2.new(.5,0,1.3,0), "Out", "Quart", .5,true)
  3442. bb1:TweenPosition(UDim2.new(.25,0,.5,0), "Out", "Quart", .5,true)
  3443. bb2:TweenPosition(UDim2.new(.75,0,.5,0), "Out", "Quart", .5,true)
  3444. bb3:TweenSize(UDim2.new(60,0,60,0), "Out", "Back", .4,true)
  3445. bb4:TweenSize(UDim2.new(140,0,140,0), "Out", "Back", .61,true)
  3446. bb5:TweenSize(UDim2.new(280,0,280,0), "Out", "Sine", 1,true)
  3447. for i=0,1,.05 do
  3448. swait()
  3449. bb1.BackgroundTransparency=i
  3450. bb2.BackgroundTransparency=i
  3451. bb1.BackgroundColor3=BrickColor.new(color1).Color
  3452. bb2.BackgroundColor3=BrickColor.new(color2).Color
  3453. bb3.ImageTransparency=i
  3454. bb4.ImageTransparency=i
  3455. bb5.ImageTransparency=0+.5*i
  3456. bb3.Rotation=bb3.Rotation+1.2
  3457. bb4.Rotation=bb4.Rotation-1.8
  3458. bb3.ImageColor3=BrickColor.new(color1).Color
  3459. bb4.ImageColor3=BrickColor.new(color2).Color
  3460. bb5.Rotation=bb5.Rotation-3.3
  3461. bb5.ImageColor3=BrickColor.new(color2).Color
  3462. --[[bb3.Rotation=bb1.Rotation+7
  3463. bb4.Rotation=bb2.Rotation+7
  3464. bb3.BackgroundTransparency=i
  3465. bb4.BackgroundTransparency=.5+.5*i
  3466. bb3.BackgroundColor3=BrickColor.new(color1).Color
  3467. bb4.BackgroundColor3=BrickColor.new(color2).Color
  3468. bb3.Size=UDim2.new(.1+7*i,0,.1+7*i,0)
  3469. bb4.Size=UDim2.new(.4+7*i,0,.4+7*i,0)]]
  3470. end
  3471. bb1:Remove()
  3472. bb2:Remove()
  3473. bb3:Remove()
  3474. bb4:Remove()
  3475. coroutine.resume(coroutine.create(function(as)
  3476. for i=.5,1.05,.03 do
  3477. swait()
  3478. as.ImageTransparency=i
  3479. as.Rotation=bb5.Rotation-3.3
  3480. as.ImageColor3=BrickColor.new(color2).Color
  3481. end
  3482. bb5:Remove()
  3483. end),bb5)
  3484. --bb5:Remove()
  3485. end),a1,a2,r1,r2,r3)--a3,a4)
  3486. end
  3487.  
  3488. function CameraShake(Intensity,par,mag,del)
  3489.  
  3490. end
  3491.  
  3492. function rusting(cf)
  3493. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,1)
  3494. ref.CFrame=cf
  3495. ref.Anchored=true
  3496. game:GetService("Debris"):AddItem(ref,.1)
  3497. local hit,pos=rayCast(ref.Position,(CFrame.new(ref.Position,ref.Position-Vector3.new(0,1,0))).lookVector,10,chr)
  3498. if hit~=nil and hit.Parent:findFirstChildOfClass("Humanoid")==nil and hit.Parent.Parent:findFirstChildOfClass("Humanoid")==nil then
  3499. --ref.CFrame=CFrame.new(pos)
  3500. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  3501. meshs(ref2,"Mesh",Vector3.new(3,15,3),Enum.MeshType.Brick,"")
  3502. ref2.CFrame=CFrame.new(pos)*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30)))
  3503. ref2.CFrame=ref2.CFrame*CFrame.new(0,-math.random(30,40)/10,0)
  3504. ref2.Anchored=true
  3505. game:GetService("Debris"):AddItem(ref2,2)
  3506. local ref3=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  3507. meshs(ref3,"Mesh",Vector3.new(3,6,3),Enum.MeshType.Wedge,"")
  3508. ref3.CFrame=ref2.CFrame*CFrame.new(0,2.1,0)
  3509. ref3.Anchored=true
  3510. game:GetService("Debris"):AddItem(ref3,2)
  3511. local ref4=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  3512. meshs(ref4,"Mesh",Vector3.new(1,1,1),Enum.MeshType.Cylinder,"")
  3513. ref4.CFrame=CFrame.new(pos)*CFrame.Angles(0,0,math.rad(90))
  3514. ref4.Anchored=true
  3515. game:GetService("Debris"):AddItem(ref4,2)
  3516. coroutine.resume(coroutine.create(function(a1,a2,a3)
  3517. local la=a1.CFrame
  3518. local la2=a2.CFrame
  3519. for i=0,1,.08 do
  3520. swait()
  3521. a3:findFirstChild("Mesh").Scale=clerp(a3:findFirstChild("Mesh").Scale,Vector3.new(1,12,12),.2)
  3522. a1.CFrame=clerp(a1.CFrame,la*CFrame.new(0,4,0),.2)
  3523. a2.CFrame=clerp(a2.CFrame,la2*CFrame.new(0,4,0),.2)
  3524. end
  3525. swait(40)
  3526. for i=transp,1.1,.05 do
  3527. swait()
  3528. a1.Transparency=i
  3529. a2.Transparency=i
  3530. a3.Transparency=i
  3531. end
  3532. end),ref2,ref3,ref4)
  3533. end
  3534. end
  3535.  
  3536. function jadecrystal(cf)
  3537. local ran=CFrame.new(math.random(-30,30),0,math.random(-30,30))
  3538. local jja=parts(e,"jjjj",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,.6,1)
  3539. jja.CFrame=cf*ran
  3540. jja.Anchored=true
  3541. local jj2=parts(e,"ree",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  3542. jj2.CFrame=cf*ran
  3543. jj2.Anchored=true
  3544. meshs(jja,"Mesh",Vector3.new(.8, .8, .8),Enum.MeshType.FileMesh,"900090447")
  3545. local locat=ran
  3546. coroutine.resume(coroutine.create(function(j,j2)
  3547. local anotherrandom=math.random(4,12)
  3548. sounds(j,"1221376691",2.4,1.7)
  3549. local light=create("PointLight"){
  3550. Parent=j,
  3551. Brightness=2,
  3552. Range=11,
  3553. Color=BrickColor.new(modecolor[1]).Color
  3554. }
  3555. repeat
  3556. swait()
  3557. j.Transparency=j.Transparency-.04
  3558. j2.CFrame=clerp(j2.CFrame,CFrame.new(Root.Position)*locat*CFrame.new(0,anotherrandom,0),.3)
  3559. j.CFrame=clerp(j.CFrame,CFrame.new(j2.Position),.1)
  3560. until not chr:findFirstChild("RGSECasting")
  3561. local aaaa=create("ObjectValue"){
  3562. Name="ready",
  3563. Parent=j}
  3564. repeat
  3565. swait()
  3566. j.Transparency=j.Transparency-.04
  3567. j.CFrame=clerp(j.CFrame,CFrame.new(j.Position,mouse.Hit.p)*CFrame.Angles(-math.rad(90),0,0),.3)
  3568. until aaaa.Parent~=j
  3569. j.Name="hhhh"
  3570. sounds(j,"1458854513",2.4,1)
  3571. local spreadvector=(Vector3.new(math.random(-8,8),math.random(-8,8),math.random(-8,8))/50)*(j.Position-mouse.Hit.p).magnitude/50
  3572. local sa1=j.Position
  3573. local sa2=CFrame.new(sa1,mouse.Hit.p+spreadvector)
  3574. local cryz=particles(j,1,"Shamrock","1733262804",.7,1,"Top",1,1,0,1,1,1,55,55,7,44444,false)
  3575. cryz.Rate=33
  3576.  
  3577. for i=1,100 do
  3578. swait()
  3579. local hit,pos=rayCast(sa1,sa2.LookVector,8,chr)
  3580. --Effect(e,"Shamrock",CFrame.new(j.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),3,3,3,-.1,-.1,-.1,.08,"Brick",1,0,"")
  3581. j.Transparency=j.Transparency-.04
  3582. j.CFrame=CFrame.new((sa1+pos)/2,pos)*CFrame.Angles(-math.rad(90),0,0)
  3583. j2.CFrame=CFrame.new(pos)
  3584. sa1=sa1+(sa2.LookVector*7)
  3585. if hit then
  3586. break
  3587. end
  3588. end
  3589. light.Enabled=false
  3590. cryz.Enabled=false
  3591. for i=1,math.random(2,4) do
  3592. Effect(e,"Forest green",CFrame.new(j.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),4,4,27,0,0,0,.04,"Sphere",4,math.random(-7,7),"",100,200,150)
  3593. end
  3594. Effect(e,"Forest green",CFrame.new(j.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),16,16,16,4.5,4.5,4.5,.06,"Brick",1,0,"")
  3595. Effect(e,"Shamrock",CFrame.new(j.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),16,16,16,3,3,3,.05,"Sphere",6,0,"")
  3596. sounds(j,"373951145",2.6,math.random(10,12)/10)
  3597. CameraShake(400,j,15,.15)
  3598. Mdamage("None",j,12,math.random(8,15),0,HitSound[math.random(1,#HitSound)],1.2,1)
  3599. j.Transparency=1
  3600. game:GetService("Debris"):AddItem(j,2)
  3601. game:GetService("Debris"):AddItem(j2,2)
  3602. end),jja,jj2)
  3603. end
  3604.  
  3605. --v atak
  3606. function Attack()
  3607. attack=true
  3608. if combo==1 then
  3609. combo=2
  3610. CameraShake(300,Root,3,.12)
  3611. local cancel=false
  3612. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,.4)
  3613. meshs(ref,"Mesh",Vector3.new(40,40,40),Enum.MeshType.Sphere,"")
  3614. ref.Anchored=true
  3615. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3616. ref2.Anchored=true
  3617. ref.CFrame=RArm.CFrame*CFrame.new(0,-12,0)
  3618. ref2.CFrame=ref.CFrame*CFrame.new(0,-8,0)
  3619. coroutine.resume(coroutine.create(function(b,b2)
  3620. sounds(b,"750074147",2.3,1.4)
  3621. LockEffect(e,modecolor[2],b2.CFrame,b2,9,9,9,36,36,36,.09,"Sphere",6,0,"")
  3622. LockEffect(e,modecolor[1],b2.CFrame,b2,9,9,9,31,31,31,.07,"Sphere",6,0,"")
  3623. local pe1=particles(b,.5,modecolor[1],"262059101",.7,1,"Top",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3624. local pe2=particles(b,.5,modecolor[1],"262059101",.7,1,"Bottom",4.5,.2,0,1,.45,.45,55,55,100,0,true)
  3625. local pe3=particles(b,.5,modecolor[1],"262059101",.7,1,"Front",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3626. local pe4=particles(b,.5,modecolor[1],"262059101",.7,1,"Back",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3627. local pe5=particles(b,.6,modecolor[2],"262059101",.4,1,"Back",8,.2,0,1,.45,.45,55,55,0,0,true)
  3628. while not cancel do
  3629. swait()
  3630. pe1.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3631. pe2.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3632. pe3.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3633. pe4.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3634. pe5.Color=CSn(BrickColor.new(modecolor[2]).Color)
  3635. b.CFrame=clerp(b.CFrame,RArm.CFrame*CFrame.new(0,-12,0),.55)
  3636. b2.CFrame=b.CFrame*CFrame.new(0,-8,0)
  3637. b.BrickColor=BrickColor.new(modecolor[2])
  3638. --[[Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(90),0,0),21,21,21,-1.8,-1.8,-1.8,.08,"Sphere",3,5,"")
  3639. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(-math.rad(90),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3640. Effect(e,modecolor[1],b.CFrame,17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3641. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(180),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")]]
  3642. Effect(e,modecolor[2],b.CFrame,12,12,12,-0.4,-0.4,-0.4,.03,"Brick",1,0,"")
  3643. end
  3644. sounds(b,"161006033",2.1,1.2)
  3645. REffect(e,modecolor[2],b2.CFrame,460,460,460,-36,-36,-36,.09,"Sphere",6,0,"")
  3646. REffect(e,modecolor[1],b2.CFrame,410,410,410,-31,-31,-31,.07,"Sphere",6,0,"")
  3647. pe1.Enabled=false
  3648. pe2.Enabled=false
  3649. pe3.Enabled=false
  3650. pe4.Enabled=false
  3651. pe5.Enabled=false
  3652. b.Transparency=1
  3653. b2.Transparency=1
  3654. game:GetService("Debris"):AddItem(b,2)
  3655. game:GetService("Debris"):AddItem(b2,2)
  3656. end),ref,ref2)
  3657. for i=0,1,0.06 do
  3658. swait()
  3659. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3660. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3661. RJ.C0=clerp(RJ.C0,CFrame.new(-5.12599945e-06, -1.01693225, -0.203422278, 0.701194763, 6.68711493e-07, -0.71296984, 0.290157467, 0.913441181, 0.285366267, 0.651256084, -0.406970859, 0.640500009)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3662. Neck.C0=clerp(Neck.C0,CFrame.new(-0.00760053098, 1.45502222, -0.00812442601, 0.732492089, 0.163771361, 0.660783052, -4.99841065e-07, 0.97063303, -0.240565345, -0.680775642, 0.176211864, 0.710981071)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3663. RS.C0=clerp(RS.C0,CFrame.new(2.05742025, 0.638754964, 0.410474628, -0.200291321, -0.924229443, -0.325089633, 0.930500925, -0.0755840987, -0.358406514, 0.306678236, -0.374281883, 0.875135303)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3664. LS.C0=clerp(LS.C0,CFrame.new(-1.70122385, 0.239943832, -0.461974204, 0.763479531, 0.515813708, -0.388632536, -0.601450384, 0.787094653, -0.13689214, 0.235279739, 0.338257492, 0.911167145)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3665. RH.C0=clerp(RH.C0,CFrame.new(0.94743216, -1.88788819, 0.477237582, 0.912143111, -0.409871817, 4.47034836e-07, 0.318442494, 0.708674014, 0.629583657, -0.258048981, -0.574270308, 0.776932836)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3666. LH.C0=clerp(LH.C0,CFrame.new(-0.97208941, -0.867058039, -0.445659131, 0.785103023, 0.0197627246, 0.619049788, -0.0551716276, 0.99774909, 0.0381183699, -0.616903067, -0.0640808642, 0.784426153)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3667. end
  3668. CameraShake(200,Root,3,.07)
  3669. sounds(RArm,"231917950",3,1.3)
  3670. for i=0,1,0.24 do
  3671. swait()
  3672. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3673. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3674. RJ.C0=clerp(RJ.C0,CFrame.new(0.123909831, -0.750978827, 0.0982624367, 0.949407756, -0.168857202, -0.264787018, 0.224022537, 0.955037832, 0.194207907, 0.220088214, -0.243700758, 0.94454813)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3675. Neck.C0=clerp(Neck.C0,CFrame.new(0.208708033, 1.4607476, -0.0615820736, 0.961567461, 0.183174327, 0.204536796, -0.161233678, 0.979671776, -0.11936076, -0.222242743, 0.0817952007, 0.971554279)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3676. RS.C0=clerp(RS.C0,CFrame.new(1.75214458, 0.594285131, -0.758983314, -0.115871355, -0.644968987, 0.75537324, 0.991707385, -0.117686063, 0.0516388491, 0.0555914491, 0.75509268, 0.653257012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3677. LS.C0=clerp(LS.C0,CFrame.new(-1.86807501, 0.220122516, -0.152396977, 0.614466846, 0.732216418, -0.293750942, -0.695890248, 0.678447783, 0.235468626, 0.371708781, 0.0597307682, 0.926425934)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3678. RH.C0=clerp(RH.C0,CFrame.new(0.482204288, -1.72916126, 0.916162252, 0.997946978, -0.0279439315, 0.0576281697, -0.0216138959, 0.700066626, 0.713750482, -0.0602885485, -0.71353066, 0.698025346)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3679. LH.C0=clerp(LH.C0,CFrame.new(-0.724308729, -1.01147997, -0.723858297, 0.982275963, 0.0665762275, 0.175218523, -0.105431691, 0.969143093, 0.222814053, -0.154977679, -0.237338513, 0.958985209)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3680. end
  3681. for i=0,1,0.07 do
  3682. swait()
  3683. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3684. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3685. RJ.C0=clerp(RJ.C0,CFrame.new(0.0284146219, -0.492904842, -0.276263297, 0.610390007, 0.0889461935, 0.787091315, -0.144217372, 0.98954612, 1.58694529e-05, -0.778861642, -0.113521926, 0.616836607)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3686. Neck.C0=clerp(Neck.C0,CFrame.new(-0.22212404, 1.36912525, 0.168616623, 0.963301718, -0.108563483, -0.245487422, 0.0415876657, 0.963879764, -0.263071358, 0.26518026, 0.243207783, 0.933021784)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3687. RS.C0=clerp(RS.C0,CFrame.new(0.570004404, 0.616392195, -1.04143918, 0.205978185, 0.660211205, 0.722284079, 0.977427721, -0.174254686, -0.119459756, 0.0469926894, 0.730586529, -0.681201339)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3688. LS.C0=clerp(LS.C0,CFrame.new(-1.75247312, 0.0388644934, 0.158572435, 0.873337388, 0.449551165, -0.187578529, -0.325705886, 0.825256944, 0.461374998, 0.362212092, -0.341840565, 0.867149115)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3689. RH.C0=clerp(RH.C0,CFrame.new(0.858403623, -1.71307266, 0.00886255503, 0.604128659, -0.0354231931, -0.796099246, 0.0946186334, 0.995133162, 0.0275229849, 0.791249633, -0.0919532403, 0.604540169)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3690. LH.C0=clerp(LH.C0,CFrame.new(-0.621038556, -1.91757524, -0.144981503, 0.898810744, -0.0383151248, -0.436659485, -0.00302137434, 0.995607316, -0.0935797319, 0.438326776, 0.0854297578, 0.894746721)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3691. end
  3692. sounds(RArm,"231917950",3,1.5)
  3693. CameraShake(200,Root,3,.07)
  3694. for i=0,1,0.06 do
  3695. swait()
  3696. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3697. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3698. RJ.C0=clerp(RJ.C0,CFrame.new(0.0284143835, -0.492905647, -0.276266515, 0.860687554, 0.124722905, -0.493620396, -0.061251808, 0.987854302, 0.142800793, 0.505435586, -0.0926717147, 0.85787344)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3699. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0235384926, 1.47036386, 0.0155445822, 0.916527808, -0.027506724, 0.39902395, 0.0295535028, 0.99956274, 0.0010227561, -0.398877561, 0.010855183, 0.916939974)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3700. RS.C0=clerp(RS.C0,CFrame.new(1.91629326, 0.628075719, -0.819169819, -0.0577421933, -0.701027155, 0.710793078, 0.998299897, -0.0348685086, 0.0467087775, -0.00795980543, 0.712281585, 0.701848745)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3701. LS.C0=clerp(LS.C0,CFrame.new(-1.62597358, 0.0886717811, 0.0794808045, 0.931096077, 0.348853141, 0.106590807, -0.346170366, 0.937171102, -0.0433167405, -0.115004957, 0.00343348086, 0.993359029)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3702. RH.C0=clerp(RH.C0,CFrame.new(0.847044945, -1.85409999, 0.062305253, 0.818898797, -0.246524319, 0.518295825, 0.104081631, 0.951865971, 0.288302183, -0.564421654, -0.182145223, 0.805140615)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3703. LH.C0=clerp(LH.C0,CFrame.new(-0.752276421, -1.89672148, -0.23946017, 0.707620621, 0.0848988891, 0.701473653, 0.00852068514, 0.991657972, -0.128615037, -0.7065413, 0.096987702, 0.700994253)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3704. end
  3705. cancel=true
  3706. elseif combo==2 then
  3707. combo=3
  3708. CameraShake(300,Root,3,.12)
  3709. local cancel=false
  3710. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,.4)
  3711. meshs(ref,"Mesh",Vector3.new(40,40,40),Enum.MeshType.Sphere,"")
  3712. ref.Anchored=true
  3713. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3714. ref2.Anchored=true
  3715. local ref3=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3716. local ref3Weld=welds(ref3,"refWeld",RArm,ref3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  3717. ref.CFrame=ref3.CFrame*CFrame.new(0,-12,0)
  3718. ref2.CFrame=ref.CFrame*CFrame.new(0,-8,0)
  3719. coroutine.resume(coroutine.create(function(b,b2)
  3720. sounds(b,"750074147",2.3,1.4)
  3721. LockEffect(e,modecolor[2],b2.CFrame,b2,9,9,9,36,36,36,.09,"Sphere",6,0,"")
  3722. LockEffect(e,modecolor[1],b2.CFrame,b2,9,9,9,31,31,31,.07,"Sphere",6,0,"")
  3723. local pe1=particles(b,.5,modecolor[1],"262059101",.7,1,"Top",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3724. local pe2=particles(b,.5,modecolor[1],"262059101",.7,1,"Bottom",4.5,.2,0,1,.45,.45,55,55,100,0,true)
  3725. local pe3=particles(b,.5,modecolor[1],"262059101",.7,1,"Front",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3726. local pe4=particles(b,.5,modecolor[1],"262059101",.7,1,"Back",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3727. local pe5=particles(b,.6,modecolor[2],"262059101",.4,1,"Back",8,.2,0,1,.45,.45,55,55,0,0,true)
  3728. while not cancel do
  3729. swait()
  3730. pe1.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3731. pe2.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3732. pe3.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3733. pe4.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3734. pe5.Color=CSn(BrickColor.new(modecolor[2]).Color)
  3735. b.CFrame=clerp(b.CFrame,ref3.CFrame*CFrame.new(0,-12,0),.55)
  3736. b2.CFrame=b.CFrame*CFrame.new(0,-8,0)
  3737. b.BrickColor=BrickColor.new(modecolor[1])
  3738. --[[Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(90),0,0),21,21,21,-1.8,-1.8,-1.8,.08,"Sphere",3,5,"")
  3739. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(-math.rad(90),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3740. Effect(e,modecolor[1],b.CFrame,17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3741. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(180),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")]]
  3742. Effect(e,modecolor[2],b.CFrame,12,12,12,-0.4,-0.4,-0.4,.03,"Brick",1,0,"")
  3743. end
  3744. sounds(b,"161006033",2.1,1.2)
  3745. REffect(e,modecolor[2],b2.CFrame,460,460,460,-36,-36,-36,.09,"Sphere",6,0,"")
  3746. REffect(e,modecolor[1],b2.CFrame,410,410,410,-31,-31,-31,.07,"Sphere",6,0,"")
  3747. pe1.Enabled=false
  3748. pe2.Enabled=false
  3749. pe3.Enabled=false
  3750. pe4.Enabled=false
  3751. pe5.Enabled=false
  3752. b.Transparency=1
  3753. b2.Transparency=1
  3754. game:GetService("Debris"):AddItem(b,2)
  3755. game:GetService("Debris"):AddItem(b2,2)
  3756. end),ref,ref2)
  3757. for i=0,1,0.05 do
  3758. swait()
  3759. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3760. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3761. RJ.C0=clerp(RJ.C0,CFrame.new(2.38418579e-07, -0.119088888, 0.249210283, 1, -4.55057367e-17, 1.10897689e-17, -4.68375339e-17, 0.971565545, -0.236770973, 0, 0.236770973, 0.971565545)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3762. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.46478796, 0.102222204, 1, 0, 0, 0, 0.945410788, -0.325881213, 0, 0.325881213, 0.945410788)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3763. RS.C0=clerp(RS.C0,CFrame.new(0.810381949, 1.50181496, 0.139244169, 0.889812589, 0.453426152, 0.0513653941, 0.426988274, -0.867022693, 0.256812662, 0.160980552, -0.20658271, -0.965095401)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3764. LS.C0=clerp(LS.C0,CFrame.new(-0.924702704, 1.44091558, 0.191743314, 0.889059901, -0.361923337, 0.280328482, -0.430704117, -0.868800759, 0.244293675, 0.155134037, -0.337930322, -0.928297818)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3765. RH.C0=clerp(RH.C0,CFrame.new(0.515058815, -2.00770903, -0.0951328576, 0.986369133, -0.0382156111, -0.160048559, 0.0661491379, 0.982692778, 0.173030421, 0.150666088, -0.181258947, 0.971825659)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3766. LH.C0=clerp(LH.C0,CFrame.new(-0.585299909, -1.92810965, 0.447539657, 0.991744101, 0.0477011502, 0.119030349, -0.0912316293, 0.914770901, 0.393536806, -0.0901133269, -0.401147127, 0.911570549)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  3767. ref3Weld.C0=clerp(ref3Weld.C0,CFrame.new(-0.339553475, -1.4039911, -0.125705943, 0.879378259, -0.476123959, 6.53043389e-06, 0.476123869, 0.879378259, -1.25728548e-05, 2.57045031e-07, 1.4188583e-05, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3768. end
  3769. CameraShake(200,Root,3,.07)
  3770. sounds(RArm,"231917950",3,1)
  3771. local did=false
  3772. for i=0,1,0.04 do
  3773. swait()
  3774.  
  3775. if i>=.3 and not did then
  3776. did=true
  3777. local hit,pos=rayCast(ref2.Position,(CFrame.new(ref2.Position,ref2.Position-Vector3.new(0,1,0))).lookVector,23,chr)
  3778. if hit~=nil then
  3779. CameraShake(150,Root,3,.05)
  3780. cancel=true
  3781. local ref4=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3782. ref4.Anchored=true
  3783. ref4.CFrame=CFrame.new(pos)
  3784. sounds(ref4,"199145477",4.2,.8)
  3785. Effect(e,modecolor[1],ref4.CFrame,9,9,9,24,24,24,.055,"Sphere",1,0,"")
  3786. Effect(e,modecolor[2],ref4.CFrame,9,9,9,28,28,28,.055,"Sphere",1,0,"")
  3787. Effect(e,modecolor[2],ref4.CFrame,9,9,9,24,24,24,.045,"Brick",1,0,"")
  3788. Effect(e,modecolor[2],ref4.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.08,0.025,0.03,0,0.03,.03,"FileMesh",2,math.random(-12,12),"662585058")
  3789. Effect(e,modecolor[2],ref4.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.08,0.025,0.04,0,0.04,.03,"FileMesh",2,math.random(-12,12),"662585058")
  3790. Mdamage("None",ref4,34,math.random(16,29),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3791. end
  3792. end
  3793. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3794. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3795. RJ.C0=clerp(RJ.C0,CFrame.new(-4.76837158e-07, -0.534327865, -0.472480059, 1, -4.3108779e-17, -1.83136034e-17, -4.68375339e-17, 0.920389593, 0.391002744, 0, -0.391002774, 0.920389593)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3796. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.54506469, -0.0941708535, 1, 0, 0, 0, 0.977411032, 0.211348087, 0, -0.211348116, 0.977411032)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3797. RS.C0=clerp(RS.C0,CFrame.new(0.623248339, 0.0663975775, -0.989547253, 0.892504275, 0.445775092, 0.06870801, -0.169266313, 0.472229719, -0.865071297, -0.418073177, 0.760449767, 0.496921778)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3798. LS.C0=clerp(LS.C0,CFrame.new(-0.794072747, 0.143703133, -1.13711655, 0.896461904, -0.381762147, -0.224974737, 0.0542985052, 0.598518014, -0.799267173, 0.439781368, 0.704296827, 0.557277679)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3799. RH.C0=clerp(RH.C0,CFrame.new(0.535078466, -1.55263913, -0.615540802, 0.986369133, 0.0366246849, -0.160420105, -0.0370412953, 0.999313772, 0.000393778086, 0.160324425, 0.00555378199, 0.987048864)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3800. LH.C0=clerp(LH.C0,CFrame.new(-0.656296074, -1.97833455, 0.176470339, 0.983795345, 0.1080091, 0.143111289, -0.132097289, 0.976337314, 0.171219081, -0.12123166, -0.187349141, 0.974783778)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3801. ref3Weld.C0=clerp(ref3Weld.C0,CFrame.new(0.328430176, -2.36074233, -0.717041135, 0.895333111, -0.378419548, 0.234898612, 0.428094953, 0.585576236, -0.688356936, 0.122936681, 0.716867626, 0.686285257)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  3802. end
  3803. cancel=true
  3804. elseif combo==3 then
  3805. combo=4
  3806. CameraShake(300,Root,3,.12)
  3807. local cancel=false
  3808. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,.4)
  3809. meshs(ref,"Mesh",Vector3.new(40,40,40),Enum.MeshType.Sphere,"")
  3810. ref.Anchored=true
  3811. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3812. ref2.Anchored=true
  3813. local ref3=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  3814. local ref3Weld=welds(ref3,"refWeld",RArm,ref3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  3815. ref.CFrame=ref3.CFrame*CFrame.new(0,-12,0)
  3816. ref2.CFrame=ref.CFrame*CFrame.new(0,-8,0)
  3817. coroutine.resume(coroutine.create(function(b,b2)
  3818. sounds(b,"750074147",2.3,1.4)
  3819. LockEffect(e,modecolor[2],b2.CFrame,b2,9,9,9,36,36,36,.09,"Sphere",6,0,"")
  3820. LockEffect(e,modecolor[1],b2.CFrame,b2,9,9,9,31,31,31,.07,"Sphere",6,0,"")
  3821. local pe1=particles(b,.5,modecolor[1],"262059101",.7,1,"Top",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3822. local pe2=particles(b,.5,modecolor[1],"262059101",.7,1,"Bottom",4.5,.2,0,1,.45,.45,55,55,100,0,true)
  3823. local pe3=particles(b,.5,modecolor[1],"262059101",.7,1,"Front",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3824. local pe4=particles(b,.5,modecolor[1],"262059101",.7,1,"Back",4.5,.2,0,1,.45,.45,55,55,40,0,true)
  3825. local pe5=particles(b,.6,modecolor[2],"262059101",.4,1,"Back",8,.2,0,1,.45,.45,55,55,0,0,true)
  3826. while not cancel do
  3827. swait()
  3828. pe1.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3829. pe2.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3830. pe3.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3831. pe4.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3832. pe5.Color=CSn(BrickColor.new(modecolor[2]).Color)
  3833. b.CFrame=clerp(b.CFrame,ref3.CFrame*CFrame.new(0,-12,0),.55)
  3834. b2.CFrame=b.CFrame*CFrame.new(0,-8,0)
  3835. b.BrickColor=BrickColor.new(modecolor[2])
  3836. --[[Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(90),0,0),21,21,21,-1.8,-1.8,-1.8,.08,"Sphere",3,5,"")
  3837. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(-math.rad(90),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3838. Effect(e,modecolor[1],b.CFrame,17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")
  3839. Effect(e,modecolor[1],b.CFrame*CFrame.Angles(math.rad(180),0,0),17,17,17,-1.5,-1.5,-1.5,.08,"Sphere",3,2,"")]]
  3840. Effect(e,modecolor[2],b.CFrame,12,12,12,-0.4,-0.4,-0.4,.03,"Brick",1,0,"")
  3841. end
  3842. sounds(b,"161006033",2.1,1.2)
  3843. REffect(e,modecolor[2],b2.CFrame,460,460,460,-36,-36,-36,.09,"Sphere",6,0,"")
  3844. REffect(e,modecolor[1],b2.CFrame,410,410,410,-31,-31,-31,.07,"Sphere",6,0,"")
  3845. pe1.Enabled=false
  3846. pe2.Enabled=false
  3847. pe3.Enabled=false
  3848. pe4.Enabled=false
  3849. pe5.Enabled=false
  3850. b.Transparency=1
  3851. b2.Transparency=1
  3852. game:GetService("Debris"):AddItem(b,2)
  3853. game:GetService("Debris"):AddItem(b2,2)
  3854. end),ref,ref2)
  3855. for i=0,1,0.05 do
  3856. swait()
  3857. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3858. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3859. RJ.C0=clerp(RJ.C0,CFrame.new(1.28732972e-06, -2.38642741e-07, -2.29314137e-05, 0.783472121, 1.67892013e-05, 0.621427059, -1.86428115e-05, 1, -3.51301242e-06, -0.621427059, -8.83279972e-06, 0.783472121)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3860. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0448735096, 1.54794204, -0.195440426, 0.968845189, -4.47034836e-08, 0.24766773, -0.0662154704, 0.963597894, 0.259026736, -0.23865208, -0.267356277, 0.933577061)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3861. RS.C0=clerp(RS.C0,CFrame.new(0.29042989, 0.376297951, -1.22186887, -0.311605334, 0.807442546, 0.500938058, 0.949222326, 0.288562894, 0.125334352, -0.0433518589, 0.514556348, -0.856360137)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3862. LS.C0=clerp(LS.C0,CFrame.new(-1.07919252, 0.0987480283, -0.579094172, 0.17393896, -0.164322168, -0.970949888, -0.90159148, 0.369997233, -0.224131674, 0.396078587, 0.9143852, -0.0837945938)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3863. RH.C0=clerp(RH.C0,CFrame.new(0.575580776, -1.99633896, 0.0238939822, 0.952368557, -0.0448049083, -0.301640451, 0.0469961502, 0.998895109, 7.43551846e-06, 0.301306814, -0.0141830174, 0.953421831)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3864. LH.C0=clerp(LH.C0,CFrame.new(-0.607688963, -1.9925158, 0.0269080549, 0.96790719, 0.0671848059, 0.242161036, -0.0678835139, 0.997678339, -0.00546690216, -0.241966069, -0.0111472923, 0.970220804)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3865. ref3Weld.C0=clerp(ref3Weld.C0,CFrame.new(0.296221167, -2.64052916, -0.701650858, -0.0350038707, -0.26758343, -0.96289891, -0.384329289, 0.892998993, -0.234187409, 0.92253232, 0.361872703, -0.134098589)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(90),0),.2)
  3866. end
  3867. CameraShake(200,Root,3,.07)
  3868. sounds(RArm,"231917950",3,1.2)
  3869. for i=0,1,0.07 do
  3870. swait()
  3871. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3872. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3873. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-360*i),0),.3)
  3874. Neck.C0=clerp(Neck.C0,CFrame.new(1.31440174e-07, 1.50002575, 3.36200173e-07, 0.926640868, -4.68375339e-17, -0.375947952, 1.12784383e-05, 1, 2.77992258e-05, 0.375947952, -2.99999992e-05, 0.926640868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3875. RS.C0=clerp(RS.C0,CFrame.new(0.661122561, 0.503073812, -1.00451171, 0.04843501, 0.283294022, 0.957809329, 0.998760879, -0.00275638001, -0.0496906154, -0.0114369653, 0.959029198, -0.283076495)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3876. LS.C0=clerp(LS.C0,CFrame.new(-0.725331068, 0.462984473, -1.13535786, 0.110881962, -0.5116871, -0.851986825, -0.993392766, -0.0315327607, -0.110347293, 0.0295977909, 0.858593047, -0.511802673)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3877. RH.C0=clerp(RH.C0,CFrame.new(0.571546912, -1.99462426, 0.0136942491, 0.979452014, -0.0747761354, -0.187302768, 0.0745276287, 0.9971838, -0.00837845076, 0.187401772, -0.00575294066, 0.982266545)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3878. LH.C0=clerp(LH.C0,CFrame.new(-0.481992334, -2.00082278, 0.000278885476, 0.999008358, 0.041837696, -0.0152316298, -0.0418425575, 0.999124229, -6.91912646e-07, 0.0152182607, 0.000638021622, 0.999884009)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3879. ref3Weld.C0=clerp(ref3Weld.C0,CFrame.new(0.00043867901, -3.24415588, 0.357974499, 0.04843501, -0.00190427434, -0.998824596, 0.283294022, 0.958959222, 0.0119092269, 0.957809329, -0.283537835, 0.046986673)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(90),0),.3)
  3880. end
  3881. CameraShake(200,Root,3,.07)
  3882. sounds(RArm,"231917950",3,1.2)
  3883. for i=0,1,0.06 do
  3884. swait()
  3885. Mdamage("None",ref2,16,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3886. Mdamage("None",ref,12,math.random(14,28),0.1,HitSound[math.random(1,#HitSound)],1.2,1)
  3887. RJ.C0=clerp(RJ.C0,CFrame.new(0.00488162786, -1.284061e-07, -1.91433355e-06, 0.849624693, 0.125300646, -0.512286782, -0.107310474, 0.992118835, 0.0646893829, 0.516355038, 1.20363748e-05, 0.856374621)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3888. Neck.C0=clerp(Neck.C0,CFrame.new(-0.12903294, 1.49859369, 0.00117851794, 0.942966461, -0.0439323783, -0.329976231, 0.0809634626, 0.991755605, 0.0993273333, 0.32289198, -0.12037836, 0.938749194)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3889. RS.C0=clerp(RS.C0,CFrame.new(1.7934128, 0.596460342, -0.734150171, -0.207759261, -0.785725176, 0.582642496, 0.966329157, -0.0724243745, 0.24690643, -0.151803061, 0.614321411, 0.774315953)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3890. LS.C0=clerp(LS.C0,CFrame.new(-0.965957642, 0.0528070331, -0.641774297, 0.125672773, -0.414988816, -0.901105404, -0.866289914, 0.396748781, -0.303533167, 0.483475268, 0.81876421, -0.30964005)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3891. RH.C0=clerp(RH.C0,CFrame.new(0.706715465, -1.90728927, -0.410100639, 0.982069135, -0.187512457, 0.0194867253, 0.188519359, 0.97737062, -0.0959544182, -0.00105315447, 0.0979074761, 0.995195031)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3892. LH.C0=clerp(LH.C0,CFrame.new(-0.194659039, -2.04544735, 0.117722742, 0.861130357, -0.0713407099, 0.503354013, 0.0836637765, 0.996492267, -0.00189718453, -0.501452982, 0.0437462181, 0.864078224)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3893. ref3Weld.C0=clerp(ref3Weld.C0,CFrame.new(-0.00441752002, -4.27024221, 0.172511399, -0.225322813, 0.0094427634, -0.974238515, 0.0375847071, 0.999293029, 0.000992979854, 0.973559022, -0.0363927335, -0.225518405)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(90),0),.4)
  3894. end
  3895. cancel=true
  3896. elseif combo==4 then
  3897. combo=1
  3898. sounds(LArm,"169380469",2.1,1.6)
  3899. for i=0,1,0.07 do
  3900. swait()
  3901. RJ.C0=clerp(RJ.C0,CFrame.new(-5.18974157e-05, -3.57904262e-11, 2.50262747e-05, 0.0226980112, -1.49922716e-05, -0.999742448, 2.99922722e-05, 1, -1.43151965e-05, 0.999742448, -2.96596172e-05, 0.0226980112)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3902. Neck.C0=clerp(Neck.C0,CFrame.new(2.09137615e-05, 1.50002193, -7.44853169e-05, 0.0226980112, 2.99922722e-05, 0.999742448, -1.49922716e-05, 1, -2.96596172e-05, -0.999742448, -1.43151965e-05, 0.0226980112)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3903. RS.C0=clerp(RS.C0,CFrame.new(1.14161444, -0.139777854, 0.428804278, 0.965056121, 0.249926701, -0.0787632763, -0.202412471, 0.901866138, 0.381663144, 0.166421756, -0.352383703, 0.920939565)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3904. LS.C0=clerp(LS.C0,CFrame.new(-1.99634326, 0.497669905, -0.0165724773, -0.00235308148, 0.999617815, -0.0275486186, -0.0356450044, -0.0276150275, -0.998982906, -0.999361873, -0.00136871822, 0.0356963612)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3905. RH.C0=clerp(RH.C0,CFrame.new(0.426824182, -1.97647703, 0.219085962, 0.948484004, 0.0321879238, -0.315186054, 4.7511553e-06, 0.994824469, 0.101609327, 0.31682533, -0.0963763148, 0.943574905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3906. LH.C0=clerp(LH.C0,CFrame.new(-0.650745988, -1.98775935, 0.00763739832, -0.0507533178, 0.081206575, 0.995404363, -1.49768102e-05, 0.996688664, -0.08131212, -0.998711407, -0.00414176844, -0.0505840406)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3907. end
  3908. CameraShake(200,Root,3,.05)
  3909. sounds(LArm,"376731810",3,1.1)
  3910. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,-2)*CFrame.Angles(math.rad(90),0,0),0.025,0.02,0.025,0.024,0,0.024,.05,"FileMesh",2,math.random(-12,12),"662585058")
  3911. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,-2)*CFrame.Angles(math.rad(90),0,0),0.025,0.02,0.025,0.029,0,0.029,.05,"FileMesh",2,math.random(-12,12),"662585058")
  3912. Effect(e,modecolor[1],Root.CFrame*CFrame.new(0,0,-2),4,4,7,17,17,0,0.03,"Sphere",6,0,"")
  3913. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,-2),4,4,5,22,22,0,0.045,"Sphere",6,0,"")
  3914. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,.4)
  3915. meshs(ref,"Mesh",Vector3.new(26,26,26),Enum.MeshType.Sphere,"")
  3916. ref.Anchored=true
  3917. ref.CFrame=Root.CFrame*CFrame.new(0,0,-4)
  3918. coroutine.resume(coroutine.create(function()
  3919. local p1=particles(ref,.5,modecolor[1],"262059101",.7,1,"Back",6,2,0,1,.45,.45,55,55,160,0,false)
  3920. local p2=particles(ref,1.8,modecolor[2],"262059101",.7,1,"Top",16,7,0,1,.25,.55,55,55,120,44444,false)
  3921. p2.Speed=NRn(-120,120)
  3922. local spin=0
  3923. local as=0
  3924. for i=0,1,0.01 do
  3925. swait()
  3926. spin=spin+13
  3927. as=as+1
  3928. ref.CFrame=ref.CFrame*CFrame.new(0,0,-1-i*4)
  3929. ref.BrickColor=BrickColor.new(modecolor[1])
  3930. p1.Color=CSn(BrickColor.new(modecolor[1]).Color)
  3931. p2.Color=CSn(BrickColor.new(modecolor[2]).Color)
  3932. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.rad(90),math.rad(spin),0)*CFrame.new(0,0,17),11,11,11,-.7,-.7,-.7,.08,"Brick",1,0,"")
  3933. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.rad(90),math.rad(180+spin),0)*CFrame.new(0,0,17),11,11,11,-.7,-.7,-.7,.08,"Brick",1,0,"")
  3934. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.rad(90),math.rad(90+spin),0)*CFrame.new(0,0,17),11,11,11,-.7,-.7,-.7,.08,"Brick",1,0,"")
  3935. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.rad(90),math.rad(270+spin),0)*CFrame.new(0,0,17),11,11,11,-.7,-.7,-.7,.08,"Brick",1,0,"")
  3936. --Effect(e,modecolor[1],ref.CFrame,32,32,32,-1,-1,-1,.05,"Sphere",3,2,"")
  3937. --Effect(e,modecolor[2],ref.CFrame,16,16,16,-0.8,-0.8,-0.8,.045,"Sphere",3,4.5,"")
  3938. if as>=7 then
  3939. as=0
  3940. Mdamage("None",ref,15,math.random(14,28),0,"")
  3941. Effect(e,modecolor[1],ref.CFrame,26,26,26,9,9,9,.06,"Sphere",6,0,"")
  3942. Effect(e,modecolor[1],ref.CFrame,26,26,26,9,9,9,.07,"Brick",1,0,"")
  3943. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.02,0.025,0.015,0,0.015,.06,"FileMesh",2,math.random(-12,12),"662585058")
  3944. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.02,0.025,0.015,0,0.015,.06,"FileMesh",2,math.random(-12,12),"662585058")
  3945. sounds(ref,"1104127572",2.3,.9)
  3946. end
  3947. end
  3948. Mdamage("None",ref,15,math.random(14,28),0,"")
  3949. Effect(e,modecolor[1],ref.CFrame,26,26,26,9,9,9,.06,"Sphere",6,0,"")
  3950. Effect(e,modecolor[1],ref.CFrame,26,26,26,9,9,9,.07,"Brick",1,0,"")
  3951. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.02,0.025,0.015,0,0.015,.06,"FileMesh",2,math.random(-12,12),"662585058")
  3952. Effect(e,modecolor[2],ref.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.02,0.025,0.015,0,0.015,.06,"FileMesh",2,math.random(-12,12),"662585058")
  3953. sounds(ref,"1104127572",2.3,.9)
  3954. ref.Transparency=1
  3955. p1.Enabled=false
  3956. p2.Enabled=false
  3957. game:GetService("Debris"):AddItem(ref,2)
  3958. end))
  3959. for i=0,1,0.05 do
  3960. swait()
  3961. if i<=.3 then
  3962. Root.Velocity=Root.CFrame.lookVector*-55
  3963. end
  3964. RJ.C0=clerp(RJ.C0,CFrame.new(-5.21057518e-05, -0.0448361821, 0.030749118, 0.0226979945, -1.50071482e-05, -0.999742448, -0.0711710677, 0.997462809, -0.00163082976, 0.997205913, 0.0711897463, 0.0226393379)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3965. Neck.C0=clerp(Neck.C0,CFrame.new(2.18548212e-05, 1.50002003, -7.40095129e-05, 0.0226979945, 3.0785799e-05, 0.999742508, -1.50071482e-05, 1.00000012, -3.04505229e-05, -0.999742448, -1.43122161e-05, 0.0226980001)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3966. RS.C0=clerp(RS.C0,CFrame.new(1.05461609, -0.106462374, 0.407556772, 0.910482347, 0.405978203, -0.0787645504, -0.348674446, 0.856014609, 0.381661087, 0.222369686, -0.320032448, 0.92094034)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3967. LS.C0=clerp(LS.C0,CFrame.new(-1.91300666, 0.890266061, -0.0307729132, -0.0023520235, 0.923436165, -0.383745134, -0.0356464684, -0.383579701, -0.922819674, -0.999361873, 0.0115086632, 0.0338194221)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3968. RH.C0=clerp(RH.C0,CFrame.new(0.441822261, -1.98690403, 0.116540954, 0.9890697, 0.0317291766, -0.143995434, -0.0173374061, 0.99482429, 0.100121528, 0.146426916, -0.0965306535, 0.984500527)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3969. LH.C0=clerp(LH.C0,CFrame.new(-0.713589907, -2.05561805, 0.0108332587, -0.0507525876, 0.202335194, 0.978000462, -1.70830899e-05, 0.979262173, -0.202597111, -0.998711407, -0.0102990363, -0.0496966392)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3970. end
  3971. end
  3972. attack=false
  3973. end
  3974.  
  3975. function Skill1()
  3976. attack=true
  3977. if mode=="Rust" then
  3978. for i=0,1,0.08 do
  3979. swait()
  3980. RJ.C0=clerp(RJ.C0,CFrame.new(0.108145848, -0.986450672, 0.627359629, 0.354181021, -0.14498426, -0.923869789, 0.378859729, 0.925454199, 9.35352909e-06, 0.854997754, -0.350020409, 0.38270694)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3981. Neck.C0=clerp(Neck.C0,CFrame.new(0.0420796387, 1.49848616, 0.0143201519, 0.322123408, 0.0328362063, 0.94612813, 1.83284283e-06, 0.99939841, -0.0346856453, -0.946697712, 0.0111747757, 0.321929514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3982. RS.C0=clerp(RS.C0,CFrame.new(1.19714284, 0.558289051, -0.664468408, -0.144166678, 0.728330433, 0.669888735, 0.988556743, 0.0756260306, 0.130523473, 0.0444031656, 0.681040049, -0.730898619)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3983. LS.C0=clerp(LS.C0,CFrame.new(-1.69497967, 0.211366251, 0.40616715, 0.849349976, 0.435251802, 0.298597783, -0.503121436, 0.838650644, 0.208648711, -0.15960443, -0.327446699, 0.931292236)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3984. RH.C0=clerp(RH.C0,CFrame.new(0.588245749, -1.4585731, -0.173470497, 0.987190008, -0.15541023, 0.0361097753, 0.137670785, 0.944102466, 0.299529105, -0.0806412697, -0.290720761, 0.953403652)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3985. LH.C0=clerp(LH.C0,CFrame.new(-1.41836524, -0.868770897, -0.149174899, 0.332392514, 0.636529565, 0.695949376, -0.0422950536, 0.747223735, -0.663225532, -0.942192316, 0.191015944, 0.275293529)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3986. end
  3987.  
  3988. hum.WalkSpeed=0
  3989. hum.JumpPower=0
  3990. hum.AutoRotate=false
  3991. local hits=nil
  3992. local poss
  3993. for i=1,300 do
  3994. swait()
  3995. RJ.C0=clerp(RJ.C0,CFrame.new(0.00523090363, -1.43928123, 0.500698686, 0.608538032, -0.0426248461, 0.792379022, -0.465371341, 0.789637804, 0.39987722, -0.642737091, -0.612091064, 0.460688204)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3996. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0926128924, 1.51767898, 0.131960645, 0.376569808, 0.156476825, -0.913077414, -0.0574150234, 0.987678826, 0.145582512, 0.924607277, -0.00239765272, 0.380914152)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3997. RS.C0=clerp(RS.C0,CFrame.new(1.72637379, 0.409455806, -0.724692047, 0.0618917122, -0.811497867, 0.581068516, 0.993587911, 0.105286941, 0.0412091203, -0.0946200863, 0.574792027, 0.812810659)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3998. LS.C0=clerp(LS.C0,CFrame.new(-1.93455589, 0.460196197, 0.217768371, 0.0587107539, 0.972400784, 0.225809187, -0.870207429, 0.160694644, -0.465743035, -0.489175141, -0.16915673, 0.855624735)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3999. RH.C0=clerp(RH.C0,CFrame.new(0.7833848, -0.738480449, -0.797707796, 0.773465216, -0.17603536, -0.608903348, 0.0556301139, 0.975805998, -0.211443081, 0.631392956, 0.129670456, 0.764544725)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4000. LH.C0=clerp(LH.C0,CFrame.new(-1.08285952, -1.81155241, -0.105949007, 0.620193243, 0.434748054, -0.652958214, -0.305137783, 0.90052408, 0.309754282, 0.722669542, 0.00713464618, 0.691156805)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4001. if i>=5 then
  4002. hits,poss=rayCast(RArm.Position,-RArm.CFrame.upVector,7,chr)
  4003. if hits then
  4004. break
  4005. end
  4006. end
  4007. end
  4008.  
  4009. if hits then
  4010. Effect(e,modecolor[1],CFrame.new(poss),3,3,3,10,10,10,.06,"Sphere",6,0,"")
  4011. Effect(e,modecolor[2],CFrame.new(poss),3,3,3,7,7,7,.06,"Brick",1,0,"")
  4012. Effect(e,modecolor[1],CFrame.new(poss)*CFrame.Angles(0,math.random(-120,120),0),3,3,3,2,.1,2,.04,"FileMesh",2,math.random(-14,14),"20329976")
  4013. Effect(e,modecolor[2],CFrame.new(poss)*CFrame.Angles(0,math.random(-120,120),0),3,1,3,1.2,.1,1.2,.04,"FileMesh",2,math.random(-14,14),"20329976")
  4014. CameraShake(270,Root,3,.06)
  4015. local function howtohurt(cf)
  4016. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,1)
  4017. ref.CFrame=cf
  4018. ref.Anchored=true
  4019. game:GetService("Debris"):AddItem(ref,.1)
  4020. local hit,pos=rayCast(ref.Position,(CFrame.new(ref.Position,ref.Position-Vector3.new(0,1,0))).lookVector,10,chr)
  4021. if hit~=nil then
  4022. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  4023. meshs(ref2,"Mesh",Vector3.new(8,75,8),Enum.MeshType.Brick,"")
  4024. ref2.CFrame=CFrame.new(pos)*CFrame.Angles(math.rad(math.random(-15,15)),math.random(-120,120),math.rad(math.random(-15,15)))
  4025. ref2.CFrame=ref2.CFrame*CFrame.new(0,-math.random(30,40)/5,0)
  4026. ref2.Anchored=true
  4027. ref2.CanCollide=true
  4028. local ref3=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  4029. meshs(ref3,"Mesh",Vector3.new(8,45,8),Enum.MeshType.Wedge,"")
  4030. ref3.CFrame=ref2.CFrame*CFrame.new(0,12,0)
  4031. ref3.Anchored=true
  4032. ref3.CanCollide=true
  4033. local ref4=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.CorrodedMetal,0,transp)
  4034. meshs(ref4,"Mesh",Vector3.new(1,1,1),Enum.MeshType.Cylinder,"")
  4035. ref4.CFrame=CFrame.new(pos)*CFrame.Angles(0,0,math.rad(90))
  4036. ref4.Anchored=true
  4037. coroutine.resume(coroutine.create(function(a1,a2,a3)
  4038. game:GetService("Debris"):AddItem(a1,11)
  4039. game:GetService("Debris"):AddItem(a2,11)
  4040. game:GetService("Debris"):AddItem(a3,11)
  4041. local h3=particles(a1,.5,"Rust","363275192",.2,1,"Top",7,3,0,1,1,1.3,55,55,14,145,false,21)
  4042. h3.Acceleration=Vector3.new(0, -11, 0)
  4043. local h4=particles(a1,.5,"Rust","363275192",.2,1,"Top",4,1,0,1,.3,.5,55,55,60,14,false,21)
  4044. h4.Acceleration=Vector3.new(0, -80, 0)
  4045. sounds(a3,"588705525",4,1.4)
  4046. local la=a1.CFrame
  4047. local la2=a2.CFrame
  4048. local hitt=nil
  4049. local a=false
  4050. Effect(e,modecolor[1],CFrame.new(pos)*CFrame.Angles(0,math.random(-120,120),0),3,3,3,.7,.1,.7,.07,"FileMesh",2,math.random(-14,14),"20329976")
  4051. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.random(-120,120),0),0.015,0.02,0.015,0.011,0,0.011,.04,"FileMesh",2,math.random(-12,12),"662585058")
  4052. for i=0,1,.08 do
  4053. swait()
  4054. a3:findFirstChild("Mesh").Scale=clerp(a3:findFirstChild("Mesh").Scale,Vector3.new(1,32,32),.2)
  4055. a1.CFrame=clerp(a1.CFrame,la*CFrame.new(0,8,0),.2)
  4056. a2.CFrame=clerp(a2.CFrame,la2*CFrame.new(0,8,0),.2)
  4057. local vict=FindNearestTorso(a1.Position,14)
  4058. if vict~=nil and not vict.Parent:findFirstChild("RGSEStabb") then
  4059. hitt=vict
  4060. if a==false then
  4061. a=true
  4062. local aaaa=create("StringValue"){
  4063. Name="RGSEStabb",
  4064. Value="Stab",
  4065. Parent=hitt.Parent}
  4066. game:GetService("Debris"):AddItem(aaaa,7)
  4067. sounds(a2,"703633905",4,.9)
  4068. Mdamage("None",hitt,3,math.random(14,23),0,"")
  4069. break
  4070. end
  4071. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4072. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=true
  4073. hitt.Parent:findFirstChild("HumanoidRootPart").CFrame=a1.CFrame*CFrame.new(0,13,0)*CFrame.Angles(math.rad(90),0,0)
  4074. else
  4075. hitt.Anchored=true
  4076. hitt.CFrame=a1.CFrame*CFrame.new(0,13,0)*CFrame.Angles(math.rad(90),0,0)
  4077. end
  4078. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4079. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=true
  4080. end
  4081. end
  4082. end
  4083. local stay=0
  4084. if hitt then
  4085. for i=0,2,.01 do
  4086. swait()
  4087. a3:findFirstChild("Mesh").Scale=clerp(a3:findFirstChild("Mesh").Scale,Vector3.new(1,32,32),.2)
  4088. a1.CFrame=clerp(a1.CFrame,la*CFrame.new(0,8,0),.2)
  4089. a2.CFrame=clerp(a2.CFrame,la2*CFrame.new(0,8,0),.2)
  4090. stay=stay+1
  4091. if stay>=14 then
  4092. Mdamage("None",hitt,3,math.random(2,3),0,"")
  4093. stay=0
  4094. end
  4095. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4096. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=true
  4097. hitt.Parent:findFirstChild("HumanoidRootPart").CFrame=a1.CFrame*CFrame.new(0,13-2*i,0)*CFrame.Angles(math.rad(90),0,0)
  4098. else
  4099. hitt.Anchored=true
  4100. hitt.CFrame=a1.CFrame*CFrame.new(0,13-2*i,0)*CFrame.Angles(math.rad(90),0,0)
  4101. end
  4102. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4103. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=true
  4104. end
  4105. end
  4106. else
  4107. swait(90)
  4108. end
  4109. if hitt~=nil then
  4110. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4111. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=false
  4112. else
  4113. hitt.Anchored=false
  4114. end
  4115. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4116. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=false
  4117. end
  4118. end
  4119. a1.CanCollide=false
  4120. a2.CanCollide=false
  4121. for i=transp,1.1,.05 do
  4122. swait()
  4123. a1.Transparency=i
  4124. a2.Transparency=i
  4125. a3.Transparency=i
  4126. end
  4127. a1:Remove()
  4128. a2:Remove()
  4129. a3:Remove()
  4130. end),ref2,ref3,ref4)
  4131. end
  4132. end
  4133. local aaa=Root.CFrame
  4134. for i=1,15 do
  4135. swait()
  4136. howtohurt(aaa*CFrame.Angles(0,math.rad(math.random(-30,30)),0)*CFrame.new(0,-2.9,-7*i))
  4137. end
  4138. end
  4139. for i=0,1,.05 do
  4140. swait()
  4141. RJ.C0=clerp(RJ.C0,CFrame.new(0.00523090363, -1.43928123, 0.500698686, 0.608538032, -0.0426248461, 0.792379022, -0.465371341, 0.789637804, 0.39987722, -0.642737091, -0.612091064, 0.460688204)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4142. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0926128924, 1.51767898, 0.131960645, 0.376569808, 0.156476825, -0.913077414, -0.0574150234, 0.987678826, 0.145582512, 0.924607277, -0.00239765272, 0.380914152)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4143. RS.C0=clerp(RS.C0,CFrame.new(1.72637379, 0.409455806, -0.724692047, 0.0618917122, -0.811497867, 0.581068516, 0.993587911, 0.105286941, 0.0412091203, -0.0946200863, 0.574792027, 0.812810659)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4144. LS.C0=clerp(LS.C0,CFrame.new(-1.93455589, 0.460196197, 0.217768371, 0.0587107539, 0.972400784, 0.225809187, -0.870207429, 0.160694644, -0.465743035, -0.489175141, -0.16915673, 0.855624735)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4145. RH.C0=clerp(RH.C0,CFrame.new(0.7833848, -0.738480449, -0.797707796, 0.773465216, -0.17603536, -0.608903348, 0.0556301139, 0.975805998, -0.211443081, 0.631392956, 0.129670456, 0.764544725)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4146. LH.C0=clerp(LH.C0,CFrame.new(-1.08285952, -1.81155241, -0.105949007, 0.620193243, 0.434748054, -0.652958214, -0.305137783, 0.90052408, 0.309754282, 0.722669542, 0.00713464618, 0.691156805)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4147. end
  4148. hum.AutoRotate=true
  4149. elseif mode=="Nova" then
  4150.  
  4151. elseif mode=="Celestial" then
  4152. local oring=Root.CFrame
  4153. local a=0
  4154. Root.Anchored=true
  4155. for i=0,1,0.06 do
  4156. swait()
  4157. a=a+1.5-1.2*i
  4158. Root.CFrame=clerp(Root.CFrame,oring*CFrame.new(0,a,a),.4)
  4159. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -1.03042574e-15, -1.61558713e-27, -1.03042574e-15, 1, 0, -1.61558713e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+320*i),0,0),.4)
  4160. Neck.C0=clerp(Neck.C0,CFrame.new(-9.53674316e-07, 1.44887888, 0.189434841, 1, -4.97405222e-16, 1.34284554e-16, -5.15212872e-16, 0.965436339, -0.260638952, 0, 0.260638922, 0.965436339)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4161. RS.C0=clerp(RS.C0,CFrame.new(1.51540422, -0.112202689, -0.307236254, 0.977620363, -0.154024214, -0.143300667, 0.0583290868, 0.85290426, -0.518798709, 0.202129334, 0.498829544, 0.842800617)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4162. LS.C0=clerp(LS.C0,CFrame.new(-1.48163879, -0.0401576161, -0.25233984, 0.953122854, 0.224766985, 0.202574909, -0.10634549, 0.875607669, -0.471170723, -0.283279777, 0.42754069, 0.858464658)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4163. RH.C0=clerp(RH.C0,CFrame.new(0.510826886, -1.95263195, -0.25531134, 0.99395287, -0.0868650526, -0.0671723336, 0.0699105337, 0.972328365, -0.222912818, 0.084676899, 0.216868788, 0.972521365)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4164. LH.C0=clerp(LH.C0,CFrame.new(-0.569907069, -2.01232052, -0.401012838, 0.980895638, 0.0914456919, 0.171701759, -0.0345737338, 0.950523734, -0.30872187, -0.191437885, 0.296887517, 0.935526192)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4165. end
  4166. oring=Root.CFrame
  4167.  
  4168. local function celearrow(cf)
  4169. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,.5)
  4170. ref.Anchored=true
  4171. ref.CFrame=cf
  4172. meshs(ref,"Mesh",Vector3.new(14, 14, 14),Enum.MeshType.FileMesh,"95920149")
  4173. coroutine.resume(coroutine.create(function(ar)
  4174. local sa1=ar.Position
  4175. local sa2=ar.CFrame
  4176. local h=particles(ar,.5,"Pastel light blue","262059101",.7,1,"Back",4,2,0,1,.5,.6,55,55,110,0,false)
  4177. local h2=particles(ar,.5,"Pastel yellow","262059101",.7,1,"Back",3,1,0,1,.5,1,55,55,22,44444,false)
  4178. for i=1,150 do
  4179. swait()
  4180. local hit,pos=rayCast(sa1,sa2.lookVector,8,chr)
  4181. ar.CFrame=CFrame.new(sa1,pos)
  4182. sa1=sa1+(sa2.lookVector*6)
  4183. --Effect(e,"Pastel light blue",ar.CFrame*CFrame.new(0,0,-5),8,8,8,-.2,-.2,-.2,.09,"Sphere",3,4,"")
  4184. Effect(e,"Pastel yellow",ar.CFrame,14,14,14,2,2,2,.1,"FileMesh",6,0,"95920149")
  4185. if hit then
  4186. break
  4187. end
  4188. end
  4189. h.Enabled=false
  4190. h2.Enabled=false
  4191. local h3=particles(ar,.5,"Pastel yellow","262059101",.7,1,"Back",6,8,0,1,.1,.3,55,55,160,44444,false,15)
  4192. ar.Transparency=1
  4193. sounds(ar,"138499093",3.4,1.5)
  4194. Mdamage("None",ar,21,math.random(18,24),0,"")
  4195. Effect(e,"Pastel yellow",ar.CFrame,6,6,6,15,15,15,.07,"Sphere",6,0,"")
  4196. Effect(e,"Pastel light blue",ar.CFrame,6,6,6,21,21,21,.09,"Sphere",6,0,"")
  4197. for i=1,4 do
  4198. Effect(e,"Pastel light blue",CFrame.new(ar.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),3,3,3,0,0,7,.06,"Sphere",3,4,"")
  4199. end
  4200. game:GetService("Debris"):AddItem(ar,2)
  4201. end),ref)
  4202. end
  4203.  
  4204. local num=0
  4205. for i=0,1,0.01 do
  4206. swait()
  4207. num=num+1
  4208. if num>=6 then
  4209. num=0
  4210. CameraShake(900,Root,3,.2)
  4211. Effect(e,"Pastel light blue",LArm.CFrame*CFrame.new(0,-3,0),6,6,6,5,5,5,.12,"Sphere",6,0,"")
  4212. Effect(e,"Pastel yellow",LArm.CFrame*CFrame.new(0,-3,0),3,3,3,9,9,9,.16,"Sphere",6,0,"")
  4213. sounds(LArm,"1164367943",3.7,1.3)
  4214. celearrow(Root.CFrame*CFrame.new(0,0,-16))
  4215. end
  4216. Root.CFrame=clerp(Root.CFrame,oring*CFrame.new(0,i*3,i*4)*CFrame.Angles(math.rad(-45+42*i),0,0),.25)
  4217. RJ.C0=clerp(RJ.C0,CFrame.new(-6.49018693e-05, -4.76209806e-07, 2.09120262e-05, 0.306682944, -5.15212872e-16, -0.951811731, 2.8554352e-05, 1, 9.20048933e-06, 0.951811731, -2.99999992e-05, 0.306682974)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4218. Neck.C0=clerp(Neck.C0,CFrame.new(4.18429991e-05, 1.50002265, -5.46508491e-05, 0.306682944, 2.8554352e-05, 0.951811731, -5.15212872e-16, 1, -2.99999992e-05, -0.951811731, 9.20048933e-06, 0.306682974)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4219. RS.C0=clerp(RS.C0,CFrame.new(1.55499983, 0.0829172209, -0.225308493, 0.955544353, -0.22471264, 0.190890878, 0.257678092, 0.951117814, -0.170226231, -0.143307716, 0.211847097, 0.966738701)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4220. LS.C0=clerp(LS.C0,CFrame.new(-2.03155708, 0.422283322, -0.460359871, 0.0835238397, 0.916782916, -0.390554786, -0.996068776, 0.0884140059, -0.00547694508, 0.0295093432, 0.389476895, 0.920563459)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4221. RH.C0=clerp(RH.C0,CFrame.new(0.743987381, -1.93200445, 0.0707701743, 0.947829247, -0.311371267, -0.0683203638, 0.318341911, 0.935750008, 0.151757732, 0.0166778266, -0.16558966, 0.986053824)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4222. LH.C0=clerp(LH.C0,CFrame.new(-0.341279, -1.98198199, -0.0178269409, 0.987468183, -0.113211483, 0.109953403, 0.112515971, 0.993570924, 0.0125298789, -0.110664994, -1.34855509e-06, 0.993857741)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  4223. end
  4224. Root.Anchored=false
  4225. elseif mode=="Glacier" then
  4226.  
  4227. elseif mode=="Desperation" then
  4228. hum.WalkSpeed=0
  4229. hum.JumpPower=0
  4230. hum.AutoRotate=false
  4231. for i=0,1,0.05 do
  4232. swait()
  4233. RJ.C0=clerp(RJ.C0,CFrame.new(-1.84441011e-18, 0.0393788926, -0.20208557, 1, -4.55779727e-17, -1.07890317e-17, -4.68375339e-17, 0.973107874, 0.230350122, 0, -0.230350137, 0.973107874)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4234. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.53330278, -0.175422966, 1, 0, 0, 0, 0.914100885, 0.405487001, 0, -0.405487001, 0.914100885)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4235. RS.C0=clerp(RS.C0,CFrame.new(0.814132452, 0.956302881, -0.53983587, -0.0044469987, 0.430421919, 0.902616858, 0.713635445, -0.63093251, 0.304382473, 0.70050329, 0.645492971, -0.304358631)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4236. LS.C0=clerp(LS.C0,CFrame.new(-0.73318696, 0.941449881, -0.57793659, -0.0272180028, -0.516513348, -0.855846465, -0.730756998, -0.573920488, 0.369607508, -0.682094991, 0.635475755, -0.361824751)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4237. RH.C0=clerp(RH.C0,CFrame.new(0.559336305, -2.02994275, -0.268436939, 0.996671498, -0.0381174386, -0.0720624849, 0.0203841161, 0.972400784, -0.232425377, 0.0789330676, 0.230182812, 0.96994102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4238. LH.C0=clerp(LH.C0,CFrame.new(-0.51846379, -2.03068709, -0.271605551, 0.996257901, 0.0437802114, 0.0745221525, -0.0253015049, 0.972174883, -0.232886299, -0.0826443732, 0.230129287, 0.969644547)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4239. end
  4240.  
  4241. local reee=Root.Position
  4242. coroutine.resume(coroutine.create(function()
  4243. for i=0,270,90 do
  4244. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  4245. ref.Anchored=true
  4246. ref.CFrame=CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(i),0)
  4247. local h=particles(ref,.5,"Dark indigo","262059101",.7,1,"Back",40,21,0,1,1,1.5,55,55,40,0,false)
  4248. coroutine.resume(coroutine.create(function(aa)
  4249. for si=1,100 do
  4250. swait()
  4251. sounds(aa,"418703376",3.4,1.4)
  4252. aa.CFrame=aa.CFrame*CFrame.new(0,0,-12)*CFrame.Angles(0,math.rad(3.5),0)
  4253. Effect(e,"Mulberry",aa.CFrame,12,12,12,40,40,40,.08,"Sphere",6,0,"")
  4254. --Effect(e,"Dark indigo",aa.CFrame,72,72,72,-.1,-.1,-.1,.05,"Sphere",3,5,"")
  4255. Effect(e,"Dark indigo",aa.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),0.025,0.02,0.025,0.055,0,0.055,.06,"FileMesh",2,math.random(-12,12),"662585058")
  4256. Mdamage("None",aa,30,math.random(21,27),0,"")
  4257. end
  4258. h.Enabled=false
  4259. local h=particles(ref,.5,"Dark indigo","262059101",.7,1,"Back",60,40,0,1,1,1.4,55,55,210,44444,false,15)
  4260. Effect(e,"Mulberry",CFrame.new(reee),12,12,12,40,40,40,.02,"Sphere",6,0,"")
  4261. Effect(e,"Dark indigo",CFrame.new(reee),12,12,12,70,70,70,.03,"Sphere",6,0,"")
  4262. game:GetService("Debris"):AddItem(aa,3)
  4263. end),ref)
  4264. end
  4265. end))
  4266.  
  4267. for i=0,1,0.03 do
  4268. swait()
  4269. RJ.C0=clerp(RJ.C0,CFrame.new(8.43817779e-18, -0.180158466, 0.435632139, 1, -4.23927218e-17, 1.99151177e-17, -4.68375339e-17, 0.905101478, -0.425195694, 0, 0.425195694, 0.905101478)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4270. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.34341264, 0.250918895, 1, 0, 0, 0, 0.956577122, -0.291479617, 0, 0.291479617, 0.956577122)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4271. RS.C0=clerp(RS.C0,CFrame.new(1.7175734, 0.503084421, 0.90634197, -0.151579976, -0.631688714, -0.760258436, 0.963282108, 0.0780389309, -0.256900221, 0.221610725, -0.771284282, 0.596665263)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4272. LS.C0=clerp(LS.C0,CFrame.new(-1.58851504, 0.298645943, 0.707045138, 0.0778170079, 0.524349809, 0.847939789, -0.969272971, 0.238867104, -0.0587588698, -0.233355045, -0.817312658, 0.526825964)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4273. RH.C0=clerp(RH.C0,CFrame.new(0.559335768, -1.82856464, 0.382448733, 0.996671498, -0.0381174386, -0.0720624849, 0.0650732592, 0.9044438, 0.42160061, 0.049106136, -0.424886674, 0.903913736)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4274. LH.C0=clerp(LH.C0,CFrame.new(-0.518464148, -1.83111691, 0.380435944, 0.996257901, 0.0437802114, 0.0745221525, -0.0712320432, 0.904233754, 0.421055287, -0.0489515588, -0.424788028, 0.903968394)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4275. end
  4276. hum.AutoRotate=true
  4277. elseif mode=="Saint" then
  4278.  
  4279. elseif mode=="Dreary" then
  4280. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  4281. meshs(ref,"Mesh",Vector3.new(200,3,200),Enum.MeshType.Sphere,"")
  4282. ref.Anchored=true
  4283. ref.CFrame=CFrame.new(mouse.Hit.p)*CFrame.Angles(0,math.random(-120,120),0)
  4284. coroutine.resume(coroutine.create(function(r)
  4285. local tran=1
  4286. local light=create("PointLight"){
  4287. Parent=r,
  4288. Brightness=0,
  4289. Range=50,
  4290. }
  4291. sounds(r,"747292290",4,.9)
  4292. for i=1,40 do
  4293. swait()
  4294. tran=tran-.05
  4295. r.Transparency=tran
  4296. light.Brightness=-(tran/2)
  4297. Effect(e,"Bright red",r.CFrame*CFrame.Angles(0,math.rad(doe*6.5),0)*CFrame.new(0,0,20),32,32,32,-1,-1,-1,.05,"Sphere",6,0,"")
  4298. Effect(e,"Bright red",r.CFrame*CFrame.Angles(0,math.rad(180+doe*6.5),0)*CFrame.new(0,0,20),32,32,32,-1,-1,-1,.05,"Sphere",6,0,"")
  4299. end
  4300. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Bright red",Enum.Material.Neon,.3,0)
  4301. meshs(ref2,"Mesh",Vector3.new(0.38, 0.18, 0.5),Enum.MeshType.FileMesh,"2042096608")
  4302. ref2.Anchored=true
  4303. ref2.CFrame=r.CFrame*CFrame.new(0,-40,0)
  4304. local ref3=parts(e,"ref",Vector3.new(.2,.2,.2),"Fossil",Enum.Material.Neon,.5,.5)
  4305. meshs(ref3,"Mesh",Vector3.new(0.402, 0.202, 0.522),Enum.MeshType.FileMesh,"2042096608")
  4306. ref3.Anchored=true
  4307. ref3.CFrame=r.CFrame*CFrame.new(0,-40,0)
  4308. local rais=0
  4309. tran=0
  4310. sounds(r,"138499093",4,.9)
  4311. Mdamage("None",r,33,math.random(23,29),0,"")
  4312. CameraShake(180,r,46,.06)
  4313. Effect(e,"Bright red",CFrame.new(r.Position)*CFrame.Angles(0,math.random(-120,120),0),3,1,3,4,2,4,.05,"FileMesh",2,math.random(9,14),"20329976")
  4314. Effect(e,"Fossil",CFrame.new(r.Position)*CFrame.Angles(0,math.random(-120,120),0),3,1,3,6,2,6,.05,"FileMesh",2,math.random(-14,-9),"20329976")
  4315. Effect(e,"Fossil",CFrame.new(r.Position),150,1,150,0,60,0,.08,"Sphere",6,0,"")
  4316. Effect(e,"Fossil",CFrame.new(r.Position),150,1,150,20,1,20,.06,"Sphere",6,0,"")
  4317.  
  4318. for i=1,70 do
  4319. swait()
  4320. if rais<=50 then
  4321. rais=rais+6
  4322. ref2.CFrame=r.CFrame*CFrame.new(0,-40+rais,0)
  4323. ref3.CFrame=r.CFrame*CFrame.new(0,-40+rais,0)
  4324. end
  4325. if i>=50 then
  4326. tran=tran+.05
  4327. r.Transparency=tran
  4328. ref2.Transparency=tran
  4329. ref3.Transparency=tran
  4330. light.Brightness=light.Brightness-.05
  4331. end
  4332. Effect(e,"Bright red",r.CFrame*CFrame.Angles(0,math.rad(doe*6.5),0)*CFrame.new(0,0,20),32,32,32,-1,-1,-1,.05,"Sphere",6,0,"")
  4333. Effect(e,"Bright red",r.CFrame*CFrame.Angles(0,math.rad(180+doe*6.5),0)*CFrame.new(0,0,20),32,32,32,-1,-1,-1,.05,"Sphere",6,0,"")
  4334. end
  4335. r:Remove()
  4336. ref2:Remove()
  4337. ref3:Remove()
  4338. --debris is fat
  4339. end),ref)
  4340. elseif mode=="Jade" then
  4341. local num=0
  4342. local num2=0
  4343. local haha=create("StringValue"){
  4344. Name="RGSECasting",
  4345. Value="Casting",
  4346. Parent=chr}
  4347. repeat
  4348. swait()
  4349. num2=num2+1
  4350. if num2>=4 then
  4351. num2=0
  4352. num=num+1
  4353. jadecrystal(CFrame.new(Root.Position))
  4354. end
  4355. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1-.2*math.sin(sin/30), -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4356. Neck.C0=clerp(Neck.C0,CFrame.new(-6.98863459e-17, 1.49210131, 0.0605422109, 1, -4.64417676e-17, 6.07591912e-18, -4.68375339e-17, 0.991550207, -0.129723296, 0, 0.129723296, 0.991550207)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4357. RS.C0=clerp(RS.C0,CFrame.new(1.90491235, 0.601896942, -0.350771546, 0.393433154, -0.918377519, 0.0423454307, -0.16871196, -0.117400721, -0.978648782, 0.903740346, 0.377888709, -0.201130614)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4358. LS.C0=clerp(LS.C0,CFrame.new(-2.02750111, 0.722337008, -0.183361918, 0.232044935, 0.950364649, -0.207273781, 0.109084979, -0.237171084, -0.965323985, -0.966569066, 0.201388091, -0.158704832)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4359. RH.C0=clerp(RH.C0,CFrame.new(0.488124579, -1.36517763, -0.344080478, 0.995249093, -0.0430953763, -0.0873044282, 0.0601393059, 0.977297425, 0.203158021, 0.0765672028, -0.207443282, 0.975246131)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4360. LH.C0=clerp(LH.C0,CFrame.new(-0.557774901, -1.92622006, 0.2765342, 0.997883737, 0.0545284674, 0.0354215279, -0.0615756102, 0.967481911, 0.245331153, -0.020892147, -0.246993065, 0.96879214)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4361. until num>=20
  4362. --900090447
  4363. for i=0,1,0.1 do
  4364. swait()
  4365. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  4366. local direction=aim.lookVector
  4367. local heed=math.atan2(direction.x,direction.z)
  4368. local heed=math.deg(heed)
  4369. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.15)
  4370. RJ.C0=clerp(RJ.C0,CFrame.new(-3.71264467e-18, 1-.2*math.sin(sin/30), -0.0710650831, 1, -4.59581945e-17, -9.03320768e-18, -4.68375339e-17, 0.981225789, 0.19286257, 0, -0.192862555, 0.981225789)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4371. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5337683, -0.0574678034, 1, 0, 0, 0, 0.992413819, 0.122943237, 0, -0.122943252, 0.992413819)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4372. RS.C0=clerp(RS.C0,CFrame.new(0.894479573, 0.476475298, -1.09457541, 0.968384087, 0.222055256, 0.113683254, 0.107854903, 0.0382404327, -0.993431032, -0.224943876, 0.974283874, 0.0130816847)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4373. LS.C0=clerp(LS.C0,CFrame.new(-0.762406409, 0.552004874, -1.26365972, 0.886999726, -0.382395834, -0.258853346, -0.26056537, 0.0483190268, -0.964246333, 0.381231338, 0.92273438, -0.0567801595)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4374. RH.C0=clerp(RH.C0,CFrame.new(0.488124013, -1.36516476, -0.344075322, 0.995248973, -0.0378293172, -0.0897137448, 0.0601408631, 0.963488579, 0.26090771, 0.0765682161, -0.265063524, 0.961186051)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4375. LH.C0=clerp(LH.C0,CFrame.new(-0.557909966, -1.92726195, 0.273252249, 0.997883618, 0.0522608683, 0.0386924297, -0.0615783408, 0.950648308, 0.304098785, -0.0208904222, -0.30583784, 0.951854408)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4376. end
  4377. haha.Name="RGSEShoot"
  4378. coroutine.resume(coroutine.create(function()
  4379. for _,asd in pairs(e:children()) do
  4380. if asd:IsA("BasePart") and asd.Name=="jjjj" then
  4381. swait(4)
  4382. local find=asd:findFirstChild("ready")
  4383. if find then
  4384. find:Remove()
  4385. end
  4386. end
  4387. end
  4388. haha:Remove()
  4389. end))
  4390. hum.AutoRotate=false
  4391. repeat
  4392. swait()
  4393. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  4394. local direction=aim.lookVector
  4395. local heed=math.atan2(direction.x,direction.z)
  4396. local heed=math.deg(heed)
  4397. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.15)
  4398. RJ.C0=clerp(RJ.C0,CFrame.new(-3.71264467e-18, 1-.2*math.sin(sin/30), -0.0710650831, 1, -4.59581945e-17, -9.03320768e-18, -4.68375339e-17, 0.981225789, 0.19286257, 0, -0.192862555, 0.981225789)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4399. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5337683, -0.0574678034, 1, 0, 0, 0, 0.992413819, 0.122943237, 0, -0.122943252, 0.992413819)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4400. RS.C0=clerp(RS.C0,CFrame.new(0.894479573, 0.476475298, -1.09457541, 0.968384087, 0.222055256, 0.113683254, 0.107854903, 0.0382404327, -0.993431032, -0.224943876, 0.974283874, 0.0130816847)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4401. LS.C0=clerp(LS.C0,CFrame.new(-0.762406409, 0.552004874, -1.26365972, 0.886999726, -0.382395834, -0.258853346, -0.26056537, 0.0483190268, -0.964246333, 0.381231338, 0.92273438, -0.0567801595)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4402. RH.C0=clerp(RH.C0,CFrame.new(0.488124013, -1.36516476, -0.344075322, 0.995248973, -0.0378293172, -0.0897137448, 0.0601408631, 0.963488579, 0.26090771, 0.0765682161, -0.265063524, 0.961186051)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4403. LH.C0=clerp(LH.C0,CFrame.new(-0.557909966, -1.92726195, 0.273252249, 0.997883618, 0.0522608683, 0.0386924297, -0.0615783408, 0.950648308, 0.304098785, -0.0208904222, -0.30583784, 0.951854408)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4404. until haha.Parent==nil
  4405. hum.AutoRotate=true
  4406. elseif mode=="Psychosis" then
  4407. hum.JumpPower=0
  4408. sounds(LArm,"169380479",3.5,.8)
  4409. for i=0,1,0.05 do
  4410. swait()
  4411. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.2,.2,.2,-.01,0,-.01,.04,"FileMesh",6,0,"729867285")
  4412. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.5,0),16,16,16,-.4,-.4,-.4,.07,"Sphere",6,0,"")
  4413. RJ.C0=clerp(RJ.C0,CFrame.new(-2.5331974e-07, -0.480601698, -0.181664601, 0.682596803, -2.034297e-08, 0.730795205, -0.265466362, 0.931689084, 0.247958004, -0.680873811, -0.363256931, 0.63596797)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4414. Neck.C0=clerp(Neck.C0,CFrame.new(0.0702379346, 1.55677783, -0.0705450475, 0.708761215, 0.206569493, -0.67452693, 6.9585758e-07, 0.956167459, 0.292820781, 0.705448568, -0.207540512, 0.677694142)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4415. RS.C0=clerp(RS.C0,CFrame.new(1.68399167, 0.161022872, -0.03163068, 0.900703192, -0.426410973, -0.0831104517, 0.401717871, 0.890323281, -0.214353457, 0.165397763, 0.159681901, 0.973213851)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4416. LS.C0=clerp(LS.C0,CFrame.new(-1.89491117, 0.12194775, -0.494439662, 0.36714071, 0.851958215, -0.373329431, -0.927662671, 0.305944294, -0.214103177, -0.0681889206, 0.424929827, 0.902654469)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4417. RH.C0=clerp(RH.C0,CFrame.new(0.966686428, -1.32845354, -0.617945194, 0.76636076, -0.319110781, -0.557547808, 0.0562339984, 0.897891462, -0.436610699, 0.639944494, 0.303248137, 0.706053674)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4418. LH.C0=clerp(LH.C0,CFrame.new(-0.730598748, -2.00221658, 0.212963194, 0.928692937, 0.0935403183, -0.358858794, -2.44729836e-06, 0.967668295, 0.252226591, 0.370849639, -0.234240174, 0.898666978)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  4419. end
  4420. for i=0,1,0.09 do
  4421. swait()
  4422. RJ.C0=clerp(RJ.C0,CFrame.new(-2.5331974e-07, -0.480601698, -0.181664601, 0.682596803, -2.034297e-08, 0.730795205, -0.265466362, 0.931689084, 0.247958004, -0.680873811, -0.363256931, 0.63596797)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4423. Neck.C0=clerp(Neck.C0,CFrame.new(0.144904703, 1.50439429, -0.145557582, 0.70875752, 0.312923461, -0.632251263, 2.96921598e-06, 0.896234334, 0.443581283, 0.705452204, -0.314393491, 0.635211885)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4424. RS.C0=clerp(RS.C0,CFrame.new(1.68399167, 0.161022872, -0.03163068, 0.900703192, -0.426410973, -0.0831104517, 0.401717871, 0.890323281, -0.214353457, 0.165397763, 0.159681901, 0.973213851)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4425. LS.C0=clerp(LS.C0,CFrame.new(-1.87567973, 0.0835546181, -0.481071621, 0.302223265, 0.816151083, -0.492502451, -0.92487216, 0.376160979, 0.0558094308, 0.230809093, 0.438634872, 0.868519902)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4426. RH.C0=clerp(RH.C0,CFrame.new(0.966686428, -1.32845354, -0.617945194, 0.76636076, -0.319110781, -0.557547808, 0.0562339984, 0.897891462, -0.436610699, 0.639944494, 0.303248137, 0.706053674)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4427. LH.C0=clerp(LH.C0,CFrame.new(-0.730598748, -2.00221658, 0.212963194, 0.928692937, 0.0935403183, -0.358858794, -2.44729836e-06, 0.967668295, 0.252226591, 0.370849639, -0.234240174, 0.898666978)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4428. end
  4429. hum.WalkSpeed=0
  4430. CameraShake(150,Root,3,.08)
  4431. sounds(LArm,"200632211",3,.7)
  4432. Root.Velocity=Root.CFrame.lookVector*70
  4433. local hitt=nil
  4434. for i=0,1,0.04 do
  4435. swait()
  4436. local vict=FindNearestTorso(LArm.Position,5)
  4437. if vict~=nil then
  4438. hitt=vict
  4439. end
  4440. if hitt then
  4441. sounds(hitt,"200632821",5,1)
  4442. break
  4443. end
  4444. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,-.2,-.2,-.2,.03,"Brick",6,0,"")
  4445. RJ.C0=clerp(RJ.C0,CFrame.new(0.00434471667, -0.460727274, -0.181664705, 0.77229017, 0.347403467, -0.531863511, -0.275645882, 0.937557399, 0.212144911, 0.572352409, -0.0172314458, 0.819826782)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4446. Neck.C0=clerp(Neck.C0,CFrame.new(0.0212990046, 1.42211962, 0.114097536, 0.755976319, -0.0813146085, 0.64952898, 0.335370958, 0.900248647, -0.277630657, -0.562162161, 0.427715331, 0.707837224)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4447. RS.C0=clerp(RS.C0,CFrame.new(1.70795691, 0.357091874, -0.251699895, 0.420711368, -0.85938859, 0.290608495, 0.673999071, 0.510513186, 0.533949137, -0.607229292, -0.0287686288, 0.794005752)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4448. LS.C0=clerp(LS.C0,CFrame.new(-1.29818749, 1.08005774, -0.834600806, 0.671849728, -0.0382439494, -0.739699602, -0.484057009, -0.778566837, -0.399402857, -0.560630798, 0.626395464, -0.541592181)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4449. RH.C0=clerp(RH.C0,CFrame.new(1.36314142, -1.62312055, 0.148550749, 0.59394896, -0.670178115, 0.445068538, 0.201737627, 0.659617305, 0.724021435, -0.778798223, -0.34024474, 0.526979148)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4450. LH.C0=clerp(LH.C0,CFrame.new(-0.630385876, -1.90959239, -0.521663368, 0.896856308, -0.0583353043, 0.438458502, 0.147242695, 0.974104583, -0.171580434, -0.417095244, 0.218442798, 0.88222146)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4451. end
  4452. if hitt then
  4453. for i=0,1,0.05 do
  4454. swait()
  4455. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4456. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=true
  4457. end
  4458. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4459. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=true
  4460. hitt.Parent:findFirstChild("HumanoidRootPart").CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4461. else
  4462. hitt.Anchored=true
  4463. hitt.CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4464. end
  4465. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,-.2,-.2,-.2,.03,"Brick",6,0,"")
  4466. RJ.C0=clerp(RJ.C0,CFrame.new(1.59591436e-05, -0.818091214, -0.185011953, 0.235816941, -4.21673576e-08, 0.971797585, -0.525368392, 0.84127003, 0.127486259, -0.817544103, -0.540615141, 0.198385715)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4467. Neck.C0=clerp(Neck.C0,CFrame.new(-8.22842121e-05, 1.50001562, -1.21444464e-06, 0.295483768, 0.214031219, -0.93106395, 4.26993711e-06, 0.974580944, 0.224036217, 0.955347836, -0.066203028, 0.287971944)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4468. RS.C0=clerp(RS.C0,CFrame.new(1.05334628, 0.0439564884, -0.77137351, -0.282746971, 0.435026616, 0.854871929, 0.695451915, 0.706780434, -0.129646763, -0.660606563, 0.557865083, -0.502380133)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4469. LS.C0=clerp(LS.C0,CFrame.new(-1.59430325, -0.134403512, 0.339531094, 0.600996673, 0.794533193, -0.0867174566, -0.673181474, 0.561697721, 0.480959833, 0.430847615, -0.230678678, 0.872443616)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4470. RH.C0=clerp(RH.C0,CFrame.new(1.16785789, -0.733592868, -0.327578753, 0.417061388, -0.60422945, -0.678945124, 0.259525925, 0.795084476, -0.548166871, 0.871037543, 0.0524154007, 0.488412201)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4471. LH.C0=clerp(LH.C0,CFrame.new(-0.77393508, -1.93024051, -0.12461105, 0.604508042, 0.319005042, -0.729935408, -0.191475764, 0.947638571, 0.255574316, 0.7732445, -0.0147318467, 0.633936942)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4472. end
  4473. local spin=0
  4474. local whilee=0
  4475. local origlocat=Root.CFrame
  4476. local down=0
  4477. local forward=0
  4478. --[[hum.JumpPower=50
  4479. hum.Jump=true
  4480. Root.Velocity=(Root.CFrame.lookVector*160)+(Root.CFrame.upVector*100)]]
  4481. hum.AutoRotate=false
  4482. for i=0,1,0.03 do
  4483. swait()
  4484. spin=spin+(7+60*i)
  4485. whilee=whilee+1
  4486. if whilee>=6 then
  4487. whilee=0
  4488. sounds(LArm,"200632211",3,.9)
  4489. end
  4490. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4491. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=true
  4492. hitt.Parent:findFirstChild("HumanoidRootPart").CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4493. else
  4494. hitt.Anchored=true
  4495. hitt.CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4496. end
  4497. down=down+3-5*i
  4498. forward=forward-2
  4499. Root.Anchored=true
  4500. Root.CFrame=origlocat*CFrame.new(0,down,forward)
  4501. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,-.2,-.2,-.2,.03,"Brick",6,0,"")
  4502. RJ.C0=clerp(RJ.C0,CFrame.new(0.049807623, -0.0430870242, 2.81032681e-06, -0.0183650069, 0.999831378, -2.99949497e-05, -0.999831378, -0.0183650088, 3.05509493e-05, 2.99949406e-05, 3.05509602e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,-math.rad(spin),0),.4)
  4503. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0877914578, 1.49186337, -0.0812511295, 0.861281812, 0.0546066612, -0.505184948, 0.0335903242, 0.985915422, 0.163837597, 0.507016122, -0.158079654, 0.847316682)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4504. RS.C0=clerp(RS.C0,CFrame.new(1.88179719, 0.429844737, 0.330829501, 0.140000701, -0.952205539, -0.271485806, 0.98131144, 0.0968768299, 0.166261494, -0.132014409, -0.289688855, 0.947972834)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4505. LS.C0=clerp(LS.C0,CFrame.new(-1.93201923, 0.758484185, -0.432928532, -0.170377448, 0.913337529, -0.369846225, -0.984658957, -0.172151059, 0.0284757446, -0.0376614518, 0.369023979, 0.928656459)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4506. RH.C0=clerp(RH.C0,CFrame.new(0.853881717, -1.89293325, 0.261379302, 0.896380305, -0.400676489, -0.189633921, 0.433469772, 0.881805003, 0.18580623, 0.0927719623, -0.248753577, 0.964113653)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4507. LH.C0=clerp(LH.C0,CFrame.new(-0.247457102, -1.90141964, 0.16329506, 0.964121342, -0.263989151, -0.0279246997, 0.264931351, 0.950208187, 0.164060667, -0.0167759508, -0.165572509, 0.986054897)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4508. end
  4509. local ground=false
  4510. local hits=nil
  4511. local poss
  4512. for i=1,200 do
  4513. swait()
  4514. spin=spin+67
  4515. whilee=whilee+1
  4516. if whilee>=6 then
  4517. whilee=0
  4518. sounds(LArm,"200632211",3,.9)
  4519. end
  4520. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4521. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=true
  4522. end
  4523. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4524. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=true
  4525. hitt.Parent:findFirstChild("HumanoidRootPart").CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4526. else
  4527. hitt.Anchored=true
  4528. hitt.CFrame=LArm.CFrame*CFrame.new(0,-2.5,0)*CFrame.Angles(math.rad(90),0,0)
  4529. end
  4530. forward=forward-2
  4531. down=down-2
  4532. Root.Anchored=true
  4533. Root.CFrame=origlocat*CFrame.new(0,down,forward)
  4534. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,-.2,-.2,-.2,.03,"Brick",6,0,"")
  4535. RJ.C0=clerp(RJ.C0,CFrame.new(0.049807623, -0.0430870242, 2.81032681e-06, -0.0183650069, 0.999831378, -2.99949497e-05, -0.999831378, -0.0183650088, 3.05509493e-05, 2.99949406e-05, 3.05509602e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,-math.rad(spin),0),.4)
  4536. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0877914578, 1.49186337, -0.0812511295, 0.861281812, 0.0546066612, -0.505184948, 0.0335903242, 0.985915422, 0.163837597, 0.507016122, -0.158079654, 0.847316682)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4537. RS.C0=clerp(RS.C0,CFrame.new(1.88179719, 0.429844737, 0.330829501, 0.140000701, -0.952205539, -0.271485806, 0.98131144, 0.0968768299, 0.166261494, -0.132014409, -0.289688855, 0.947972834)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4538. LS.C0=clerp(LS.C0,CFrame.new(-1.93201923, 0.758484185, -0.432928532, -0.170377448, 0.913337529, -0.369846225, -0.984658957, -0.172151059, 0.0284757446, -0.0376614518, 0.369023979, 0.928656459)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4539. RH.C0=clerp(RH.C0,CFrame.new(0.853881717, -1.89293325, 0.261379302, 0.896380305, -0.400676489, -0.189633921, 0.433469772, 0.881805003, 0.18580623, 0.0927719623, -0.248753577, 0.964113653)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4540. LH.C0=clerp(LH.C0,CFrame.new(-0.247457102, -1.90141964, 0.16329506, 0.964121342, -0.263989151, -0.0279246997, 0.264931351, 0.950208187, 0.164060667, -0.0167759508, -0.165572509, 0.986054897)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4541. --hits,poss=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,7,chr)
  4542. hits,poss=rayCast(Root.Position,-Root.CFrame.upVector,7,chr)
  4543.  
  4544. if hits~=nil then
  4545. if hits.Name~=hitt.Name and hits.Parent.Name~=hitt.Parent.Name and hits.Parent.Parent.Name~=hitt.Parent.Name then
  4546. ground=true
  4547. break
  4548. end
  4549. end
  4550. end
  4551. --until ground
  4552. hum.JumpPower=0
  4553. Root.Anchored=false
  4554. if hitt.Parent:findFirstChild("HumanoidRootPart") then
  4555. hitt.Parent:findFirstChild("HumanoidRootPart").Anchored=false
  4556. else
  4557. hitt.Anchored=false
  4558. end
  4559. if hitt.Parent:findFirstChildOfClass("Humanoid") then
  4560. hitt.Parent:findFirstChildOfClass("Humanoid").PlatformStand=false
  4561. end
  4562. hitt.Velocity=(Root.CFrame.lookVector*math.random(50,90))+(Root.CFrame.upVector*math.random(70,90))
  4563. Mdamage("None",hitt,2,math.random(80,95),0,"")
  4564. local refzz=parts(e,"Part",Vector3.new(.2,.2,.2),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  4565. refzz.Anchored=true
  4566. refzz.CFrame=CFrame.new(poss)
  4567. game:GetService("Debris"):AddItem(refzz,3)
  4568. for i=1,math.random(8,12) do
  4569. local ground=parts(e,"Part",Vector3.new(math.random(20,30)/4,math.random(20,25)/10,math.random(20,30)/4),"Smoky grey",Enum.Material.SmoothPlastic,0,0)
  4570. ground.Anchored=true
  4571. ground.CanCollide=true
  4572. ground.BrickColor=hits.BrickColor
  4573. ground.Material=hits.Material
  4574. ground.CFrame=CFrame.new(poss)*CFrame.new(math.random(-500,500)/20,math.random(10,40)/100,math.random(-500,500)/20)*CFrame.Angles(math.random(-30,30),math.random(-360,360),math.random(-30,30))
  4575. game:GetService("Debris"):AddItem(ground,3)
  4576. end
  4577. sounds(refzz,"221920763",4,1.3)
  4578. sounds(refzz,"199145477",4.2,.7)
  4579. Effect(e,modecolor[2],refzz.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,46,46,46,.06,"Brick",1,0,"")
  4580. Effect(e,modecolor[1],refzz.CFrame,9,9,9,47,47,47,.06,"Sphere",6,0,"")
  4581. Effect(e,modecolor[1],refzz.CFrame,3,7,3,7.5,0,7.5,.05,"FileMesh",2,math.random(-1,1)*17,"20329976")
  4582. Effect(e,modecolor[2],refzz.CFrame,3,4,3,6,0,6,.05,"FileMesh",2,math.random(-1,1)*17,"20329976")
  4583. for i=1,5 do
  4584. Effect(e,modecolor[1],CFrame.new(refzz.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),11,11,67,0,0,0,.03,"Sphere",4,math.random(-7,7),"",100,200,100)
  4585. end
  4586. Mdamage("None",refzz,45,math.random(25,35),0,"")
  4587. CameraShake(150,Root,3,.05)
  4588. for i=0,1,0.04 do
  4589. swait()
  4590. RJ.C0=clerp(RJ.C0,CFrame.new(0.00809305906, -0.99579829, -0.386208475, 0.426722974, 0.0161827523, -0.904238164, 0.694252253, 0.634901226, 0.338990092, 0.579587519, -0.772423863, 0.259691864)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4591. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0565086305, 1.48401439, -0.0286925584, 0.452707946, -0.218223438, 0.864542842, 5.01051545e-06, 0.969589829, 0.24473615, -0.8916592, -0.110789634, 0.438941896)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4592. RS.C0=clerp(RS.C0,CFrame.new(1.6967361, 0.96060437, -0.733733058, -0.343276531, -0.704653084, 0.620987535, 0.914292693, -0.402056754, 0.0491873547, 0.215012372, 0.584649563, 0.782275736)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4593. LS.C0=clerp(LS.C0,CFrame.new(-1.70832443, 0.154020011, -0.606845737, 0.70312953, 0.653820515, 0.279513568, -0.0425386988, 0.43106705, -0.901316762, -0.709788501, 0.62185216, 0.330908597)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4594. RH.C0=clerp(RH.C0,CFrame.new(-1.21300948, -0.782911062, -0.0905763134, 0.356464207, 0.804860711, 0.474481702, -0.124798208, 0.544308543, -0.829550326, -0.925937057, 0.236490309, 0.294471562)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4595. LH.C0=clerp(LH.C0,CFrame.new(0.303691566, -1.94330668, -0.313968807, 0.468402803, 0.284407914, 0.836487472, -2.61999667e-05, 0.94677645, -0.321891844, -0.883515537, 0.150753036, 0.443479985)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.6)
  4596. end
  4597. end
  4598. hum.AutoRotate=true
  4599. elseif mode=="Conflagration" then
  4600. local doe2=0
  4601. local doe3=0
  4602. local flam=create("Sound"){
  4603. Parent=Root,
  4604. SoundId="rbxassetid://925612654",
  4605. Volume=0,
  4606. PlaybackSpeed=1,
  4607. MaxDistance=66666666,
  4608. EmitterSize=70,
  4609. Name="ff",
  4610. Looped=true}
  4611. flam:Play()
  4612. for i=0,1,.01 do
  4613. swait()
  4614. doe2=doe2+1
  4615. doe3=doe3+.01
  4616. flam.Volume=0+3*i
  4617. Mdamage("None",Root,5+18*i,math.random(1,4),0.1,"")
  4618. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4619. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4620. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0),0.005+(doe3/11),0.01+(doe3/55),0.005+(doe3/11),0.004,0,0.004,.05,"FileMesh",2,math.random(-12,12),"662585058")
  4621. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0),.3)
  4622. Neck.C0=clerp(Neck.C0,CFrame.new(-6.89597977e-17, 1.47231925, 0.146465942, 1, -4.60215665e-17, 8.70459447e-18, -4.68375339e-17, 0.982578814, -0.185846552, 0, 0.185846567, 0.982578814)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4623. RS.C0=clerp(RS.C0,CFrame.new(1.97143924, 0.520025611, -0.14842324, -0.017068008, -0.981362224, 0.191408142, 0.999854445, -0.0167465936, 0.00329687633, -2.99956318e-05, 0.191436544, 0.981505036)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4624. LS.C0=clerp(LS.C0,CFrame.new(-1.99347508, 0.425046355, 0.124238819, 0.0411640182, 0.983868659, 0.174092263, -0.999152482, 0.040529117, 0.00720195705, 2.99745734e-05, -0.174241155, 0.984703064)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4625. RH.C0=clerp(RH.C0,CFrame.new(0.31254667, -1.96351218, -0.0185402855, 0.97691673, 0.191410765, -0.0948460475, -0.190515056, 0.981510043, 0.0184960179, 0.0966326892, 5.31661499e-07, 0.995320201)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4626. LH.C0=clerp(LH.C0,CFrame.new(-0.454886347, -1.33141136, -0.224726528, 0.981228352, -0.149459034, 0.121872909, 0.105624191, 0.945245028, 0.308796823, -0.161352232, -0.290127426, 0.94328773)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4627. end
  4628. local function fireballlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll(cf)
  4629. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),modecolor[1],Enum.Material.Neon,0,0)
  4630. ref.Anchored=true
  4631. ref.CFrame=cf
  4632. meshs(ref,"Mesh",Vector3.new(70,70,70),Enum.MeshType.Sphere,"")
  4633. local aaaaff=create("Sound"){
  4634. Parent=ref,
  4635. SoundId="rbxassetid://1864705616",
  4636. Volume=3,
  4637. PlaybackSpeed=1,
  4638. MaxDistance=66666666,
  4639. EmitterSize=30,
  4640. Name="fire",
  4641. Looped=true}
  4642.  
  4643. local fiare=particles(ref,.4,modecolor[1],"522606102",.5,1,"Top",8,.5,0,1,.3,.6,55,55,6,1000,false)
  4644. fiare.Speed=NRn(-6,6)
  4645. coroutine.resume(coroutine.create(function(f)
  4646. local sa1=f.Position
  4647. local sa2=f.CFrame
  4648. for i=1,200 do
  4649. swait()
  4650. local hit,pos=rayCast(sa1,-sa2.lookVector,25,chr)
  4651. f.CFrame=CFrame.new(pos)
  4652. sa1=sa1+(-sa2.lookVector*3)
  4653. if hit~=nil then
  4654. break
  4655. end
  4656. end
  4657. aaaaff:Remove()
  4658. fiare.Enabled=false
  4659. f.Transparency=1
  4660. Effect(e,"Br. yellowish orange",f.CFrame,34,34,34,22,22,22,.04,"Sphere",6,0,"")
  4661. Effect(e,"Neon orange",CFrame.new(f.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.014,0,0.014,.03,"FileMesh",2,math.random(-42,42),"662585058")
  4662. Effect(e,"Neon orange",CFrame.new(f.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.024,0,0.024,.02,"FileMesh",2,math.random(-42,42),"662585058")
  4663. game:GetService("Debris"):AddItem(f,3)
  4664. local fiare2=particles(ref,.4,"Br. yellowish orange","522606102",.5,1,"Top",8,40,0,1,.5,.7,55,55,150,1000,false,15)
  4665. fiare2.Rate=66666
  4666. local fiare3=particles(ref,.4,"Neon orange","522606102",.5,1,"Top",8,40,0,1,.5,.7,55,55,150,1000,false,15)
  4667. fiare3.Rate=66666
  4668. Mdamage("None",f,30,math.random(21,32),0,"")
  4669. sounds(f,"472579737",4,.7)
  4670.  
  4671. end),ref)
  4672. end
  4673.  
  4674. local dela=0
  4675. for i=0,1,.005 do
  4676. swait()
  4677. doe2=doe2+1
  4678. dela=dela+1
  4679. if dela>=5 then
  4680. dela=0
  4681. CameraShake(450,Root,3,.15)
  4682. fireballlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll(CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe2*4.4),0))
  4683. fireballlllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll(CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe2*4.4),0))
  4684. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.004,.01,.004,0.003,0,0.003,.03,"FileMesh",2,math.random(-32,32),"662585058")
  4685. Effect(e,modecolor[1],CFrame.new(Root.Position),14,14,14,32,32,32,.15,"Sphere",6,0,"")
  4686. sounds(Root,"153896369",3.4,1.1)
  4687. end
  4688. Mdamage("None",Root,23,math.random(1,4),0.1,"")
  4689. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4690. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4691. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0),0.005+(doe3/11),0.01+(doe3/55),0.005+(doe3/11),0.004,0,0.004,.05,"FileMesh",2,math.random(-12,12),"662585058")
  4692. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0),.3)
  4693. Neck.C0=clerp(Neck.C0,CFrame.new(-6.89597977e-17, 1.47231925, 0.146465942, 1, -4.60215665e-17, 8.70459447e-18, -4.68375339e-17, 0.982578814, -0.185846552, 0, 0.185846567, 0.982578814)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4694. RS.C0=clerp(RS.C0,CFrame.new(1.97143924, 0.520025611, -0.14842324, -0.017068008, -0.981362224, 0.191408142, 0.999854445, -0.0167465936, 0.00329687633, -2.99956318e-05, 0.191436544, 0.981505036)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4695. LS.C0=clerp(LS.C0,CFrame.new(-1.99347508, 0.425046355, 0.124238819, 0.0411640182, 0.983868659, 0.174092263, -0.999152482, 0.040529117, 0.00720195705, 2.99745734e-05, -0.174241155, 0.984703064)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4696. RH.C0=clerp(RH.C0,CFrame.new(0.31254667, -1.96351218, -0.0185402855, 0.97691673, 0.191410765, -0.0948460475, -0.190515056, 0.981510043, 0.0184960179, 0.0966326892, 5.31661499e-07, 0.995320201)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4697. LH.C0=clerp(LH.C0,CFrame.new(-0.454886347, -1.33141136, -0.224726528, 0.981228352, -0.149459034, 0.121872909, 0.105624191, 0.945245028, 0.308796823, -0.161352232, -0.290127426, 0.94328773)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4698. end
  4699. for i=0,1,.01 do
  4700. swait()
  4701. doe2=doe2+1
  4702. doe3=doe3-.01
  4703. flam.Volume=3-3*i
  4704. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4705. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe2*(16*doe3)),0)*CFrame.new(0,-3,0+25*doe3)*CFrame.Angles(-math.rad(90),0,math.rad(math.random(-10,10))),14,14,14,-.32,-.32,-.32,.04,"Brick",7,math.random(6,9),"")
  4706. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0),0.005+(doe3/11),0.01+(doe3/55),0.005+(doe3/11),0.004,0,0.004,.05,"FileMesh",2,math.random(-12,12),"662585058")
  4707. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(doe2*(16*doe3)),0),.3)
  4708. Neck.C0=clerp(Neck.C0,CFrame.new(-6.89597977e-17, 1.47231925, 0.146465942, 1, -4.60215665e-17, 8.70459447e-18, -4.68375339e-17, 0.982578814, -0.185846552, 0, 0.185846567, 0.982578814)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4709. RS.C0=clerp(RS.C0,CFrame.new(1.97143924, 0.520025611, -0.14842324, -0.017068008, -0.981362224, 0.191408142, 0.999854445, -0.0167465936, 0.00329687633, -2.99956318e-05, 0.191436544, 0.981505036)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4710. LS.C0=clerp(LS.C0,CFrame.new(-1.99347508, 0.425046355, 0.124238819, 0.0411640182, 0.983868659, 0.174092263, -0.999152482, 0.040529117, 0.00720195705, 2.99745734e-05, -0.174241155, 0.984703064)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4711. RH.C0=clerp(RH.C0,CFrame.new(0.31254667, -1.96351218, -0.0185402855, 0.97691673, 0.191410765, -0.0948460475, -0.190515056, 0.981510043, 0.0184960179, 0.0966326892, 5.31661499e-07, 0.995320201)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4712. LH.C0=clerp(LH.C0,CFrame.new(-0.454886347, -1.33141136, -0.224726528, 0.981228352, -0.149459034, 0.121872909, 0.105624191, 0.945245028, 0.308796823, -0.161352232, -0.290127426, 0.94328773)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  4713. end
  4714. flam:Remove()
  4715. elseif mode=="Lullaby" then
  4716. hum.WalkSpeed=0
  4717. hum.JumpPower=0
  4718. hum.AutoRotate=false
  4719. sounds(Root,"588735023",3,.8)
  4720. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  4721. ref.Anchored=true
  4722. ref.CFrame=CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90))
  4723. RLockEffect(e,modecolor[1],ref.CFrame,ref,1,210,210,0,4,4,.02,"Cylinder",6,0,"")
  4724. local ref2=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  4725. ref2.Anchored=true
  4726. ref2.CFrame=CFrame.new(Root.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  4727. local wat=math.random(1,3)
  4728. if wat==1 then
  4729. damagegui(ref2,"Sleep, my children...",.008)
  4730. elseif wat==2 then
  4731. damagegui(ref2,"Look at you, you're very sleepy...",.008)
  4732. elseif wat==3 then
  4733. damagegui(ref2,"I'll make you sleep well...",.008)
  4734. end
  4735. for i=0,1,0.02 do
  4736. swait()
  4737. Mdamage("None",Root,23-22*i,math.random(1,4),0.1,"")
  4738. ref.CFrame=CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90))
  4739. Effect(e,modecolor[2],RArm.CFrame*CFrame.new(0,-1.3,0),8,8,8,-.4,-.4,-.4,.08,"Sphere",6,0,"")
  4740. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.3,0),8,8,8,-.4,-.4,-.4,.08,"Sphere",6,0,"")
  4741. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.3,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),4,4,4,-.3,-.3,-.3,.07,"Sphere",3,.3,"")
  4742. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.3,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),4,4,4,-.3,-.3,-.3,.07,"Sphere",3,.3,"")
  4743. RJ.C0=clerp(RJ.C0,CFrame.new(4.14909593e-17, -0.885848522, -0.204119027, 1, -4.27553446e-17, -1.91242023e-17, -4.68375339e-17, 0.912843645, 0.40830934, 0, -0.40830934, 0.912843645)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4744. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.3060528, 0.299719036, 1, 0, 0, 0, 0.867858171, -0.496812046, 0, 0.496812046, 0.867858171)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4745. RS.C0=clerp(RS.C0,CFrame.new(1.48544645, 1.39449525, 0.0995207876, 0.994540513, -0.0621472932, -0.0838266909, -0.0386692137, -0.965610385, 0.257101595, -0.0969220996, -0.252456456, -0.962741852)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4746. LS.C0=clerp(LS.C0,CFrame.new(-1.60332191, 1.18335962, 0.249968797, 0.981593251, 0.190980688, 0.00107636943, 0.178433627, -0.919084609, 0.351347476, 0.0680898577, -0.344688207, -0.936244607)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4747. RH.C0=clerp(RH.C0,CFrame.new(0.568739772, -0.812144816, -0.905020952, 0.995555997, -0.0557800196, -0.0758741945, 0.0134156533, 0.88149029, -0.472011626, 0.0932111815, 0.468896151, 0.878321171)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4748. LH.C0=clerp(LH.C0,CFrame.new(-0.58529526, -1.83054256, 0.556173265, 0.994941652, 0.0782623664, 0.0629779026, -0.100154236, 0.821296453, 0.561641693, -0.00776812807, -0.56510812, 0.824980378)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4749. end
  4750. sounds(Root,"588735155",3,1.2)
  4751. ref:Remove()
  4752. MStatus("Sleep",Root,50)
  4753. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90)),2,510,510,0,-2,-2,.015,"Cylinder",6,0,"")
  4754. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90)),1,510,510,0,-4,-4,.01,"Cylinder",6,0,"")
  4755. for i=0,1,0.015 do
  4756. swait()
  4757. if i<=.4 then
  4758. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(2,14),math.random(-50,50))*CFrame.Angles(math.rad(90),0,0),8,8,8,-.2,-.2,-.2,.03,"Brick",7,math.random(2,9),"")
  4759. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(2,14),math.random(-50,50))*CFrame.Angles(math.rad(90),0,0),8,8,8,-.2,-.2,-.2,.03,"Brick",7,math.random(2,9),"")
  4760. Effect(e,modecolor[2],RArm.CFrame*CFrame.new(0,-1.3,0),8,8,8,-.4,-.4,-.4,.08,"Sphere",6,0,"")
  4761. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.3,0),8,8,8,-.4,-.4,-.4,.08,"Sphere",6,0,"")
  4762. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.3,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),4,4,4,-.3,-.3,-.3,.07,"Sphere",3,.3,"")
  4763. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.3,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),4,4,4,-.3,-.3,-.3,.07,"Sphere",3,.3,"")
  4764. end
  4765. RJ.C0=clerp(RJ.C0,CFrame.new(4.14909593e-17, -0.885848522, -0.204119027, 1, -4.27553446e-17, -1.91242023e-17, -4.68375339e-17, 0.912843645, 0.40830934, 0, -0.40830934, 0.912843645)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4766. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.52483213, -0.189938188, 1, 0, 0, 0, 0.933961034, 0.357374847, 0, -0.357374847, 0.933961034)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.15)
  4767. RS.C0=clerp(RS.C0,CFrame.new(1.44582772, 0.0405168235, -0.485600412, 0.997182488, -0.0430896915, 0.06140453, 0.0692964792, 0.842600465, -0.534062326, -0.0287269019, 0.536812663, 0.843212306)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.15)
  4768. LS.C0=clerp(LS.C0,CFrame.new(-1.47377074, -0.0407868624, -0.460009247, 0.993525982, 0.100577563, 0.0528244078, -0.0494173877, 0.801297188, -0.596222043, -0.102294609, 0.589751542, 0.801079929)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.15)
  4769. RH.C0=clerp(RH.C0,CFrame.new(0.568739772, -0.812144816, -0.905020952, 0.995555997, -0.0557800196, -0.0758741945, 0.0134156533, 0.88149029, -0.472011626, 0.0932111815, 0.468896151, 0.878321171)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4770. LH.C0=clerp(LH.C0,CFrame.new(-0.58529526, -1.83054256, 0.556173265, 0.994941652, 0.0782623664, 0.0629779026, -0.100154236, 0.821296453, 0.561641693, -0.00776812807, -0.56510812, 0.824980378)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  4771. end
  4772. hum.AutoRotate=true
  4773. elseif mode=="Somnambulist" then
  4774. Effect(e,"Alder",CFrame.new(Root.Position),10,10,10,26,26,26,.06,"Sphere",6,0,"")
  4775. local ref4=parts(e,modecolor[1],Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  4776. ref4.Anchored=true
  4777. ref4.CFrame=Root.CFrame
  4778. meshs(ref4,"Mesh",Vector3.new(20,20,20),Enum.MeshType.Sphere,"")
  4779. coroutine.resume(coroutine.create(function()
  4780. local reee=Root.CFrame
  4781. for i=1,50 do
  4782. swait()
  4783. ref4.CFrame=clerp(ref4.CFrame,reee*CFrame.new(0,0,-30),.06)
  4784. end
  4785. sounds(ref4,"677958398",3,2)
  4786. local ref1=parts(e,modecolor[1],Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  4787. ref1.Anchored=true
  4788. ref1.CFrame=CFrame.new(Root.Position)
  4789. local ref2=parts(e,modecolor[1],Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  4790. ref2.Anchored=true
  4791. ref2.CFrame=CFrame.new(Root.Position)
  4792. local ref3=parts(e,modecolor[1],Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  4793. ref3.Anchored=true
  4794. ref3.CFrame=CFrame.new(Root.Position)
  4795. local spini=0
  4796. local hh1=particles(ref1,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,70,1,true)
  4797. local hh2=particles(ref2,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,70,1,true)
  4798. local hh3=particles(ref3,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,70,1,true)
  4799. local hh4=particles(ref1,.8,"Alder","262059101",.7,1,"Front",4,2,0,1,.5,1.5,55,55,12,44444,false)
  4800. local hh5=particles(ref2,.8,"Alder","262059101",.7,1,"Front",4,2,0,1,.5,1.5,55,55,12,44444,false)
  4801. local hh6=particles(ref3,.8,"Alder","262059101",.7,1,"Front",4,2,0,1,.5,1.5,55,55,12,44444,false)
  4802. for i=1,100 do
  4803. swait()
  4804. spini=spini+3+(i/8)
  4805. ref1.CFrame=clerp(ref1.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(spini),0)*CFrame.new(0,0,-9),.3)
  4806. ref2.CFrame=clerp(ref2.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(120+spini),0)*CFrame.new(0,0,-9),.3)
  4807. ref3.CFrame=clerp(ref3.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(240+spini),0)*CFrame.new(0,0,-9),.3)
  4808. Mdamage("None",ref4,45,math.random(13,17),0.1,"")
  4809. end
  4810.  
  4811. sounds(ref4,"588718963",5,.9)
  4812. --sounds(ref4,"588734767",2.2,.7)
  4813. local hh8=particles(ref1,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,50,1,false)
  4814. local hh9=particles(ref2,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,50,1,false)
  4815. local hh10=particles(ref3,.8,"Pastel violet","262059101",.7,1,"Front",5,1,0,1,.6,.9,55,55,50,1,false)
  4816. for i=1,200 do
  4817. swait()
  4818. spini=spini+17
  4819. ref1.CFrame=clerp(ref1.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(spini),0)*CFrame.new(0,0,-9),.7)
  4820. ref2.CFrame=clerp(ref2.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(120+spini),0)*CFrame.new(0,0,-9),.7)
  4821. ref3.CFrame=clerp(ref3.CFrame,CFrame.new(ref4.Position)*CFrame.Angles(0,math.rad(240+spini),0)*CFrame.new(0,0,-9),.7)
  4822. ref4.CFrame=clerp(ref4.CFrame,ref4.CFrame*CFrame.new(0,0,0-(i/10)),.3)
  4823. Mdamage("None",ref4,45,math.random(13,17),0.1,"")
  4824. end
  4825. Effect(e,"Alder",CFrame.new(ref4.Position),10,10,10,36,36,36,.05,"Sphere",6,0,"")
  4826. Effect(e,"Pastel violet",CFrame.new(ref4.Position),6,6,6,36,36,36,.06,"Sphere",6,0,"")
  4827. Effect(e,"Alder",CFrame.new(ref4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,2,5,5,.3,.02,"FileMesh",6,0,"3270017")
  4828. Effect(e,"Pastel violet",CFrame.new(ref4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.03,.01,0.02,0,0.02,.02,"FileMesh",2,math.random(-42,42),"662585058")
  4829. Effect(e,"Alder",CFrame.new(ref4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.03,.01,0.03,0,0.03,.01,"FileMesh",2,math.random(-42,42),"662585058")
  4830. sounds(ref4,"233091161",3,1.3)
  4831. particles(ref4,1,"Alder","262059101",.6,1,"Front",40,60,0,1,1,2,55,55,212,44444,false,20)
  4832. particles(ref4,1,"Pastel violet","262059101",.6,1,"Front",40,60,0,1,1,2,55,55,212,44444,false,20)
  4833. Mdamage("None",ref4,65,math.random(16,21),0,"")
  4834. hh1.Enabled=false
  4835. hh2.Enabled=false
  4836. hh3.Enabled=false
  4837. hh4.Enabled=false
  4838. hh5.Enabled=false
  4839. hh6.Enabled=false
  4840. hh8.Enabled=false
  4841. hh9.Enabled=false
  4842. hh10.Enabled=false
  4843. ref4.Transparency=1
  4844. game:GetService("Debris"):AddItem(ref1,2)
  4845. game:GetService("Debris"):AddItem(ref2,2)
  4846. game:GetService("Debris"):AddItem(ref3,2)
  4847. game:GetService("Debris"):AddItem(ref4,3)
  4848. end))
  4849.  
  4850. elseif mode=="Amativeness" then
  4851.  
  4852. elseif mode=="Nil" then
  4853.  
  4854. elseif mode=="Wither" then
  4855. hum.AutoRotate=false
  4856. for i=0,1,0.07 do
  4857. swait()
  4858. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  4859. local direction=aim.lookVector
  4860. local heed=math.atan2(direction.x,direction.z)
  4861. local heed=math.deg(heed)
  4862. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.15)
  4863. RJ.C0=clerp(RJ.C0,CFrame.new(-3.07032387e-05, 1-.2*math.sin(sin/30), 3.66327949e-05, 0.365233898, -3.60649011e-15, -0.930915773, 2.79274718e-05, 1, 1.09570165e-05, 0.930915773, -2.99999992e-05, 0.365233898)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4864. Neck.C0=clerp(Neck.C0,CFrame.new(1.87964433e-05, 1.50002456, -2.13099647e-05, 0.365233898, 2.79274718e-05, 0.930915773, -3.60649011e-15, 1, -2.99999992e-05, -0.930915773, 1.09570165e-05, 0.365233898)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4865. RS.C0=clerp(RS.C0,CFrame.new(1.61391425, 0.0711705685, -0.342857212, 0.908895373, -0.369885743, 0.1925973, 0.401635081, 0.900713503, -0.165543348, -0.112242907, 0.227815449, 0.967213392)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4866. LS.C0=clerp(LS.C0,CFrame.new(-1.92762482, 0.430832565, -0.291689336, 0.0453204662, 0.927795708, -0.370325655, -0.996603668, 0.0675055012, 0.0471605733, 0.0687543899, 0.366930544, 0.927704096)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4867. RH.C0=clerp(RH.C0,CFrame.new(0.590745747, -1.52371395, -0.13567847, 0.981111169, -0.169943064, 0.0924131274, 0.14146705, 0.956155479, 0.256425232, -0.131939024, -0.238508269, 0.962136209)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4868. LH.C0=clerp(LH.C0,CFrame.new(-0.553898275, -2.04400301, 0.340089291, 0.939236581, -0.00486665964, 0.343236327, -0.0787200257, 0.97019881, 0.229166746, -0.334122717, -0.242261291, 0.910863101)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4869. end
  4870. Effect(e,modecolor[2],CFrame.new(Torso.Position),6,6,6,34,34,34,.05,"Sphere",6,0,"")
  4871. local ref=parts(e,modecolor[1],Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  4872. local refmesh=meshs(ref,"Mesh",Vector3.new(11,60,60),Enum.MeshType.Cylinder,"")
  4873. ref.Anchored=true
  4874. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  4875. ref2.Anchored=true
  4876. local asdsd=particles(ref2,.7,modecolor[1],"262059101",.8,1,"Back",30,15,0,1,.8,1,55,55,250,44444,false)
  4877.  
  4878. sounds(ref,"231917813",3,1.5)
  4879. sounds(Root,"231917813",3,1.5)
  4880. local h=0
  4881.  
  4882.  
  4883. CameraShake(350,Root,3,.02)
  4884. for i=0,1,0.02 do
  4885. swait()
  4886. local start=(LArm.CFrame*CFrame.new(0,-1.8,0)).p
  4887. local hitt=mouse.Hit.p
  4888. ref2.CFrame=CFrame.new(hitt)
  4889. Mdamage("None",ref2,25-23*i,math.random(13,16),0.1,"")
  4890. ref.CFrame=CFrame.new((start+hitt)/2,hitt)*CFrame.Angles(0,math.rad(90),0)
  4891. refmesh.Scale=Vector3.new(((start-hitt).magnitude)*5,60-61*i,60-61*i)
  4892. h=h+1
  4893. if h>=3 then
  4894. h=0
  4895. Effect(e,modecolor[2],CFrame.new(start,hitt),10-10*i,10-10*i,41-20*i,22-17*i,22-17*i,-2+2*i,.09,"Sphere",6,0,"")
  4896. Effect(e,modecolor[2],ref.CFrame,((start-hitt).magnitude)*5,60-60*i,60-60*i,0,9-9*i,9-9*i,.09,"Cylinder",6,0,"")
  4897. end
  4898. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  4899. local direction=aim.lookVector
  4900. local heed=math.atan2(direction.x,direction.z)
  4901. local heed=math.deg(heed)
  4902.  
  4903. Effect(e,modecolor[1],CFrame.new(ref2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),70-50*i,70-50*i,70-50*i,-1+.3*i,41-6*i,-1+.3*i,.08,"Sphere",6,0,"")
  4904. Effect2(e,modecolor[1],CFrame.new(ref2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),66-45*i,152-62*i,66-45*i,-3+2.5*i,-2+1.8*i,-3+2.5*i,.05,"Sphere",10-8*i,"")
  4905. asdsd.Size=NSn({NSKp(0, 30-24*i),NSKp(1, 15-14.8*i)})
  4906. asdsd.Speed=NRn(250-120*i)
  4907. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.15)
  4908. RJ.C0=clerp(RJ.C0,CFrame.new(-3.07032387e-05, 1-.2*math.sin(sin/30), 3.66327949e-05, 0.365233898, -3.60649011e-15, -0.930915773, 2.79274718e-05, 1, 1.09570165e-05, 0.930915773, -2.99999992e-05, 0.365233898)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4909. Neck.C0=clerp(Neck.C0,CFrame.new(1.87964433e-05, 1.50002456, -2.13099647e-05, 0.365233898, 2.79274718e-05, 0.930915773, -3.60649011e-15, 1, -2.99999992e-05, -0.930915773, 1.09570165e-05, 0.365233898)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4910. RS.C0=clerp(RS.C0,CFrame.new(1.61391425, 0.0711705685, -0.342857212, 0.908895373, -0.369885743, 0.1925973, 0.401635081, 0.900713503, -0.165543348, -0.112242907, 0.227815449, 0.967213392)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4911. LS.C0=clerp(LS.C0,CFrame.new(-1.92762482, 0.430832565, -0.291689336, 0.0453204662, 0.927795708, -0.370325655, -0.996603668, 0.0675055012, 0.0471605733, 0.0687543899, 0.366930544, 0.927704096)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4912. RH.C0=clerp(RH.C0,CFrame.new(0.590745747, -1.52371395, -0.13567847, 0.981111169, -0.169943064, 0.0924131274, 0.14146705, 0.956155479, 0.256425232, -0.131939024, -0.238508269, 0.962136209)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4913. LH.C0=clerp(LH.C0,CFrame.new(-0.553898275, -2.04400301, 0.340089291, 0.939236581, -0.00486665964, 0.343236327, -0.0787200257, 0.97019881, 0.229166746, -0.334122717, -0.242261291, 0.910863101)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  4914. end
  4915. hum.AutoRotate=true
  4916. asdsd.Enabled=false
  4917. ref:Remove()
  4918. --ref2:Remove()
  4919. game:GetService("Debris"):AddItem(ref2,4)
  4920.  
  4921. elseif mode=="True Catastrophe" then
  4922.  
  4923. elseif mode=="Cyclone" then
  4924.  
  4925. elseif mode=="Minstrel" then
  4926.  
  4927. elseif mode=="Sombra" then
  4928. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  4929. ref.Anchored=true
  4930. ref.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,1,0))
  4931. meshs(ref,"Mesh",Vector3.new(1,380,380),Enum.MeshType.Cylinder,"")
  4932. local hits,poss=rayCast(ref.Position,-ref.CFrame.upVector,999,chr)
  4933. if hits~=nil then
  4934. REffect(e,modecolor[1],CFrame.new(poss)*CFrame.Angles(0,0,math.rad(90)),2,150,150,-.05,-4,-4,.04,"Cylinder",6,0,"")
  4935. ref.CFrame=CFrame.new(poss)*CFrame.Angles(0,math.random(-120,120),math.rad(90))
  4936. hum.WalkSpeed=0
  4937. hum.JumpPower=0
  4938. hum.AutoRotate=false
  4939. Root.Anchored=true
  4940. local oring=Root.CFrame
  4941. sounds(Root,"1472248118",3.5,1.1)
  4942. for i=0,1,0.04 do
  4943. swait()
  4944. Root.CFrame=clerp(Root.CFrame,oring*CFrame.new(0,-8,0),.2)
  4945. RJ.C0=clerp(RJ.C0,CFrame.new(4.25239284e-18, -0.00432334701, -0.0807504505, 1, -9.82181395e-16, -5.25885004e-17, -9.83588211e-16, 0.998569727, 0.0534659773, 0, -0.0534659773, 0.998569727)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4946. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.50123751, -0.0888370872, 1, 0, 0, 0, 0.969821453, 0.243816987, 0, -0.243816987, 0.969821453)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4947. RS.C0=clerp(RS.C0,CFrame.new(0.417676121, 0.298905194, -0.82144773, -0.164930016, 0.864000976, 0.475710571, 0.979468465, 0.200168371, -0.0239682049, -0.115930766, 0.461990356, -0.879275382)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4948. LS.C0=clerp(LS.C0,CFrame.new(-0.417448014, 0.521077216, -0.866203606, -0.00113600027, -0.740867972, -0.671649814, -0.997582853, -0.0458261035, 0.0522360727, -0.0694791228, 0.670085609, -0.739025116)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4949. RH.C0=clerp(RH.C0,CFrame.new(0.507892191, -1.99700797, -0.0258190408, 0.999171257, -0.0275272951, -0.0299848188, 0.0258717798, 0.998191357, -0.0542664602, 0.031424392, 0.0534457192, 0.998076379)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4950. LH.C0=clerp(LH.C0,CFrame.new(-0.531556249, -1.99586904, -0.0233107321, 0.995296001, 0.0471440814, 0.0846363902, -0.0423771515, 0.997459471, -0.0572625697, -0.0871209428, 0.0534065552, 0.994765222)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  4951. end
  4952. Root.CFrame=CFrame.new(ref.Position-Vector3.new(0,5,0))
  4953. oring=Root.CFrame
  4954. sounds(Root,"144955678",3.2,.9)
  4955. Effect(e,modecolor[1],CFrame.new(poss)*CFrame.Angles(0,0,math.rad(90)),1,350,350,0,15,15,.06,"Cylinder",6,0,"")
  4956. ref.Transparency=0
  4957. local function spike(cf)
  4958. local sspik=cwedges(e,"",Vector3.new(7,19,7),modecolor[1],Enum.Material.SmoothPlastic,0,0)
  4959. sspik.Anchored=true
  4960. sspik.CFrame=cf*CFrame.Angles(math.rad(math.random(-18,18)),math.random(-120,120),math.rad(math.random(-18,18)))*CFrame.new(0,-10,0)
  4961. local re=sspik.CFrame
  4962. coroutine.resume(coroutine.create(function(pk)
  4963. sounds(pk,"597499462",3.4,1.3)
  4964. local flam1=particles(pk,.8,"Black","522606102",.2,1,"Top",3,3,0,1,.7,1,55,55,13,11,false,4)
  4965. flam1.Acceleration=Vector3.new(0,-30,0)
  4966. for i=1,60 do
  4967. swait()
  4968. if i>=8 then
  4969. Mdamage("None",pk,9,math.random(5,7),0.1,"")
  4970. else
  4971. Mdamage("None",pk,9,math.random(23,37),0.1,"")
  4972. end
  4973. pk.CFrame=clerp(pk.CFrame,re*CFrame.new(0,15,0),.3)
  4974. end
  4975. for i=0,1.1,.04 do
  4976. swait()
  4977. pk.Transparency=i
  4978. end
  4979. pk.Transparency=1
  4980. pk:Remove()
  4981. end),sspik)
  4982. end
  4983. coroutine.resume(coroutine.create(function(s)
  4984. local refz=parts(e,"ref",Vector3.new(.2,.2,.2),"Really black",Enum.Material.Neon,0,1)
  4985. refz.Anchored=true
  4986. refz.CFrame=CFrame.new(poss)
  4987. swait(30)
  4988. CameraShake(750,Root,3,.08)
  4989. for i=0,math.random(8,12) do
  4990. spike(refz.CFrame*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-100,100)/4,0,math.random(-100,100)/4))
  4991. end
  4992. swait(90)
  4993. for i=0,1.1,.04 do
  4994. swait()
  4995. s.Transparency=i
  4996. end
  4997. s.Transparency=1
  4998. s:Remove()
  4999. refz:Remove()
  5000. end),ref)
  5001. for i=0,1,0.05 do
  5002. swait()
  5003. Root.CFrame=clerp(Root.CFrame,oring*CFrame.new(0,8,0),.4)
  5004. RJ.C0=clerp(RJ.C0,CFrame.new(1.90734863e-06, -0.0149427801, 0.0884052888, 1, -9.81655599e-16, 6.16268019e-17, -9.83588211e-16, 0.998035252, -0.0626550764, 0, 0.0626550764, 0.998035252)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5005. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.43594325, 0.117219642, 1, 0, 0, 0, 0.978608489, -0.205731407, 0, 0.205731407, 0.978608489)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5006. RS.C0=clerp(RS.C0,CFrame.new(1.53294015, 1.2211014, -0.0131970346, -0.0734649971, -0.143687055, 0.986892581, -0.0373094976, -0.988477945, -0.146695212, 0.996599674, -0.0475974344, 0.0672576353)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5007. LS.C0=clerp(LS.C0,CFrame.new(-1.53566861, 1.07486546, -0.0038818568, -0.0351750217, 0.191066936, -0.98094666, -0.0307650268, -0.981295824, -0.190031782, -0.998907506, 0.0234944746, 0.0403952785)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5008. RH.C0=clerp(RH.C0,CFrame.new(0.50788939, -1.98653686, 0.0363723487, 0.999171257, -0.0275272951, -0.0299848188, 0.0293402597, 0.99765712, 0.0618028007, 0.0282132979, -0.0626313388, 0.997637987)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5009. LH.C0=clerp(LH.C0,CFrame.new(-0.531558037, -1.98511493, 0.0387312621, 0.995296001, 0.0471440814, 0.0846363902, -0.0521910489, 0.996925592, 0.0584430397, -0.0816209242, -0.0625853837, 0.994696498)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.9)
  5010. end
  5011. Root.Anchored=false
  5012. hum.AutoRotate=true
  5013. end
  5014. elseif mode=="Fictitious" then
  5015. for i=0,1,0.07 do
  5016. swait()
  5017. RJ.C0=clerp(RJ.C0,CFrame.new(1.44302081e-08, -0.00260057556, -0.0452057235, 1, 4.15183763e-07, -3.18685125e-07, 3.95779068e-07, 0.998360634, 0.0574326254, -3.39008011e-07, -0.0574319549, 0.998349547)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5018. Neck.C0=clerp(Neck.C0,CFrame.new(3.34923925e-07, 1.49765956, 0.0477407724, 1, 2.33679472e-07, -1.51037582e-07, 1.86497346e-07, 0.999485135, 0.0322615318, -1.60187483e-07, -0.0322607085, 0.999479651)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5019. RS.C0=clerp(RS.C0,CFrame.new(0.506128967, 0.597761393, -0.982940853, -0.00417280896, 0.660658598, 0.750674903, 0.979567528, -0.148262754, 0.135929704, 0.201099813, 0.735899627, -0.646537662)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5020. LS.C0=clerp(LS.C0,CFrame.new(-0.684561431, 0.285560399, -0.72993058, 0.173506722, -0.678175926, -0.714123845, -0.906874418, 0.172740161, -0.384383529, 0.384034783, 0.714310169, -0.585045755)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5021. RH.C0=clerp(RH.C0,CFrame.new(0.51496762, -1.99649358, -0.0679845288, 0.994086564, -0.0276396163, -0.105015472, 0.0214089863, 0.997979283, -0.0600121841, 0.106460184, 0.0574097075, 0.992658496)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5022. LH.C0=clerp(LH.C0,CFrame.new(-0.521369874, -1.99603069, -0.0686411262, 0.998338103, 0.0392456837, 0.0421999432, -0.0367200635, 0.997591555, -0.0590354316, -0.0444153957, 0.0573883764, 0.997363687)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5023. end
  5024. local refz=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  5025. refz.Anchored=true
  5026. refz.CFrame=CFrame.new(Root.Position)
  5027. meshs(refz,"Mesh",Vector3.new(0,0,0),Enum.MeshType.Brick,"")
  5028. sounds(refz,"300915902",4,1.3)
  5029. for i=0,1,0.04 do
  5030. swait()
  5031. RJ.C0=clerp(RJ.C0,CFrame.new(1.44300598e-08, -0.00260093249, -0.0452057011, 1, 4.15183763e-07, -3.18685125e-07, 3.95779068e-07, 0.998360634, 0.0574326254, -3.39008011e-07, -0.0574319549, 0.998349547)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5032. Neck.C0=clerp(Neck.C0,CFrame.new(3.23914577e-07, 1.49630642, 0.115249127, 1, 2.2546422e-07, -1.63047048e-07, 1.86497346e-07, 0.999804974, -0.0200323239, -1.60187483e-07, 0.0200328641, 0.99979949)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5033. RS.C0=clerp(RS.C0,CFrame.new(1.73054361, 1.09446013, -0.967649221, -0.196545839, -0.476092041, 0.857150078, 0.843174994, -0.528254867, -0.100069977, 0.500434101, 0.703055084, 0.505252063)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.08)
  5034. LS.C0=clerp(LS.C0,CFrame.new(-1.72011602, 0.120296612, -0.593640506, 0.225332841, 0.580092907, -0.782762587, -0.851843596, 0.507241666, 0.130689085, 0.472858399, 0.637339354, 0.608443618)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.08)
  5035. RH.C0=clerp(RH.C0,CFrame.new(0.51496762, -1.99649358, -0.0679845288, 0.994086564, -0.0276396163, -0.105015472, 0.0214089863, 0.997979283, -0.0600121841, 0.106460184, 0.0574097075, 0.992658496)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5036. LH.C0=clerp(LH.C0,CFrame.new(-0.521365881, -1.99603128, -0.0686375052, 0.998338103, 0.0392456837, 0.0421999432, -0.0367200635, 0.997591555, -0.0590354316, -0.0444153957, 0.0573883764, 0.997363687)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5037. refz.Position=clerp(refz.Position,(Root.CFrame*CFrame.new(0,.5,-7)).p,.3)
  5038. refz:findFirstChild("Mesh").Scale=clerp(refz:findFirstChild("Mesh").Scale,Vector3.new(25,25,25),.08)
  5039. end
  5040. sounds(Root,"914309946",3.4,1.4)
  5041. for i=0,1,0.09 do
  5042. swait()
  5043. RJ.C0=clerp(RJ.C0,CFrame.new(-3.46526504e-05, -0.226024732, 0.246325254, 0.179239914, -0.051332932, -0.982465267, -0.225656167, 0.969868124, -0.0918432102, 0.957576334, 0.238161311, 0.162255481)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-360*i),0),.4)
  5044. Neck.C0=clerp(Neck.C0,CFrame.new(0.0846032351, 1.49059963, -0.204873845, 0.606267333, -0.0581711158, 0.793130636, -0.0837263614, 0.987109661, 0.136398494, -0.790841281, -0.149099872, 0.593581855)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5045. RS.C0=clerp(RS.C0,CFrame.new(1.40277469, -0.0179830045, -0.572603106, 0.740871847, 0.0105279088, 0.671563983, 0.142504632, 0.974648356, -0.172490895, -0.656354666, 0.223494619, 0.720589221)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5046. LS.C0=clerp(LS.C0,CFrame.new(-1.6482271, 0.136143118, 0.512715936, 0.750199556, 0.451559961, 0.483005583, -0.632453084, 0.70314008, 0.324957162, -0.19288291, -0.549261034, 0.813085854)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5047. RH.C0=clerp(RH.C0,CFrame.new(0.396210909, -1.92782247, 0.0838290155, 0.967097819, -0.0182997845, -0.253745824, 0.0419890918, 0.995212197, 0.0882590711, 0.250915796, -0.0960097164, 0.963235855)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5048. LH.C0=clerp(LH.C0,CFrame.new(-0.941935778, -1.33893836, -0.186061949, 0.335983276, -0.352906764, 0.873253763, 0.0547416843, 0.932900429, 0.355949849, -0.940275788, -0.0717898235, 0.332757652)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5049. refz.Position=clerp(refz.Position,(Root.CFrame*CFrame.new(0,.5,-7)).p,.3)
  5050. refz:findFirstChild("Mesh").Scale=clerp(refz:findFirstChild("Mesh").Scale,Vector3.new(25,25,25),.08)
  5051. end
  5052. sounds(refz,"300916082",3.1,1.4)
  5053. local num=2
  5054. Effect(e,"Lime green",CFrame.new(refz.Position),120,120,120,-4,-4,-4,.04,"Brick",6,0,"")
  5055. refz.Transparency=1
  5056. game:GetService("Debris"):AddItem(refz,2)
  5057. for i=1,50 do
  5058. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5059. ref.Anchored=true
  5060. local ref2=parts(e,"ref2",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,.5)
  5061. meshs(ref2,"Mesh",Vector3.new(20,20,20),Enum.MeshType.Brick,"")
  5062. ref2.Anchored=true
  5063. ref.CFrame=Root.CFrame*CFrame.new(0,0,-2)
  5064. ref2.Anchored=CFrame.new(ref.Position)
  5065. num=num+13
  5066. coroutine.resume(coroutine.create(function(c,c2,c3)
  5067. local la=c.CFrame
  5068. local num2=num
  5069. for i=1,30+(num2/10) do
  5070. swait()
  5071. c.CFrame=clerp(c.CFrame,la*CFrame.new(0,0,-num2),.05)
  5072. c2.CFrame=CFrame.new(c.Position)
  5073. end
  5074. c2.Transparency=1
  5075. sounds(c,"169445226",4,1.2)
  5076. Effect(e,"Lime green",CFrame.new(c.Position),20,20,20,9,9,9,.05,"Brick",6,0,"")
  5077. Effect(e,"Lime green",CFrame.new(c.Position),20,20,20,-.4,-.4,-.4,.02,"Brick",6,0,"")
  5078. Mdamage("None",c,15,math.random(17,22),0,"")
  5079. game:GetService("Debris"):AddItem(c,2)
  5080. game:GetService("Debris"):AddItem(c2,2)
  5081. end),ref,ref2,refz)
  5082. end
  5083. for i=0,1,0.03 do
  5084. swait()
  5085. RJ.C0=clerp(RJ.C0,CFrame.new(-3.676489e-05, -0.226022273, 0.246315911, 0.186444938, -1.2981498e-05, -0.982465446, -0.48389715, 0.870292306, -0.0918418989, 0.855033219, 0.49253574, 0.162255317)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5086. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0890345573, 1.48197615, -0.0182486102, 0.200582325, -0.190779805, 0.960921347, 2.32306011e-05, 0.980856359, 0.194732845, -0.979676962, -0.0390376449, 0.196746886)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5087. RS.C0=clerp(RS.C0,CFrame.new(1.72543931, 0.220675647, -0.361855567, 0.890536308, -0.34131217, 0.300750762, 0.4059591, 0.894592762, -0.186818883, -0.205285877, 0.288461477, 0.935226083)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5088. LS.C0=clerp(LS.C0,CFrame.new(-1.69930279, 0.338095069, 0.311057538, 0.813415349, 0.540067375, 0.216061622, -0.578780353, 0.788514435, 0.207986489, -0.0580410063, -0.294231653, 0.953970075)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5089. RH.C0=clerp(RH.C0,CFrame.new(0.911541104, -1.74429882, 0.0838287622, 0.788585842, -0.560854852, -0.2521393, 0.583987832, 0.811479807, 0.0214256514, 0.192589253, -0.164142251, 0.967453778)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5090. LH.C0=clerp(LH.C0,CFrame.new(-1.5751127, -1.61932802, -0.166655153, 0.160116807, 0.900475025, 0.404360622, 0.0202020854, 0.406570703, -0.913396001, -0.986891448, 0.15441899, 0.0469073243)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5091. end
  5092. elseif mode=="Benevolence" then
  5093. hum.WalkSpeed=8
  5094. hum.JumpPower=0
  5095. sounds(Root,"1985991193",2.4,.9)
  5096. local del=0
  5097. for i=0,1,0.015 do
  5098. swait()
  5099. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,.2,.2,4,.08,"Sphere",6,0,"")
  5100. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,.2,.2,4,.08,"Sphere",6,0,"")
  5101. del=del+1
  5102. if del>=8 then
  5103. del=0
  5104. Effect(e,modecolor[2],CFrame.new(Root.Position-Vector3.new(0,3,0)),290,2,290,-2,1,-2,.09,"Sphere",6,0,"")
  5105. end
  5106. RJ.C0=clerp(RJ.C0,CFrame.new(-7.09919618e-07, -0.0119929845, -0.0446433611, 1.00000036, -5.81353447e-07, 1.59476494e-05, -1.60701347e-07, 0.999725342, 0.0236263108, -1.80728803e-05, -0.0236255508, 0.999720752)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5107. Neck.C0=clerp(Neck.C0,CFrame.new(-2.36033316e-07, 1.49812877, -0.0629803687, 1, 2.14596025e-06, -1.68640108e-05, -4.01131871e-07, 0.994703054, 0.102790579, 1.69952691e-05, -0.102790579, 0.994703054)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5108. RS.C0=clerp(RS.C0,CFrame.new(1.63898337, 0.198953122, -0.737422109, 0.930746019, -0.349256307, 0.108314142, 0.296624064, 0.547907233, -0.782184124, 0.21383664, 0.76014322, 0.613560259)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5109. LS.C0=clerp(LS.C0,CFrame.new(-1.55594385, 0.105719775, -0.731978178, 0.914637327, 0.390140265, -0.10596808, -0.325609803, 0.555545807, -0.765079916, -0.239618376, 0.734274805, 0.635156393)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5110. RH.C0=clerp(RH.C0,CFrame.new(0.530408382, -1.98741496, -0.00304345414, 0.998966515, -0.0391461663, 0.0230975971, 0.0386405103, 0.999012232, 0.0219470114, -0.0239339266, -0.0210318323, 0.999492347)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5111. LH.C0=clerp(LH.C0,CFrame.new(-0.500028372, -1.98858964, -0.00234356895, 0.997592211, 0.0297824424, 0.0626323521, -0.0282351803, 0.999277532, -0.0254456978, -0.0633449256, 0.0236159954, 0.997712314)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5112. end
  5113. MStatus("Bless",Root,32)
  5114. Effect(e,modecolor[1],CFrame.new(Root.Position-Vector3.new(0,3,0)),320,5,320,2,-.1,2,.03,"Sphere",6,0,"")
  5115. Effect(e,modecolor[1],CFrame.new(Root.Position-Vector3.new(0,3,0)),320,2,320,-8,15,-8,.03,"Sphere",6,0,"")
  5116. Effect(e,modecolor[2],CFrame.new(Root.Position-Vector3.new(0,3,0)),320,2,320,7,-.01,7,.04,"Sphere",6,0,"")
  5117. Effect(e,modecolor[1],CFrame.new(Root.Position-Vector3.new(0,3,0))*CFrame.Angles(-math.rad(90),0,0),64,64,2,0,0,0,.05,"FileMesh",3,1,"3270017")
  5118. Effect(e,modecolor[1],CFrame.new(Root.Position-Vector3.new(0,3,0))*CFrame.Angles(-math.rad(90),0,0),64,64,2,1,1,0,.04,"FileMesh",3,.4,"3270017")
  5119. sounds(Root,"969800663",2.8,.7)
  5120. for i=0,1,0.03 do
  5121. swait()
  5122. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,.2,.2,4,.08,"Sphere",6,0,"")
  5123. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,.2,.2,4,.08,"Sphere",6,0,"")
  5124. RJ.C0=clerp(RJ.C0,CFrame.new(1.36283745e-06, -0.00892102905, 0.0852929354, 1.00000036, 1.45661852e-06, 1.58916264e-05, -1.60701347e-07, 0.994579196, -0.104025364, -1.80728803e-05, 0.104025543, 0.994574547)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5125. Neck.C0=clerp(Neck.C0,CFrame.new(-8.86915313e-06, 1.42353165, 0.119730651, 1.00000036, -5.34194214e-06, -1.7267992e-05, 1.45661852e-06, 0.982587337, -0.185826033, 1.58916264e-05, 0.185824856, 0.982582808)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5126. RS.C0=clerp(RS.C0,CFrame.new(1.54154086, 1.16114664, -0.156252354, 0.982243657, -0.163379028, -0.0922216401, -0.169299021, -0.983708739, -0.0604575202, -0.0808417574, 0.0749970451, -0.993901491)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5127. LS.C0=clerp(LS.C0,CFrame.new(-1.59330463, 1.13533187, -0.167699769, 0.982516468, 0.141189963, 0.121354096, 0.150142059, -0.986319602, -0.068054162, 0.110085353, 0.0850846767, -0.990273774)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5128. RH.C0=clerp(RH.C0,CFrame.new(0.530408204, -1.98815751, 0.121438518, 0.998966515, -0.0391461663, 0.0230975971, 0.0352737494, 0.988178253, 0.149197087, -0.0286650378, -0.148228139, 0.988537788)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5129. LH.C0=clerp(LH.C0,CFrame.new(-0.500028074, -1.98923254, 0.122287512, 0.997592211, 0.0297824424, 0.0626323521, -0.0360808522, 0.994133651, 0.101964176, -0.0592281818, -0.1039785, 0.992814541)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5130. end
  5131. end
  5132. attack=false
  5133. end
  5134.  
  5135. function Skill2()
  5136. attack=true
  5137. if mode=="Rust" then
  5138.  
  5139. elseif mode=="Nova" then
  5140.  
  5141. elseif mode=="Celestial" then
  5142.  
  5143. elseif mode=="Glacier" then
  5144. hold=true
  5145. local aaaaa=0
  5146. local asdf=0
  5147. repeat
  5148. swait()
  5149. asdf=asdf+1
  5150. if asdf>=3 then
  5151. asdf=0
  5152. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),9,9,9,.4,.4,5,.08,"Sphere",6,0,"")
  5153. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),9,9,9,.4,.4,5,.08,"Sphere",6,0,"")
  5154. end
  5155. aaaaa=aaaaa+1
  5156. if aaaaa>=10 then
  5157. aaaaa=0
  5158. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  5159. meshs(ref,"Mesh",Vector3.new(35,32,120),Enum.MeshType.Sphere,"")
  5160. ref.Anchored=true
  5161. ref.CFrame=CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-75,75),math.random(140,210),math.random(-75,75))*CFrame.Angles(math.rad(math.random(-10,10)),0,math.rad(math.random(-10,10)))
  5162. coroutine.resume(coroutine.create(function(b)
  5163. sounds(b,"588733125",2.3,1.1)
  5164. Effect(e,"Bright blue",b.CFrame,12,12,12,25,25,25,.08,"Sphere",6,0,"")
  5165. local hh=particles(b,1,"Baby blue","1370167385",.7,1,"Back",7,5,0,1,1,1,55,55,47,40,false)
  5166. hh.Rate=40
  5167. local hit=nil
  5168. local pos
  5169. local sa1=b.Position
  5170. local sa2=b.CFrame
  5171. local re=0
  5172. for i=0,150 do
  5173. swait()
  5174. re=re+1
  5175. if re>=2 then
  5176. re=0
  5177. --[[Effect(e,"Baby blue",b.CFrame*CFrame.Angles(math.rad(math.random(-40,40)),0,math.rad(math.random(-40,40))),12,12,40,0,0,-1,.06,"Sphere",3,3,"")
  5178. Effect(e,"Baby blue",b.CFrame*CFrame.Angles(math.rad(math.random(-40,40)),0,math.rad(math.random(-40,40))),12,12,40,0,0,-1,.06,"Sphere",3,3,"")]]
  5179. Effect(e,"Bright blue",b.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),0,math.rad(math.random(-10,10))),25,22,90,0,0,0,.04,"Sphere",6,0,"")
  5180. end
  5181. hit,pos=rayCast(sa1,-sa2.upVector,8.5,chr)
  5182. b.CFrame=CFrame.new(sa1,pos)
  5183. sa1=sa1+(-sa2.upVector*8)
  5184. if hit~=nil then
  5185. break
  5186. end
  5187. end
  5188. hh.Enabled=false
  5189. CameraShake(210,b,31,.08)
  5190. sounds(b,"588732660",2.3,1.3)
  5191. Mdamage("None",b,21,math.random(27,38),0,"")
  5192. MStatus("Freeze",b,10)
  5193.  
  5194. Effect(e,"Baby blue",CFrame.new(pos),8,8,8,15,15,15,.04,"Sphere",6,0,"")
  5195. Effect(e,"Baby blue",CFrame.new(pos),8,8,8,13,13,13,.042,"Brick",1,0,"")
  5196. Effect(e,"Bright blue",CFrame.new(pos),12,12,12,26,26,26,.05,"Sphere",6,0,"")
  5197. for i=1,math.random(3,6) do
  5198. Effect(e,"Bright blue",CFrame.new(b.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),15,15,87,0,0,0,.02,"Sphere",4,math.random(-12,12),"",100,200,150)
  5199. end
  5200. b.Transparency=1
  5201. game:GetService("Debris"):AddItem(b,5)
  5202. for i=0,math.random(9,14) do
  5203. local aaaaaa=math.random(16,28)
  5204. local freez=parts(e,"ref",Vector3.new(.2,.2,.2),"Bright blue",Enum.Material.Glass,0,.4)
  5205. freez.Anchored=true
  5206. freez.CFrame=CFrame.new(pos)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-12,12),0,math.random(-12,12))*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))
  5207. meshs(freez,"Mesh",Vector3.new(aaaaaa,aaaaaa,aaaaaa),Enum.MeshType.Brick,"")
  5208. coroutine.resume(coroutine.create(function(e)
  5209. swait(70)
  5210. freez.Anchored=false
  5211. freez.Velocity=Vector3.new(math.random(-1,1)*math.random(25,35),math.random(1,1)*math.random(25,35),math.random(-1,1)*math.random(25,35))
  5212. game:GetService("Debris"):AddItem(freez,3)
  5213. end),freez)
  5214. end
  5215. swait(70)
  5216. sounds(b,"138122923",1.4,1.1)
  5217. end),ref)
  5218. end
  5219. if Pose=="Idle" then
  5220. RJ.C0=clerp(RJ.C0,CFrame.new(0.000630337745, -.1-.1*math.sin(sin/50), -0.0514505655, 1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0-.04*math.sin(sin/50))*CFrame.Angles(0,Root.RotVelocity.Y/15,0),.3)
  5221. Neck.C0=clerp(Neck.C0,CFrame.new(-1.79458456e-15, 1.41907752, 0.23760137, 1, -1.19705121e-15, 4.07818412e-16, -1.26461341e-15, 0.946574748, -0.322484642, 0, 0.322484642, 0.946574748)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5222. RS.C0=clerp(RS.C0,CFrame.new(1.79704916, 0.914062381-.1*math.cos(sin/50), 0.162686601, -0.500811219, -0.855435431, -0.131979004, 0.860372543, -0.508653939, 0.0320985354, -0.0945898518, -0.0974757969, 0.990732729)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5223. LS.C0=clerp(LS.C0,CFrame.new(-1.84694779, 0.971579313-.1*math.cos(sin/50), 0.051883027, -0.572602808, 0.818911672, 0.0388557203, -0.819827616, -0.572127521, -0.0235151518, 0.00297359377, -0.0453198329, 0.998968124)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5224. RH.C0=clerp(RH.C0,CFrame.new(0.573823512, -1.79539232+.1*math.sin(sin/50), 0.0048128441, 0.995956421, -0.0623230599, -0.0647053421, 0.062191993, 0.998056114, -0.00403955206, 0.0648313463, -9.3691051e-07, 0.997896373)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  5225. LH.C0=clerp(LH.C0,CFrame.new(-0.549286842, -1.79832022+.1*math.sin(sin/50), 0.00406210497, 0.996040761, 0.0338748135, 0.0821928084, -0.0339899957, 0.999422252, 2.17083584e-06, -0.0821451843, -0.00279589556, 0.996616662)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  5226. elseif Pose=="Walk" then
  5227. RJ.C0=clerp(RJ.C0,CFrame.new(-0, 0-.1*math.sin(sin/5), 0, 1, 0, 0, 0, 1, -2.12296717e-42, 0, -2.12296717e-42, 1)*CFrame.new(0,0,0)*CFrame.Angles(-math.rad(2),math.rad(0-6*math.sin(sin/10))+Root.RotVelocity.Y/15,0),.3)
  5228. Neck.C0=clerp(Neck.C0,CFrame.new(-1.79458456e-15, 1.41907752, 0.23760137, 1, -1.19705121e-15, 4.07818412e-16, -1.26461341e-15, 0.946574748, -0.322484642, 0, 0.322484642, 0.946574748)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5229. RS.C0=clerp(RS.C0,CFrame.new(1.79704916, 0.914062381-.04*math.cos(sin/5), 0.162686601, -0.500811219, -0.855435431, -0.131979004, 0.860372543, -0.508653939, 0.0320985354, -0.0945898518, -0.0974757969, 0.990732729)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5230. LS.C0=clerp(LS.C0,CFrame.new(-1.84694779, 0.971579313-.04*math.cos(sin/5), 0.051883027, -0.572602808, 0.818911672, 0.0388557203, -0.819827616, -0.572127521, -0.0235151518, 0.00297359377, -0.0453198329, 0.998968124)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5231. RH.C0=clerp(RH.C0,CFrame.new(0.497421563, -1.900072+.1*math.sin(sin/5), -1.6358681e-05, 0.99960798, -0.027273545, -0.00633664196, 0.0272729993, 0.999628007, -0.000172889879, 0.00633900007, 2.88098301e-09, 0.999979973)*CFrame.new(0,.05-.1*math.sin(sin/5),0-.4*math.cos(sin/10))*CFrame.Angles(math.rad(0+35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  5232. LH.C0=clerp(LH.C0,CFrame.new(-0.588625193, -1.89550474+.1*math.sin(sin/5), -0.00098110456, 0.997929871, 0.0606773198, -0.0213117059, -0.060672991, 0.998157442, 0.000849818927, 0.0213239975, 0.00044498514, 0.999772549)*CFrame.new(0,.05-.1*math.sin(sin/5),0+.4*math.cos(sin/10))*CFrame.Angles(math.rad(0-35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  5233. else
  5234. RJ.C0=clerp(RJ.C0,CFrame.new(0.000630337745, -.1-.1*math.sin(sin/50), -0.0514505655, 1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0-.04*math.sin(sin/50))*CFrame.Angles(0,Root.RotVelocity.Y/15,0),.3)
  5235. Neck.C0=clerp(Neck.C0,CFrame.new(-1.79458456e-15, 1.41907752, 0.23760137, 1, -1.19705121e-15, 4.07818412e-16, -1.26461341e-15, 0.946574748, -0.322484642, 0, 0.322484642, 0.946574748)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5236. RS.C0=clerp(RS.C0,CFrame.new(1.79704916, 0.914062381-.1*math.cos(sin/50), 0.162686601, -0.500811219, -0.855435431, -0.131979004, 0.860372543, -0.508653939, 0.0320985354, -0.0945898518, -0.0974757969, 0.990732729)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5237. LS.C0=clerp(LS.C0,CFrame.new(-1.84694779, 0.971579313-.1*math.cos(sin/50), 0.051883027, -0.572602808, 0.818911672, 0.0388557203, -0.819827616, -0.572127521, -0.0235151518, 0.00297359377, -0.0453198329, 0.998968124)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5238. RH.C0=clerp(RH.C0,CFrame.new(0.573823512, -1.79539232+.1*math.sin(sin/50), 0.0048128441, 0.995956421, -0.0623230599, -0.0647053421, 0.062191993, 0.998056114, -0.00403955206, 0.0648313463, -9.3691051e-07, 0.997896373)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  5239. LH.C0=clerp(LH.C0,CFrame.new(-0.549286842, -1.79832022+.1*math.sin(sin/50), 0.00406210497, 0.996040761, 0.0338748135, 0.0821928084, -0.0339899957, 0.999422252, 2.17083584e-06, -0.0821451843, -0.00279589556, 0.996616662)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  5240. end
  5241. until not hold
  5242. elseif mode=="Desperation" then
  5243.  
  5244. elseif mode=="Saint" then
  5245.  
  5246. elseif mode=="Dreary" then
  5247. hum.WalkSpeed=0
  5248. hum.JumpPower=0
  5249. hum.AutoRotate=false
  5250. for i=0,1,0.09 do
  5251. swait()
  5252. RJ.C0=clerp(RJ.C0,CFrame.new(0.0720081031, -1.11318302, 0.430458516, 0.476246059, 1.56125665e-07, -0.879312098, 0.593725502, 0.737620115, 0.321569085, 0.648598254, -0.675216079, 0.351288527)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5253. Neck.C0=clerp(Neck.C0,CFrame.new(0.12693426, 1.41012609, -0.0895984173, 0.476246059, 0.414178669, 0.77565825, 1.56125665e-07, 0.882119417, -0.471025974, -0.879312098, 0.224324346, 0.420105815)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5254. RS.C0=clerp(RS.C0,CFrame.new(1.59822464, -0.107119471, -0.152235076, 0.944733262, -0.308413237, -0.111177027, 0.244311675, 0.88844496, -0.388558418, 0.218611151, 0.339922249, 0.914692342)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5255. LS.C0=clerp(LS.C0,CFrame.new(-0.984450459, 0.525436759, -1.07314992, 0.913953185, -0.378668964, -0.145943239, -0.130423144, 0.0664708465, -0.989227772, 0.384290785, 0.923142195, 0.0113640353)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5256. RH.C0=clerp(RH.C0,CFrame.new(0.727314234, -2.03983593, 0.126611918, 0.486771941, -0.231984869, 0.842161536, -1.04893679e-05, 0.964089632, 0.265577644, -0.873529136, -0.129284531, 0.469289273)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5257. LH.C0=clerp(LH.C0,CFrame.new(-0.969067276, -0.56978178, -0.57897687, 0.772775412, 0.613578379, 0.16229561, -0.404942244, 0.673560858, -0.61833477, -0.488712788, 0.412113398, 0.7689749)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5258. end
  5259. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,.3,0)
  5260. meshs(ref,"Mesh",Vector3.new(0.018, 0.018, 0.018),Enum.MeshType.FileMesh,"619134988")
  5261. local refWeld=welds(ref,"refWeld",RArm,ref,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  5262. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[2],Enum.Material.Neon,.2,.5)
  5263. meshs(ref2,"Mesh",Vector3.new(0.022, 0.022, 0.022),Enum.MeshType.FileMesh,"619134988")
  5264. local ref2Weld=welds(ref,"refWeld",ref2,ref,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  5265. sounds(ref,"588734356",4,1.2)
  5266. sounds(Root,"1930016365",5,1.7)
  5267. Effect(e,modecolor[1],CFrame.new(ref.Position),15,15,15,7,7,7,.04,"Brick",1,0,"")
  5268. Effect(e,modecolor[2],CFrame.new(ref.Position),13.5,13.5,13.5,7,7,7,.04,"Brick",1,0,"")
  5269.  
  5270. for i=0,1,0.02 do
  5271. swait()
  5272. if i>=.3 then
  5273. end
  5274. RJ.C0=clerp(RJ.C0,CFrame.new(0.0720081031, -1.11318302, 0.430458516, 0.476246059, 1.56125665e-07, -0.879312098, 0.593725502, 0.737620115, 0.321569085, 0.648598254, -0.675216079, 0.351288527)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5275. Neck.C0=clerp(Neck.C0,CFrame.new(0.12693426, 1.41012609, -0.0895984173, 0.476246059, 0.414178669, 0.77565825, 1.56125665e-07, 0.882119417, -0.471025974, -0.879312098, 0.224324346, 0.420105815)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5276. RS.C0=clerp(RS.C0,CFrame.new(1.59822464, -0.107119471, -0.152235076, 0.944733262, -0.308413237, -0.111177027, 0.244311675, 0.88844496, -0.388558418, 0.218611151, 0.339922249, 0.914692342)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5277. LS.C0=clerp(LS.C0,CFrame.new(-0.984450459, 0.525436759, -1.07314992, 0.913953185, -0.378668964, -0.145943239, -0.130423144, 0.0664708465, -0.989227772, 0.384290785, 0.923142195, 0.0113640353)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5278. RH.C0=clerp(RH.C0,CFrame.new(0.727314234, -2.03983593, 0.126611918, 0.486771941, -0.231984869, 0.842161536, -1.04893679e-05, 0.964089632, 0.265577644, -0.873529136, -0.129284531, 0.469289273)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5279. LH.C0=clerp(LH.C0,CFrame.new(-0.969067276, -0.56978178, -0.57897687, 0.772775412, 0.613578379, 0.16229561, -0.404942244, 0.673560858, -0.61833477, -0.488712788, 0.412113398, 0.7689749)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  5280. refWeld.C0=clerp(refWeld.C0,CFrame.new(-2.09069514, 0.270944834, -1.42485762, -0.456453174, -0.745354712, 0.485898077, -0.868107855, 0.492787033, -0.059579283, -0.195036605, -0.449007034, -0.871982515)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5281. end
  5282. hum.AutoRotate=true
  5283. cooldisable=true
  5284. sounds(Root,"160892660",4,1.5)
  5285. local reee=particles(Root,1.5,modecolor[1],"262059101",.7,1,"Back",7,2,0,1,1,1,55,55,47,0,false,95)
  5286. local reee2=particles(Root,1.5,modecolor[2],"262059101",.7,1,"Back",11,15,0,1,1,1.4,55,55,20,44444,false,95)
  5287. Effect(e,modecolor[2],Root.CFrame*CFrame.Angles(math.rad(90),math.random(-120,120),0),3,3,3,2,.1,2,.04,"FileMesh",2,math.random(-14,14),"20329976")
  5288. Effect(e,modecolor[1],Root.CFrame*CFrame.Angles(math.rad(90),math.random(-120,120),0),3,3,3,3.5,.1,3.5,.03,"FileMesh",2,math.random(-14,14),"20329976")
  5289.  
  5290. for i=0,1,0.012 do
  5291. swait()
  5292. Root.Velocity=Root.CFrame.lookVector*200
  5293. Mdamage("None",ref,18,math.random(21,28),.05,HitSound[math.random(1,#HitSound)],1.2,1)
  5294. --Effect(e,modecolor[1],Root.CFrame*CFrame.new(0,0,-3)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,7,7,7,.07,"Brick",1,0,"")
  5295. --Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,-3)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,7,7,7,.05,"Brick",1,0,"")
  5296. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),math.rad(doe*11),0),24,24,24,0,0,0,.04,"Sphere",3,4,"")
  5297. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),math.rad(180+doe*11),0),24,24,24,0,0,0,.04,"Sphere",3,4,"")
  5298. --Effect(e,modecolor[1],Root.CFrame*CFrame.new(0,0,2),25,25,25,-1,-1,-1,.07,"Sphere",3,7,"")
  5299. RJ.C0=clerp(RJ.C0,CFrame.new(0.0720075965, -0.3178691484, 0.430425823, 0.432205796, 0.200070456, -0.879300892, 0.228971034, 0.918774307, 0.321599007, 0.872221589, -0.340331435, 0.351289064)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5300. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0349195004, 1.28086972, 0.115924671, 0.432205796, 0.129179761, 0.892474532, 0.200070456, 0.951284826, -0.234582141, -0.879300892, 0.279945552, 0.385305673)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5301. RS.C0=clerp(RS.C0,CFrame.new(0.5527969, 0.846197188, -0.849597871, 0.177041024, 0.84289819, -0.508113265, -0.933383942, -0.0199573711, -0.358323932, -0.31217128, 0.537702799, 0.78321439)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5302. LS.C0=clerp(LS.C0,CFrame.new(-1.90831816, 0.644909739, -0.73901701, 0.598976374, 0.796315253, -0.0843178332, 0.110346839, -0.18637307, -0.976262629, -0.793127418, 0.575453877, -0.199503884)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5303. RH.C0=clerp(RH.C0,CFrame.new(0.896857798, -1.94340026, -0.240266174, 0.479206115, -0.402676255, 0.779880345, 0.304082215, 0.909686089, 0.282852054, -0.823344111, 0.101603381, 0.558373749)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5304. LH.C0=clerp(LH.C0,CFrame.new(-1.12829554, -1.68627357, -0.372725278, 0.487431824, 0.0496857874, 0.871746242, 0.243992597, 0.950857997, -0.190622002, -0.838378131, 0.305614948, 0.451355428)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5305. refWeld.C0=clerp(refWeld.C0,CFrame.new(-1.15193439, -4.16158342, 1.17437887, 0.934088767, -0.347014934, -0.084016785, -0.357012182, -0.910773814, -0.20744513, -0.004533723, 0.223767161, -0.974632025)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5306. end
  5307. Mdamage("None",ref,52,math.random(30,35),0,HitSound[math.random(1,#HitSound)],1.2,1)
  5308. Effect(e,modecolor[1],Root.CFrame*CFrame.new(0,0,-3)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,87,87,87,.11,"Brick",1,0,"")
  5309. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,0,-3)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,87,87,87,.09,"Brick",1,0,"")
  5310. Effect(e,modecolor[1],CFrame.new(ref.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,4,4,4,.04,"Sphere",1,0,"")
  5311. for i=1,5 do
  5312. Effect(e,modecolor[1],CFrame.new(ref.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),15,15,15,0,0,17,.03,"Sphere",3,4,"")
  5313. Effect(e,modecolor[2],CFrame.new(ref.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),15,15,15,0,0,17,.03,"Sphere",3,4,"")
  5314. end
  5315.  
  5316. ref:Remove()
  5317. ref2:Remove()
  5318. sounds(Root,"151304356",4,1.4)
  5319. hum.JumpPower=hlastjp
  5320. hum.Jump=true
  5321. Root.Velocity=(Root.CFrame.lookVector*-200)+(Root.CFrame.upVector*140)
  5322. CameraShake(160,Root,3,.06)
  5323. for i=0,1,.07 do
  5324. swait()
  5325. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -1.03042574e-15, -1.61558713e-27, -1.03042574e-15, 1, 0, -1.61558713e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+320*i),0,0),.4)
  5326. Neck.C0=clerp(Neck.C0,CFrame.new(-9.53674316e-07, 1.44887888, 0.189434841, 1, -4.97405222e-16, 1.34284554e-16, -5.15212872e-16, 0.965436339, -0.260638952, 0, 0.260638922, 0.965436339)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5327. RS.C0=clerp(RS.C0,CFrame.new(1.51540422, -0.112202689, -0.307236254, 0.977620363, -0.154024214, -0.143300667, 0.0583290868, 0.85290426, -0.518798709, 0.202129334, 0.498829544, 0.842800617)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5328. LS.C0=clerp(LS.C0,CFrame.new(-1.48163879, -0.0401576161, -0.25233984, 0.953122854, 0.224766985, 0.202574909, -0.10634549, 0.875607669, -0.471170723, -0.283279777, 0.42754069, 0.858464658)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5329. RH.C0=clerp(RH.C0,CFrame.new(0.510826886, -1.95263195, -0.25531134, 0.99395287, -0.0868650526, -0.0671723336, 0.0699105337, 0.972328365, -0.222912818, 0.084676899, 0.216868788, 0.972521365)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5330. LH.C0=clerp(LH.C0,CFrame.new(-0.569907069, -2.01232052, -0.401012838, 0.980895638, 0.0914456919, 0.171701759, -0.0345737338, 0.950523734, -0.30872187, -0.191437885, 0.296887517, 0.935526192)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5331. end
  5332.  
  5333. cooldisable=false
  5334. elseif mode=="Jade" then
  5335.  
  5336. elseif mode=="Psychosis" then
  5337. sounds(Root,"253253846",3,1)
  5338. for i=0,1,.2 do
  5339. swait()
  5340. for _,c1 in pairs(chr:children()) do
  5341. if c1:IsA("BasePart")then
  5342. clone(c1,0,false,.01)
  5343. elseif c1:IsA("Accessory")then
  5344. end
  5345. end
  5346. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5347. ref.Anchored=true
  5348. ref.CFrame=CFrame.new(Root.Position)
  5349. coroutine.resume(coroutine.create(function(ph)
  5350. game:GetService("Debris"):AddItem(ph,5)
  5351. swait(40)
  5352. CameraShake(180,ph,28,.09)
  5353. Mdamage("None",ph,21,math.random(10,16),0.05,"")
  5354. Effect(e,"Really red",CFrame.new(ph.Position),5,5,5,20,20,20,.07,"Sphere",6,0,"")
  5355. Effect(e,"Really red",CFrame.new(ph.Position),3,3,3,20,20,20,.06,"Brick",1,0,"")
  5356. sounds(ph,"472579737",4,1)
  5357. for i=1,5 do
  5358. Effect(e,"Really red",CFrame.new(ph.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),5,5,5,0,0,20,.02,"Sphere",3,3,"")
  5359. end
  5360. end),ref)
  5361. Root.CFrame=Root.CFrame*CFrame.new(0,0,-20)
  5362. RJ.C0=clerp(RJ.C0,CFrame.new(4.25987494e-17, -0.909500301, -0.371685356, 1, -3.06927451e-17, -3.53795107e-17, -4.68375339e-17, 0.655302346, 0.755366683, 0, -0.755366683, 0.655302346)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5363. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.29557359, 0.253260285, 1, 0, 0, 0, 0.778101563, -0.628138363, 0, 0.628138363, 0.778101563)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5364. RS.C0=clerp(RS.C0,CFrame.new(1.65384305, 0.108114727, 0.534447134, 0.884393394, -0.414783746, -0.21401605, 0.455847442, 0.669101596, 0.586946547, -0.100257397, -0.616650283, 0.780827105)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5365. LS.C0=clerp(LS.C0,CFrame.new(-1.64020479, 0.182953775, 0.517698288, 0.918801248, 0.36581111, 0.148278609, -0.374994308, 0.691683888, 0.617213607, 0.123221673, -0.622700274, 0.772697091)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5366. RH.C0=clerp(RH.C0,CFrame.new(0.740991473, -0.779448867, -1.17758226, 0.988452017, -0.0859284624, -0.124815732, -0.0615495183, 0.525009871, -0.848867714, 0.138471365, 0.846747339, 0.513658166)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5367. LH.C0=clerp(LH.C0,CFrame.new(-0.600029707, -1.99242985, 0.0082911104, 0.986393631, 0.0762794986, -0.145633489, -0.075461939, 0.997086585, 0.0111380816, 0.146058783, 3.24845314e-06, 0.989275813)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  5368. end
  5369. elseif mode=="Conflagration" then
  5370.  
  5371. elseif mode=="Lullaby" then
  5372.  
  5373. elseif mode=="Somnambulist" then
  5374.  
  5375. elseif mode=="Amativeness" then
  5376.  
  5377. local tor=nil
  5378. pcall(function() --first time using protect call
  5379. if mouse.Target.Parent:findFirstChild("HumanoidRootPart") then
  5380. tor=mouse.Target.Parent:findFirstChild("HumanoidRootPart")
  5381. else
  5382. if mouse.Target.Parent:findFirstChild("Torso") then
  5383. tor=mouse.Target.Parent:findFirstChild("Torso")
  5384. elseif mouse.Target.Parent:findFirstChild("UpperTorso") then
  5385. tor=mouse.Target.Parent:findFirstChild("UpperTorso")
  5386. end
  5387. end
  5388. print(tor.Parent)
  5389. end)
  5390. if tor then
  5391. for i=0,1,0.09 do
  5392. swait()
  5393. local aim=CFrame.new(Root.Position,tor.Position)
  5394. local direction=aim.lookVector
  5395. local heed=math.atan2(direction.x,direction.z)
  5396. local heed=math.deg(heed)
  5397. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.3)
  5398. RJ.C0=clerp(RJ.C0,CFrame.new(0, -.2, 0, 1, -1.96717642e-15, -3.23117427e-27, -1.96717642e-15, 1, 0, -3.23117427e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-360*i),0),.4)
  5399. Neck.C0=clerp(Neck.C0,CFrame.new(-6.33697255e-07, 1.50002503, -3.49869879e-07, 0.962869644, -4.6789728e-06, -0.26996693, 8.09900666e-06, 1, 1.15544335e-05, 0.2699669, -1.33118774e-05, 0.962869644)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5400. RS.C0=clerp(RS.C0,CFrame.new(0.52421999, 0.00754897296, -0.611215413, 0.680111945, 0.652647376, -0.333915055, -0.730811238, 0.639599264, -0.238385886, 0.057989914, 0.406157941, 0.911961079)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5401. LS.C0=clerp(LS.C0,CFrame.new(-0.94626528, -0.0670981854, -0.294001788, 0.935038984, -0.27199772, 0.2274189, 0.342057198, 0.86081183, -0.376828909, -0.0932682604, 0.430140048, 0.897931278)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5402. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663, -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5403. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898, 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5404. end
  5405. hum.AutoRotate=false
  5406. for i=0,1,0.12 do
  5407. swait()
  5408. local aim=CFrame.new(Root.Position,tor.Position)
  5409. local direction=aim.lookVector
  5410. local heed=math.atan2(direction.x,direction.z)
  5411. local heed=math.deg(heed)
  5412. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.3)
  5413. RJ.C0=clerp(RJ.C0,CFrame.new(-3.3115175e-05, -.2, 3.69142144e-05, 0.430280209, -2.18110163e-05, -0.902695417, 2.70808614e-05, 1, -1.12536945e-05, 0.902695417, -1.96035253e-05, 0.430280209)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5414. Neck.C0=clerp(Neck.C0,CFrame.new(-4.31388617e-06, 1.5000242, 2.50265002e-05, 0.428053796, 0.0517924316, 0.902267992, -2.18365785e-05, 0.998357236, -0.0572978146, -0.9037534, 0.0245068464, 0.427351624)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5415. RS.C0=clerp(RS.C0,CFrame.new(0.788223445, -0.106733471, -0.606663227, 0.865249813, 0.405094057, -0.295367122, -0.5004884, 0.663603246, -0.556005538, -0.0292280316, 0.628911495, 0.776927531)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5416. LS.C0=clerp(LS.C0,CFrame.new(-1.90494299, 0.502391815, -0.593524754, -0.0450072289, 0.832695901, -0.551898658, -0.997048557, -0.00304639572, 0.0767127797, 0.0621971041, 0.553722382, 0.830375314)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5417. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663, -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5418. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898, 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5419. end
  5420. local hea=particles(tor,.5,"Pink","1363974742",.7,1,"Top",3,2,0,1,2,2,55,55,7,44444,false,6)
  5421. hea.Speed=NRn(12,22)
  5422. hea.Rotation=NRn(0)
  5423. hea.Acceleration=Vector3.new(0,12,0)
  5424. local a=math.random(-360,360)
  5425. for i=0,330,30 do
  5426. Effect2(e,modecolor[1],CFrame.new(tor.Position)*CFrame.Angles(math.rad(a),math.rad(a),math.rad(i)),.06,.06,.06,0,0,0,.03,"FileMesh",2,"1419261836")
  5427. end
  5428. Effect(e,modecolor[2],CFrame.new(tor.Position),7,7,7,12,12,12,.06,"Sphere",6,0,"")
  5429. Effect(e,modecolor[1],CFrame.new((LArm.Position+tor.Position)/2,tor.Position)*CFrame.Angles(0,math.rad(90),0),((LArm.Position-tor.Position).magnitude)*5,13,12,0,1,1,.06,"Cylinder",6,0,"")
  5430. Effect(e,modecolor[2],CFrame.new((LArm.Position+tor.Position)/2,tor.Position)*CFrame.Angles(0,math.rad(90),0),((LArm.Position-tor.Position).magnitude)*5,13,12,0,2,2,.07,"Cylinder",6,0,"")
  5431. sounds(LArm,"1461989300",3,1.2)
  5432. sounds(tor,"1407233503",4,1.5)
  5433. for i=0,1,0.07 do
  5434. swait()
  5435. local aim=CFrame.new(Root.Position,tor.Position)
  5436. local direction=aim.lookVector
  5437. local heed=math.atan2(direction.x,direction.z)
  5438. local heed=math.deg(heed)
  5439. Effect(e,modecolor[2],CFrame.new(tor.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),23,23,23,-1,-1,-1,.07,"Sphere",3,math.random(-30,30)/30,"")
  5440. Effect(e,modecolor[1],CFrame.new(tor.Position),18,18,18,-.6,-.6,-.6,.03,"Sphere",6,0,"")
  5441. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.3)
  5442. RJ.C0=clerp(RJ.C0,CFrame.new(-3.3115175e-05, -.2, 3.69142144e-05, 0.430280209, -2.18110163e-05, -0.902695417, 2.70808614e-05, 1, -1.12536945e-05, 0.902695417, -1.96035253e-05, 0.430280209)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5443. Neck.C0=clerp(Neck.C0,CFrame.new(-4.31388617e-06, 1.5000242, 2.50265002e-05, 0.428053796, 0.0517924316, 0.902267992, -2.18365785e-05, 0.998357236, -0.0572978146, -0.9037534, 0.0245068464, 0.427351624)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5444. RS.C0=clerp(RS.C0,CFrame.new(0.788223445, -0.106733471, -0.606663227, 0.865249813, 0.405094057, -0.295367122, -0.5004884, 0.663603246, -0.556005538, -0.0292280316, 0.628911495, 0.776927531)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5445. LS.C0=clerp(LS.C0,CFrame.new(-1.90494299, 0.502391815, -0.593524754, -0.0450072289, 0.832695901, -0.551898658, -0.997048557, -0.00304639572, 0.0767127797, 0.0621971041, 0.553722382, 0.830375314)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5446. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663, -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5447. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898, 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5448. end
  5449. for i=0,1,0.09 do
  5450. swait()
  5451. local aim=CFrame.new(Root.Position,tor.Position)
  5452. local direction=aim.lookVector
  5453. local heed=math.atan2(direction.x,direction.z)
  5454. local heed=math.deg(heed)
  5455. Effect(e,modecolor[2],CFrame.new(tor.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),23,23,23,-1,-1,-1,.07,"Sphere",3,math.random(-30,30)/30,"")
  5456. Effect(e,modecolor[1],CFrame.new(tor.Position),18,18,18,-.6,-.6,-.6,.03,"Sphere",6,0,"")
  5457. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.3)
  5458. RJ.C0=clerp(RJ.C0,CFrame.new(-3.3115175e-05, -.2, 3.69142144e-05, 0.430280209, -2.18110163e-05, -0.902695417, 2.70808614e-05, 1, -1.12536945e-05, 0.902695417, -1.96035253e-05, 0.430280209)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0+360*i),0),.4)
  5459. Neck.C0=clerp(Neck.C0,CFrame.new(-4.27663326e-06, 1.50002468, 2.53685139e-05, 0.00403228402, 0.0517931804, 0.998649716, 0.0243288539, 0.998357236, -0.0518762283, -0.999695837, 0.024505185, 0.00276559591)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5460. RS.C0=clerp(RS.C0,CFrame.new(0.685115814, 0.0816712677, -0.672926188, 0.792065263, 0.588007808, -0.163949519, -0.532939017, 0.535133362, -0.655445099, -0.297672004, 0.606530488, 0.737232864)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5461. LS.C0=clerp(LS.C0,CFrame.new(-1.65113688, 0.484345734, -0.699151933, -0.0450072289, 0.386343986, -0.921256065, -0.997048557, 0.0400436223, 0.065502964, 0.0621971041, 0.921485245, 0.383401453)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5462. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663, -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5463. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898, 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5464. end
  5465. for i=0,1,0.04 do
  5466. swait()
  5467. tor.CFrame=clerp(tor.CFrame,CFrame.new(LArm.Position),.3)
  5468. local aim=CFrame.new(Root.Position,tor.Position)
  5469. local direction=aim.lookVector
  5470. local heed=math.atan2(direction.x,direction.z)
  5471. local heed=math.deg(heed)
  5472. Effect(e,modecolor[2],CFrame.new(tor.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),23,23,23,-1,-1,-1,.07,"Sphere",3,math.random(-30,30)/30,"")
  5473. Effect(e,modecolor[1],CFrame.new(tor.Position),18,18,18,-.6,-.6,-.6,.03,"Sphere",6,0,"")
  5474. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.3)
  5475. RJ.C0=clerp(RJ.C0,CFrame.new(-0, -.2, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5476. Neck.C0=clerp(Neck.C0,CFrame.new(-3.10647629e-05, 1.50002599, 1.47419005e-05, 0.478181273, 0, -0.878261149, 0, 1, 0, 0.878261149, 0, 0.478181273)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5477. RS.C0=clerp(RS.C0,CFrame.new(0.528879404, 0.00788418949, -0.462412, 0.860540211, 0.49479562, -0.121028423, -0.498491228, 0.769154489, -0.399884939, -0.104771763, 0.404448688, 0.908539593)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5478. LS.C0=clerp(LS.C0,CFrame.new(-0.984403014, 0.416659236, -0.682322085, 0.0856898874, -0.653303862, -0.752230942, -0.991677225, 0.0168912895, -0.127636135, 0.0960913301, 0.756907403, -0.646419108)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5479. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663, -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5480. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898, 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5481. end
  5482. hum.AutoRotate=true
  5483. end
  5484. elseif mode=="Nil" then
  5485.  
  5486. elseif mode=="Wither" then
  5487.  
  5488. elseif mode=="True Catastrophe" then
  5489.  
  5490. elseif mode=="Cyclone" then
  5491.  
  5492. elseif mode=="Minstrel" then
  5493.  
  5494. elseif mode=="Sombra" then
  5495.  
  5496. elseif mode=="Fictitious" then
  5497. local oring=CFrame.new(mouse.Hit.p+Vector3.new(0,4,0))
  5498. local ref1=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  5499. ref1.Anchored=true
  5500. ref1.CFrame=CFrame.new(Root.Position)
  5501. local reofm=meshs(ref1,"Mesh",Vector3.new(10,10,10),Enum.MeshType.Brick,"")
  5502. local ref2=ref1:Clone()
  5503. ref2.Parent=e
  5504. local ref3=ref1:Clone()
  5505. ref3.Parent=e
  5506. local ref4=ref1:Clone()
  5507. ref4.Parent=e
  5508. coroutine.resume(coroutine.create(function(f1,f2,f3,f4)
  5509. sounds(f1,"169445184",3.1,1.2)
  5510. sounds(f2,"169445184",3.1,1.2)
  5511. sounds(f3,"169445184",3.1,1.2)
  5512. sounds(f4,"169445184",3.1,1.2)
  5513. f1.CFrame=oring*CFrame.new(8,0,8)
  5514. f2.CFrame=oring*CFrame.new(-8,0,8)
  5515. f3.CFrame=oring*CFrame.new(-8,0,-8)
  5516. f4.CFrame=oring*CFrame.new(8,0,-8)
  5517. Effect(e,"Lime green",CFrame.new(f1.Position),12,12,12,5,5,5,.07,"Brick",6,0,"")
  5518. Effect(e,"Lime green",CFrame.new(f2.Position),12,12,12,5,5,5,.07,"Brick",6,0,"")
  5519. Effect(e,"Lime green",CFrame.new(f3.Position),12,12,12,5,5,5,.07,"Brick",6,0,"")
  5520. Effect(e,"Lime green",CFrame.new(f4.Position),12,12,12,5,5,5,.07,"Brick",6,0,"")
  5521. swait(30)
  5522. sounds(f1,"169445226",3.1,1.2)
  5523. sounds(f2,"169445226",3.1,1.2)
  5524. sounds(f3,"169445226",3.1,1.2)
  5525. sounds(f4,"169445226",3.1,1.2)
  5526. for i=1,20 do
  5527. swait()
  5528. Effect(e,"Lime green",CFrame.new(f1.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5529. Effect(e,"Lime green",CFrame.new(f2.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5530. Effect(e,"Lime green",CFrame.new(f3.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5531. Effect(e,"Lime green",CFrame.new(f4.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5532. f1.CFrame=clerp(f1.CFrame,oring*CFrame.new(15,0,15),.25)
  5533. f2.CFrame=clerp(f2.CFrame,oring*CFrame.new(-15,0,15),.25)
  5534. f3.CFrame=clerp(f3.CFrame,oring*CFrame.new(-15,0,-15),.25)
  5535. f4.CFrame=clerp(f4.CFrame,oring*CFrame.new(15,0,-15),.25)
  5536. end
  5537. sounds(f1,"169445226",3.1,1.5)
  5538. sounds(f2,"169445226",3.1,1.5)
  5539. sounds(f3,"169445226",3.1,1.5)
  5540. sounds(f4,"169445226",3.1,1.5)
  5541. for i=1,25 do
  5542. swait()
  5543. Effect(e,"Lime green",CFrame.new(f1.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5544. Effect(e,"Lime green",CFrame.new(f2.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5545. Effect(e,"Lime green",CFrame.new(f3.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5546. Effect(e,"Lime green",CFrame.new(f4.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5547. f1.CFrame=clerp(f1.CFrame,oring*CFrame.new(-15,0,15),.25)
  5548. f2.CFrame=clerp(f2.CFrame,oring*CFrame.new(-15,0,-15),.25)
  5549. f3.CFrame=clerp(f3.CFrame,oring*CFrame.new(15,0,-15),.25)
  5550. f4.CFrame=clerp(f4.CFrame,oring*CFrame.new(15,0,15),.25)
  5551. end
  5552. sounds(f1,"169445226",3.1,1)
  5553. sounds(f2,"169445226",3.1,1)
  5554. sounds(f3,"169445226",3.1,1)
  5555. sounds(f4,"169445226",3.1,1)
  5556. for i=1,15 do
  5557. swait()
  5558. Effect(e,"Lime green",CFrame.new(f1.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5559. Effect(e,"Lime green",CFrame.new(f2.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5560. Effect(e,"Lime green",CFrame.new(f3.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5561. Effect(e,"Lime green",CFrame.new(f4.Position),12,12,12,-.7,-.7,-.7,.07,"Brick",6,0,"")
  5562. f1.CFrame=clerp(f1.CFrame,oring,.25)
  5563. f2.CFrame=clerp(f2.CFrame,oring,.25)
  5564. f3.CFrame=clerp(f3.CFrame,oring,.25)
  5565. f4.CFrame=clerp(f4.CFrame,oring,.25)
  5566. end
  5567.  
  5568. sounds(f1,"299440437",3,1.2)
  5569. sounds(f1,"161006182",3.5,1.4)
  5570. f1.Transparency=.6
  5571. reofm.Scale=Vector3.new(150,150,150)
  5572. LockEffect(e,"Lime green",CFrame.new(f1.Position),f1,150,150,150,7,7,7,.04,"Brick",6,0,"")
  5573. f2:Remove()
  5574. f3:Remove()
  5575. f4:Remove()
  5576. local ref5=ref1:Clone()
  5577. ref5.Parent=e
  5578. ref5.Transparency=1
  5579. local sa1=ref5.Position
  5580. local spino=0
  5581. local durin=0
  5582. --CFrame.new(Root.Position,sa1)
  5583. for i=1,270 do
  5584. swait()
  5585. spino=spino-7
  5586. durin=durin+1
  5587. if durin>=16 then
  5588. durin=0
  5589. LockEffect(e,"Lime green",f1.CFrame,f1,150,150,150,15,15,15,.12,"Brick",6,0,"")
  5590. Effect(e,"Dark green",f1.CFrame,16,16,16,43,-.8,-.8,.07,"Brick",6,0,"")
  5591. Effect(e,"Dark green",f1.CFrame,16,16,16,-.8,43,-.8,.07,"Brick",6,0,"")
  5592. Effect(e,"Dark green",f1.CFrame,16,16,16,-.8,-.8,43,.07,"Brick",6,0,"")
  5593. Mdamage("None",f1,15,math.random(15,21),0,"")
  5594. sounds(f1,"300916105",3.5,1.5)
  5595. end
  5596. Effect(e,"Dark green",f1.CFrame,20,20,20,-1,-1,-1,.07,"Brick",6,0,"")
  5597. f1.CFrame=CFrame.new(ref5.Position)*CFrame.Angles(0,math.rad(spino),0)
  5598.  
  5599. if i>=20 then
  5600. local sa2=ref5.CFrame
  5601. local hit,pos=rayCast(sa1,sa2.lookVector,3,chr)
  5602. sa1=sa1+(sa2.lookVector*.5)
  5603. local a=FindNearestTorso(ref5.Position,999)
  5604. if a then
  5605. ref5.CFrame=clerp(ref5.CFrame,CFrame.new(pos,a.Position),.2)
  5606. else
  5607. ref5.CFrame=clerp(ref5.CFrame,CFrame.new(pos),.2)
  5608. end
  5609. end
  5610. end
  5611. LockEffect(e,"Lime green",f1.CFrame,f1,150,150,150,11,11,11,.12,"Brick",6,0,"")
  5612. Mdamage("None",f1,15,math.random(15,21),0,"")
  5613. sounds(f1,"300916105",3.5,1.5)
  5614. f1.Transparency=1
  5615. game:GetService("Debris"):AddItem(f1,3)
  5616. ref5:Remove()
  5617. end),ref1,ref2,ref3,ref4)
  5618.  
  5619.  
  5620. elseif mode=="Benevolence" then
  5621.  
  5622. end
  5623. attack=false
  5624. end
  5625.  
  5626. function Skill3()
  5627. attack=true
  5628. if mode=="Rust" then
  5629.  
  5630. elseif mode=="Nova" then
  5631.  
  5632. elseif mode=="Celestial" then
  5633.  
  5634. elseif mode=="Glacier" then
  5635.  
  5636. elseif mode=="Desperation" then
  5637.  
  5638. elseif mode=="Saint" then
  5639. local oring=Root.CFrame
  5640. Root.Anchored=true
  5641. hum.WalkSpeed=0
  5642. hum.JumpPower=0
  5643. hum.AutoRotate=false
  5644. local aaa=0
  5645. local bbb=0
  5646. local ffly=create("Sound"){
  5647. Parent=Root,
  5648. SoundId="rbxassetid://1959658239",
  5649. Volume=3.6,
  5650. PlaybackSpeed=1.1,
  5651. MaxDistance=66666666,
  5652. EmitterSize=70,
  5653. Name="f",
  5654. Looped=true}
  5655. ffly:Play()
  5656. local feass=particles(Torso,.5,"Daisy orange","113787016",.7,1,"Top",5,5,0,1,4,6,55,55,7,44444,false)
  5657. feass.Rate=50
  5658. feass.Transparency=NSn({NSKp(0,1),NSKp(.2,0),NSKp(1,1)})
  5659. feass.Speed=NRn(7,22)
  5660. feass.Acceleration=Vector3.new(0,-2.5,0)
  5661. sounds(Root,"199145404",3,.9)
  5662. for i=0,1,0.02 do
  5663. swait()
  5664. Root.CFrame=clerp(Root.CFrame,oring*CFrame.new(0,0+150*i,0),.3)
  5665. Effect(e,modecolor[1],RArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5666. Effect(e,modecolor[2],LArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5667. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -1.06044173e-15, 1.89630004e-16, -1.07726328e-15, 0.984384954, -0.176029399, 0, 0.176029399, 0.984384954)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5668. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.4006263, 0.219330549, 1, 0, 0, 0, 0.956142604, -0.292901933, 0, 0.292901933, 0.956142604)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5669. RS.C0=clerp(RS.C0,CFrame.new(1.93161631, 0.0825829357, 0.0803990886, 0.689848244, -0.720472574, -0.0709137022, 0.721046448, 0.675003529, 0.156404465, -0.064818114, -0.159027427, 0.985144198)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5670. LS.C0=clerp(LS.C0,CFrame.new(-1.80106425, 0.0668534562, 0.158040136, 0.70215416, 0.709542453, 0.0594071932, -0.705922246, 0.68280828, 0.188273042, 0.0930239856, -0.174133554, 0.980318427)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5671. RH.C0=clerp(RH.C0,CFrame.new(0.557230353, -1.53967953, -0.162601173, 0.991327524, -0.0271800365, -0.128572673, 0.065499112, 0.95038414, 0.304105103, 0.113927841, -0.309889138, 0.943922281)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5672. LH.C0=clerp(LH.C0,CFrame.new(-0.574335515, -1.97375739, 0.515283942, 0.973524511, 0.128028348, 0.189364016, -0.186353996, 0.924273849, 0.333151698, -0.132371336, -0.359620094, 0.923661888)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5673. end
  5674. local oring2=Root.CFrame
  5675. for i=0,1,0.06 do
  5676. swait()
  5677. bbb=bbb+(6-6*i)
  5678. aaa=aaa-(0+6*i)
  5679. Effect(e,modecolor[1],RArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5680. Effect(e,modecolor[2],LArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5681. Root.CFrame=clerp(Root.CFrame,oring2*CFrame.new(0,bbb,aaa),.3)
  5682. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -1.06044173e-15, 1.89630004e-16, -1.07726328e-15, 0.984384954, -0.176029399, 0, 0.176029399, 0.984384954)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-90*i),0,0),.4)
  5683. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.4006263, 0.219330549, 1, 0, 0, 0, 0.956142604, -0.292901933, 0, 0.292901933, 0.956142604)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5684. RS.C0=clerp(RS.C0,CFrame.new(1.93161631, 0.0825829357, 0.0803990886, 0.689848244, -0.720472574, -0.0709137022, 0.721046448, 0.675003529, 0.156404465, -0.064818114, -0.159027427, 0.985144198)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5685. LS.C0=clerp(LS.C0,CFrame.new(-1.80106425, 0.0668534562, 0.158040136, 0.70215416, 0.709542453, 0.0594071932, -0.705922246, 0.68280828, 0.188273042, 0.0930239856, -0.174133554, 0.980318427)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5686. RH.C0=clerp(RH.C0,CFrame.new(0.557230353, -1.53967953, -0.162601173, 0.991327524, -0.0271800365, -0.128572673, 0.065499112, 0.95038414, 0.304105103, 0.113927841, -0.309889138, 0.943922281)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5687. LH.C0=clerp(LH.C0,CFrame.new(-0.574335515, -1.97375739, 0.515283942, 0.973524511, 0.128028348, 0.189364016, -0.186353996, 0.924273849, 0.333151698, -0.132371336, -0.359620094, 0.923661888)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5688. end
  5689.  
  5690. local hits=nil
  5691. local poss
  5692. local spin=0
  5693. for i=0,300 do
  5694. swait()
  5695. spin=spin+31
  5696. --Root.Velocity=Root.CFrame.lookVector*(30+1*i)
  5697. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position,mouse.Hit.p)*CFrame.new(0,0,-10-(i/15)),.4)
  5698. Effect(e,modecolor[1],RArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5699. Effect(e,modecolor[2],LArm.CFrame*CFrame.Angles(math.rad(math.random(-30,30)),math.random(-120,120),math.rad(math.random(-30,30))),7,7,52,0,0,0,.03,"Sphere",4,math.random(-2,2),"",100,200,50)
  5700. RJ.C0=clerp(RJ.C0,CFrame.new(-5.538315e-17, 0.0514109693, -0.123744443, 1, -2.98095035e-16, -1.03519835e-15, -1.07726328e-15, 0.27671513, 0.960952044, 0, -0.960952044, 0.276715159)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-10),math.rad(spin*(i/150)),0),.8)
  5701. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.40062618, 0.219330609, 1, 0, 0, 0, 0.748191535, -0.663482904, 0, 0.663482904, 0.748191535)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5702. RS.C0=clerp(RS.C0,CFrame.new(1.9316144, 0.0825823098, 0.0804000944, 0.689847827, -0.72047317, -0.0709115341, 0.721046746, 0.675003171, 0.156404853, -0.0648199916, -0.159026086, 0.985144317)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5703. LS.C0=clerp(LS.C0,CFrame.new(-1.80106497, 0.0668566823, 0.15804106, 0.702154338, 0.709542155, 0.0594091117, -0.705922067, 0.682807744, 0.188276082, 0.0930248201, -0.174137071, 0.980317712)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5704. RH.C0=clerp(RH.C0,CFrame.new(0.557228804, -1.53967369, -0.162598729, 0.991327226, -0.0271795429, -0.12857601, 0.0654999241, 0.950383604, 0.304106891, 0.11393106, -0.309891164, 0.943921208)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5705. LH.C0=clerp(LH.C0,CFrame.new(-0.638024986, -2.01652718, 0.107170135, 0.973520756, 0.169516563, 0.153367594, -0.186361477, 0.977066696, 0.103005812, -0.132389188, -0.128860131, 0.982786059)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5706. if i>=30 then
  5707. hits,poss=rayCast(Root.Position,-Root.CFrame.upVector,7,chr)
  5708. if hits~=nil then
  5709. break
  5710. end
  5711. end
  5712. end
  5713.  
  5714. Effect(e,"Daisy orange",CFrame.new(Root.Position),15,15,15,60,60,60,.02,"Sphere",6,0,"")
  5715. Effect(e,"Buttermilk",CFrame.new(Root.Position),10,10,10,50,50,50,.02,"Brick",1,0,"")
  5716. Effect(e,"Daisy orange",CFrame.new(Root.Position)*CFrame.Angles(0,0,math.rad(90)),29999,15,15,0,24,24,.02,"Cylinder",6,0,"")
  5717. for i=1,6 do
  5718. Effect(e,"Buttermilk",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),55,55,120,0,0,12,.01,"Sphere",3,math.random(20,60)/5,"")
  5719. Effect(e,"Daisy orange",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),55,55,120,0,0,12,.01,"Sphere",3,math.random(20,60)/5,"")
  5720. end
  5721. sounds(Root,"161107566",4,1.2)
  5722. ffly:Remove()
  5723. CameraShake(150,Root,3,.06)
  5724. Mdamage("None",Root,70,math.random(30,50),0,"")
  5725. if hits~=nil then
  5726. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5727. ref.Anchored=true
  5728. ref.CFrame=CFrame.new(poss)
  5729. game:GetService("Debris"):AddItem(ref,3)
  5730. local randomradnum=math.random(-360,360)
  5731. for asi=0,360,60 do
  5732. coroutine.resume(coroutine.create(function()
  5733. for i=1,15 do
  5734. swait(5)
  5735. local radnum=asi
  5736. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5737. ref2.Anchored=true
  5738. ref2.CFrame=CFrame.new(ref.Position)*CFrame.Angles(0,math.rad(radnum+randomradnum),0)*CFrame.new(0,0,55+i*35)
  5739. sounds(ref2,"472579737",4,1.3)
  5740. game:GetService("Debris"):AddItem(ref2,3)
  5741. Mdamage("None",ref2,48,math.random(20,35),0,"")
  5742. Effect(e,"Daisy orange",CFrame.new(ref2.Position),15,15,15,30,30,30,.06,"Sphere",6,0,"")
  5743. Effect(e,"Buttermilk",CFrame.new(ref2.Position),10,10,10,25,25,25,.04,"Brick",1,0,"")
  5744. Effect(e,"Daisy orange",CFrame.new(ref2.Position)*CFrame.Angles(0,math.rad(math.random(-20,20)),math.rad(90+math.random(-20,20))),29999,15,15,0,14,14,.07,"Cylinder",6,0,"")
  5745. for i=1,3 do
  5746. Effect(e,"Buttermilk",CFrame.new(ref2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),35,35,70,0,0,12,.04,"Sphere",3,math.random(20,60)/5,"")
  5747. Effect(e,"Daisy orange",CFrame.new(ref2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),35,35,70,0,0,12,.04,"Sphere",3,math.random(20,60)/5,"")
  5748. end
  5749. end
  5750. end))
  5751. end
  5752. end
  5753. Root.Anchored=false
  5754. feass.Enabled=false
  5755. game:GetService("Debris"):AddItem(feass,10)
  5756. for i=0,1,0.02 do
  5757. swait()
  5758. RJ.C0=clerp(RJ.C0,CFrame.new(3.94199234e-16, -0.400776744, -0.177927822, 1, -9.46709455e-16, -2.66809026e-16, -9.83588211e-16, 0.962505937, 0.271260917, 0, -0.271260917, 0.962505937)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5759. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.54496098, -0.122129962, 1, 0, 0, 0, 0.973227203, 0.229845837, 0, -0.229845807, 0.973227203)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5760. RS.C0=clerp(RS.C0,CFrame.new(1.95043921, 0.240276024, 0.117822066, 0.226150975, -0.964726925, -0.134750858, 0.973055124, 0.230120599, -0.014442876, 0.044942379, -0.127853721, 0.990774393)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5761. LS.C0=clerp(LS.C0,CFrame.new(-1.98464382, 0.240717337, 0.0138162449, 0.207056001, 0.977830827, 0.0312201269, -0.973831832, 0.209055543, -0.0891494006, -0.0936997682, -0.0119442306, 0.995528996)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5762. RH.C0=clerp(RH.C0,CFrame.new(0.599731326, -1.56408703, -0.706746459, 0.985468507, 0.048076462, -0.162912369, -0.0577144474, 0.996819735, -0.0549510419, 0.159752414, 0.0635548979, 0.98510927)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5763. LH.C0=clerp(LH.C0,CFrame.new(-0.55806011, -1.90075397, -0.0938407183, 0.993020236, 0.0728613138, 0.0927476287, -0.0661686882, 0.995112658, -0.0732995272, -0.0976350307, 0.0666508973, 0.99298811)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5764. end
  5765. hum.AutoRotate=true
  5766. elseif mode=="Dreary" then
  5767.  
  5768. elseif mode=="Jade" then
  5769.  
  5770. elseif mode=="Psychosis" then
  5771.  
  5772. elseif mode=="Conflagration" then
  5773.  
  5774. elseif mode=="Lullaby" then
  5775.  
  5776. elseif mode=="Somnambulist" then
  5777.  
  5778. elseif mode=="Amativeness" then
  5779.  
  5780. elseif mode=="Nil" then
  5781.  
  5782. elseif mode=="Wither" then
  5783.  
  5784. elseif mode=="True Catastrophe" then
  5785.  
  5786. elseif mode=="Cyclone" then
  5787. hum.AutoRotate=false
  5788. hum.WalkSpeed=0
  5789. hum.JumpPower=0
  5790. for i=0,1,0.077 do
  5791. swait()
  5792. RJ.C0=clerp(RJ.C0,CFrame.new(-9.53674316e-06, -0.844210982, -0.313206941, 0.749972761, 2.23509407e-08, -0.661468744, 0.414362311, 0.779479563, 0.469803661, 0.515601337, -0.62642765, 0.584588408)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5793. Neck.C0=clerp(Neck.C0,CFrame.new(0.0362519324, 1.48433745, 0.0338509977, 0.68206358, 0.220626906, 0.69721812, 4.35475749e-06, 0.953403592, -0.301698178, -0.731292903, 0.205780357, 0.650280774)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5794. RS.C0=clerp(RS.C0,CFrame.new(1.27706802, 0.413453519, 0.737323821, 0.0844195113, -0.0307958424, -0.995954275, 0.988856792, 0.125589803, 0.0799345225, 0.122620083, -0.99160409, 0.0410549939)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5795. LS.C0=clerp(LS.C0,CFrame.new(-0.792966247, 0.409965932, -0.948061705, 0.804290533, -0.576156676, -0.145465955, -0.0133274747, 0.227243572, -0.973746777, 0.594086826, 0.78511405, 0.175091162)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5796. RH.C0=clerp(RH.C0,CFrame.new(0.648526013, -1.97334671, -0.0243699253, 0.971660316, -0.210057318, 0.108408481, 0.174871847, 0.947344542, 0.268250585, -0.1590482, -0.241690844, 0.957229972)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5797. LH.C0=clerp(LH.C0,CFrame.new(-0.949723065, -0.869474649, -0.539314687, 0.556932151, 0.265415996, 0.78700763, 0.213511169, 0.869967997, -0.444487005, -0.802645326, 0.415583968, 0.427843809)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  5798. end
  5799. sounds(Root,"93724183",5,1.4)
  5800. local spon=0
  5801. REffect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.new(0,-3,0),800,1,800,-8,0,-8,.01,"Sphere",6,0,"")
  5802. for i=0,1,.006 do
  5803. swait()
  5804. spon=spon+1*(i*25)
  5805. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.new(0,-3,0),120-50*i,1,120-50*i,0,0,0,.1,"Sphere",6,0,"")
  5806. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(spon),0)*CFrame.new(0,-3,50+40*i),6+17*i,3+1*i,26+21*i,0,0,0,.04,"Sphere",3,-2-2*i,"")
  5807. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+spon),0)*CFrame.new(0,-3,50+40*i),6+17*i,3+1*i,26+21*i,0,0,0,.04,"Sphere",3,-2-2*i,"")
  5808. end
  5809. swait(11)
  5810. cooldisable=true
  5811. local oring=Root.Position
  5812. Root.Anchored=true
  5813. local spino=0
  5814. local Sub1=parts(m,"Sub",Vector3.new(0.100000001, 0.100000001, 0.100000001),"Medium stone grey",Enum.Material.SmoothPlastic,0,1)
  5815. Sub1.CFrame=CFrame.new(oring)
  5816. Sub1.Anchored=true
  5817. Mdamage("Push",Sub1,115,math.random(31,44),0,"")
  5818. Effect(e,modecolor[2],CFrame.new(Sub1.Position)*CFrame.Angles(0,math.random(-120,120),0),20,45,20,15,4,15,.01,"FileMesh",2,math.random(-23,-13),"1051557")
  5819. Effect(e,modecolor[2],CFrame.new(Sub1.Position)*CFrame.Angles(0,math.random(-120,120),0),20,45,20,6,8,6,.007,"FileMesh",2,math.random(-23,-13),"1051557")
  5820. Effect(e,modecolor[2],CFrame.new(Sub1.Position)*CFrame.Angles(0,math.random(-120,120),0),20,45,20,15,4,15,.01,"FileMesh",2,math.random(-23,-13),"1051557")
  5821. Effect(e,modecolor[2],CFrame.new(Sub1.Position)*CFrame.Angles(0,math.random(-120,120),0),20,45,20,6,8,6,.007,"FileMesh",2,math.random(-23,-13),"1051557")
  5822. local s1=sounds(Sub1,"439317756",5,.8)
  5823. local s2=sounds(Sub1,"1134510159",4.7,.9)
  5824. s1.EmitterSize=55
  5825. s2.EmitterSize=55
  5826. Effect(e,modecolor[2],CFrame.new(Sub1.Position),1,1,1,47,47,47,.02,"Sphere",6,0,"")
  5827. Effect(e,modecolor[1],CFrame.new(Sub1.Position),1,1,1,77,77,77,.03,"Sphere",6,0,"")
  5828.  
  5829. for i=0,1,0.003 do
  5830. swait()
  5831. spino=spino+(71-71*i)
  5832. Mdamage("Push2",Sub1,17,math.random(12,16),0,"")
  5833. Root.CFrame=clerp(Root.CFrame,CFrame.new(oring+Vector3.new(0,0+(spino/11),0))*CFrame.Angles(0,math.rad(spino),0),.4)
  5834. Effect2(e,modecolor[1],Root.CFrame*CFrame.new(0,4,3.5-3.4*i)*CFrame.Angles(-math.rad(38-36*i),0,0),12-9*i,40-17*i,5-4*i,0,0,0,.05+.05*i,"Sphere",-4+2*i,"")
  5835. Effect2(e,modecolor[1],Root.CFrame*CFrame.new(0,4,-3.5+3.4*i)*CFrame.Angles(math.rad(38-36*i),0,0),12-9*i,40-17*i,5-4*i,0,0,0,.05+.05*i,"Sphere",-4+2*i,"")
  5836. Effect(e,modecolor[2],Root.CFrame*CFrame.new(0,4.5,0),13-9*i,80-67*i,13-9*i,0,0,0,.05+.05*i,"Sphere",6,0,"")
  5837. RJ.C0=clerp(RJ.C0,CFrame.new(-1.23659415e-17, 0.0138956727, -0.0266255401, 1, -8.84600288e-16, 9.70967698e-17, -8.89913143e-16, 0.994029939, -0.109108143, 0, 0.109108143, 0.994029939)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  5838. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.44277024, 0.174582124, 1, 0, 0, 0, 0.950218201, -0.311585546, 0, 0.311585546, 0.95021826)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5839. RS.C0=clerp(RS.C0,CFrame.new(1.96088147, 0.393745631, -0.410792053, 0.0602539927, -0.96511054, 0.254815936, 0.99645561, 0.0431444682, -0.0722139105, 0.0587005019, 0.258263946, 0.964289427)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5840. LS.C0=clerp(LS.C0,CFrame.new(-1.93420243, 0.347098231, 0.143364608, -0.228906035, 0.961388469, 0.152755648, 0.0883338153, 0.176789075, -0.980276942, -0.969432533, -0.210897803, -0.125391185)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5841. RH.C0=clerp(RH.C0,CFrame.new(0.536862016, -1.86034644, 0.360719562, 0.989830136, -0.089269042, -0.11075855, 0.122276448, 0.931801915, 0.34175089, 0.0726972595, -0.351818442, 0.933241248)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5842. LH.C0=clerp(LH.C0,CFrame.new(-0.551121116, -1.42532074, -0.493729144, 0.959981263, -0.121815555, 0.25218457, 0.0378600843, 0.948632181, 0.314107984, -0.277493626, -0.291990012, 0.915281057)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5843. end
  5844. Root.Anchored=false
  5845. hum.AutoRotate=true
  5846. cooldisable=false
  5847. elseif mode=="Minstrel" then
  5848.  
  5849. elseif mode=="Sombra" then
  5850.  
  5851. elseif mode=="Fictitious" then
  5852.  
  5853. elseif mode=="Benevolence" then
  5854.  
  5855. end
  5856. attack=false
  5857. end
  5858.  
  5859. function Skill4()
  5860. attack=true
  5861. if mode=="Rust" then
  5862.  
  5863. elseif mode=="Nova" then
  5864. hum.WalkSpeed=0
  5865. hum.JumpPower=0
  5866. hum.AutoRotate=false
  5867. sounds(Root,"93724183",8,.9)
  5868. local r1=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,0)
  5869. r1.CFrame=CFrame.new(RArm.Position)
  5870. r1.Anchored=true
  5871. local rm1=meshs(r1,"Mesh",Vector3.new(0,0,0),Enum.MeshType.Sphere,"")
  5872. local r2=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[2],Enum.Material.Neon,0,0)
  5873. r2.CFrame=CFrame.new(LArm.Position)
  5874. r2.Anchored=true
  5875. local rm2=meshs(r2,"Mesh",Vector3.new(0,0,0),Enum.MeshType.Sphere,"")
  5876. local chargggg=0
  5877.  
  5878. for i=0,1,0.01 do
  5879. swait()
  5880. chargggg=chargggg+.2
  5881. rm1.Scale=Vector3.new(chargggg,chargggg,chargggg)
  5882. rm2.Scale=Vector3.new(chargggg,chargggg,chargggg)
  5883. r1.CFrame=clerp(r1.CFrame,RArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  5884. r2.CFrame=clerp(r2.CFrame,LArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  5885. Effect(e,modecolor[1],CFrame.new(r1.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,0,8+(chargggg/2)),5,5,15+(chargggg/5),0,0,-.3+(chargggg/5),.04,"Sphere",3,-.5-(chargggg/25),"")
  5886. Effect(e,modecolor[2],CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,0,8+(chargggg/2)),5,5,15+(chargggg/5),0,0,-.3+(chargggg/5),.04,"Sphere",3,-.5-(chargggg/25),"")
  5887. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  5888. Neck.C0=clerp(Neck.C0,CFrame.new(-7.21428483e-17, 1.54027879, 0.102422744, 1, -4.56896917e-17, 1.03056563e-17, -4.68375339e-17, 0.975493193, -0.220029861, 0, 0.220029861, 0.975493193)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5889. RS.C0=clerp(RS.C0,CFrame.new(1.58115625, 1.20690835, -0.0319370031, -0.97391969, -0.208576843, -0.0893105268, 0.202940106, -0.976811767, 0.0682222843, -0.101469159, 0.0483183302, 0.993664622)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5890. LS.C0=clerp(LS.C0,CFrame.new(-1.56428266, 1.23838198, 0.0388439819, -0.957071245, 0.27441287, 0.0933399051, -0.272547096, -0.961595714, 0.0324326716, 0.098655194, 0.00560085615, 0.995105922)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5891. RH.C0=clerp(RH.C0,CFrame.new(0.525729477, -1.99885654, 0.00147991814, 0.997231126, -0.0471719168, -0.0574885234, 0.0470937304, 0.998886764, -0.00271490379, 0.0575525947, 3.74639058e-08, 0.998342514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5892. LH.C0=clerp(LH.C0,CFrame.new(-0.544029236, -1.99824762, 0.00254844874, 0.997467637, 0.0412523746, 0.0579361841, -0.0413217209, 0.999145925, -1.0872609e-06, -0.0578867383, -0.00239293813, 0.998320341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5893. end
  5894. for i=0,1,0.006 do
  5895. swait()
  5896. if i<=.8 then
  5897. chargggg=chargggg+.3
  5898. rm1.Scale=Vector3.new(chargggg,chargggg,chargggg)
  5899. rm2.Scale=Vector3.new(chargggg,chargggg,chargggg)
  5900. Effect(e,modecolor[1],CFrame.new(r1.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,0,8+(chargggg/2)),5,5,15+(chargggg/5),0,0,-.3+(chargggg/5),.04,"Sphere",3,-.5-(chargggg/25),"")
  5901. Effect(e,modecolor[2],CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,0,8+(chargggg/2)),5,5,15+(chargggg/5),0,0,-.3+(chargggg/5),.04,"Sphere",3,-.5-(chargggg/25),"")
  5902. end
  5903. r1.CFrame=clerp(r1.CFrame,RArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  5904. r2.CFrame=clerp(r2.CFrame,LArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  5905. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  5906. Neck.C0=clerp(Neck.C0,CFrame.new(-7.16097271e-17, 1.52889633, -0.0188670754, 1, -4.66326975e-17, -4.37560553e-18, -4.68375339e-17, 0.995626688, 0.0934209153, 0, -0.0934209153, 0.995626688)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5907. RS.C0=clerp(RS.C0,CFrame.new(1.90904272, 0.506187081, 0.0228479709, 0.00861899927, -0.999930143, -0.00808728766, 0.998078048, 0.00810614228, 0.0614367872, -0.0613669381, -0.00860126782, 0.998078227)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5908. LS.C0=clerp(LS.C0,CFrame.new(-1.9678936, 0.523730934, 0.0790370181, -0.00427900115, 0.999132335, 0.0414299555, -0.999447227, -0.00563897286, 0.0327647962, 0.0329699926, -0.0412668549, 0.998604059)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5909. RH.C0=clerp(RH.C0,CFrame.new(0.525729477, -1.99885654, 0.00147991814, 0.997231126, -0.0471719168, -0.0574885234, 0.0470937304, 0.998886764, -0.00271490379, 0.0575525947, 3.74639058e-08, 0.998342514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5910. LH.C0=clerp(LH.C0,CFrame.new(-0.544029236, -1.99824762, 0.00254844874, 0.997467637, 0.0412523746, 0.0579361841, -0.0413217209, 0.999145925, -1.0872609e-06, -0.0578867383, -0.00239293813, 0.998320341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  5911. end
  5912. for i=1,8 do
  5913. Effect(e,modecolor[1],CFrame.new(r1.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),40,40,170,0,0,42,.01,"Sphere",3,math.random(20,60)/7,"")
  5914. Effect(e,modecolor[2],CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),40,40,170,0,0,42,.01,"Sphere",3,math.random(20,60)/7,"")
  5915. end
  5916. Effect(e,modecolor[1],Root.CFrame*CFrame.new(.1,0,0),30,30,30,210,210,210,.03,"Sphere",6,0,"")
  5917. Effect(e,modecolor[2],Root.CFrame*CFrame.new(-.1,0,0),30,30,30,210,210,210,.03,"Sphere",6,0,"")
  5918.  
  5919. sounds(chr,"133047927",5,.5)
  5920. sounds(chr,"763717897",5,.5)
  5921.  
  5922.  
  5923. --heccin
  5924. local nos=false
  5925. local b1=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5926. b1.CFrame=Root.CFrame*CFrame.new(15,0,0)*CFrame.Angles(0,-math.rad(90),0)
  5927. b1.Anchored=true
  5928. local b2=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5929. b2.CFrame=b1.CFrame*CFrame.new(0,0,-1000)
  5930. b2.Anchored=true
  5931. local b3=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5932. b3.CFrame=Root.CFrame*CFrame.new(-15,0,0)*CFrame.Angles(0,math.rad(90),0)
  5933. b3.Anchored=true
  5934. local b4=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5935. b4.CFrame=b3.CFrame*CFrame.new(0,0,-1000)
  5936. b4.Anchored=true
  5937. local b5=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5938. b5.CFrame=b1.CFrame
  5939. b5.Anchored=true
  5940. local b6=parts(e,"b",Vector3.new(.2,.2,.2),modecolor[1],Enum.Material.Neon,0,1)
  5941. b6.CFrame=b3.CFrame
  5942. b6.Anchored=true
  5943.  
  5944. local pe1=particles(r1,.5,modecolor[1],"262059101",1,1,"Front",63,53,0,1.3,2,2,55,55,420,55555,false)
  5945. local pe2=particles(r2,.5,modecolor[2],"262059101",1,1,"Front",63,53,0,1.3,2,2,55,55,420,55555,false)
  5946.  
  5947. coroutine.resume(coroutine.create(function()
  5948. repeat
  5949. swait(3)
  5950. for i=0,1,.09 do
  5951. CameraShake(110,Root,3,.1)
  5952. Mdamage("None",b5,90,math.random(20,33),0,"")
  5953. Mdamage("None",b6,90,math.random(20,33),0,"")
  5954. b5.CFrame=b1.CFrame*CFrame.new(0,0,0-2000*i)
  5955. b6.CFrame=b3.CFrame*CFrame.new(0,0,0-2000*i)
  5956. end
  5957. swait(3)
  5958. for i=0,1,.09 do
  5959. CameraShake(110,Root,3,.1)
  5960. Mdamage("None",b5,150,math.random(20,33),0,"")
  5961. Mdamage("None",b6,150,math.random(20,33),0,"")
  5962. b5.CFrame=b1.CFrame*CFrame.new(0,0,-2000+2000*i)
  5963. b6.CFrame=b3.CFrame*CFrame.new(0,0,-2000+2000*i)
  5964. end
  5965. until nos==true
  5966. repeat
  5967. swait(3)
  5968. for i=0,1,.08 do
  5969. CameraShake(80,Root,3,.08)
  5970. Mdamage("None",b5,150,math.random(30,43),0,"")
  5971. Mdamage("None",b6,150,math.random(30,43),0,"")
  5972. b5.CFrame=b1.CFrame*CFrame.new(0,0,-100-3000*i)
  5973. b6.CFrame=b3.CFrame*CFrame.new(0,0,-3100+3000*i)
  5974. end
  5975. swait(3)
  5976. for i=0,1,.08 do
  5977. CameraShake(80,Root,3,.08)
  5978. Mdamage("None",b5,150,math.random(30,43),0,"")
  5979. Mdamage("None",b6,150,math.random(30,43),0,"")
  5980. b5.CFrame=b1.CFrame*CFrame.new(0,0,-3100+3000*i)
  5981. b6.CFrame=b3.CFrame*CFrame.new(0,0,-100-3000*i)
  5982. end
  5983. until nos==false
  5984. b1:Remove()
  5985. b2:Remove()
  5986. b3:Remove()
  5987. b4:Remove()
  5988. b5:Remove()
  5989. b6:Remove()
  5990. end))
  5991. local beem=create("Sound"){
  5992. Parent=chr,
  5993. SoundId="rbxassetid://1393058033",
  5994. Volume=3,
  5995. PlaybackSpeed=1,
  5996. MaxDistance=66666666,
  5997. EmitterSize=70,
  5998. Name="beaam",
  5999. Looped=true}
  6000. beem:Play()
  6001. local aaaa=0
  6002. for i=0,1,0.003 do
  6003. swait()
  6004. r1.CFrame=clerp(r1.CFrame,RArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  6005. r2.CFrame=clerp(r2.CFrame,LArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.3)
  6006. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6007. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6008. b1.CFrame=Root.CFrame*CFrame.new(15,0,0)*CFrame.Angles(0,-math.rad(90),0)
  6009. b2.CFrame=b1.CFrame*CFrame.new(0,0,-2000)
  6010. b3.CFrame=Root.CFrame*CFrame.new(-15,0,0)*CFrame.Angles(0,math.rad(90),0)
  6011. b4.CFrame=b3.CFrame*CFrame.new(0,0,-2000)
  6012. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6013. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6014. Effect(e,modecolor[1],CFrame.new(b2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6015. Effect(e,modecolor[2],CFrame.new(b4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6016. aaaa=aaaa+1
  6017. if aaaa>=5 then
  6018. aaaa=0
  6019. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6020. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6021. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6022. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6023. end
  6024. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  6025. local direction=aim.lookVector
  6026. local heed=math.atan2(direction.x,direction.z)
  6027. local heed=math.deg(heed)
  6028. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.04)
  6029. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6030. Neck.C0=clerp(Neck.C0,CFrame.new(-7.16097271e-17, 1.52889633, -0.0188670754, 1, -4.66326975e-17, -4.37560553e-18, -4.68375339e-17, 0.995626688, 0.0934209153, 0, -0.0934209153, 0.995626688)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6031. RS.C0=clerp(RS.C0,CFrame.new(1.90904272, 0.506187081, 0.0228479709, 0.00861899927, -0.999930143, -0.00808728766, 0.998078048, 0.00810614228, 0.0614367872, -0.0613669381, -0.00860126782, 0.998078227)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6032. LS.C0=clerp(LS.C0,CFrame.new(-1.9678936, 0.523730934, 0.0790370181, -0.00427900115, 0.999132335, 0.0414299555, -0.999447227, -0.00563897286, 0.0327647962, 0.0329699926, -0.0412668549, 0.998604059)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6033. RH.C0=clerp(RH.C0,CFrame.new(0.525729477, -1.99885654, 0.00147991814, 0.997231126, -0.0471719168, -0.0574885234, 0.0470937304, 0.998886764, -0.00271490379, 0.0575525947, 3.74639058e-08, 0.998342514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6034. LH.C0=clerp(LH.C0,CFrame.new(-0.544029236, -1.99824762, 0.00254844874, 0.997467637, 0.0412523746, 0.0579361841, -0.0413217209, 0.999145925, -1.0872609e-06, -0.0578867383, -0.00239293813, 0.998320341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6035. end
  6036.  
  6037. for i=0,1,0.01 do
  6038. swait()
  6039. r1.CFrame=clerp(r1.CFrame,RArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.1)
  6040. r2.CFrame=clerp(r2.CFrame,LArm.CFrame*CFrame.new(0,-1.5-(chargggg/9),0),.1)
  6041. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6042. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6043. b1.CFrame=Root.CFrame*CFrame.new(15,0,0)*CFrame.Angles(0,-math.rad(90+20*i),0)
  6044. b2.CFrame=b1.CFrame*CFrame.new(0,0,-2000)
  6045. b3.CFrame=Root.CFrame*CFrame.new(-15,0,0)*CFrame.Angles(0,math.rad(90+20*i),0)
  6046. b4.CFrame=b3.CFrame*CFrame.new(0,0,-2000)
  6047. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6048. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6049. Effect(e,modecolor[1],CFrame.new(b2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6050. Effect(e,modecolor[2],CFrame.new(b4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6051. aaaa=aaaa+1
  6052. if aaaa>=5 then
  6053. aaaa=0
  6054. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6055. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6056. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6057. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6058. end
  6059. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  6060. local direction=aim.lookVector
  6061. local heed=math.atan2(direction.x,direction.z)
  6062. local heed=math.deg(heed)
  6063. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.04)
  6064. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6065. Neck.C0=clerp(Neck.C0,CFrame.new(-7.16097469e-17, 1.52889645, -0.018863406, 1, -4.68056675e-17, -1.72741378e-18, -4.68375339e-17, 0.999319613, 0.0368809737, 0, -0.0368809737, 0.999319613)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6066. RS.C0=clerp(RS.C0,CFrame.new(1.97850072, 0.601430774, 0.373912781, -0.118060045, -0.922474921, -0.367562145, 0.991071522, -0.132557437, 0.0143512385, -0.0619617552, -0.362586021, 0.929888248)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  6067. LS.C0=clerp(LS.C0,CFrame.new(-1.8516773, 0.672695458, 0.419689476, -0.0730129704, 0.797155917, 0.599342644, -0.993763149, -0.108936489, 0.0238290951, 0.0842857808, -0.593864679, 0.800137997)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.25)
  6068. RH.C0=clerp(RH.C0,CFrame.new(0.525729477, -1.99885654, 0.00147991814, 0.997231126, -0.0471719168, -0.0574885234, 0.0470937304, 0.998886764, -0.00271490379, 0.0575525947, 3.74639058e-08, 0.998342514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6069. LH.C0=clerp(LH.C0,CFrame.new(-0.544029236, -1.99824762, 0.00254844874, 0.997467637, 0.0412523746, 0.0579361841, -0.0413217209, 0.999145925, -1.0872609e-06, -0.0578867383, -0.00239293813, 0.998320341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6070. end
  6071. for i=0,1,0.12 do
  6072. swait()
  6073. r1.CFrame=clerp(r1.CFrame,Root.CFrame*CFrame.new(.001,0,-1.5-(chargggg/12)),.1)
  6074. r2.CFrame=clerp(r2.CFrame,Root.CFrame*CFrame.new(-.001,0,-1.5-(chargggg/12)),.1)
  6075. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6076. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,63,63,-1,.05,"Sphere",6,0,"")
  6077. b1.CFrame=Root.CFrame*CFrame.new(15,0,0)*CFrame.Angles(0,-math.rad(90-90*i),0)
  6078. b2.CFrame=b1.CFrame*CFrame.new(0,0,-2000)
  6079. b3.CFrame=Root.CFrame*CFrame.new(-15,0,0)*CFrame.Angles(0,math.rad(90-90*i),0)
  6080. b4.CFrame=b3.CFrame*CFrame.new(0,0,-2000)
  6081. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6082. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,14,14,.08,"Cylinder",6,0,"")
  6083. Effect(e,modecolor[1],CFrame.new(b2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6084. Effect(e,modecolor[2],CFrame.new(b4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),130,130,130,127,127,127,.06,"Brick",6,0,"")
  6085. aaaa=aaaa+1
  6086. if aaaa>=5 then
  6087. aaaa=0
  6088. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6089. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-8,0)*CFrame.Angles(math.rad(90),0,0),30,30,121,143,143,-.2,.05,"Sphere",6,0,"")
  6090. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6091. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,500,500,0,74,74,.08,"Cylinder",6,0,"")
  6092. end
  6093. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  6094. local direction=aim.lookVector
  6095. local heed=math.atan2(direction.x,direction.z)
  6096. local heed=math.deg(heed)
  6097. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.04)
  6098. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6099. Neck.C0=clerp(Neck.C0,CFrame.new(-7.160978e-17, 1.52889717, -0.0188634358, 1, -4.68056675e-17, -1.72741378e-18, -4.68375339e-17, 0.999319613, 0.0368809737, 0, -0.0368809737, 0.999319613)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6100. RS.C0=clerp(RS.C0,CFrame.new(0.750076532, 0.442299902, -1.17897594, 0.00861699972, 0.533768892, 0.845586479, 0.998078167, 0.0473030731, -0.0400306173, -0.0613659434, 0.84430635, -0.53233546)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6101. LS.C0=clerp(LS.C0,CFrame.new(-0.768159986, 0.480110168, -1.08757496, -0.00427800091, -0.446924984, -0.894561291, -0.999447227, 0.031405136, -0.0109104943, 0.0329699926, 0.894020021, -0.446812302)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6102. RH.C0=clerp(RH.C0,CFrame.new(0.525729418, -1.99885654, 0.00148182176, 0.997231126, -0.0471719168, -0.0574885234, 0.0470937304, 0.998886764, -0.00271490379, 0.0575525947, 3.74639058e-08, 0.998342514)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6103. LH.C0=clerp(LH.C0,CFrame.new(-0.544028997, -1.99824786, 0.00255226158, 0.997467637, 0.0412523746, 0.0579361841, -0.0413217209, 0.999145925, -1.0872609e-06, -0.0578867383, -0.00239293813, 0.998320341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6104. end
  6105. for i=1,14 do
  6106. Effect(e,modecolor[1],CFrame.new(r1.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),110,110,170,0,0,82,.01,"Sphere",3,math.random(50,130)/7,"")
  6107. Effect(e,modecolor[2],CFrame.new(r2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),110,110,170,0,0,82,.01,"Sphere",3,math.random(50,130)/7,"")
  6108. end
  6109. CameraShake(30,Root,3,.01)
  6110. Effect(e,modecolor[1],Root.CFrame*CFrame.new(.1,0,0),30,30,30,210,210,210,.03,"Sphere",6,0,"")
  6111. Effect(e,modecolor[2],Root.CFrame*CFrame.new(-.1,0,0),30,30,30,210,210,210,.03,"Sphere",6,0,"")
  6112.  
  6113. beem.PlaybackSpeed=.7
  6114. nos=true
  6115. sounds(chr,"1196176156",6,.8)
  6116. sounds(chr,"413503439",6,.8)
  6117. chargggg=200
  6118. for i=0,1,0.002 do
  6119. swait()
  6120. rm1.Scale=Vector3.new(chargggg,chargggg,chargggg)
  6121. rm2.Scale=Vector3.new(chargggg,chargggg,chargggg)
  6122. r1.CFrame=clerp(r1.CFrame,Root.CFrame*CFrame.new(.001,0,-11.5-chargggg),.5)
  6123. r2.CFrame=clerp(r2.CFrame,Root.CFrame*CFrame.new(-.001,0,-11.5-chargggg),.5)
  6124. Effect(e,modecolor[1],b1.CFrame*CFrame.new(0,-0,0),70,70,151,153,153,-1,.05,"Sphere",6,0,"")
  6125. Effect(e,modecolor[2],b3.CFrame*CFrame.new(0,-0,0),70,70,151,153,153,-1,.05,"Sphere",6,0,"")
  6126. b1.CFrame=Root.CFrame*CFrame.new(15,2,0)*CFrame.Angles(0,0,0)
  6127. b2.CFrame=b1.CFrame*CFrame.new(0,0,-2000)
  6128. b3.CFrame=Root.CFrame*CFrame.new(-15,-2,0.01)*CFrame.Angles(0,0,0)
  6129. b4.CFrame=b3.CFrame*CFrame.new(0,0,-2000)
  6130. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,1200,1200,0,14,14,.08,"Cylinder",6,0,"")
  6131. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,1200,1200,0,14,14,.08,"Cylinder",6,0,"")
  6132. Effect(e,modecolor[1],CFrame.new(b2.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),210,210,210,197,197,197,.06,"Brick",6,0,"")
  6133. Effect(e,modecolor[2],CFrame.new(b4.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),210,210,210,197,197,197,.06,"Brick",6,0,"")
  6134. aaaa=aaaa+1
  6135. if aaaa>=5 then
  6136. aaaa=0
  6137. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-1,0),70,70,151,283,283,-1,.05,"Sphere",6,0,"")
  6138. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-1,0),70,70,151,283,283,-1,.05,"Sphere",6,0,"")
  6139. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,1200,1200,0,114,114,.08,"Cylinder",6,0,"")
  6140. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,1200,1200,0,114,114,.08,"Cylinder",6,0,"")
  6141. end
  6142. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  6143. local direction=aim.lookVector
  6144. local heed=math.atan2(direction.x,direction.z)
  6145. local heed=math.deg(heed)
  6146. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),0.04)
  6147. Root.Velocity=Root.CFrame.lookVector*-110
  6148. RJ.C0=clerp(RJ.C0,CFrame.new(2.65203771e-23, -5.66220649e-07, 10, 1, -4.4373429e-17, 1.49917801e-17, -4.68375339e-17, 0.947390378, -0.320080489, 0, 0.320080489, 0.947390378)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6149. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.54765594, -0.109947979, 1, 0, 0, 0, 0.966666222, 0.256040126, 0, -0.256040126, 0.966666222)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6150. RS.C0=clerp(RS.C0,CFrame.new(0.683153629, 0.0581533015, -1.21961546, 0.00861699972, 0.533768892, 0.845586479, 0.925927639, 0.315060496, -0.208314821, -0.377602845, 0.784746945, -0.491516471)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6151. LS.C0=clerp(LS.C0,CFrame.new(-0.685598373, 0.120894209, -1.14528656, -0.00427800091, -0.446924984, -0.894561291, -0.936313629, 0.315911323, -0.153352395, 0.351139039, 0.836933851, -0.419813454)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6152. RH.C0=clerp(RH.C0,CFrame.new(0.561112285, -1.96840513, -0.132424518, 0.997229636, -0.0668219775, -0.0326774903, 0.0630380437, 0.992407203, -0.105613947, 0.0394867025, 0.103261441, 0.993870258)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6153. LH.C0=clerp(LH.C0,CFrame.new(-0.587659001, -2.02713561, -0.216531113, 0.997466862, 0.064358905, 0.0302954875, -0.0576775633, 0.981032014, -0.185066432, -0.0416315123, 0.182850242, 0.982259035)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6154. end
  6155. nos=false
  6156. Effect(e,modecolor[1],r1.CFrame*CFrame.new(0,-1,0),70,70,151,313,313,-1,.02,"Sphere",6,0,"")
  6157. Effect(e,modecolor[2],r2.CFrame*CFrame.new(0,-1,0),70,70,151,313,313,-1,.02,"Sphere",6,0,"")
  6158. Effect(e,modecolor[1],CFrame.new((b1.Position+b2.Position)/2,b2.Position)*CFrame.Angles(0,math.rad(90),0),((b1.Position-b2.Position).magnitude)*5,1200,1200,0,214,214,.04,"Cylinder",6,0,"")
  6159. Effect(e,modecolor[2],CFrame.new((b3.Position+b4.Position)/2,b4.Position)*CFrame.Angles(0,math.rad(90),0),((b3.Position-b4.Position).magnitude)*5,1200,1200,0,214,214,.04,"Cylinder",6,0,"")
  6160. r1:Remove()
  6161. r2:Remove()
  6162. coroutine.resume(coroutine.create(function(sound)
  6163. for i=4,0,-.02 do
  6164. swait()
  6165. sound.Volume=i
  6166. end
  6167. sound:Remove()
  6168. end),beem)
  6169. pssounds(Head,"1405841099",4,1,1.1,2)
  6170. for i=0,1,0.002 do
  6171. swait()
  6172. if chargggg>1 then
  6173. chargggg=chargggg-1
  6174. else
  6175. chargggg=0
  6176. end
  6177. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.4,0),chargggg/5,chargggg/5,chargggg/5,0,0,0,.07,"Sphere",6,0,"")
  6178. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.4,0),chargggg/5,chargggg/5,chargggg/5,0,0,0,.07,"Sphere",6,0,"")
  6179. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),chargggg/5,chargggg/5,chargggg/5,-chargggg/45,-chargggg/45,-chargggg/45,.07,"Sphere",3,chargggg/90,"")
  6180. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(0,-1.4,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),chargggg/5,chargggg/5,chargggg/5,-chargggg/45,-chargggg/45,-chargggg/45,.07,"Sphere",3,chargggg/90,"")
  6181. RJ.C0=clerp(RJ.C0,CFrame.new(-7.30156898e-07, -1.58954287, -0.417309731, 0.992864251, 5.0672287e-07, 0.119250759, -0.0995299891, 0.550817847, 0.828669786, -0.0656850263, -0.834625423, 0.546887398)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6182. Neck.C0=clerp(Neck.C0,CFrame.new(0.0164930299, 1.56599212, -0.137325108, 0.992864251, 0.0406638645, -0.112103499, 5.0672287e-07, 0.940063834, 0.34099853, 0.119250759, -0.33856529, 0.933355868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6183. RS.C0=clerp(RS.C0,CFrame.new(1.47595191, 0.308045745, -0.688147485, 0.978854239, -0.17946218, -0.0981730223, -0.0281764083, 0.35706231, -0.9336555, 0.202609748, 0.916678846, 0.344455302)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6184. LS.C0=clerp(LS.C0,CFrame.new(-1.32013774, 0.329404235, -1.06252456, 0.999193132, -0.0401528329, 0.0009828154, 0.0107988548, 0.244997367, -0.969463646, 0.0386859253, 0.968692183, 0.245233282)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6185. RH.C0=clerp(RH.C0,CFrame.new(0.604998469, -2.03593922, 0.297619581, 0.980971396, -0.0625304878, -0.18380776, 0.111231685, 0.956951916, 0.268086821, 0.159131616, -0.283430696, 0.945697844)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6186. LH.C0=clerp(LH.C0,CFrame.new(-0.660171807, -2.07677317, 0.378259897, 0.989416718, 0.143973798, -0.0180670768, -0.130380929, 0.936760008, 0.324779212, 0.0636842251, -0.318986356, 0.945617378)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  6187. end
  6188. hum.AutoRotate=true
  6189. elseif mode=="Celestial" then
  6190.  
  6191. elseif mode=="Glacier" then
  6192.  
  6193. elseif mode=="Desperation" then
  6194.  
  6195. elseif mode=="Saint" then
  6196.  
  6197. elseif mode=="Dreary" then
  6198.  
  6199. elseif mode=="Jade" then
  6200.  
  6201. elseif mode=="Psychosis" then
  6202.  
  6203. elseif mode=="Conflagration" then
  6204.  
  6205. elseif mode=="Lullaby" then
  6206.  
  6207. elseif mode=="Somnambulist" then
  6208.  
  6209. elseif mode=="Amativeness" then
  6210.  
  6211. elseif mode=="Nil" then
  6212.  
  6213. elseif mode=="Wither" then
  6214.  
  6215. elseif mode=="True Catastrophe" then
  6216.  
  6217. elseif mode=="Cyclone" then
  6218. hum.WalkSpeed=0
  6219. hum.JumpPower=0
  6220. sounds(Root,"588697034",3,.8)
  6221. local aaaa=0
  6222. for i=0,1,0.005 do
  6223. swait()
  6224. aaaa=aaaa+1
  6225. if aaaa>=13 then
  6226. aaaa=0
  6227. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),6+120*i,6+120*i,6+120*i,-.1-9*i,-.1-9*i,-.1-9*i,.06,"Brick",6,0,"")
  6228. end
  6229. RJ.C0=clerp(RJ.C0,CFrame.new(-0.0609225035, -0.349407375, -0.0278450549, 0.783426106, -0.212623253, 0.583981931, -1.86445504e-05, 0.939647734, 0.342143357, -0.621485054, -0.268054903, 0.736140609)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6230. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0529611632, 1.46088076, -0.143510982, 0.962722003, -0.0185054541, -0.269859612, 0.0754123926, 0.976462781, 0.202072918, 0.259768367, -0.214890763, 0.94145757)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6231. RS.C0=clerp(RS.C0,CFrame.new(0.255630672, 0.270662814, -0.841491461, -0.166321695, 0.928941846, 0.330763221, 0.936870813, 0.2535007, -0.240853563, -0.307587624, 0.269823223, -0.912461102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6232. LS.C0=clerp(LS.C0,CFrame.new(-1.87335539, 0.089951396, 0.178920537, 0.392104208, 0.916351676, 0.0809571743, -0.901343644, 0.365098536, 0.232986391, 0.183940083, -0.164325267, 0.96910435)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6233. RH.C0=clerp(RH.C0,CFrame.new(0.959038377, -1.53307605, -0.72085458, 0.817428708, -0.167428285, -0.551160932, -0.0907151699, 0.907470167, -0.410205722, 0.568841994, 0.385312527, 0.726603806)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6234. LH.C0=clerp(LH.C0,CFrame.new(-0.808551192, -1.91699708, 0.000512048602, 0.954020739, 0.259777963, -0.149533063, -0.26389128, 0.964519203, -0.00800399482, 0.142148197, 0.047096435, 0.988724411)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6235. end
  6236. Effect(e,modecolor[2],CFrame.new(Root.Position),1,1,1,65,65,65,.06,"Sphere",6,0,"")
  6237. Effect(e,modecolor[1],CFrame.new(Root.Position),1,1,1,6,6,6,.03,"Sphere",6,0,"")
  6238. sounds(Root,"588738198",4,.8)
  6239. for i=0,1,0.04 do
  6240. swait()
  6241. RJ.C0=clerp(RJ.C0,CFrame.new(-0.0609225035, -0.349407375, -0.0278450549, 0.783426106, -0.212623253, 0.583981931, -1.86445504e-05, 0.939647734, 0.342143357, -0.621485054, -0.268054903, 0.736140609)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6242. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0529611632, 1.46088076, -0.143510982, 0.962722003, -0.0185054541, -0.269859612, 0.0754123926, 0.976462781, 0.202072918, 0.259768367, -0.214890763, 0.94145757)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6243. RS.C0=clerp(RS.C0,CFrame.new(0.255630672, 0.270662814, -0.841491461, -0.166321695, 0.928941846, 0.330763221, 0.936870813, 0.2535007, -0.240853563, -0.307587624, 0.269823223, -0.912461102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6244. LS.C0=clerp(LS.C0,CFrame.new(-1.87335539, 0.089951396, 0.178920537, 0.392104208, 0.916351676, 0.0809571743, -0.901343644, 0.365098536, 0.232986391, 0.183940083, -0.164325267, 0.96910435)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6245. RH.C0=clerp(RH.C0,CFrame.new(0.959038377, -1.53307605, -0.72085458, 0.817428708, -0.167428285, -0.551160932, -0.0907151699, 0.907470167, -0.410205722, 0.568841994, 0.385312527, 0.726603806)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6246. LH.C0=clerp(LH.C0,CFrame.new(-0.808551192, -1.91699708, 0.000512048602, 0.954020739, 0.259777963, -0.149533063, -0.26389128, 0.964519203, -0.00800399482, 0.142148197, 0.047096435, 0.988724411)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  6247. end
  6248. hum.WalkSpeed=6
  6249. local torn=create("Sound"){
  6250. Parent=chr,
  6251. SoundId="rbxassetid://1637648744",
  6252. Volume=4,
  6253. PlaybackSpeed=1,
  6254. MaxDistance=66666666,
  6255. EmitterSize=70,
  6256. Name="Wind",
  6257. Looped=true}
  6258. local spinny=0
  6259. local wat=.1
  6260. local did=false
  6261. local wond=particles(Root,.5,"White","1487252021",.7,1,"Back",80,130,0,1,.7,1.4,55,55,120,44444,false)
  6262. wond.Speed=NRn(100,170)
  6263. wond.Enabled=false
  6264. for i=0,1.5,0.0015 do
  6265. swait()
  6266. wat=wat+.007
  6267. spinny=spinny+19+(i*145)
  6268. if i>=.25 then
  6269. wond.Enabled=true
  6270. if not did then
  6271. did=true
  6272. cooldisable=true
  6273. torn:Play()
  6274. torn.EmitterSize=70
  6275. Effect(e,modecolor[2],CFrame.new(Root.Position),46,46,46,95,95,95,.03,"Sphere",6,0,"")
  6276. end
  6277. wond.Speed=NRn(100+110*i,170+110*i)
  6278. wond.Size=NSn({NSKp(0,80),NSKp(1,130+280*i)})
  6279. CameraShake(100,Root,3,.2)
  6280. Effect(e,modecolor[1],CFrame.new(Root.Position),46,46,46,17+110*i,75+190*i,17+110*i,.07,"Sphere",6,0,"")
  6281. Effect(e,modecolor[2],CFrame.new(Root.Position),46,1,46,20+80*i,0,20+80*i,.04,"Sphere",6,0,"")
  6282. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(20+spinny),0),12,6,12,5+50*i,1+12*i,5+50*i,.06,"FileMesh",2,math.random(-23,-13),"1051557")
  6283. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(20+spinny),0),12,6,12,5+25*i,1+52*i,5+25*i,.06,"FileMesh",2,math.random(-23,-13),"1051557")
  6284. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(20+spinny),0)*CFrame.new(0,-3,150+450*i),6+150*i,3+3*i,26+350*i,0,0,0,.04,"Sphere",3,-2-21*i,"")
  6285. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(90+spinny),0)*CFrame.new(0,-3,150+450*i),6+150*i,3+3*i,26+350*i,0,0,0,.04,"Sphere",3,-2-21*i,"")
  6286. Mdamage("None",Root,40+220*i,math.random(20,30),.1,"")
  6287. else
  6288. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(20+spinny),0)*CFrame.new(0,-3,20+450*i),6+150*i,3+3*i,26+350*i,0,0,0,.04,"Sphere",3,-1-17*i,"")
  6289. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,-math.rad(90+spinny),0)*CFrame.new(0,-3,20+450*i),6+150*i,3+3*i,26+350*i,0,0,0,.04,"Sphere",3,-1-17*i,"")
  6290. Mdamage("None",Root,10,1,0,"")
  6291. end
  6292. hum.WalkSpeed=6
  6293. sounds(Root,"1168586995",1.5,.8+2.2*i)
  6294. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,-math.rad(20+spinny),0),wat)
  6295. Neck.C0=clerp(Neck.C0,CFrame.new(-1.55048838e-07, 1.50001931, 1.91373329e-06, 0.892944276, -4.68375339e-17, -0.450167149, 1.35050141e-05, 1, 2.67883279e-05, 0.450167149, -2.99999992e-05, 0.892944276)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6296. RS.C0=clerp(RS.C0,CFrame.new(1.82802474, 0.694250584, 0.464729995, -0.0969680175, -0.832421303, -0.545593262, 0.976318359, -0.186068714, 0.110367753, -0.193390325, -0.52197057, 0.830750763)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6297. LS.C0=clerp(LS.C0,CFrame.new(-1.9459908, 0.310187966, -0.4370296, 0.19140403, 0.913549304, -0.358876318, -0.971780241, 0.125025451, -0.200029209, -0.137867868, 0.38703531, 0.911699653)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6298. RH.C0=clerp(RH.C0,CFrame.new(0.535116136, -1.99771881, 0.00347112119, 0.992949247, -0.0667743534, -0.0979442447, 0.0665349588, 0.997767746, -0.00571202161, 0.098107025, -0.000844968657, 0.99517554)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6299. LH.C0=clerp(LH.C0,CFrame.new(-0.577040434, -1.99506962, 0.0060280934, 0.994866133, 0.0647972524, 0.077735357, -0.0646003485, 0.997898459, -0.00504769059, -0.0778990686, 4.56493581e-08, 0.996961355)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6300. end
  6301. Effect(e,modecolor[2],CFrame.new(Root.Position),46,1,46,107,0,107,.02,"Sphere",6,0,"")
  6302. hum.WalkSpeed=0
  6303. cooldisable=false
  6304. wond.Enabled=false
  6305. game:GetService("Debris"):AddItem(wond,4)
  6306. coroutine.resume(coroutine.create(function(sound)
  6307. for i=4,0,-.02 do
  6308. swait()
  6309. sound.Volume=i
  6310. end
  6311. sound:Remove()
  6312. end),torn)
  6313. pssounds(Head,"1405841099",4,1,1.1,2)
  6314. for i=0,1,0.003 do
  6315. swait()
  6316. RJ.C0=clerp(RJ.C0,CFrame.new(-0.148705244, -1.08967888, -0.315730721, 0.727024734, 0.25166297, -0.638827741, 0.287398636, 0.733438492, 0.616011441, 0.623568118, -0.631453693, 0.460900337)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6317. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0877710432, 1.45781052, 0.0944968164, 0.646650076, -0.0405399427, 0.761708856, 0.311050057, 0.9258039, -0.214791417, -0.696485221, 0.375824451, 0.611281037)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6318. RS.C0=clerp(RS.C0,CFrame.new(1.89409137, 0.619577706, 0.270545632, -0.108459473, -0.933510303, -0.341753483, 0.986093879, -0.144573912, 0.0819596797, -0.12591885, -0.328111708, 0.936209023)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6319. LS.C0=clerp(LS.C0,CFrame.new(-1.61957514, -0.240693212, -0.458504736, 0.708091497, 0.526578486, 0.470448524, 0.0836040974, 0.599036932, -0.796344995, -0.701154113, 0.60321641, 0.380148768)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6320. RH.C0=clerp(RH.C0,CFrame.new(1.04858029, -1.85447443, -0.19052887, 0.584949732, -0.539016426, 0.606048882, 0.522510171, 0.821940362, 0.226709783, -0.620336294, 0.18405287, 0.762435317)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6321. LH.C0=clerp(LH.C0,CFrame.new(-0.399539828, -1.98179674, 0.287225902, 0.724310756, -0.31699872, 0.612279415, -0.00743031502, 0.884398162, 0.466674119, -0.689433813, -0.34256649, 0.638223648)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6322. end
  6323. elseif mode=="Minstrel" then
  6324.  
  6325. elseif mode=="Sombra" then
  6326.  
  6327. elseif mode=="Fictitious" then
  6328.  
  6329. elseif mode=="Benevolence" then
  6330.  
  6331. end
  6332. attack=false
  6333. end
  6334.  
  6335.  
  6336. local sceeene=false
  6337. function SCENE()
  6338. attack=true
  6339. sceeene=true
  6340. hum.WalkSpeed=0
  6341. hum.JumpPower=0
  6342. hum.AutoRotate=false
  6343. theme.SoundId="rbxassetid://899847720"
  6344. lastsong="899847720"
  6345. theme.Parent=chr
  6346. theme.Volume=2
  6347. theme.PlaybackSpeed=1
  6348. theme.TimePosition=0
  6349. theme:Play()
  6350. musicset="Global"
  6351. coroutine.resume(coroutine.create(function()
  6352. swait(19)
  6353. sounds(Root,"588734356",4,1.5)
  6354. Effect(e,"Rust",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6355. Effect(e,"Dusty Rose",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6356. Effect(e,"Rust",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6357. Effect(e,"Dusty Rose",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6358. swait(19)
  6359. sounds(Root,"588734356",4,1.5)
  6360. Effect(e,"Deep blue",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6361. Effect(e,"Deep orange",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6362. Effect(e,"Deep blue",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6363. Effect(e,"Deep orange",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6364. swait(19)
  6365. sounds(Root,"588734356",4,1.5)
  6366. Effect(e,"Pastel light blue",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6367. Effect(e,"Cool yellow",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6368. Effect(e,"Pastel light blue",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6369. Effect(e,"Cool yellow",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6370. swait(19)
  6371. sounds(Root,"588734356",4,1.5)
  6372. Effect(e,"Bright blue",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6373. Effect(e,"Baby blue",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6374. Effect(e,"Bright blue",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6375. Effect(e,"Baby blue",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6376. swait(19)
  6377. sounds(Root,"588734356",4,1.5)
  6378. Effect(e,"Mulberry",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6379. Effect(e,"Dark indigo",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6380. Effect(e,"Mulberry",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6381. Effect(e,"Dark indigo",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6382. swait(19)
  6383. sounds(Root,"588734356",4,1.5)
  6384. Effect(e,"Daisy orange",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6385. Effect(e,"Buttermilk",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6386. Effect(e,"Daisy orange",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6387. Effect(e,"Buttermilk",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6388. swait(19)
  6389. sounds(Root,"588734356",4,1.5)
  6390. Effect(e,"Fossil",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6391. Effect(e,"Bright red",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6392. Effect(e,"Fossil",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6393. Effect(e,"Bright red",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6394. swait(19)
  6395. sounds(Root,"588734356",4,1.5)
  6396. Effect(e,"Forest green",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6397. Effect(e,"Shamrock",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6398. Effect(e,"Forest green",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6399. Effect(e,"Shamrock",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6400. swait(19)
  6401. sounds(Root,"588734356",4,1.5)
  6402. Effect(e,"Really red",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6403. Effect(e,"Crimson",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6404. Effect(e,"Really red",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6405. Effect(e,"Crimson",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6406. swait(19)
  6407. sounds(Root,"588734356",4,1.5)
  6408. Effect(e,"Br. yellowih orange",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6409. Effect(e,"Neon orange",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6410. Effect(e,"Br. yellowih orange",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6411. Effect(e,"Neon orange",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6412. swait(19)
  6413. sounds(Root,"588734356",4,1.5)
  6414. Effect(e,"Navy blue",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6415. Effect(e,"Lapis",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6416. Effect(e,"Navy blue",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6417. Effect(e,"Lapis",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6418. swait(19)
  6419. sounds(Root,"588734356",4,1.5)
  6420. Effect(e,"Alder",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6421. Effect(e,"Pastel violet",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6422. Effect(e,"Alder",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6423. Effect(e,"Pastel violet",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6424. swait(19)
  6425. sounds(Root,"588734356",4,1.5)
  6426. Effect(e,"Carnation pink",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6427. Effect(e,"Pink",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6428. Effect(e,"Carnation pink",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6429. Effect(e,"Pink",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6430. swait(19)
  6431. sounds(Root,"588734356",4,1.5)
  6432. local ran1=Effect(e,"White",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6433. local ran2=Effect(e,"White",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6434. local ran3=Effect(e,"White",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6435. local ran4=Effect(e,"White",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6436. coroutine.resume(coroutine.create(function(r1,r2,r3,r4)
  6437. repeat
  6438. swait()
  6439. r1.Color=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  6440. r2.Color=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  6441. r3.Color=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  6442. r4.Color=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  6443. until r1.Parent==nil
  6444. end),ran1,ran2,ran3,ran4)
  6445. swait(19)
  6446. sounds(Root,"588734356",4,1.5)
  6447. Effect(e,"Royal purple",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6448. Effect(e,"Bright violet",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6449. Effect(e,"Royal purple",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6450. Effect(e,"Bright violet",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6451. swait(19)
  6452. sounds(Root,"588734356",4,1.5)
  6453. Effect(e,"Magenta",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6454. Effect(e,"Bright reddish lilac",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6455. Effect(e,"Magenta",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6456. Effect(e,"Bright reddish lilac",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6457. swait(19)
  6458. sounds(Root,"588734356",4,1.5)
  6459. Effect(e,"Mint",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6460. Effect(e,"White",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6461. Effect(e,"Mint",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6462. Effect(e,"White",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6463. swait(19)
  6464. sounds(Root,"588734356",4,1.5)
  6465. local ran5=Effect(e,"White",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6466. local ran6=Effect(e,"White",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6467. local ran7=Effect(e,"White",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6468. local ran8=Effect(e,"White",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6469. coroutine.resume(coroutine.create(function(r1,r2,r3,r4)
  6470. repeat
  6471. swait()
  6472. local radcolor2=function(col)
  6473. return math.rad(col/255*360)
  6474. end
  6475. local sine2=math.deg(tick()*3)
  6476. local rs2=math.abs(math.sin(radcolor2(sine2 + 10)))
  6477. local g2=math.abs(math.sin(radcolor2(sine2 + 85)))
  6478. local b2=math.abs(math.sin(radcolor2(sine2 + 170)))
  6479. local ra1d=Color3.new(150/255*rs2,150/255*g2,150/255*b2)
  6480. r1.Color=ra1d
  6481. r2.Color=ra1d
  6482. r3.Color=ra1d
  6483. r4.Color=ra1d
  6484. until r1.Parent==nil
  6485. end),ran5,ran6,ran7,ran8)
  6486. swait(19)
  6487. sounds(Root,"588734356",4,1.5)
  6488. Effect(e,"Really black",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6489. Effect(e,"Smoky grey",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6490. Effect(e,"Really black",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6491. Effect(e,"Smoky grey",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6492. swait(19)
  6493. sounds(Root,"588734356",4,1.5)
  6494. Effect(e,"Lime green",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6495. Effect(e,"Dark green",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6496. Effect(e,"Lime green",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6497. Effect(e,"Dark green",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6498. swait(19)
  6499. sounds(Root,"588734356",4,1.5)
  6500. Effect(e,"New Yeller",Root.CFrame,34,34,34,6,6,6,.04,"Sphere",6,0,"")
  6501. Effect(e,"Wheat",Root.CFrame,28,28,28,6,6,6,.03,"Brick",1,0,"")
  6502. Effect(e,"New Yeller",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.02,0,0.02,.05,"FileMesh",2,math.random(-42,42),"662585058")
  6503. Effect(e,"Wheat",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,0.023,0,0.023,.06,"FileMesh",2,math.random(-42,42),"662585058")
  6504. end))
  6505. local bbbb=create("Sound"){
  6506. Parent=chr,
  6507. SoundId="rbxassetid://1106011352",
  6508. Volume=5,
  6509. PlaybackSpeed=.99,
  6510. MaxDistance=66666666,
  6511. Name="h",
  6512. }
  6513. local pitch=create("PitchShiftSoundEffect"){
  6514. Parent=bbbb,
  6515. Octave=1.1,
  6516. Priority=2,
  6517. Enabled=true
  6518. }
  6519. bbbb:Play()
  6520. for i=0,1,0.003 do
  6521. swait()
  6522. RJ.C0=clerp(RJ.C0,CFrame.new(7.90665181e-16, -0.888474584, -0.103190288, 1, -8.74984293e-16, -1.62320603e-16, -8.89913143e-16, 0.983224392, 0.18240051, 0, -0.182400495, 0.983224392)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6523. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.39045787, -0.333752513, 1, 0, 0, 0, 0.69015336, 0.72366333, 0, -0.72366333, 0.69015336)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6524. RS.C0=clerp(RS.C0,CFrame.new(0.513662994, 0.366876334, -0.648799419, 0.150392085, 0.653805733, 0.741566181, 0.913243771, 0.195409685, -0.357492834, -0.378639996, 0.730994761, -0.567695856)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6525. LS.C0=clerp(LS.C0,CFrame.new(-0.577621937, 0.241150022, -0.49050945, 0.0792420059, -0.788343132, -0.610111415, -0.831878126, 0.284939051, -0.476223528, 0.54927206, 0.545275271, -0.633226156)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6526. RH.C0=clerp(RH.C0,CFrame.new(0.529608369, -1.15183091, -0.792967141, 0.992787778, -0.0781879127, -0.090879105, 0.0462495685, 0.949162662, -0.311370105, 0.11060442, 0.304921329, 0.945933402)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6527. LH.C0=clerp(LH.C0,CFrame.new(-0.689086437, -1.66652882, 0.703186154, 0.976166487, 0.111023322, 0.186475262, -0.215613052, 0.398331523, 0.891539872, 0.024702739, -0.910497665, 0.412775934)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  6528. end
  6529. local aaaaaaaaaaa=create("Sound"){
  6530. Parent=chr,
  6531. SoundId="rbxassetid://898407368",
  6532. Volume=4,
  6533. PlaybackSpeed=.4,
  6534. MaxDistance=66666666,
  6535. EmitterSize=40,
  6536. Name="a",
  6537. }
  6538. aaaaaaaaaaa:Play()
  6539. Root.Anchored=true
  6540. for i=0,1,0.003 do
  6541. swait()
  6542. RJ.C0=clerp(RJ.C0,CFrame.new(7.90665128e-16, 0+3*i, -0.103190526, 1, -8.81507029e-16, -1.22028212e-16, -8.89913143e-16, 0.990553975, 0.137123734, 0, -0.137123734, 0.990553975)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6543. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.28379917, -0.458435208, 1, 0, 0, 0, 0.563259363, 0.826280236, 0, -0.826280236, 0.563259363)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6544. RS.C0=clerp(RS.C0,CFrame.new(0.377941519, 0.146628588, -0.71543026, 0.0160290059, 0.670690298, 0.741564333, 0.830754519, 0.403785288, -0.383150905, -0.556408405, 0.622199357, -0.550706744)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6545. LS.C0=clerp(LS.C0,CFrame.new(-0.649980903, 0.15853703, -0.573485672, 0.0280089993, -0.791821122, -0.610110581, -0.784066558, 0.36119011, -0.504758954, 0.620044649, 0.492505133, -0.610723794)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6546. RH.C0=clerp(RH.C0,CFrame.new(0.560044289, -1.33567655, -0.616201997, 0.992787898, -0.0423615351, -0.112150185, 0.051272735, 0.995649457, 0.0778038204, 0.108366363, -0.0829929113, 0.990640759)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6547. LH.C0=clerp(LH.C0,CFrame.new(-0.620171309, -1.95321918, 0.433834553, 0.996040225, 0.0874377713, 0.0160805471, -0.0863595828, 0.908609152, 0.40862155, 0.0211180225, -0.408392191, 0.912562311)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6548. end
  6549.  
  6550.  
  6551. if didcc then
  6552. colorcor2=create("ColorCorrectionEffect"){
  6553. Parent=game:GetService("Lighting"),
  6554. Brightness=0,
  6555. TintColor=Color3.new(1,1,1)
  6556. }
  6557. end
  6558.  
  6559. local oooo=create("Frame"){
  6560. Name="h",
  6561. Parent=MainGui,
  6562. BackgroundTransparency=1,
  6563. BackgroundColor3=Color3.new(1,0,0),
  6564. AnchorPoint=Vector2.new(.5,.5),
  6565. Position=UDim2.new(.5,0,.5,0),
  6566. Size=UDim2.new(1,0,1,0),
  6567. ZIndex=99
  6568. }
  6569.  
  6570. local hai=0
  6571. local hai2=1
  6572. local eeeeee=false
  6573. for i=0,1,0.0034 do
  6574. swait()
  6575. if i>=.4 then
  6576. if hai>=-1 then
  6577. hai=hai-.02
  6578. if didcc then
  6579. colorcor2.Contrast=hai
  6580. end
  6581. else
  6582. if didcc then
  6583. colorcor2.Contrast=-1
  6584. end
  6585. end
  6586. if hai2>0 then
  6587. hai2=hai2-.02
  6588. if didcc then
  6589. colorcor2.TintColor=Color3.new(1,hai2,hai2)
  6590. end
  6591. else
  6592. if didcc then
  6593. colorcor2.TintColor=Color3.new(1,0,0)
  6594. end
  6595. oooo.BackgroundTransparency=oooo.BackgroundTransparency-.04
  6596. end
  6597. end
  6598. if i>=.65 then
  6599. Effect(e,"Bright red",CFrame.new(Root.Position)*CFrame.Angles(0,0,math.rad(90)),29999,30,30,0,6+120*i,6+120*i,.06,"Cylinder",6,0,"")
  6600. if not eeeeee then
  6601. eeeeee=true
  6602. sounds(chr,"151304356",4,1.2)
  6603. CameraShake(120,Root,3,.02)
  6604. Effect(e,"Bright red",CFrame.new(Root.Position),30,30,30,120,120,120,.007,"Sphere",6,0,"")
  6605. Effect(e,"Black",CFrame.new(Root.Position),30,30,30,80,80,80,.007,"Sphere",6,0,"")
  6606. for i=1,16 do
  6607. Effect(e,"Bright red",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),60,60,210,0,0,62,.006,"Sphere",3,math.random(20,60)/3,"")
  6608. Effect(e,"Black",CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),60,60,210,0,0,62,.006,"Sphere",3,math.random(20,60)/3,"")
  6609. end
  6610. end
  6611. end
  6612. Effect(e,"Bright red",CFrame.new(Root.Position-Vector3.new(0,3,0)),4,6,4,3+12*i,-.09-.2*i,3+12*i,.05,"FileMesh",2,math.random(-21,21),"20329976")
  6613. Effect(e,"Black",CFrame.new(Root.Position-Vector3.new(0,3,0)),5,1,5,3+21*i,0+.1*i,3+21*i,.05,"FileMesh",2,math.random(-21,21),"20329976")
  6614. Effect(e,"Bright red",CFrame.new(Torso.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01+.01*i,.01+.002*i,.01+.005*i,0.008+.045*i,0+.007*i,0.008+.045*i,.04,"FileMesh",2,math.random(-42,42),"662585058")
  6615. Effect(e,"Black",CFrame.new(Torso.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.03+.01*i,.002+.01*i,.01+.005*i,0.008+.045*i,0+.007*i,0.008+.045*i,.04,"FileMesh",2,math.random(-42,42),"662585058")
  6616. RJ.C0=clerp(RJ.C0,CFrame.new(8.0110735e-16, 3, -0.00556911528, 1, -8.83554043e-16, 1.06197047e-16, -8.89913143e-16, 0.992854238, -0.119334169, 0, 0.119334169, 0.992854238)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.07)
  6617. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.500687, -0.130288333, 1, 0, 0, 0, 0.999960244, -0.00893263519, 0, 0.00893263519, 0.999960244)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.07)
  6618. RS.C0=clerp(RS.C0,CFrame.new(0.553437829, 1.26738191, -0.689517856, -0.107157975, 0.134779975, 0.985064268, 0.730266452, -0.661679804, 0.169973746, 0.674706161, 0.737573385, -0.0275210254)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(10),0,0),.03)
  6619. LS.C0=clerp(LS.C0,CFrame.new(-0.550792873, 1.09681273, -0.911650717, 0.317305148, -0.516378164, -0.795406222, -0.703134537, -0.690914273, 0.168046087, -0.636332929, 0.505955637, -0.582313895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.03)
  6620. RH.C0=clerp(RH.C0,CFrame.new(0.550908804, -1.42025781, -0.279402405, 0.992787778, -0.0396943614, -0.113123454, 0.0771497786, 0.933785558, 0.349417597, 0.0917631388, -0.355624974, 0.930113256)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.07)
  6621. LH.C0=clerp(LH.C0,CFrame.new(-0.62327081, -1.958915, 0.558546841, 0.996040225, 0.0889021456, -0.000622689608, -0.0781466663, 0.878834844, 0.470683128, 0.0423919819, -0.468770653, 0.882302225)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.07)
  6622. end
  6623. oooo.BackgroundTransparency=0
  6624. bbbb:Remove()
  6625. hai=-1
  6626. hlastjp=200
  6627. hlastws=350
  6628. mode="Exhaustion"
  6629. modecolor={"Black","Bright red"}
  6630. modeMaterial={"Neon","Neon"}
  6631. aaaaaaaaaaa:Remove()
  6632. if didcc then
  6633. colorcor=create("ColorCorrectionEffect"){
  6634. Parent=game:GetService("Lighting"),
  6635. Brightness=-.1,
  6636. TintColor=Color3.new(1,10/255,10/255)
  6637. }
  6638. coroutine.resume(coroutine.create(function()
  6639. repeat
  6640. swait()
  6641. if colorcor.Parent==nil then
  6642. colorcor=create("ColorCorrectionEffect"){
  6643. Parent=game:GetService("Lighting"),
  6644. Brightness=-.1,
  6645. TintColor=Color3.new(1,10/255,10/255)
  6646. }
  6647. end
  6648. until mode~="Exhaustion" or died
  6649. colorcor.TintColor=Color3.new(1,1,1)
  6650. colorcor.Brightness=1
  6651. for i=1,0,-.02 do
  6652. swait()
  6653. colorcor.Brightness=i
  6654. end
  6655. colorcor:Remove()
  6656. end))
  6657. end
  6658. for i=0,1,0.006 do
  6659. swait()
  6660. if didcc then
  6661. if hai<0 then
  6662. hai=hai+.01
  6663. colorcor2.Contrast=hai
  6664. else
  6665. colorcor2.Contrast=0
  6666. end
  6667. end
  6668. oooo.BackgroundTransparency=oooo.BackgroundTransparency+.04
  6669. RJ.C0=clerp(RJ.C0,CFrame.new(8.72875446e-16, 3, 0.0629569292, 1, -8.34839379e-16, 3.08202573e-16, -8.89913143e-16, 0.938113272, -0.346328825, 0, 0.346328825, 0.938113272)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6670. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.67064559, 0.332315087, 1, 0, 0, 0, 0.805889606, -0.59206599, 0, 0.59206599, 0.805889606)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6671. RS.C0=clerp(RS.C0,CFrame.new(1.86862934, 0.267060518, 0.592388749, 0.0273579992, -0.851368308, -0.523854673, 0.86469847, 0.283089399, -0.414918363, 0.501546025, -0.441624939, 0.743921518)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6672. LS.C0=clerp(LS.C0,CFrame.new(-1.63848305, 0.115716144, 0.190168887, 0.409409046, 0.806367755, 0.426796645, -0.813955069, 0.534147024, -0.228395224, -0.412142634, -0.253886253, 0.87503171)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6673. RH.C0=clerp(RH.C0,CFrame.new(0.550906003, -1.42025614, -0.279394597, 0.992787898, -0.0396923833, -0.11312259, 0.0771471038, 0.933787704, 0.34941256, 0.0917634666, -0.355619639, 0.930115223)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6674. LH.C0=clerp(LH.C0,CFrame.new(-0.623270631, -1.9589169, 0.558546543, 0.996039987, 0.0889048502, -0.000623053871, -0.0781489387, 0.87883538, 0.470681906, 0.0423934646, -0.468769312, 0.88230294)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6675. end
  6676. oooo:Remove()
  6677. if didcc then
  6678. colorcor2:Remove()
  6679. end
  6680. Root.Anchored=false
  6681. for i=0,1,0.008 do
  6682. swait()
  6683. RJ.C0=clerp(RJ.C0,CFrame.new(-3.6980914e-06, -0.449588776, -0.621427, 1.00000405, -3.05084882e-07, -2.14314809e-07, -3.52038143e-07, 0.683214366, 0.730217874, 8.19638544e-08, -0.730220675, 0.683217108)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6684. Neck.C0=clerp(Neck.C0,CFrame.new(3.3774129e-06, 1.55029535, -0.203696936, 1.00000405, -2.1180395e-07, -3.06474135e-07, -3.05084882e-07, 0.930489659, 0.366323978, -2.14314809e-07, -0.366327554, 0.93048799)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6685. RS.C0=clerp(RS.C0,CFrame.new(1.55914211, 0.105042607, -0.488349229, 0.971694648, -0.205122992, -0.117210031, 0.0728064924, 0.731983721, -0.677422583, 0.224749923, 0.649711311, 0.726198792)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6686. LS.C0=clerp(LS.C0,CFrame.new(-1.36498392, 0.0252597928, -0.471892148, 0.975959957, 0.181520477, 0.120668024, -0.066244483, 0.774426937, -0.629189193, -0.207658514, 0.606064022, 0.767833531)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6687. RH.C0=clerp(RH.C0,CFrame.new(0.527435601, -1.24733436, -1.08605909, 0.997010171, -0.0417864509, -0.0650296211, -0.023887625, 0.633549213, -0.77333504, 0.0735140666, 0.772573233, 0.630657017)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6688. LH.C0=clerp(LH.C0,CFrame.new(-0.529738009, -1.69837046, -0.59661448, 0.995207369, 0.0850940943, -0.0482228845, -0.0972723961, 0.809545159, -0.578944743, -0.0102261677, 0.580857992, 0.813941836)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)
  6689. end
  6690. for i=0,1,0.03 do
  6691. swait()
  6692. RJ.C0=clerp(RJ.C0,CFrame.new(-3.69809118e-06, -0.449589759, -0.621427298, 1.00000405, -3.05084882e-07, -2.14314809e-07, -3.52038143e-07, 0.683214366, 0.730217874, 8.19638544e-08, -0.730220675, 0.683217108)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6693. Neck.C0=clerp(Neck.C0,CFrame.new(3.37741335e-06, 1.55029404, -0.2036964, 1.00000405, -2.1180395e-07, -3.06474135e-07, -3.05084882e-07, 0.930489659, 0.366323978, -2.14314809e-07, -0.366327554, 0.93048799)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6694. RS.C0=clerp(RS.C0,CFrame.new(1.09735763, 1.14085054, 0.101528078, 0.929944932, 0.260669202, 0.259341896, 0.276643097, -0.960609555, -0.026458703, 0.242228076, 0.0963519588, -0.96542412)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6695. LS.C0=clerp(LS.C0,CFrame.new(-1.01801181, 1.29164231, -0.00174318254, 0.945636749, -0.145743698, -0.290747434, -0.19062683, -0.972692013, -0.132416338, -0.263508052, 0.180643693, -0.94759351)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6696. RH.C0=clerp(RH.C0,CFrame.new(0.527431786, -1.24733424, -1.08605933, 0.997010171, -0.0417864509, -0.0650296211, -0.023887625, 0.633549213, -0.77333504, 0.0735140666, 0.772573233, 0.630657017)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6697. LH.C0=clerp(LH.C0,CFrame.new(-0.52973789, -1.69836974, -0.596616387, 0.995207369, 0.0850940943, -0.0482228845, -0.0972723961, 0.809545159, -0.578944743, -0.0102261677, 0.580857992, 0.813941836)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6698. end
  6699. sounds(Head,"904785563",6,1.1)
  6700. for i=0,1,0.02 do
  6701. swait()
  6702. RJ.C0=clerp(RJ.C0,CFrame.new(-3.69809118e-06, -0.449589759, -0.621427298, 1.00000405, -3.05084882e-07, -2.14314809e-07, -3.52038143e-07, 0.683214366, 0.730217874, 8.19638544e-08, -0.730220675, 0.683217108)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6703. Neck.C0=clerp(Neck.C0,CFrame.new(-5.51342964e-07, 1.55029273, -0.203691781, 0.541459799, -4.10384786e-07, -0.840729117, 0.30798924, 0.930483699, 0.198356107, 0.782282114, -0.366338432, 0.503818274)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6704. RS.C0=clerp(RS.C0,CFrame.new(1.07990503, 1.10379744, 0.208959132, 0.864635706, 0.496511579, 0.0767169446, 0.414764553, -0.791609168, 0.448695391, 0.283510685, -0.356136322, -0.890387833)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6705. LS.C0=clerp(LS.C0,CFrame.new(-1.0347203, 1.28519344, -0.676189542, 0.90989852, -0.398329914, 0.115854032, -0.161703363, -0.597751915, -0.785205007, 0.382021934, 0.69572264, -0.608301938)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6706. RH.C0=clerp(RH.C0,CFrame.new(0.527431786, -1.24733424, -1.08605933, 0.997010171, -0.0417864509, -0.0650296211, -0.023887625, 0.633549213, -0.77333504, 0.0735140666, 0.772573233, 0.630657017)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6707. LH.C0=clerp(LH.C0,CFrame.new(-0.52973789, -1.69836974, -0.596616387, 0.995207369, 0.0850940943, -0.0482228845, -0.0972723961, 0.809545159, -0.578944743, -0.0102261677, 0.580857992, 0.813941836)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6708. end
  6709. sounds(Head,"904785563",6,1)
  6710. for i=0,1,0.02 do
  6711. swait()
  6712. RJ.C0=clerp(RJ.C0,CFrame.new(-3.69809118e-06, -0.449589759, -0.621427298, 1.00000405, -3.05084882e-07, -2.14314809e-07, -3.52038143e-07, 0.683214366, 0.730217874, 8.19638544e-08, -0.730220675, 0.683217108)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6713. Neck.C0=clerp(Neck.C0,CFrame.new(5.12599945e-06, 1.5502938, -0.203690082, 0.655167878, -1.91248034e-07, 0.755486131, -0.276759863, 0.930484593, 0.240009785, -0.702966273, -0.366335988, 0.609621525)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6714. RS.C0=clerp(RS.C0,CFrame.new(0.961473227, 1.14321971, -0.452726394, 0.660558939, 0.539085031, 0.52254492, 0.745713413, -0.390416354, -0.539897025, -0.0870417878, 0.746301711, -0.659893572)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6715. LS.C0=clerp(LS.C0,CFrame.new(-1.13187551, 1.24667835, 0.189129144, 0.741248131, -0.462994277, 0.485995352, -0.586029112, -0.799430013, 0.132226065, 0.327299654, -0.382817239, -0.863902688)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.5)
  6716. RH.C0=clerp(RH.C0,CFrame.new(0.527431786, -1.24733424, -1.08605933, 0.997010171, -0.0417864509, -0.0650296211, -0.023887625, 0.633549213, -0.77333504, 0.0735140666, 0.772573233, 0.630657017)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6717. LH.C0=clerp(LH.C0,CFrame.new(-0.52973789, -1.69836974, -0.596616387, 0.995207369, 0.0850940943, -0.0482228845, -0.0972723961, 0.809545159, -0.578944743, -0.0102261677, 0.580857992, 0.813941836)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6718. end
  6719. for i=0,1,0.04 do
  6720. swait()
  6721. RJ.C0=clerp(RJ.C0,CFrame.new(-3.78099935e-06, -0.158763409, -0.0750562772, 1.00000203, -2.27956491e-07, 1.09870058e-07, -1.08033419e-07, 0.983680904, -0.179922536, 1.49011612e-08, 0.179922953, 0.983682692)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6722. Neck.C0=clerp(Neck.C0,CFrame.new(3.81469727e-06, 1.39496338, 0.12226066, 1, 0, 0, 0, 0.954540431, -0.298081815, 0, 0.298081815, 0.954540431)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6723. RS.C0=clerp(RS.C0,CFrame.new(1.09804785, 1.22872341, -0.208669543, 0.971693993, 0.187399939, 0.143847808, 0.228428841, -0.900612712, -0.369753003, 0.06025948, 0.392145723, -0.917927504)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6724. LS.C0=clerp(LS.C0,CFrame.new(-1.07678545, 1.33759367, -0.218646467, 0.957844853, -0.267927229, -0.103674248, -0.287172467, -0.903099477, -0.319286317, -0.00808266178, 0.335599124, -0.941970468)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6725. RH.C0=clerp(RH.C0,CFrame.new(0.527427793, -1.97241783, -0.0230476558, 0.997008145, -0.0417861268, -0.065029569, 0.048926495, 0.992458284, 0.112396836, 0.0598424971, -0.115242213, 0.991533339)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6726. LH.C0=clerp(LH.C0,CFrame.new(-0.529738069, -1.80455089, 0.621008813, 0.995205343, 0.0850941762, -0.0482228063, -0.0611958914, 0.926340163, 0.371684432, 0.0762989074, -0.366951287, 0.927105963)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  6727. end
  6728. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6729. pssounds(chr,"1413550336",7,.99,1.15,2)
  6730. sounds(chr,"239000203",5,.6)
  6731. CameraShake(70,Root,3,.01)
  6732. Mdamage("None",Root,80,1,0,"")
  6733. for i=1,10 do
  6734. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01+.02*i,.01+.01*i,.01+.02*i,0.023+.02*i,0+.02*i,0.023+.02*i,.01,"FileMesh",2,math.random(-42,42),"662585058")
  6735. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.03+.02*i,.01+.01*i,.03+.02*i,0.023+.02*i,0+.02*i,0.023+.02*i,.01,"FileMesh",2,math.random(-42,42),"662585058")
  6736. end
  6737. for i=0,1,0.004 do
  6738. swait()
  6739. if i>=.9 then
  6740. Neck.C0=clerp(Neck.C0,CFrame.new(1.52587891e-05, 1.46438098, 0.162369549, 1, 0, 0, 0, 0.869634032, -0.493697166, 0, 0.493697166, 0.869634032)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  6741. else
  6742. Neck.C0=clerp(Neck.C0,CFrame.new(1.52587891e-05, 1.46438098, 0.162369549, 1, 0, 0, 0, 0.869634032, -0.493697166, 0, 0.493697166, 0.869634032)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),1)
  6743. end
  6744. RJ.C0=clerp(RJ.C0,CFrame.new(-1.5169102e-05, -0.527916968, -0.582974195, 1.00000203, -2.36807267e-07, -8.92071128e-08, -1.08033419e-07, 0.808918715, 0.587920606, 1.49011612e-08, -0.587921679, 0.808920264)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6745. RS.C0=clerp(RS.C0,CFrame.new(1.59466457, -0.00625419617, 0.392211348, -0.629480064, -0.670996666, -0.391814232, -0.0442290902, 0.534379125, -0.844087005, 0.775756955, -0.514006317, -0.366058528)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6746. LS.C0=clerp(LS.C0,CFrame.new(-1.60806954, 0.187746406, 0.407652617, -0.770509124, 0.62188226, 0.139922246, 0.370453209, 0.615507483, -0.695640147, -0.518729329, -0.48416239, -0.704632401)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6747. RH.C0=clerp(RH.C0,CFrame.new(0.537724316, -1.27610803, -0.940951169, 0.997008264, -0.0281633493, -0.0719824955, -0.00956071727, 0.879175425, -0.476402372, 0.0767023414, 0.475665271, 0.876275837)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6748. LH.C0=clerp(LH.C0,CFrame.new(-0.630433917, -1.98154593, -0.0169565752, 0.995205224, 0.0977284536, -0.00397620536, -0.0974515006, 0.994218946, 0.0450787246, 0.00835868716, -0.044475019, 0.998975575)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  6749. end
  6750. sceeene=false
  6751. hum.AutoRotate=true
  6752. attack=false
  6753. end
  6754.  
  6755. mouse.Button1Down:connect(function()
  6756. if died then
  6757. return
  6758. end
  6759. if attack==false then
  6760. idling=0
  6761. Attack()
  6762. end
  6763. end)
  6764.  
  6765.  
  6766. local showed=false
  6767. mouse.KeyDown:connect(function(k)
  6768. k=k:lower()
  6769. --lol rip keyboard
  6770. if died then
  6771. return
  6772. end
  6773. if attack==false then
  6774. --skills
  6775. if k=="z" then
  6776. idling=0
  6777. Skill1()
  6778. elseif k=="x" then
  6779. idling=0
  6780. Skill2()
  6781. elseif k=="c" then
  6782. idling=0
  6783. Skill3()
  6784. elseif k=="v" then
  6785. idling=0
  6786. Skill4()
  6787. end
  6788. --mode change
  6789. if page==1 then
  6790. if k=="q" and mode~="Rust" then --Rust
  6791. hlastjp=40
  6792. hlastws=16
  6793. mode="Rust"
  6794. modecolor={"Rust","Dusty Rose"}
  6795. modeMaterial={"CorrodedMetal","Neon"}
  6796. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6797. theme.SoundId="rbxassetid://1588725965"
  6798. lastsong="1588725965"
  6799. elseif k=="e" and mode~="Nova" then --Nova
  6800. hlastjp=50
  6801. hlastws=24
  6802. mode="Nova"
  6803. modecolor={"Deep blue","Deep orange"}
  6804. modeMaterial={"Glass","Neon"}
  6805. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6806. theme.SoundId="rbxassetid://1506771862"
  6807. lastsong="1506771862"
  6808. elseif k=="r" and mode~="Celestial" then --Celestial
  6809. hlastjp=50
  6810. hlastws=30
  6811.  
  6812. mode="Celestial"
  6813. modecolor={"Pastel light blue","Cool yellow"}
  6814. modeMaterial={"Neon","Marble"}
  6815. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6816. theme.SoundId="rbxassetid://1553685745"
  6817. lastsong="1553685745"
  6818. elseif k=="t" and mode~="Glacier" then --Glacier
  6819. hlastjp=50
  6820. hlastws=18
  6821. mode="Glacier"
  6822. modecolor={"Bright blue","Baby blue"}
  6823. modeMaterial={"Neon","Ice"}
  6824. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6825. theme.SoundId="rbxassetid://463231847"
  6826. lastsong="463231847"
  6827. elseif k=="y" and mode~="Desperation" then --Desperation
  6828. hlastjp=80
  6829. hlastws=34
  6830. mode="Desperation"
  6831. modecolor={"Mulberry","Dark indigo"}
  6832. modeMaterial={"Neon","Neon"}
  6833. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6834. theme.SoundId="rbxassetid://1506772596"
  6835. lastsong="1506772596"
  6836. elseif k=="u" and mode~="Saint" then --Saint
  6837. hlastjp=60
  6838. hlastws=60
  6839.  
  6840. mode="Saint"
  6841. modecolor={"Daisy orange","Buttermilk"}
  6842. modeMaterial={"Neon","SmoothPlastic"}
  6843. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6844. theme.SoundId="rbxassetid://1444036716"
  6845. lastsong="1444036716"
  6846. end
  6847. elseif page==2 then
  6848. if k=="q" and mode~="Dreary" then --Dreary
  6849. hlastjp=50
  6850. hlastws=22
  6851.  
  6852. mode="Dreary"
  6853. modecolor={"Fossil","Bright red"}
  6854. modeMaterial={"Foil","Neon"}
  6855. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6856. theme.SoundId="rbxassetid://1252665473"
  6857. lastsong="1252665473"
  6858. elseif k=="e" and mode~="Jade" then --Jade
  6859. hlastjp=65
  6860. hlastws=22
  6861.  
  6862. mode="Jade"
  6863. modecolor={"Forest green","Shamrock"}
  6864. modeMaterial={"Neon","Glass"}
  6865. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6866. theme.SoundId="rbxassetid://641175763"
  6867. lastsong="641175763"
  6868. elseif k=="r" then --Psychosis
  6869. hlastjp=30
  6870. hlastws=10
  6871.  
  6872. mode="Psychosis"
  6873. modecolor={"Really red","Crimson"}
  6874. modeMaterial={"Neon","DiamondPlate"}
  6875. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6876. theme.SoundId="rbxassetid://1588724716"
  6877. lastsong="1588724716"
  6878. elseif k=="t" and mode~="Conflagration" then --Conflagration
  6879. hlastjp=50
  6880. hlastws=25
  6881.  
  6882. mode="Conflagration"
  6883. modecolor={"Br. yellowish orange","Neon orange"}
  6884. modeMaterial={"Neon","Neon"}
  6885. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6886. theme.SoundId="rbxassetid://1538860798"
  6887. lastsong="1538860798"
  6888. elseif k=="y" then --Lullaby -> Somnambulist
  6889. hlastjp=60
  6890. hlastws=18
  6891. if mode~="Lullaby" then
  6892.  
  6893. mode="Lullaby"
  6894. modecolor={"Navy blue","Lapis"}
  6895. modeMaterial={"Glass","SmoothPlastic"}
  6896. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6897. theme.SoundId="rbxassetid://1215691669"
  6898. lastsong="1215691669"
  6899. else
  6900. hlastjp=120
  6901. hlastws=45
  6902. mode="Somnambulist"
  6903. modecolor={"Alder","Pastel violet"}
  6904. modeMaterial={"Neon","SmoothPlastic"}
  6905. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6906. theme.SoundId="rbxassetid://943708987"
  6907. lastsong="943708987"
  6908. end
  6909. elseif k=="u" and mode~="Amativeness" then --Amativeness
  6910. hlastjp=60
  6911. hlastws=22
  6912. mode="Amativeness"
  6913. modecolor={"Carnation pink","Pink"}
  6914. modeMaterial={"SmoothPlastic","Neon"}
  6915. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6916. theme.SoundId="rbxassetid://1587322940"
  6917. lastsong="1587322940"
  6918. elseif k=="p" and mode~="Nil" then --Nil
  6919. if true1 then
  6920. hlastjp=250
  6921. hlastws=150
  6922. mode="Nil"
  6923. modecolor={"White","White"}
  6924. modeMaterial={"Neon","Neon"}
  6925. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6926. theme.SoundId="rbxassetid://1931001768"
  6927. lastsong="1931001768"
  6928. end
  6929. end
  6930. elseif page==3 then
  6931. if k=="q" then --Wither -> True Catastrophe
  6932. if mode~="Wither" then
  6933. hlastjp=90
  6934. hlastws=80
  6935. mode="Wither"
  6936. modecolor={"Royal purple","Bright violet"}
  6937. modeMaterial={"Neon","Neon"}
  6938. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6939. theme.SoundId="rbxassetid://1453054770"
  6940. lastsong="1453054770"
  6941. else
  6942. if true1 then
  6943. hlastjp=150
  6944. hlastws=200
  6945. mode="True Catastrophe"
  6946. modecolor={"Magenta","Bright reddish lilac"}
  6947. modeMaterial={"Neon","Neon"}
  6948. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6949. theme.SoundId="rbxassetid://1037245665"
  6950. lastsong="1037245665"
  6951. end
  6952. end
  6953. elseif k=="e" and mode~="Cyclone" then --Cyclone
  6954. hlastjp=50
  6955. hlastws=300
  6956. mode="Cyclone"
  6957. modecolor={"Mint","White"}
  6958. modeMaterial={"Neon","Ice"}
  6959. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6960. theme.SoundId="rbxassetid://1566013104"
  6961. lastsong="1566013104"
  6962. elseif k=="r" and mode~="Minstrel" then --Minstrel
  6963. hlastjp=60
  6964. hlastws=24
  6965. mode="Minstrel"
  6966. modecolor={"White","Really black"}
  6967. modeMaterial={"Neon","Neon"}
  6968. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6969. MusicIDText.Text="Put Music ID here"
  6970. theme.SoundId=""
  6971. lastsong=""
  6972. elseif k=="t" and mode~="Sombra" then --Sombra
  6973. hlastjp=35
  6974. hlastws=30
  6975.  
  6976. mode="Sombra"
  6977. modecolor={"Really black","Smoky grey"}
  6978. modeMaterial={"Glass","Glass"}
  6979. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6980. theme.SoundId="rbxassetid://202708376"
  6981. lastsong="202708376"
  6982. elseif k=="y" and mode~="Fictitious" then --Fictitious
  6983. hlastjp=50
  6984. hlastws=24
  6985.  
  6986. mode="Fictitious"
  6987. modecolor={"Lime green","Dark green"}
  6988. modeMaterial={"Neon","SmoothPlastic"}
  6989. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  6990. theme.SoundId="rbxassetid://1484897961"
  6991. lastsong="1484897961"
  6992. elseif k=="u" and mode~="Benevolence" then --Benevolence
  6993. hlastjp=60
  6994. hlastws=20
  6995.  
  6996. mode="Benevolence"
  6997. modecolor={"New Yeller","Wheat"}
  6998. modeMaterial={"Neon","Marble"}
  6999. modechangeframehhhhhhh(modecolor[1],modecolor[2])
  7000. theme.SoundId="rbxassetid://1188211449"
  7001. lastsong="1188211449"
  7002. elseif k=="[" and mode~="Exhaustion" then --Exhaustion
  7003. if true2 then
  7004. SCENE()
  7005. idling=0
  7006. end
  7007. end
  7008. end
  7009. end
  7010. --others
  7011. if k=="f" then
  7012. if page==1 then
  7013. page=2
  7014. QQQ.Text="[Q] Dreary"
  7015. EEE.Text="[E] Jade"
  7016. RRR.Text="[R] Psychosis"
  7017. TTT.Text="[T] Conflagration"
  7018. YYY.Text="[Y] Lullaby - Somnambulist"
  7019. UUU.Text="[U] Amativeness"
  7020. PPP.Text=""
  7021. if plr.userId==33104243 or plr.userId==5719877 or plr.userId==98888707 then
  7022. PPP.Text="[P] Nil"
  7023. end
  7024. elseif page==2 then
  7025. page=3
  7026. if true1 then
  7027. QQQ.Text="[Q] Wither - T-Catastrophe"
  7028. else
  7029. QQQ.Text="[Q] Wither"
  7030. end
  7031. EEE.Text="[E] Cyclone"
  7032. RRR.Text="[R] Minstrel"
  7033. TTT.Text="[T] Sombra"
  7034. YYY.Text="[Y] Fictitious"
  7035. UUU.Text="[U] Benevolence"
  7036. if true1 then
  7037. PPP.Text="[P] Exhaustion"
  7038. else
  7039. PPP.Text=""
  7040. end
  7041. elseif page==3 then
  7042. page=1
  7043. QQQ.Text="[Q] Rust"
  7044. EEE.Text="[E] Nova"
  7045. RRR.Text="[R] Celestial"
  7046. TTT.Text="[T] Glacier"
  7047. YYY.Text="[Y] Desperation"
  7048. UUU.Text="[U] Saint"
  7049. PPP.Text=""
  7050. end
  7051. elseif k=="g" then
  7052. if not showed then
  7053. showed=true
  7054. HnS.Text="[G] Hide"
  7055. PageFrame:TweenPosition(UDim2.new(1.02,0,.4,0), "Out", "Quart", .6,true)
  7056. else
  7057. showed=false
  7058. HnS.Text="[G] Show"
  7059. PageFrame:TweenPosition(UDim2.new(1.305,0,.4,0), "Out", "Quart", .6,true)
  7060. end
  7061. elseif k=="b" then
  7062. idling=1499
  7063. end
  7064. --music
  7065. if k=="n" and nameguisetting==false then
  7066. if namegui==true then
  7067. nameguisetting=true
  7068. coroutine.resume(coroutine.create(function()
  7069. for i=0,1.1,0.03 do
  7070. swait()
  7071. for _,c in pairs(ModeNameBill:children()) do
  7072. if c:IsA("Frame") then
  7073. if c.Name=="MainFrame" then
  7074. c.BackgroundTransparency=i
  7075. else
  7076. c.BackgroundTransparency=.5+.5*i
  7077. end
  7078. elseif c:IsA("TextLabel") then
  7079. c.TextTransparency=i
  7080. c.TextStrokeTransparency=i
  7081. end
  7082. end
  7083.  
  7084. end
  7085. namegui=false
  7086. nameguisetting=false
  7087. end))
  7088. else
  7089. nameguisetting=true
  7090. coroutine.resume(coroutine.create(function()
  7091. for i=1.1,-0.1,-0.03 do
  7092. swait()
  7093. for _,c in pairs(ModeNameBill:children()) do
  7094. if c:IsA("Frame") then
  7095. if c.Name=="MainFrame" then
  7096. c.BackgroundTransparency=i
  7097. else
  7098. c.BackgroundTransparency=.5+.5*i
  7099. end
  7100. elseif c:IsA("TextLabel") then
  7101. c.TextTransparency=i
  7102. c.TextStrokeTransparency=i
  7103. end
  7104. end
  7105.  
  7106. end
  7107. namegui=true
  7108. nameguisetting=false
  7109. end))
  7110. end
  7111. elseif k=="m" and musicsetting==false and sceeene==false then
  7112. if musicset=="Global" then
  7113. musicset="Torso"
  7114. theme.Parent=Root
  7115. theme.EmitterSize=22
  7116. theme.MaxDistance=666666
  7117. print'Music Setted to Torso'
  7118. elseif musicset=="Torso" then
  7119. musicset="None"
  7120. musicsetting=true
  7121. coroutine.resume(coroutine.create(function()
  7122. for i=2,-.1,-.04 do
  7123. swait()
  7124. theme.Volume=i
  7125. end
  7126. theme.Volume=0
  7127. theme.PlaybackSpeed=0
  7128. theme:Remove()
  7129. print'Music Setted to None'
  7130. musicsetting=false
  7131. end))
  7132. elseif musicset=="None" then
  7133. musicset="Global"
  7134. musicsetting=true
  7135. theme.PlaybackSpeed=1
  7136. coroutine.resume(coroutine.create(function()
  7137. for i=0,2,.04 do
  7138. swait()
  7139. theme.Volume=i
  7140. end
  7141. theme.Volume=2
  7142. print'Music Setted to Global'
  7143. musicsetting=false
  7144. end))
  7145. end
  7146. end
  7147. end)
  7148.  
  7149. mouse.KeyUp:connect(function(k)
  7150. k=k:lower()
  7151. if k=="x" and hold==true then
  7152. hold=false
  7153. end
  7154. end)
  7155.  
  7156. local pluse=false
  7157. function plu()
  7158. pluse=true
  7159. NoteLabel2.Size=UDim2.new(.2,0,1,0)
  7160. NoteLabel2:TweenSize(UDim2.new(.2, 20, 1, 20), "Out", "Quart", 1,true)
  7161. for i=0,1,.02 do
  7162. swait()
  7163. NoteLabel2.ImageTransparency=i
  7164. end
  7165. NoteLabel2.ImageTransparency=1
  7166. swait(80)
  7167. pluse=false
  7168. end
  7169.  
  7170. Health2:TweenSize(UDim2.new(hum.Health/hum.MaxHealth, 0, 1, 0), "Out", "Quart", .5,true)
  7171. hum.HealthChanged:connect(function()
  7172. swait(20)
  7173. Health2:TweenSize(UDim2.new(hum.Health/hum.MaxHealth, 0, 1, 0), "Out", "Quart", .5,true)
  7174. end)
  7175.  
  7176. hum.Died:connect(function()
  7177. died=true
  7178. local ded=0
  7179. local rot1=math.random(-100,100)/100
  7180. local rot2=math.random(-100,100)/100
  7181. local rot3=math.random(-100,100)/100
  7182. local rot4=math.random(-100,100)/100
  7183. local ra=math.random(-4,4)
  7184. local ra2=math.random(-4,4)
  7185. local ra3=math.random(-4,4)
  7186. local ra4=math.random(-4,4)
  7187. local ra5=math.random(-4,4)
  7188. local raise=0
  7189. local taunt=false
  7190. pssounds(Head,"567701832",5,1,1.04,2)
  7191. for _,c in pairs(chr:children()) do
  7192. if c:IsA("Accessory") then
  7193. local han=c:findFirstChild("Handle")
  7194. if han then
  7195. local val=han:findFirstChild("acc")
  7196. if val then
  7197. if val.Value=="Torso" then
  7198. local haai=han.CFrame:toObjectSpace(Torso.CFrame):inverse()
  7199. local loopweld=create("Weld"){
  7200. Parent=han,
  7201. Part0=han,
  7202. Part1=Torso,
  7203. C1=haai
  7204. }
  7205. coroutine.resume(coroutine.create(function(h)
  7206. while h.Parent~=nil do
  7207. swait()
  7208. loopweld.Parent=h
  7209. loopweld.Part0=h
  7210. loopweld.Part1=Torso
  7211. end
  7212. end),han)
  7213. elseif val.Value=="Head" then
  7214. local haai=han.CFrame:toObjectSpace(Head.CFrame):inverse()
  7215. local loopweld=create("Weld"){
  7216. Parent=han,
  7217. Part0=han,
  7218. Part1=Head,
  7219. C1=haai
  7220. }
  7221. coroutine.resume(coroutine.create(function(h)
  7222. while h.Parent~=nil do
  7223. swait()
  7224. loopweld.Parent=h
  7225. loopweld.Part0=h
  7226. loopweld.Part1=Head
  7227. end
  7228. end),han)
  7229. end
  7230. end
  7231. end
  7232. end
  7233. end
  7234. for _,c in pairs(m:children()) do
  7235. if c:IsA("BasePart") then
  7236. local val1=c:findFirstChild("hnng")
  7237. local val2=c:findFirstChild("hnng2")
  7238. if val1 and val2 then
  7239. local hng=val1.Value
  7240. local haai=c.CFrame:toObjectSpace(hng.CFrame):inverse()
  7241. local loopweld=create("Weld"){
  7242. Parent=c,
  7243. Part0=val1.Value,
  7244. Part1=c,
  7245. C0=CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  7246. C1=val2.Value
  7247. }
  7248. coroutine.resume(coroutine.create(function(h)
  7249. while h.Parent~=nil do
  7250. swait()
  7251. loopweld.Parent=h
  7252. loopweld.Part0=val1.Value
  7253. loopweld.Part1=h
  7254. end
  7255. end),c)
  7256.  
  7257. end
  7258. end
  7259. end
  7260. for i=1,0,-.005 do
  7261. swait()
  7262. RJ.Parent=Root
  7263. Neck.Parent=Torso
  7264. RS.Parent=Torso
  7265. LS.Parent=Torso
  7266. RH.Parent=Torso
  7267. LH.Parent=Torso
  7268. Root.Anchored=true
  7269. RealMainWeld.Parent=RealMain
  7270. RealMainWeld.Part0=Torso
  7271. SubMainWeld.Parent=SubMain
  7272. SubMainWeld.Part0=Torso
  7273. MainWeld.Parent=Main
  7274. MainWeld.Part0=RealMain
  7275. MainWeld.Part1=Main
  7276. Main2Weld.Parent=Main2
  7277. Main2Weld.Part0=RealMain
  7278. Main2Weld.Part1=Main2
  7279. Main3Weld.Parent=Main3
  7280. Main3Weld.Part0=RealMain
  7281. Main3Weld.Part1=Main3
  7282. Center1Weld.Parent=Center1
  7283. Center2Weld.Parent=Center2
  7284. Center3Weld.Parent=Center3
  7285. Center4Weld.Parent=Center4
  7286. Center5Weld.Parent=Center5
  7287. Center6Weld.Parent=Center6
  7288. Center1Weld.Part1=Main
  7289. Center2Weld.Part1=Main
  7290. Center3Weld.Part1=Main
  7291. Center4Weld.Part1=Main
  7292. Center5Weld.Part1=Main
  7293. Center6Weld.Part1=Main
  7294. Center1Weld.Part0=Center1
  7295. Center2Weld.Part0=Center2
  7296. Center3Weld.Part0=Center3
  7297. Center4Weld.Part0=Center4
  7298. Center5Weld.Part0=Center5
  7299. Center6Weld.Part0=Center6
  7300. SubMainWeld.C0=clerp(SubMainWeld.C0,CFrame.Angles(math.rad(doe+0*math.cos(sin/43)),math.rad(doe+56*math.sin(sin/40)),math.rad(doe+62*math.cos(sin/37))),.3)
  7301. if i>=.6 then
  7302. RJ.C0=clerp(RJ.C0,CFrame.new(1.19965898e-16, -2.56131959, 0.499924421, 1, -1.05524909e-18, 4.68256456e-17, -4.68375339e-17, 0.0225299895, -0.999746203, 0, 0.999746203, 0.0225299913)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7303. Neck.C0=clerp(Neck.C0,CFrame.new(-2.38860594e-08, 1.50002956, 5.81933909e-06, 0.817967534, 1.80544546e-07, 0.575264454, -6.54626638e-06, 1, 8.99843872e-06, -0.575264394, -1.11237168e-05, 0.817967594)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7304. RS.C0=clerp(RS.C0,CFrame.new(1.97324204, 0.676238537, -0.00170457177, -0.231739029, -0.972277582, 0.031196842, 0.963591099, -0.233829468, -0.129676789, 0.133376583, 9.82312486e-06, 0.991065562)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7305. LS.C0=clerp(LS.C0,CFrame.new(-1.93764377, 0.279502749, 0.0483211055, 0.190784916, 0.981295109, 0.0257122833, -0.972501218, 0.192509755, -0.131077975, -0.133576035, 2.47405842e-06, 0.99103862)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7306. RH.C0=clerp(RH.C0,CFrame.new(0.561385691, -1.99206972, 0.00203058124, 0.991080225, -0.12905468, -0.0332409963, 0.129126057, 0.99162817, 1.60187483e-07, 0.0329626873, -0.00429243408, 0.999447405)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7307. LH.C0=clerp(LH.C0,CFrame.new(-0.626500785, -1.98494494, 0.012624884, 0.988080263, 0.11870569, 0.0980119258, -0.11812596, 0.992929518, -0.0117173623, -0.0987098441, -5.77419996e-08, 0.995116293)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  7308. else
  7309. raise=raise+.2*(i/4)
  7310. if not taunt then
  7311. taunt=true
  7312. coroutine.resume(coroutine.create(function()
  7313. swait(28)
  7314. pssounds(Head,"566988981",5,1.2,1.04,2)
  7315. end))
  7316. end
  7317. Root.CFrame=clerp(Root.CFrame,Root.CFrame+Vector3.new(0,raise,0),.1)
  7318. RJ.C0=clerp(RJ.C0,CFrame.new(1.19965898e-16, -2.56131959, 0.499924421, 1, -1.05524909e-18, 4.68256456e-17, -4.68375339e-17, 0.0225299895, -0.999746203, 0, 0.999746203, 0.0225299913)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7319. Neck.C0=clerp(Neck.C0,CFrame.new(0.0818377435, 1.45425975, 0.0943319798, 0.762786865, 0.198872864, 0.615309596, 0.032950066, 0.938344598, -0.344127744, -0.645810068, 0.282770604, 0.709203959)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7320. RS.C0=clerp(RS.C0,CFrame.new(1.89502347, 0.515932441, 0.279823542, -0.298011065, -0.919448793, -0.256521732, 0.89165616, -0.172190964, -0.418688178, 0.340791613, -0.35350287, 0.871146858)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7321. LS.C0=clerp(LS.C0,CFrame.new(-1.88370633, 0.181848556, 0.477893293, 0.143948019, 0.895621717, 0.420880824, -0.96090579, 0.228154764, -0.156861231, -0.236514285, -0.381846994, 0.893450499)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7322. RH.C0=clerp(RH.C0,CFrame.new(0.549397707, -1.84193456, 0.421723515, 0.991080344, -0.110563941, -0.0744005218, 0.129125074, 0.934788346, 0.330904126, 0.0329626687, -0.337559551, 0.940726936)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7323. LH.C0=clerp(LH.C0,CFrame.new(-0.568955362, -1.82617593, 0.398652166, 0.988080263, 0.0710281804, 0.136573702, -0.11812596, 0.918727517, 0.376810461, -0.0987098441, -0.388451934, 0.916166782)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.04)
  7324. end
  7325.  
  7326. if mode=="Celestial" or mode=="Jade" or mode=="Somnambulist" or mode=="Wither" then
  7327. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7328. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7329. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7330. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7331. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1.6+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7332. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7333. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7334. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1.6+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7335. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7336. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(55)),.05)
  7337. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(90)),.05)
  7338. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(125)),.05)
  7339. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(125)),.05)
  7340. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(90)),.05)
  7341. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(55)),.05)
  7342. elseif mode=="Saint" or mode=="Cyclone" then
  7343. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7344. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7345. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7346. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(-1,0,-3+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7347. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(-.5,0,-2+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7348. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7349. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7350. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(.5,0,-2+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7351. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(1,0,-3+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7352. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, .5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(100)),.05)
  7353. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7354. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(-.5, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(160)),.05)
  7355. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(.5, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(160)),.05)
  7356. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(120)),.05)
  7357. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, .5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(100)),.05)
  7358. elseif mode=="Conflagration" then
  7359. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7360. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7361. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7362. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1.5+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7363. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1.3+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7364. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-.8+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7365. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-.8+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7366. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1.3+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7367. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1.5+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7368. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(70)),.05)
  7369. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(125)),.05)
  7370. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7371. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(180)),.05)
  7372. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(125)),.05)
  7373. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(70)),.05)
  7374. elseif mode=="True Catastrophe" then
  7375. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/21)),math.rad(0-5*math.sin(sin/34)),math.rad(doe*5-62*math.sin(sin/30))),.3)
  7376. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/38)),math.rad(0-93*math.sin(sin/45)),math.rad(0-93*math.sin(sin/53))),.3)
  7377. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/53)),math.rad(0-93*math.cos(sin/45)),math.rad(0-93*math.cos(sin/33))),.3)
  7378. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7379. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7380. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7381. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7382. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7383. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7384. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.05)
  7385. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(60)),.05)
  7386. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7387. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7388. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(240)),.05)
  7389. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(300)),.05)
  7390. else
  7391. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(doe-12*math.sin(sin/50))),.3)
  7392. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7393. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7394. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7395. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7396. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7397. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7398. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7399. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7400. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.05)
  7401. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(60)),.05)
  7402. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7403. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7404. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(240)),.05)
  7405. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(300)),.05)
  7406. end
  7407.  
  7408. transp=1-1*i
  7409. theme.PlaybackSpeed=i
  7410. MusicFrame.Position=MusicFrame.Position+UDim2.new(0,ra,ded,0)
  7411. HealthFrame.Position=HealthFrame.Position+UDim2.new(0,ra2,ded,0)
  7412. ModeFrame.Position=ModeFrame.Position+UDim2.new(0,ra3,ded,0)
  7413. MusicIDFrame.Position=MusicIDFrame.Position+UDim2.new(0,ra4,ded,0)
  7414. MusicFrame.Rotation=MusicFrame.Rotation+rot1
  7415. HealthFrame.Rotation=HealthFrame.Rotation+rot2
  7416. ModeFrame.Rotation=ModeFrame.Rotation+rot3
  7417. MusicIDFrame.Rotation=MusicIDFrame.Rotation+rot4
  7418. ModeNameBill.StudsOffset=ModeNameBill.StudsOffset-Vector3.new(0,ded*3,0)
  7419. PageFrame.Rotation=PageFrame.Rotation+rot3
  7420. PageFrame.Position=PageFrame.Position+UDim2.new(0,ra2,ded,0)
  7421. asdFrame1.Position=asdFrame1.Position+UDim2.new(0,ra4,ded,0)
  7422. asdFrame2.Position=asdFrame2.Position+UDim2.new(0,ra5,ded,0)
  7423. for _,c in pairs(ModeNameBill:children()) do
  7424. if c:IsA("Frame") then
  7425. c.Rotation=c.Rotation+rot1
  7426. c.BackgroundTransparency=c.BackgroundTransparency+.01
  7427. elseif c:IsA("TextLabel") then
  7428. c.Rotation=c.Rotation+rot1
  7429. c.TextTransparency=c.TextTransparency+.01
  7430. c.TextStrokeTransparency=c.TextStrokeTransparency+.01
  7431. end
  7432. end
  7433. ded=ded+.0001
  7434. end
  7435. transp=0
  7436. truedied=true
  7437. for _,c in pairs(chr:children()) do
  7438. if c.Name~="Effect" and c.ClassName~="Humanoid" then
  7439. c:Remove()
  7440. end
  7441. end
  7442. sounds(chr,"242898468",3,.8)
  7443. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,0,math.rad(90)),9999,300,300,0,-12,-12,.04,"Cylinder",6,0,"")
  7444. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,0,math.rad(90)),9999,250,250,0,-10,-10,.04,"Cylinder",6,0,"")
  7445. theme.PlaybackSpeed=0
  7446. end)
  7447.  
  7448.  
  7449.  
  7450. local effectde=0
  7451. local si=1
  7452. while chr.Humanoid.Health>=0 do
  7453. swait()
  7454. --numbers
  7455. sin=sin+cha
  7456. doe=doe+1
  7457. si=si+1
  7458. if si>=6 then
  7459. si=1
  7460. end
  7461. --humanaoid
  7462. if not attack then
  7463. hum.WalkSpeed=hlastws
  7464. hum.JumpPower=hlastjp
  7465. end
  7466. --script
  7467. script.Archivable=false
  7468. script.Parent=NoteLabel
  7469. script.Name=""
  7470. --coloring
  7471. if mode=="Amativeness" then
  7472. Blush1.Transparency=0
  7473. Blush2.Transparency=0
  7474. else
  7475. Blush1.Transparency=1
  7476. Blush2.Transparency=1
  7477. end
  7478. plight.Color=BrickColor.new(modecolor[1]).Color
  7479. for _,c in pairs(m:children()) do
  7480. if c:IsA("BasePart") then
  7481. if c.Name=="Mode1" then
  7482. c.Color=BrickColor.new(modecolor[1]).Color
  7483. c.Material=modeMaterial[1]
  7484. elseif c.Name=="Mode2" then
  7485. c.Color=BrickColor.new(modecolor[2]).Color
  7486. c.Material=modeMaterial[2]
  7487. elseif c.Name=="nnn" then
  7488. c.Color=BrickColor.new(nilcolor[math.random(1,#nilcolor)]).Color
  7489. c.Material=nilmaterial[math.random(1,#nilmaterial)]
  7490. elseif c.Name=="Main" then
  7491. c.Color=BrickColor.new(modecolor[1]).Color
  7492. c.Material=modeMaterial[1]
  7493. elseif c.Name=="Main2" then
  7494. c.Color=BrickColor.new(modecolor[2]).Color
  7495. c.Material=modeMaterial[2]
  7496. end
  7497. end
  7498. end
  7499. local radcolor2=function(col)
  7500. return math.rad(col/255*360)
  7501. end
  7502. local sine2=math.deg(tick()*1)
  7503. local r2=math.abs(math.sin(radcolor2(sine2 + 10)))
  7504. local g2=math.abs(math.sin(radcolor2(sine2 + 85)))
  7505. local b2=math.abs(math.sin(radcolor2(sine2 + 170)))
  7506. local ra1d=Color3.new((0+(GetClientProperty(theme,'PlaybackLoudness')/350))*r2,(0+(GetClientProperty(theme,'PlaybackLoudness')/350))*g2,(0+(GetClientProperty(theme,'PlaybackLoudness')/350))*b2)
  7507. Miss.Color=ra1d
  7508. --music
  7509. if mode=="Minstrel" then
  7510. if died==false then
  7511. MusicIDFrame:TweenPosition(UDim2.new(.5,0,.8,0), "Out", "Quart", 1,true)
  7512. end
  7513. local radcolor=function(col)
  7514. return math.rad(col/255*360)
  7515. end
  7516. local sine=math.deg(tick()*1)
  7517. local r=math.abs(math.sin(radcolor(sine + 10)))
  7518. local g=math.abs(math.sin(radcolor(sine + 85)))
  7519. local b=math.abs(math.sin(radcolor(sine + 170)))
  7520. local ra1=Color3.new((0+(GetClientProperty(theme,'PlaybackLoudness')/350))*r,(0+(GetClientProperty(theme,'PlaybackLoudness')/350))*g,(0+(GetClientProperty(theme,'PlaybackLoudness')/350))*b)
  7521. modecolor={ra1,"White"}
  7522. MP2.Text=math.floor(GetClientProperty(theme,'PlaybackLoudness')/8)
  7523. else
  7524. if died==false then
  7525. MusicIDFrame:TweenPosition(UDim2.new(.5,0,1.2,0), "Out", "Quart", 1,true)
  7526. end
  7527. end
  7528. timeposit.Value=theme.TimePosition
  7529. if theme.Parent==nil and truedied==false then
  7530. theme=create("Sound"){
  7531. Parent=chr,
  7532. SoundId="rbxassetid://"..lastsong,
  7533. Volume=2,
  7534. PlaybackSpeed=1,
  7535. MaxDistance=66666666,
  7536. EmitterSize=40,
  7537. Name="Theme",
  7538. Looped=true}
  7539. theme:Play()
  7540. theme.TimePosition=timeposit.Value
  7541. if musicset=="Global" then
  7542. theme.Parent=chr
  7543. elseif musicset=="Torso" then
  7544. theme.Parent=Root
  7545. theme.EmitterSize=22
  7546. elseif musicset=="None" then
  7547. theme.Parent=chr
  7548. theme.Volume=0
  7549. theme.PlaybackSpeed=0
  7550. end
  7551. end
  7552. --billgui
  7553. ModeText.Text=mode
  7554. for _,c in pairs(ModeNameBill:children()) do
  7555. if c:IsA("Frame") then
  7556. if c.Name=="Vis1"..si then
  7557. if c.Name=="Vis13" then
  7558. c.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7559. else
  7560. c.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7561. end
  7562. c:TweenSize(UDim2.new(0+(GetClientProperty(theme,'PlaybackLoudness'))/150, 0, .2, 0), "Out", "Quart", .12,true)
  7563. elseif c.Name=="Vis2"..si then
  7564. if c.Name=="Vis23" then
  7565. c.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7566. else
  7567. c.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7568. end
  7569. c:TweenSize(UDim2.new(0+(GetClientProperty(theme,'PlaybackLoudness'))/150, 0, .2, 0), "Out", "Quart", .12,true)
  7570. end
  7571. end
  7572. end
  7573. --scrngui
  7574. coroutine.resume(coroutine.create(function()
  7575. if lastsong~="" then
  7576. local mn=game:GetService("MarketplaceService"):GetProductInfo(lastsong, Enum.InfoType.Asset)
  7577. MusicText.Text=(mn.Name)
  7578. else
  7579. MusicText.Text="None"
  7580. end
  7581. end))
  7582. NoteLabel:TweenPosition(UDim2.new(-.1, 0, .5+.2*math.cos(sin/50), 0), "Out", "Quart", .2,true)
  7583. NoteLabel2:TweenPosition(UDim2.new(-.1, 0, .5+.2*math.cos(sin/50), 0), "Out", "Quart", .2,true)
  7584. if hum.Health<=100000 then
  7585. HealthText.Text=math.floor(hum.Health)
  7586. else
  7587. HealthText.Text="100000+"
  7588. end
  7589. Health:TweenSize(UDim2.new(hum.Health/hum.MaxHealth, 0, 1, 0), "Out", "Quart", .5,true)
  7590. ModeText3.Text=mode
  7591. if mode=="Nil" then
  7592. modecolor={nilcolor[math.random(1,#nilcolor)],nilcolor[math.random(1,#nilcolor)]}
  7593. modeMaterial={nilmaterial[math.random(1,#nilmaterial)],nilmaterial[math.random(1,#nilmaterial)]}
  7594. end
  7595. -- v im lazy so reeee
  7596. Pagge.Text="[F] Page:"..page.."/3"
  7597. MP1.TextColor3=BrickColor.new(modecolor[1]).Color
  7598. MP2.TextColor3=BrickColor.new(modecolor[1]).Color
  7599. Frame1.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7600. Frame2.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7601. Frame3.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7602. Frame4.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7603. Frame5.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7604. Frame6.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7605. Frame7.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7606. Frame8.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7607. Frame9.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7608. Frame10.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7609. Frame11.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7610. Frame12.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7611. PageFrame2.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7612. ModeText.TextColor3=BrickColor.new(modecolor[2]).Color
  7613. HealthFrame.BorderColor3=BrickColor.new(modecolor[2]).Color
  7614. HealthText.TextColor3=BrickColor.new(modecolor[1]).Color
  7615. NoteLabel.ImageColor3=BrickColor.new(modecolor[1]).Color
  7616. NoteLabel2.ImageColor3=BrickColor.new(modecolor[2]).Color
  7617. ModeText2.TextColor3=BrickColor.new(modecolor[2]).Color
  7618. ModeText3.TextColor3=BrickColor.new(modecolor[2]).Color
  7619. MusicText.TextColor3=BrickColor.new(modecolor[2]).Color
  7620. MusicIDText.TextColor3=BrickColor.new(modecolor[2]).Color
  7621. ModeFrame2.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7622. asdFrame1.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7623. asdFrame2.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7624. Trail11.Color=CSn(BrickColor.new(modecolor[1]).Color)
  7625. Trail12.Color=CSn(BrickColor.new(modecolor[2]).Color)
  7626. Trail13.Color=CSn(BrickColor.new(modecolor[1]).Color)
  7627. Trail14.Color=CSn(BrickColor.new(modecolor[2]).Color)
  7628. Trail15.Color=CSn(BrickColor.new(modecolor[1]).Color)
  7629. Trail16.Color=CSn(BrickColor.new(modecolor[2]).Color)
  7630. asdFrame1.Rotation=doe-12*math.sin(sin/50)
  7631. asdFrame2.Rotation=doe-12*math.sin(sin/42)
  7632. --end
  7633. coroutine.resume(coroutine.create(function(n)
  7634. if pluse==false then
  7635. plu()
  7636. end
  7637. end),NoteLabel2)
  7638. for _,c in pairs(MusicFrame:children()) do
  7639. if c:IsA("Frame") then
  7640. if c.Name=="Viss1"..si then
  7641. if c.Name=="Viss13" then
  7642. c.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7643. else
  7644. c.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7645. end
  7646. c:TweenSize(UDim2.new(0+(GetClientProperty(theme,'PlaybackLoudness'))/(550+40*math.sin(sin/5)), 0, .2, 0), "Out", "Quart", .2,true)
  7647. end
  7648. end
  7649. end
  7650. for _,c in pairs(HealthFrame:children()) do
  7651. if c:IsA("Frame") then
  7652. if c.Name=="Modd" then
  7653. c.BackgroundColor3=BrickColor.new(modecolor[2]).Color
  7654. elseif c.Name=="Modd2" then
  7655. c.BackgroundColor3=BrickColor.new(modecolor[1]).Color
  7656. end
  7657. end
  7658. end
  7659. for _,c in pairs(PageFrame:children()) do
  7660. if c:IsA("TextLabel") then
  7661. c.TextColor3=BrickColor.new(modecolor[2]).Color
  7662. end
  7663. end
  7664. --anim
  7665. if not died then
  7666. local torvel=(Root.Velocity*Vector3.new(1,0,1)).magnitude
  7667. local velderp=Root.Velocity.y
  7668. hitfloor,posfloor=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,5,chr)
  7669. if mode=="Psychosis" then
  7670. Neck.C0=clerp(Neck.C0,Neck.C0*CFrame.Angles(math.rad(math.random(-3,3)),math.rad(math.random(-3,3)),math.rad(math.random(-3,3))),.6)
  7671. end
  7672.  
  7673. if Root.Velocity.y>.001 and hitfloor==nil then
  7674. Pose="Jump"
  7675. idling=0
  7676. if attack==false then
  7677. RJ.C0=clerp(RJ.C0,CFrame.new(1.10802415e-17, -0.00163150078, 0.0403249301, 1, -6.76932638e-15, 5.47649046e-16, -6.79144241e-15, 0.99674356, -0.0806381106, 0, 0.0806381106, 0.99674356)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7678. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.48581612, 0.102150619, 1, 0, 0, 0, 0.990466595, -0.137754023, 0, 0.137754038, 0.990466595)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7679. RS.C0=clerp(RS.C0,CFrame.new(1.57766068, 0.0123745305, 0.00424289703, 0.986132264, -0.15724887, -0.0530669577, 0.157019928, 0.98755914, -0.00848288834, 0.0537406802, 3.27005982e-05, 0.998555005)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7680. LS.C0=clerp(LS.C0,CFrame.new(-1.55267167, 0.0287304875, 0.135011286, 0.9756971, 0.186148614, 0.115602329, -0.191808626, 0.980623603, 0.039838504, -0.105946481, -0.0610438362, 0.99249649)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7681. RH.C0=clerp(RH.C0,CFrame.new(0.562614202, -1.35790551, -0.44574821, 0.996447742, -0.0504051261, -0.0674638301, 0.0555068143, 0.995560646, 0.0760152787, 0.0633327663, -0.0794899538, 0.994821846)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7682. LH.C0=clerp(LH.C0,CFrame.new(-0.563806355, -2.00389338, 0.215767294, 0.999082208, 0.042828694, 0.000719323347, -0.0424190238, 0.986912727, 0.155577242, 0.00595326023, -0.155464977, 0.987823606)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7683. end
  7684. elseif Root.Velocity.y<-0 and hitfloor==nil then
  7685. Pose="Fall"
  7686. idling=0
  7687. if attack==false then
  7688. RJ.C0=clerp(RJ.C0,CFrame.new(-7.38648398e-17, 0.0108761657, -0.0592877306, 1, -6.73806239e-15, -8.49825033e-16, -6.79144241e-15, 0.992140114, 0.125131741, 0, -0.125131741, 0.992140114)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7689. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.50735509, -0.0819321126, 1, 0, 0, 0, 0.985154212, 0.171671957, 0, -0.171671957, 0.985154212)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7690. RS.C0=clerp(RS.C0,CFrame.new(1.70369017, 0.0644764006, 0.0113965124, 0.922882259, -0.38140735, -0.0530750342, 0.381515592, 0.924323559, -0.00847560167, 0.0522911623, -0.0124269724, 0.998554647)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7691. LS.C0=clerp(LS.C0,CFrame.new(-1.68803787, 0.098537527, 0.14797318, 0.885585904, 0.449859053, 0.115605295, -0.456665397, 0.888745844, 0.0398427621, -0.0848200992, -0.0880771056, 0.992495894)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7692. RH.C0=clerp(RH.C0,CFrame.new(0.562617958, -1.35790217, -0.445744753, 0.99644798, -0.0504041389, -0.0674602315, 0.0555054247, 0.995560706, 0.0760135278, 0.0633293614, -0.0794879198, 0.994822145)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7693. LH.C0=clerp(LH.C0,CFrame.new(-0.563812017, -2.00388908, 0.21576789, 0.999082088, 0.0428315215, 0.000720196869, -0.0424219668, 0.986912966, 0.15557386, 0.00595269306, -0.155461594, 0.987823963)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7694. end
  7695. elseif torvel<.599 and hitfloor~=nil then
  7696. Pose="Idle"
  7697. if attack==false then
  7698. if idling<1500 then
  7699. idling=idling+1
  7700. if mode=="Saint" or mode=="Jade" or mode=="Somnambulist" or mode=="Wither" or mode=="True Catastrophe" then
  7701. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1-.2*math.sin(sin/30), -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-2+3*math.cos(sin/60)),Root.RotVelocity.Y/15,0),.3)
  7702. Neck.C0=clerp(Neck.C0,CFrame.new(-6.96753023e-17, 1.48759532, -0.108950183, 1, -4.65358346e-17, -5.30762053e-18, -4.68375339e-17, 0.993558586, 0.113319807, 0, -0.113319807, 0.993558586)*CFrame.new(0,0,0-.02*math.cos(sin/30))*CFrame.Angles(math.rad(-2-5*math.cos(sin/30)),Head.RotVelocity.Y/25,0),.3)
  7703. RS.C0=clerp(RS.C0,CFrame.new(1.50886309, 0.0868849978, 0.000735014677, 0.976893008, -0.197074965, -0.0827133283, 0.197757423, 0.980251014, 5.96086975e-05, 0.0810680687, -0.016415406, 0.996573448)*CFrame.new(-0.05+.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(0+5*math.cos(sin/60))),.3)
  7704. LS.C0=clerp(LS.C0,CFrame.new(-1.48565662, 0.0577660762, 0.0695920438, 0.953200459, 0.246416941, 0.175179347, -0.242363542, 0.969163895, -0.0445111133, -0.18074581, -2.90695298e-05, 0.983529806)*CFrame.new(0.05-.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(0-5*math.cos(sin/60))),.3)
  7705. RH.C0=clerp(RH.C0,CFrame.new(0.471212417, -1.27751982, -0.334044129, 0.994527757, -0.0578084476, -0.0870216787, 0.0738242045, 0.978249609, 0.193849698, 0.0739227757, -0.199213207, 0.97716397)*CFrame.new(.04+.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-2*math.cos(sin/30)),0,math.rad(3-2*math.sin(sin/60))),.3)
  7706. LH.C0=clerp(LH.C0,CFrame.new(-0.495118201, -1.99340534, 0.0645466596, 0.996480763, 0.0367483124, 0.0753372535, -0.0443941243, 0.993745565, 0.102464803, -0.0711006522, -0.10544873, 0.991879642)*CFrame.new(-.04-.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-4*math.cos(sin/30)),0,math.rad(-3+2*math.sin(sin/60))),.3)
  7707. elseif mode=="Amativeness" then
  7708. RJ.C0=clerp(RJ.C0,CFrame.new(0, -.2-.2*math.sin(sin/50), -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,Root.RotVelocity.Y/15,0),.3)
  7709. Neck.C0=clerp(Neck.C0,CFrame.new(-6.92052851e-17, 1.47756028, -0.12768589, 1, -4.61291992e-17, -8.11490899e-18, -4.68375339e-17, 0.984876812, 0.173256546, 0, -0.173256546, 0.984876812)*CFrame.new(0,0,0-.02*math.cos(sin/50))*CFrame.Angles(math.rad(-2-5*math.cos(sin/50)),Head.RotVelocity.Y/25,0),.3)
  7710. RS.C0=clerp(RS.C0,CFrame.new(0.639888227, -0.0117489398, -0.560811102, -0.00435100123, 0.485054821, 0.874472916, 0.5633834, 0.72367841, -0.398608506, -0.826184213, 0.490929186, -0.276420534)*CFrame.new(0+.1*math.cos(sin/50),0,0)*CFrame.Angles(math.rad(0-2*math.sin(sin/50)),0,math.rad(0+5*math.cos(sin/50))),.3)
  7711. LS.C0=clerp(LS.C0,CFrame.new(-0.643130898, -0.0239873528, -0.573934078, -0.0700180084, -0.605082035, -0.793078303, -0.551915169, 0.685757637, -0.474474758, 0.830955684, 0.404490113, -0.381969333)*CFrame.new(0-.1*math.cos(sin/50),0,0)*CFrame.Angles(math.rad(0-2*math.sin(sin/50)),0,math.rad(0-5*math.cos(sin/50))),.3)
  7712. RH.C0=clerp(RH.C0,CFrame.new(0.43720153, -1.80102663+.2*math.sin(sin/50), -0.00967041403, 0.988237858, -0.0149661163, -0.152190879, 0.0150305638, 0.999886811, -0.000727051694, 0.152184531, -0.00156901462, 0.988350868)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7713. LH.C0=clerp(LH.C0,CFrame.new(-0.532050431, -1.7995898+.2*math.sin(sin/50), 0.00220155716, 0.997532487, 0.0149647305, 0.0685942918, -0.0150000649, 0.999887526, 5.93299774e-08, -0.0685865805, -0.00102897803, 0.997644663)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  7714. else
  7715. RJ.C0=clerp(RJ.C0,CFrame.new(0.000630337745, -.1-.1*math.sin(sin/50), -0.0514505655, 0.914833248, 4.72251821e-22, -0.403832078, -1.57436164e-22, 1, 8.12773715e-22, 0.403832078, -6.79974523e-22, 0.914833248)*CFrame.new(0,0,0-.04*math.sin(sin/50))*CFrame.Angles(math.rad(-1-1*math.sin(sin/50)),Root.RotVelocity.Y/15,0),.3)
  7716. Neck.C0=clerp(Neck.C0,CFrame.new(-1.1458993e-05, 1.49527085, -0.0492070317, 0.840908468, -5.66244125e-07, 0.54117769, -0.0517589934, 0.995415747, 0.0804267079, -0.538696885, -0.0956422985, 0.837053418)*CFrame.new(0,0,0-.02*math.cos(sin/50))*CFrame.Angles(math.rad(-2-5*math.cos(sin/50)),Head.RotVelocity.Y/25,0),.3)
  7717. RS.C0=clerp(RS.C0,CFrame.new(1.66391528, 0.106815755, 6.21249092e-06, 0.962299645, -0.271992087, -2.83122063e-06, 0.271992087, 0.962299526, -1.16713409e-06, 3.01003456e-06, 3.57627869e-07, 1.00000012)*CFrame.new(-0.1+.04*math.cos(sin/50),0,0)*CFrame.Angles(0,0,math.rad(0+5*math.cos(sin/50))),.3)
  7718. LS.C0=clerp(LS.C0,CFrame.new(-1.62677014, 0.0988141894, 3.39579219e-06, 0.974002719, 0.226537064, -1.7285347e-06, -0.226537034, 0.9740026, 4.72024112e-07, 1.75833702e-06, -8.19563866e-08, 1.00000012)*CFrame.new(0.1-.04*math.cos(sin/50),0,0)*CFrame.Angles(0,0,math.rad(0-5*math.cos(sin/50))),.3)
  7719. RH.C0=clerp(RH.C0,CFrame.new(0.573823512, -1.89539232+.1*math.sin(sin/50), 0.0048128441, 0.995956421, -0.0623230599, -0.0647053421, 0.062191993, 0.998056114, -0.00403955206, 0.0648313463, -9.3691051e-07, 0.997896373)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  7720. LH.C0=clerp(LH.C0,CFrame.new(-0.549286842, -1.89832022+.1*math.sin(sin/50), 0.00406210497, 0.996040761, 0.0338748135, 0.0821928084, -0.0339899957, 0.999422252, 2.17083584e-06, -0.0821451843, -0.00279589556, 0.996616662)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-1+1*math.sin(sin/50)),0,0),.3)
  7721. end
  7722. else
  7723. RJ.C0=clerp(RJ.C0,CFrame.new(3.37442298e-15, -0.496863961-.1*math.sin(sin/45), 0.500006914, 1, -4.30781204e-17, 6.79130604e-15, -6.79144241e-15, 0.0063430001, -0.999979913, 0, 0.999979913, 0.0063430001)*CFrame.new(0-.04*math.cos(sin/65),0,0-.04*math.cos(sin/55))*CFrame.Angles(math.rad(-3-4*math.cos(sin/45)),math.rad(0-3*math.cos(sin/65))+Root.RotVelocity.Y/15,0),.3)
  7724. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.59462416, -0.259601027, 1, 0, 0, 0, 0.893546343, 0.448971033, 0, -0.448971033, 0.893546343)*CFrame.new(0,0,0+.04*math.cos(sin/45))*CFrame.Angles(math.rad(3+2*math.cos(sin/45)),Head.RotVelocity.Y/35,0),.3)
  7725. RS.C0=clerp(RS.C0,CFrame.new(0.738945782, 1.64390218, 0.154127955, -0.93241936, 0.352425426, -0.0799408332, -0.338556975, -0.929260314, -0.147832781, -0.126385882, -0.110777617, 0.985776305)*CFrame.new(0,0,0-.04*math.cos(sin/45))*CFrame.Angles(math.rad(0+2*math.cos(sin/45)),0,0),.3)
  7726. LS.C0=clerp(LS.C0,CFrame.new(-0.528893411, 1.71436501, 0.131731346, -0.8665452, -0.493845284, 0.072223492, 0.480511844, -0.864616513, -0.146788061, 0.134936199, -0.0924942344, 0.98652786)*CFrame.new(0,0,0-.04*math.cos(sin/45))*CFrame.Angles(math.rad(0+2*math.cos(sin/45)),0,0),.3)
  7727. RH.C0=clerp(RH.C0,CFrame.new(0.551591456, -1.85907018, 0.416908115, 0.993425012, -0.0885560811, -0.0725575536, 0.106571078, 0.946855903, 0.30349052, 0.0418256186, -0.309227616, 0.950067878)*CFrame.new(0,0,-.1+.1*math.cos(sin/45))*CFrame.Angles(math.rad(0-6*math.cos(sin/45)),0,0),.3)
  7728. LH.C0=clerp(LH.C0,CFrame.new(-0.594523072, -1.80308008, 0.599186897, 0.995679498, 0.0928568393, -1.42638987e-06, -0.0799041837, 0.856799364, 0.509421408, 0.047304485, -0.507220268, 0.860517263)*CFrame.new(0,0,-.2+.1*math.cos(sin/45))*CFrame.Angles(math.rad(0-6*math.cos(sin/45)),0,0),.3)
  7729. end
  7730. end
  7731. elseif torvel>.6 and torvel<24.5 and hitfloor~=nil then
  7732. Pose="Walk"
  7733. idling=0
  7734. if attack==false then
  7735. if mode=="Saint" or mode=="Jade" or mode=="Somnambulist" or mode=="Wither" or mode=="True Catastrophe" then
  7736. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1-.2*math.sin(sin/30), -0.415240347, 1, 0, 0, 0, 0.661848187, 0.749637961, 0, -0.749637961, 0.661848187)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-2+3*math.cos(sin/60)),Root.RotVelocity.Y/15,0),.3)
  7737. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.42224586, 0.125616729, 1, 0, 0, 0, 0.751931906, -0.659240842, 0, 0.659240842, 0.751931906)*CFrame.new(0,0,0-.02*math.cos(sin/30))*CFrame.Angles(math.rad(-2-5*math.cos(sin/30)),Head.RotVelocity.Y/25,0),.3)
  7738. RS.C0=clerp(RS.C0,CFrame.new(1.91606772, 0.094961905, 0.724651277, 0.715574741, -0.645622611, -0.266691297, 0.645906031, 0.466155559, 0.604569554, -0.266004145, -0.604872167, 0.750580728)*CFrame.new(-0.3+.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(-20+5*math.cos(sin/60))),.3)
  7739. LS.C0=clerp(LS.C0,CFrame.new(-1.87215602, 0.08541919, 0.800057828, 0.704578042, 0.616255641, 0.351850599, -0.701451361, 0.529776692, 0.476762772, 0.107405454, -0.582722545, 0.805542409)*CFrame.new(0.3-.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(20-5*math.cos(sin/60))),.3)
  7740. RH.C0=clerp(RH.C0,CFrame.new(0.471212417, -1.27751982, -0.334044129, 0.994527757, -0.0578084476, -0.0870216787, 0.0738242045, 0.978249609, 0.193849698, 0.0739227757, -0.199213207, 0.97716397)*CFrame.new(.04+.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-2*math.cos(sin/30)),0,math.rad(3-2*math.sin(sin/60))),.3)
  7741. LH.C0=clerp(LH.C0,CFrame.new(-0.495118201, -1.99340534, 0.0645466596, 0.996480763, 0.0367483124, 0.0753372535, -0.0443941243, 0.993745565, 0.102464803, -0.0711006522, -0.10544873, 0.991879642)*CFrame.new(-.04-.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-4*math.cos(sin/30)),0,math.rad(-3+2*math.sin(sin/60))),.3)
  7742. elseif mode=="Amativeness" then
  7743. RJ.C0=clerp(RJ.C0,CFrame.new(0, -.1-.1*math.sin(sin/5), -0, 1, -9.36750677e-17, 0, -9.36750677e-17, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-6*math.sin(sin/10))+Root.RotVelocity.Y/15,0),.3)
  7744. Neck.C0=clerp(Neck.C0,CFrame.new(-6.92052851e-17, 1.47756028, -0.12768589, 1, -4.61291992e-17, -8.11490899e-18, -4.68375339e-17, 0.984876812, 0.173256546, 0, -0.173256546, 0.984876812)*CFrame.new(0,0,0)*CFrame.Angles(0,Head.RotVelocity.Y/25,0),.3)
  7745. RS.C0=clerp(RS.C0,CFrame.new(0.626639724, -0.0785008967-.03*math.cos(sin/5), -0.506459296, -0.081644997, 0.478145957, 0.874477327, 0.440772176, 0.804261804, -0.398601174, -0.893898249, 0.352901459, -0.276417375)*CFrame.new(0+.04*math.cos(sin/5),0,0)*CFrame.Angles(math.rad(0-2*math.sin(sin/10)),0,math.rad(0+2*math.cos(sin/50))),.3)
  7746. LS.C0=clerp(LS.C0,CFrame.new(-0.658066571, -0.0610473454-.03*math.cos(sin/5), -0.496888459, -0.172087952, -0.584305763, -0.793077886, -0.427006274, 0.769765437, -0.474475265, 0.887722552, 0.256997734, -0.381969631)*CFrame.new(0-.04*math.cos(sin/5),0,0)*CFrame.Angles(math.rad(0-2*math.sin(sin/10)),0,math.rad(0-2*math.cos(sin/5))),.3)
  7747. RH.C0=clerp(RH.C0,CFrame.new(0.497421563, -2.000072+.1*math.sin(sin/5), -1.6358681e-05, 0.99960798, -0.027273545, -0.00633664196, 0.0272729993, 0.999628007, -0.000172889879, 0.00633900007, 2.88098301e-09, 0.999979973)*CFrame.new(0,.05-.1*math.sin(sin/5),0-.4*math.cos(sin/10))*CFrame.Angles(math.rad(0+35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7748. LH.C0=clerp(LH.C0,CFrame.new(-0.588625193, -1.99550474+.1*math.sin(sin/5), -0.00098110456, 0.997929871, 0.0606773198, -0.0213117059, -0.060672991, 0.998157442, 0.000849818927, 0.0213239975, 0.00044498514, 0.999772549)*CFrame.new(0,.05-.1*math.sin(sin/5),0+.4*math.cos(sin/10))*CFrame.Angles(math.rad(0-35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7749. else
  7750. RJ.C0=clerp(RJ.C0,CFrame.new(-0, 0-.1*math.sin(sin/5), 0, 1, 0, 0, 0, 1, -2.12296717e-42, 0, -2.12296717e-42, 1)*CFrame.new(0,0,0)*CFrame.Angles(-math.rad(2),math.rad(0-6*math.sin(sin/10))+Root.RotVelocity.Y/15,0),.3)
  7751. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.49999976, -3.18375011e-42, 1, 0, 0, 0, 1, -2.12296717e-42, 0, -2.12296717e-42, 1)*CFrame.new(0,0,0-.01*math.cos(sin/5))*CFrame.Angles(math.rad(-5-2*math.cos(sin/5)),Head.RotVelocity.Y/25,0),.3)
  7752. RS.C0=clerp(RS.C0,CFrame.new(1.54799044, 0.00431090593, 9.983778e-07, 0.995991886, -0.0894439891, -4.49431016e-21, 0.0894439891, 0.995991886, 6.79974523e-22, 4.41547678e-21, -1.07923816e-21, 1)*CFrame.new(0,0,0+.4*math.cos(sin/10))*CFrame.Angles(math.rad(0-45*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7753. LS.C0=clerp(LS.C0,CFrame.new(-1.54277451, 0.00714929402, -7.16328394e-21, 0.997043908, 0.0768340006, -4.49431016e-21, -0.0768339932, 0.997043908, 6.79974523e-22, 4.53326964e-21, -3.32648659e-22, 1)*CFrame.new(0,0,0-.4*math.cos(sin/10))*CFrame.Angles(math.rad(0+45*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7754. RH.C0=clerp(RH.C0,CFrame.new(0.497421563, -2.000072+.1*math.sin(sin/5), -1.6358681e-05, 0.99960798, -0.027273545, -0.00633664196, 0.0272729993, 0.999628007, -0.000172889879, 0.00633900007, 2.88098301e-09, 0.999979973)*CFrame.new(0,.05-.1*math.sin(sin/5),0-.4*math.cos(sin/10))*CFrame.Angles(math.rad(0+35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7755. LH.C0=clerp(LH.C0,CFrame.new(-0.588625193, -1.99550474+.1*math.sin(sin/5), -0.00098110456, 0.997929871, 0.0606773198, -0.0213117059, -0.060672991, 0.998157442, 0.000849818927, 0.0213239975, 0.00044498514, 0.999772549)*CFrame.new(0,.05-.1*math.sin(sin/5),0+.4*math.cos(sin/10))*CFrame.Angles(math.rad(0-35*math.cos(sin/10)),math.rad(0+6*math.sin(sin/10)),0),.3)
  7756. end
  7757. end
  7758. elseif torvel>24.501 and hitfloor~=nil then
  7759. Pose="Run"
  7760. idling=0
  7761. if attack==false then
  7762. if mode=="Saint" or mode=="Jade" or mode=="Somnambulist" or mode=="Wither" or mode=="True Catastrophe" then
  7763. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1-.2*math.sin(sin/30), -0.358621627, 1, 0, 0, 0, 0.408553392, 0.912734509, 0, -0.912734509, 0.408553421)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-2+3*math.cos(sin/60)),Root.RotVelocity.Y/15,0),.3)
  7764. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.45296049, 0.204289973, 1, 0, 0, 0, 0.546001792, -0.837783992, 0, 0.837783992, 0.546001792)*CFrame.new(0,0,0)*CFrame.new(0,0,0-.02*math.cos(sin/30))*CFrame.Angles(math.rad(-2-5*math.cos(sin/30)),Head.RotVelocity.Y/20,0),.3)
  7765. RS.C0=clerp(RS.C0,CFrame.new(1.79892254, -0.0473419279, 0.381310105, 0.848245561, -0.528755426, -0.0299531464, 0.493116707, 0.767912984, 0.408834517, -0.193172067, -0.361562461, 0.912117004)*CFrame.new(-0.1+.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(0+5*math.cos(sin/60))),.3)
  7766. LS.C0=clerp(LS.C0,CFrame.new(-1.86058223, 0.189608008, 0.305094153, 0.870703101, 0.472113281, 0.137786716, -0.491381824, 0.823433101, 0.283728361, 0.0204937831, -0.314749062, 0.948953748)*CFrame.new(0.1-.06*math.cos(sin/60),0+.06*math.cos(sin/30),0)*CFrame.Angles(0,0,math.rad(0-5*math.cos(sin/60))),.3)
  7767. RH.C0=clerp(RH.C0,CFrame.new(0.471212417, -1.27751982, -0.334044129, 0.994527757, -0.0578084476, -0.0870216787, 0.0738242045, 0.978249609, 0.193849698, 0.0739227757, -0.199213207, 0.97716397)*CFrame.new(.04+.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-2*math.cos(sin/30)),0,math.rad(3-2*math.sin(sin/60))),.3)
  7768. LH.C0=clerp(LH.C0,CFrame.new(-0.495118201, -1.99340534, 0.0645466596, 0.996480763, 0.0367483124, 0.0753372535, -0.0443941243, 0.993745565, 0.102464803, -0.0711006522, -0.10544873, 0.991879642)*CFrame.new(-.04-.02*math.cos(sin/60),0,0+.04*math.cos(sin/30))*CFrame.Angles(math.rad(0-4*math.cos(sin/30)),0,math.rad(-3+2*math.sin(sin/60))),.3)
  7769. else
  7770. RJ.C0=clerp(RJ.C0,CFrame.new(-0, -.1-.1*math.sin(sin/3), 0, 1, 0, 0, 0, 1, -2.12296717e-42, 0, -2.12296717e-42, 1)*CFrame.new(0,0,0)*CFrame.Angles(-math.rad(30),math.rad(0-6*math.sin(sin/6))+Root.RotVelocity.Y/15,0),.3)
  7771. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.49999976, -3.18375011e-42, 1, 0, 0, 0, 1, -2.12296717e-42, 0, -2.12296717e-42, 1)*CFrame.new(0,0,0-.01*math.cos(sin/3))*CFrame.Angles(math.rad(-5-2*math.cos(sin/3)),Head.RotVelocity.Y/20,0),.3)
  7772. RS.C0=clerp(RS.C0,CFrame.new(1.54799044, 0.00431090593, 9.983778e-07, 0.995991886, -0.0894439891, -4.49431016e-21, 0.0894439891, 0.995991886, 6.79974523e-22, 4.41547678e-21, -1.07923816e-21, 1)*CFrame.new(0,.3+.09*math.cos(sin/3),0+1*math.cos(sin/6))*CFrame.Angles(math.rad(0-115*math.cos(sin/6)),math.rad(0+6*math.sin(sin/6)),0),.3)
  7773. LS.C0=clerp(LS.C0,CFrame.new(-1.54277451, 0.00714929402, -7.16328394e-21, 0.997043908, 0.0768340006, -4.49431016e-21, -0.0768339932, 0.997043908, 6.79974523e-22, 4.53326964e-21, -3.32648659e-22, 1)*CFrame.new(0,.3+.09*math.cos(sin/3),0-1*math.cos(sin/6))*CFrame.Angles(math.rad(0+115*math.cos(sin/6)),math.rad(0+6*math.sin(sin/6)),0),.3)
  7774. RH.C0=clerp(RH.C0,CFrame.new(0.497421563, -2.000072+.1*math.sin(sin/3), -1.6358681e-05, 0.99960798, -0.027273545, -0.00633664196, 0.0272729993, 0.999628007, -0.000172889879, 0.00633900007, 2.88098301e-09, 0.999979973)*CFrame.new(0,.3+.1*math.cos(sin/3),0-1*math.cos(sin/6))*CFrame.Angles(math.rad(0+85*math.cos(sin/6)),math.rad(0+6*math.sin(sin/6)),0),.3)
  7775. LH.C0=clerp(LH.C0,CFrame.new(-0.588625193, -1.99550474+.1*math.sin(sin/3), -0.00098110456, 0.997929871, 0.0606773198, -0.0213117059, -0.060672991, 0.998157442, 0.000849818927, 0.0213239975, 0.00044498514, 0.999772549)*CFrame.new(0,.3+.1*math.cos(sin/3),0+1*math.cos(sin/6))*CFrame.Angles(math.rad(0-85*math.cos(sin/6)),math.rad(0+6*math.sin(sin/6)),0),.3)
  7776. end
  7777. end
  7778. end
  7779. RealMainWeld.C0=clerp(RealMainWeld.C0,CFrame.new(0,.5,1.4),.3)
  7780. if mode=="Nil" then
  7781. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/math.random(2,70)),0-.2*math.cos(sin/math.random(2,70)),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/math.random(2,70))),math.rad(0-5*math.sin(sin/math.random(2,70))),math.rad(doe-math.random(2,70)*math.sin(sin/math.random(2,70)))),.8)
  7782. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/math.random(2,70)),0-.2*math.cos(sin/math.random(2,70)),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/math.random(2,70))),math.rad(0-93*math.sin(sin/math.random(2,70))),math.rad(0-93*math.sin(sin/math.random(2,70)))),.8)
  7783. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/math.random(2,70)),0-.2*math.cos(sin/math.random(2,70)),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/math.random(2,70))),math.rad(0-93*math.cos(sin/math.random(2,70))),math.rad(0-93*math.cos(sin/math.random(2,70)))),.8)
  7784. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7785. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7786. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7787. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7788. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7789. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/math.random(2,70)))*CFrame.Angles(math.rad(90),0,0),.3)
  7790. else
  7791. if mode=="Celestial" or mode=="Jade" or mode=="Somnambulist" or mode=="Wither" then
  7792. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7793. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7794. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7795. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7796. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1.6+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7797. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7798. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7799. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1.6+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7800. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7801. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(55)),.05)
  7802. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(90)),.05)
  7803. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(125)),.05)
  7804. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(125)),.05)
  7805. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(90)),.05)
  7806. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(55)),.05)
  7807. elseif mode=="Saint" or mode=="Cyclone" then
  7808. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7809. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7810. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7811. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(-1,0,-3+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7812. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(-.5,0,-2+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7813. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7814. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7815. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(.5,0,-2+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7816. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(1,0,-3+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7817. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, .5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(100)),.05)
  7818. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7819. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(-.5, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(160)),.05)
  7820. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(.5, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(160)),.05)
  7821. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(120)),.05)
  7822. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, .5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(100)),.05)
  7823. elseif mode=="Conflagration" then
  7824. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(0-6*math.sin(sin/50))),.3)
  7825. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7826. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),.4-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7827. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7828. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1.3+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7829. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-.8+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7830. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-.8+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7831. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1.3+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7832. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1.6+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7833. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(70)),.05)
  7834. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(125)),.05)
  7835. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7836. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(180)),.05)
  7837. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(125)),.05)
  7838. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,-math.rad(70)),.05)
  7839. elseif mode=="True Catastrophe" or mode=="Exhaustion" then
  7840. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/21)),math.rad(0-5*math.sin(sin/34)),math.rad(doe*5-62*math.sin(sin/30))),.3)
  7841. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/38)),math.rad(0-93*math.sin(sin/45)),math.rad(0-93*math.sin(sin/53))),.3)
  7842. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/18),0-.2*math.cos(sin/32),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/53)),math.rad(0-93*math.cos(sin/45)),math.rad(0-93*math.cos(sin/33))),.3)
  7843. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7844. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7845. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7846. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7847. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-3-2*math.sin(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7848. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-3+2*math.cos(sin/16))*CFrame.Angles(math.rad(90),0,0),.05)
  7849. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.05)
  7850. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(60)),.05)
  7851. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7852. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7853. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(240)),.05)
  7854. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(300)),.05)
  7855. else
  7856. MainWeld.C0=clerp(MainWeld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-5*math.cos(sin/41)),math.rad(0-5*math.sin(sin/54)),math.rad(doe-12*math.sin(sin/50))),.3)
  7857. Main2Weld.C0=clerp(Main2Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.sin(sin/58)),math.rad(0-93*math.sin(sin/65)),math.rad(0-93*math.sin(sin/73))),.3)
  7858. Main3Weld.C0=clerp(Main3Weld.C0,CFrame.new(0-.2*math.sin(sin/38),0-.2*math.cos(sin/52),0)*CFrame.Angles(math.rad(0-93*math.cos(sin/73)),math.rad(0-93*math.cos(sin/65)),math.rad(0-93*math.cos(sin/53))),.3)
  7859. Center1Weld.C0=clerp(Center1Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7860. Center2Weld.C0=clerp(Center2Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7861. Center3Weld.C0=clerp(Center3Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7862. Center4Weld.C0=clerp(Center4Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7863. Center5Weld.C0=clerp(Center5Weld.C0,CFrame.new(0,0,-1+.5*math.sin(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7864. Center6Weld.C0=clerp(Center6Weld.C0,CFrame.new(0,0,-1+.5*math.cos(sin/36))*CFrame.Angles(math.rad(90),0,0),.05)
  7865. Center1Weld.C1=clerp(Center1Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.05)
  7866. Center2Weld.C1=clerp(Center2Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(60)),.05)
  7867. Center3Weld.C1=clerp(Center3Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(120)),.05)
  7868. Center4Weld.C1=clerp(Center4Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(180)),.05)
  7869. Center5Weld.C1=clerp(Center5Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(240)),.05)
  7870. Center6Weld.C1=clerp(Center6Weld.C1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,0,math.rad(300)),.05)
  7871. end
  7872. end
  7873. end
  7874. --mode effects
  7875. if not truedied and not cooldisable then
  7876. if mode=="Rust" then
  7877. effectde=effectde+1
  7878. if effectde>=3 then
  7879. effectde=0
  7880. rusting(Root.CFrame*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,0,math.random(-20,20)))
  7881. end
  7882. elseif mode=="Nova" then
  7883. effectde=effectde+1
  7884. if effectde>=2 then
  7885. effectde=0
  7886. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.rad(doe*2),math.rad(doe*9),0)*CFrame.new(0,0,5),8,8,8,-.4,-.4,-.4,.07,"Sphere",3,1.1,"")
  7887. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.rad(doe*2),math.rad(180+doe*9),0)*CFrame.new(0,0,5),8,8,8,-.4,-.4,-.4,.07,"Sphere",3,1.1,"")
  7888. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.rad(doe*2),math.rad(doe*9),0)*CFrame.new(0,0,5),8,8,8,-.4,-.4,-.4,.07,"Brick",1,0,"")
  7889. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.rad(doe*2),math.rad(180+doe*9),0)*CFrame.new(0,0,5),8,8,8,-.4,-.4,-.4,.07,"Brick",1,0,"")
  7890. end
  7891. elseif mode=="Celestial" then --eat
  7892. effectde=effectde+1
  7893. if effectde>=1 then
  7894. effectde=0
  7895. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*18.4),0)*CFrame.new(0,-3,8+3*math.sin(sin/35))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),5,5,5,-.6,-.6,-.6,.1,"Sphere",3,math.random(8,13)/10,"")
  7896. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+(doe*18.4)),0)*CFrame.new(0,-3,8+3*math.sin(sin/35))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),5,5,5,-.6,-.6,-.6,.1,"Sphere",3,math.random(8,13)/10,"")
  7897. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-doe*18.4),0)*CFrame.new(0,-3,8+3*math.sin(sin/35))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),5,5,5,-.6,-.6,-.6,.1,"Sphere",3,math.random(8,13)/10,"")
  7898. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-180-(doe*18.4)),0)*CFrame.new(0,-3,8+3*math.sin(sin/35))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),5,5,5,-.6,-.6,-.6,.1,"Sphere",3,math.random(8,13)/10,"")
  7899. end
  7900. elseif mode=="Glacier" then
  7901. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),3,3,3,0,0,0,.03,"Sphere",3,math.random(2,12)/100,"")
  7902. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),3,3,3,0,0,0,.03,"Sphere",3,math.random(2,12)/100,"")
  7903. elseif mode=="Desperation" then
  7904. effectde=effectde+1
  7905. if effectde>=2 then
  7906. effectde=0
  7907. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(8,19),math.random(-30,30))*CFrame.Angles(math.rad(math.random(-30,-1)),math.random(-120,120),0),3,3,20,0,0,0,.05,"Sphere",4,math.random(-2,2),"",-200,-100,150)
  7908. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(8,19),math.random(-30,30))*CFrame.Angles(math.rad(math.random(-30,-1)),math.random(-120,120),0),3,3,20,0,0,0,.05,"Sphere",4,math.random(-2,2),"",-200,-100,150)
  7909. end
  7910. elseif mode=="Saint" then
  7911. effectde=effectde+1
  7912. if effectde>=2 then
  7913. effectde=0
  7914. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(-6,2),math.random(-30,30))*CFrame.Angles(math.rad(math.random(1,30)),math.random(-120,120),0),3,3,20,0,0,0,.05,"Sphere",4,math.random(-2,2),"",100,200,150)
  7915. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,math.random(-6,2),math.random(-30,30))*CFrame.Angles(math.rad(math.random(1,30)),math.random(-120,120),0),3,3,20,0,0,0,.05,"Sphere",4,math.random(-2,2),"",100,200,150)
  7916. end
  7917. elseif mode=="Dreary" then
  7918. SubMainWeld.C0=clerp(SubMainWeld.C0,CFrame.Angles(math.rad(doe+0*math.cos(sin/43)),math.rad(doe+56*math.sin(sin/40)),math.rad(doe+62*math.cos(sin/37))),.3)
  7919. local location=CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(math.random(-35,35),math.random(-35,35),math.random(-35,35))
  7920. effectde=effectde+1
  7921. if effectde>=2 then
  7922. effectde=0
  7923. Effect(e,modecolor[2],SubMain.CFrame*CFrame.Angles(0,math.rad(doe*4),0)*CFrame.new(0,0,5),88,3,3,0,-.2,-.2,.055,"Sphere",6,0,"")
  7924. Effect(e,modecolor[2],SubMain.CFrame*CFrame.Angles(0,math.rad(120+doe*4),0)*CFrame.new(0,0,5),88,3,3,0,-.2,-.2,.055,"Sphere",6,0,"")
  7925. Effect(e,modecolor[2],SubMain.CFrame*CFrame.Angles(0,math.rad(240+doe*4),0)*CFrame.new(0,0,5),88,3,3,0,-.2,-.2,.055,"Sphere",6,0,"")
  7926. end
  7927. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(math.rad(-doe*2),math.rad(-doe*9),0)*CFrame.new(0,0,8),12,12,12,-.4,-.4,-.4,.03,"Sphere",6,0,"")
  7928. elseif mode=="Jade" then
  7929. effectde=effectde+1
  7930. if effectde>=3 then
  7931. effectde=0
  7932. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*2),0)*CFrame.new(0,0,5)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),5,5,5,-.15,-.15,-.15,.03,"Brick",1,0,"")
  7933. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(120+doe*2),0)*CFrame.new(0,0,5)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),5,5,5,-.15,-.15,-.15,.03,"Brick",1,0,"")
  7934. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(240+doe*2),0)*CFrame.new(0,0,5)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),5,5,5,-.15,-.15,-.15,.03,"Brick",1,0,"")
  7935. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-doe*3),0)*CFrame.new(0,0,8)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),3,3,3,-.1,-.1,-.1,.04,"Brick",1,0,"")
  7936. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(120-doe*3),0)*CFrame.new(0,0,8)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),3,3,3,-.1,-.1,-.1,.04,"Brick",1,0,"")
  7937. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(240-doe*3),0)*CFrame.new(0,0,8)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),3,3,3,-.1,-.1,-.1,.04,"Brick",1,0,"")
  7938. end
  7939. elseif mode=="Psychosis" then
  7940. Effect(e,modecolor[2],Head.CFrame*CFrame.new(.2,.2,-.5)*CFrame.Angles(-math.rad(90+math.random(-12,12)),math.rad(math.random(-12,12)),math.random(-120,120)),2,2,2,-.06,-.06,-.06,.03,"Brick",7,2,"")
  7941. REffect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-20,20))*CFrame.Angles(math.rad(math.random(-30,30)),math.rad(math.random(-30,30)),math.rad(math.random(-30,30))),8,150,8,0,-9,0,.06,"Sphere",6,0,"")
  7942. elseif mode=="Conflagration" then
  7943. effectde=effectde+1
  7944. if effectde>=5 then
  7945. effectde=0
  7946. Effect(e,modecolor[2],RArm.CFrame*CFrame.new(math.random(-10,10)/15,-1.2,math.random(-10,10)/15)*CFrame.Angles(-math.rad(90),math.random(-120,120),math.random(-120,120)),5,5,5,-.1,-.1,-.1,.03,"Brick",1,0,"")
  7947. Effect(e,modecolor[2],LArm.CFrame*CFrame.new(math.random(-10,10)/15,-1.2,math.random(-10,10)/15)*CFrame.Angles(-math.rad(90),math.random(-120,120),math.random(-120,120)),5,5,5,-.1,-.1,-.1,.03,"Brick",1,0,"")
  7948. end
  7949. Effect(e,modecolor[1],RArm.CFrame*CFrame.new(math.random(-10,10)/15,-1.2,math.random(-10,10)/15)*CFrame.Angles(-math.rad(90),0,math.random(-120,120)),6,6,6,-.2,-.2,-.2,.05,"Brick",7,5,"")
  7950. Effect(e,modecolor[1],LArm.CFrame*CFrame.new(math.random(-10,10)/15,-1.2,math.random(-10,10)/15)*CFrame.Angles(-math.rad(90),0,math.random(-120,120)),6,6,6,-.2,-.2,-.2,.05,"Brick",7,5,"")
  7951. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-30,30))*CFrame.Angles(-math.rad(90),0,0),6,6,6,-.2,-.2,-.2,.05,"Brick",7,5,"")
  7952. elseif mode=="Lullaby" then
  7953. effectde=effectde+1
  7954. if effectde>=5 then
  7955. effectde=0
  7956. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90)),2,50,50,0,-1,-1,.05,"Cylinder",5,0,"")
  7957. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90)),1,55,55,0,-1,-1,.03,"Cylinder",6,0,"")
  7958. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*1.48),0)*CFrame.new(0,-3,6)*CFrame.Angles(-math.rad(90+math.random(-20,20)),0,0),5,5,5,-.2,-.2,-.2,.05,"Sphere",3,math.random(1,3)/10,"")
  7959. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180-(doe*1.36)),0)*CFrame.new(0,-3,7)*CFrame.Angles(-math.rad(90+math.random(-20,20)),0,0),5,5,5,-.2,-.2,-.2,.03,"Sphere",3,math.random(1,3)/10,"")
  7960. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*1.24),0)*CFrame.new(0,-3,8)*CFrame.Angles(-math.rad(90+math.random(-20,20)),0,0),5,5,5,-.2,-.2,-.2,.03,"Sphere",3,math.random(1,3)/10,"")
  7961. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-180-(doe*1.12)),0)*CFrame.new(0,-3,9)*CFrame.Angles(-math.rad(90+math.random(-20,20)),0,0),5,5,5,-.2,-.2,-.2,.03,"Sphere",3,math.random(1,3)/10,"")
  7962. end
  7963. elseif mode=="Somnambulist" then
  7964. local location=CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(math.random(-35,35),math.random(-35,35),math.random(-35,35))
  7965. effectde=effectde+1
  7966. if effectde>=3 then
  7967. effectde=0
  7968. local ma=math.random(10,60)/10
  7969. Effect(e,modecolor[1],location,3+ma,3+ma,3+ma,0,0,2+ma*2,.05,"Sphere",6,0,"")
  7970. Effect(e,modecolor[1],location,3+ma,3+ma,3+ma,0,2+ma*2,0,.05,"Sphere",6,0,"")
  7971. Effect(e,modecolor[1],location,3+ma,3+ma,3+ma,2+ma*2,0,0,.05,"Sphere",6,0,"")
  7972. end
  7973. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*7),0)*CFrame.new(0,-3,0),5,2,5,12,0,0,.04,"Sphere",6,0,"")
  7974. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*7),0)*CFrame.new(0,-3,0),5,2,5,0,0,12,.04,"Sphere",6,0,"")
  7975. elseif mode=="Amativeness" then --mate
  7976. effectde=effectde+1
  7977. if effectde>=2 then
  7978. effectde=0
  7979. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(math.random(-25,25),0,math.random(-25,25)),7,7,7,-.1,-.1,-.1,.02,"Sphere",3,.4,"")
  7980. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-25,25),math.random(-15,15),math.random(-25,25)),.03,.03,.03,-0.001,-0.001,-0.001,.04,"FileMesh",6,0,"1419261836")
  7981. end
  7982. elseif mode=="Nil" then
  7983. local aa1=Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-40,40))*CFrame.Angles(math.rad(math.random(-30,30)),0,math.rad(math.random(-30,30))),8,8,8,0,9,0,.05,nilmeshtype[math.random(1,#nilmeshtype)],math.random(1,7),math.random(-30,30)/10,"",math.random(0,10),math.random(11,20),math.random(5,20))
  7984. local aa2=REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-40,40))*CFrame.Angles(math.rad(math.random(-30,30)),0,math.rad(math.random(-30,30))),8,8,8,0,9,0,.05,nilmeshtype[math.random(1,#nilmeshtype)],math.random(1,7),math.random(-30,30)/10,"",math.random(0,10),math.random(11,20),math.random(5,20))
  7985. local anothr=math.random(1,4)
  7986. if anothr<=2 then
  7987. aa1.Material=nilmaterial[math.random(1,#nilmaterial)]
  7988. aa2.Material=nilmaterial[math.random(1,#nilmaterial)]
  7989. elseif anothr>=3 then
  7990. aa1.Material="Neon"
  7991. aa2.Material="Neon"
  7992. end
  7993. elseif mode=="Wither" then
  7994. local hit,pos=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,111,chr)
  7995. if hit~=nil then
  7996. Effect(e,modecolor[1],CFrame.new(pos)*CFrame.Angles(0,math.rad(doe*17),0),11,3,11,3,0,32,.05,"Sphere",6,0,"")
  7997. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(-doe*13),0),11,1,11,2,.1,9,.04,"Sphere",3,3.5,"")
  7998. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(180-doe*13),0),11,1,11,2,.1,9,.04,"Sphere",3,3.5,"")
  7999. end
  8000. elseif mode=="True Catastrophe" then
  8001. local hit,pos=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,999,chr)
  8002. if hit~=nil then
  8003. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(doe*13),0),56,2,56,182,0,0,.07,"Sphere",6,0,"")
  8004. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(doe*13),0),36,2,36,82,0,0,.07,"Sphere",3,9,"")
  8005. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(180+doe*13),0),36,2,36,82,0,0,.07,"Sphere",3,9,"")
  8006. end
  8007. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-320,320))*CFrame.Angles(math.rad(-90+math.random(-30,30)),0,math.rad(math.random(-30,30))),12,12,12,1,1,50,.04,"Sphere",3,math.random(2,7),"")
  8008. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-320,320))*CFrame.Angles(math.rad(-90+math.random(-30,30)),0,math.rad(math.random(-30,30))),12,12,12,1,1,50,.04,"Sphere",3,math.random(2,7),"")
  8009. elseif mode=="Cyclone" then
  8010. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-30,30))*CFrame.Angles(-math.rad(90),0,0),8,8,8,-1,-1,-1,.09,"Sphere",3,5,"")
  8011. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-30,30))*CFrame.Angles(-math.rad(90),0,0),8,8,8,-1,-1,-1,.09,"Sphere",3,5,"")
  8012. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-30,30)/5,math.random(-30,30)/5,math.random(-30,30)/5)*CFrame.Angles(-math.rad(90),0,0),2,2,4,0,0,8,.15,"Sphere",3,2,"")
  8013. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-30,30)/5,math.random(-30,30)/5,math.random(-30,30)/5)*CFrame.Angles(-math.rad(90),0,0),2,2,4,0,0,8,.15,"Sphere",3,2,"")
  8014. elseif mode=="Minstrel" then
  8015. effectde=effectde+1
  8016. if effectde>=5 then
  8017. effectde=0
  8018. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.new(0,-3,0),35,2,35,0,0,0,.04,"Sphere",6,0,"")
  8019. end
  8020. if effectde>=3 then
  8021. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-doe*(GetClientProperty(theme,'PlaybackLoudness')/100)),0)*CFrame.new(0,-3,5),1+(GetClientProperty(theme,'PlaybackLoudness')/10),1,1+(GetClientProperty(theme,'PlaybackLoudness')/10),0,0,0+(GetClientProperty(theme,'PlaybackLoudness')/60),.04,"Sphere",3,0+(GetClientProperty(theme,'PlaybackLoudness')/250),"")
  8022. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*(GetClientProperty(theme,'PlaybackLoudness')/100)),0)*CFrame.new(0,-3,5),1+(GetClientProperty(theme,'PlaybackLoudness')/10),1,1+(GetClientProperty(theme,'PlaybackLoudness')/10),0,0,0+(GetClientProperty(theme,'PlaybackLoudness')/60),.04,"Sphere",3,0+(GetClientProperty(theme,'PlaybackLoudness')/250),"")
  8023. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180-doe*(GetClientProperty(theme,'PlaybackLoudness')/100)),0)*CFrame.new(0,-3,5),1+(GetClientProperty(theme,'PlaybackLoudness')/10),1,1+(GetClientProperty(theme,'PlaybackLoudness')/10),0,0,0+(GetClientProperty(theme,'PlaybackLoudness')/60),.04,"Sphere",3,0+(GetClientProperty(theme,'PlaybackLoudness')/250),"")
  8024. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe*(GetClientProperty(theme,'PlaybackLoudness')/100)),0)*CFrame.new(0,-3,5),1+(GetClientProperty(theme,'PlaybackLoudness')/10),1,1+(GetClientProperty(theme,'PlaybackLoudness')/10),0,0,0+(GetClientProperty(theme,'PlaybackLoudness')/60),.04,"Sphere",3,0+(GetClientProperty(theme,'PlaybackLoudness')/250),"")
  8025. end
  8026. elseif mode=="Sombra" then
  8027. effectde=effectde+1
  8028. if effectde>=2 then
  8029. effectde=0
  8030. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*3),0)*CFrame.new(0,-3,12)*CFrame.Angles(0,0,math.rad(90)),1,18,18,0,-.9,-.9,.07,"Cylinder",6,0,"")
  8031. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+doe*3),0)*CFrame.new(0,-3,12)*CFrame.Angles(0,0,math.rad(90)),1,18,18,0,-.9,-.9,.07,"Cylinder",6,0,"")
  8032. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(-doe*3),0)*CFrame.new(0,-3,9)*CFrame.Angles(0,0,math.rad(90)),1,18,18,0,-.9,-.9,.07,"Cylinder",6,0,"")
  8033. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180-doe*3),0)*CFrame.new(0,-3,9)*CFrame.Angles(0,0,math.rad(90)),1,18,18,0,-.9,-.9,.07,"Cylinder",6,0,"")
  8034. end
  8035. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.new(0,-3,0)*CFrame.Angles(0,0,math.rad(90)),2,55,55,-.05,-1.3,-1.3,.03,"Cylinder",6,0,"")
  8036. elseif mode=="Fictitious" then
  8037. effectde=effectde+1
  8038. if effectde>=2 then
  8039. effectde=0
  8040. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.new(math.random(-25,25),math.random(-25,25),math.random(-25,25)),1,1,1,1,1,1,.05,"Brick",6,0,"")
  8041. REffect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.new(math.random(-25,25),math.random(-25,25),math.random(-25,25)),21,21,21,-1,-1,-1,.05,"Brick",6,0,"")
  8042. end
  8043. elseif mode=="Benevolence" then
  8044. effectde=effectde+1
  8045. if effectde>=3 then
  8046. effectde=0
  8047. local hit,pos=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,111,chr)
  8048. if hit~=nil then
  8049. Effect(e,modecolor[1],CFrame.new(pos),12,2,12,12,0,-.5,.04,"Sphere",6,0,"")
  8050. Effect(e,modecolor[1],CFrame.new(pos),12,2,12,-.5,0,12,.04,"Sphere",6,0,"")
  8051. Effect(e,modecolor[2],CFrame.new(pos)*CFrame.Angles(0,math.rad(-doe*4),0),12,1,12,5,0,5,.07,"Brick",2,-13,"")
  8052. end
  8053. end
  8054. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(0,-3,math.random(-30,30))*CFrame.Angles(-math.rad(90),0,0),4,4,4,-0,0,3,.05,"Sphere",3,1,"")
  8055. elseif mode=="Exhaustion" then
  8056. effectde=effectde+1
  8057. if effectde>=1 then
  8058. effectde=0
  8059. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*17),0)*CFrame.new(0,-math.random(-14,3),math.random(-650,650))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,math.random(-40,40)),90,90,90,-2,-2,-2,.02,"Sphere",3,math.random(6,13),"")
  8060. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+(doe*17)),0)*CFrame.new(0,-math.random(-14,3),math.random(-650,650))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,math.random(-40,40)),90,90,90,-2,-2,-2,.02,"Sphere",3,math.random(6,13),"")
  8061. Effect(e,modecolor[1],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(doe*13),0)*CFrame.new(0,-math.random(-14,3),math.random(300,500))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),124,124,95,5,5,150,.05,"Sphere",3,math.random(17,33),"")
  8062. Effect(e,modecolor[2],CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(180+(doe*13)),0)*CFrame.new(0,-math.random(-14,3),math.random(300,500))*CFrame.Angles(-math.rad(60+math.random(-40,40)),0,0),124,124,95,5,5,150,.05,"Sphere",3,math.random(17,33),"")
  8063. end
  8064. end
  8065. end
  8066. end
  8067. --Aprins...
  8068.  
  8069.  
  8070. -------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement