Advertisement
SomeDude21

Super Saiyan White Script

Sep 23rd, 2017
3,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. anim=Instance.new("Animation",workspace)
  2. anim.AnimationId = "http://www.roblox.com/Asset?ID=293536378"
  3. jun = script.Parent.Parent
  4. Stuff = false
  5. local sp = script.Parent
  6. local s = Instance.new("Sound")
  7. s.SoundId = "http://www.roblox.com/asset/?id=144377132"
  8. s.Volume = 0
  9. s.Looped = true
  10. s.PlayOnRemove = false
  11. s.Parent = sp
  12. --password
  13. function ssj()
  14. s:Play()
  15. for loop = 1,50 do
  16. delay(0,function()
  17. local x = Instance.new("Part")
  18. game.Debris:AddItem(x, 3)
  19. x.CanCollide = false
  20. x.Anchored = true
  21. x.Size = Vector3.new(1,1,1)
  22. x.Material = "Neon"
  23. x.TopSurface = "Smooth"
  24. x.BottomSurface = "Smooth"
  25. x.Parent = game.Workspace
  26. x.CFrame = jun.Character.Torso.CFrame
  27. x.BrickColor = BrickColor.new("Institutional White")
  28.  
  29. local m1 = Instance.new("BlockMesh", x)
  30. delay(0,function()
  31. for loop = 1,20 do
  32. m1.Scale = m1.Scale + Vector3.new(1,1,1)
  33. x.CFrame = x.CFrame * CFrame.Angles(0.2,0.2,0.2)
  34. x.Transparency = x.Transparency + 0.05
  35. wait()
  36. end
  37. end)
  38. end)
  39. delay(0,function()
  40. local x = Instance.new("Part")
  41. game.Debris:AddItem(x, 4)
  42. x.Size = Vector3.new(1,1,1)
  43. x.CanCollide = false
  44. x.Anchored = true
  45. x.CFrame = jun.Character.Torso.CFrame * CFrame.new(0,-2.5,0)
  46. x.TopSurface = "Smooth"
  47. x.BottomSurface = "Smooth"
  48. x.BrickColor = BrickColor.new("Institutional White")
  49. x.Parent = game.Workspace
  50.  
  51. local m1 = Instance.new("SpecialMesh", x)
  52. m1.MeshId = "http://www.roblox.com/asset/?id=20329976"
  53. delay(0,function()
  54. for loop = 1,100 do
  55. m1.Scale = m1.Scale + Vector3.new(1,0.1,1)
  56. x.Transparency = x.Transparency + 0.02
  57. x.CFrame = x.CFrame * CFrame.Angles(0,1,0)
  58. wait()
  59. end
  60. end)
  61. end)
  62. wait(0.1)
  63. end
  64. if Stuff == false then
  65. Stuff = true
  66. for u, c in pairs (jun.Character:GetChildren()) do
  67. if c.className == "Accessory" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  68. c.Handle.Transparency = 1
  69. end
  70. end
  71. local Hair4 = game.ReplicatedStorage.SSJ:Clone()
  72. Hair4.Parent = jun.Character
  73. Hair4.Name = "Hair"
  74. Hair4.CanCollide = false
  75. Hair4.Locked = true
  76. Hair4.CFrame = jun.Character.Torso.CFrame
  77. local Weld = Instance.new("Weld")
  78. Weld.Parent = jun.Character.Head
  79. Weld.Part0 = jun.Character.Head
  80. Weld.Part1 = Hair4
  81. Weld.C0 = CFrame.new(0, .8, 0.11) * CFrame.Angles(0,math.pi,0)
  82. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  83. local animTrack = jun.Character.Humanoid:LoadAnimation(anim)
  84. animTrack:Play()
  85. wait()
  86. local fr = game.lighting.SSJ:clone()
  87. fr.Parent = jun.Character.Torso
  88. end
  89. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  90. local cr = game.lighting.SSJ:clone()
  91. cr.Parent = jun.Character.Torso
  92. end
  93. jun.Character.Humanoid.MaxHealth = 150
  94. wait(0.3)
  95. jun.Character.Humanoid.Health = 150
  96. end
  97. end
  98. function nossj()
  99. if Stuff == true then
  100. Stuff = false
  101. if jun.Character.Torso:findFirstChild("SSJ")~=nil then
  102. jun.Character.Torso:findFirstChild("SSJ"):Remove()
  103. end
  104. local p = Instance.new("Part")
  105. p.Parent = jun.Character
  106. p.Anchored = true
  107. p.CanCollide = false
  108. p.Transparency = 0.1
  109. p.formFactor = "Symmetric"
  110. p.Size = Vector3.new(22, 22, 22)
  111. p.TopSurface = "Smooth"
  112. p.BottomSurface = "Smooth"
  113. p.Name = "Sharingan"
  114. p.Shape = "Ball"
  115. p.CFrame = jun.Character.Torso.CFrame
  116. p.BrickColor = BrickColor.new("Institutional White")
  117. for i = 1 , 10 do
  118. wait(0.05)
  119. p.Size = p.Size + Vector3.new(-4, -4, -4)
  120. p.Transparency = p.Transparency + 0.1
  121. p.CFrame = jun.Character.Torso.CFrame
  122. end
  123. s.Volume = 0
  124. p:Remove()
  125. for u, c in pairs (jun.Character:GetChildren()) do
  126. if c.className == "Accessory" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  127. c.Handle.Transparency = 0
  128. end
  129. if c.Name == "Hair" then
  130. c:Remove()
  131. end
  132. end
  133. jun.Character.Humanoid.Health = 100000000000000
  134. wait(0.3)
  135. jun.Character.Humanoid.MaxHealth = 100000000000000
  136. end
  137. end
  138. jun.Chatted:connect(function(Msg)
  139. local msg = Msg:lower()
  140. if string.sub(msg, 1, 13) == "ssjw" then
  141. wait(0.1)
  142. ssj()
  143. end
  144. if string.sub(msg, 1, 10) == "off" then
  145. wait(0.1)
  146. nossj()
  147. end
  148. end)
  149. function OnDeath()
  150. wait()
  151. nossj()
  152. end
  153. jun.Character.Humanoid.Died:connect(OnDeath)
  154. jun = script.Parent.Parent
  155. Stuff = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement