Advertisement
1nubloku

teste

Oct 9th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. function Destruction()
  2. ATTACK = true
  3. Rooted = true
  4. if MODE == "Fallen" then
  5. sick.TimePosition = 0
  6. SONG = 2758663609
  7. if lplr == Player then
  8. remote2:FireServer(2758663609)
  9. end
  10. RecolorWingsAndText(BrickColor.new("Cocoa").Color,BrickColor.new("Cocoa").Color,1,true,1,1,0)
  11. RenameText("Destruction")
  12. MAT = "Neon"
  13. MODE = "Destruction"
  14. elseif MODE == "Destruction" then
  15. Speed = 0
  16. SONG = 0
  17. if lplr == Player then
  18. remote2:FireServer(0)
  19. end
  20. for i = 0,5,0.1 do
  21. Swait()
  22. slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,350)/250,Color3.new(0,0,0))
  23. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0+sick.PlaybackLoudness/1800) * ANGLES(RAD(20), RAD(0), RAD(0)), 1 / Animation_Speed)
  24. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1+sick.PlaybackLoudness/1800) - 1)) * ANGLES(RAD(5 + MRANDOM(-5,5)), RAD(0 + MRANDOM(-5,5)), RAD(0 + MRANDOM(-5,5))), 1 / Animation_Speed)
  25. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.1, 0.5, -.5) * ANGLES(RAD(180 + MRANDOM(-5,5)), RAD(15 - 5*SIN(sick.PlaybackLoudness/1000)), RAD(-30 + sick.PlaybackLoudness/845)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  26. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.1, 0.5, -.5) * ANGLES(RAD(180 + MRANDOM(-5,5)), RAD(-15 + 5*SIN(sick.PlaybackLoudness/1000)), RAD(30 - sick.PlaybackLoudness/845)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  27. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1-sick.PlaybackLoudness/1800, -0.01) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 1 / Animation_Speed)
  28. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1-sick.PlaybackLoudness/1800, -0.01) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 1 / Animation_Speed)
  29. end
  30. CreateSound(206082327, Torso, 5, 1, false)
  31. CreateSound(1368637781, Torso, 7, 1, false)
  32. CreateSound(763718160, Torso, 4, 1.1, false)
  33. CreateSound(1310128035, Torso, 9, 1, false)
  34. sphere2(3,"Add",tors.CFrame,vt(1,1,1),0.25,0.25,0.25,Color3.new(0,0,0))
  35. sphere2(4,"Add",tors.CFrame,vt(1,1,1),0.5,0.5,0.5,Color3.new(0,0,0))
  36. sphere2(5,"Add",tors.CFrame,vt(1,1,1),0.75,0.75,0.75,Color3.new(0,0,0))
  37. for i = 0, 24 do
  38. slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,350)/250,Color3.new(0,0,0))
  39. end
  40. RecolorWingsAndText(BrickColor.new("Black").Color,BrickColor.new("Black").Color,1,true,1,1,0)
  41. RenameText("Fallen")
  42. Speed = 25
  43. MAT = "Neon"
  44. SONG = 1564523997
  45. if lplr == Player then
  46. remote2:FireServer(2071274388)
  47. end
  48. MODE = "Fallen"
  49. end
  50. ATTACK = false
  51. Rooted = false
  52. end
  53.  
  54. if MODE == "Destruction" then
  55. for _, c in pairs(Character:GetChildren()) do
  56. local COLOR = C3((150+sick.PlaybackLoudness*2)/410,(10+sick.PlaybackLoudness)/8810,(10+sick.PlaybackLoudness)/8810)
  57. if c:IsA("BasePart") and c.Name ~= "Detail" then
  58. c.Material = "Neon"
  59. if c:FindFirstChildOfClass("ParticleEmitter") then
  60. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  61. end
  62. c.Color = BrickColor.new("Cocoa").Color
  63. if c == Head then
  64. if c:FindFirstChild("face") then
  65. c.face:remove()
  66. end
  67. end
  68. elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  69. c:remove()
  70. elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
  71. c:remove()
  72. elseif c.Name == "Detail" then
  73. c.Material = MAT
  74. c.Color = COLOR
  75. text.TextColor3 = BrickColor.new("Cocoa").Color
  76. text.TextStrokeColor3 = BrickColor.new("Cocoa").Color
  77. RecolorWingsAndText(COLOR,COLOR,0,true,1,1)
  78. end
  79. end
  80. end
  81.  
  82. if Key == "5" and ATTACK == false then
  83. Destruction()
  84. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement