Advertisement
sneakydodge123

ui 2

Oct 11th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 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=1173681504"
  8. s.Volume = 3
  9. s.Looped = true
  10. s.PlayOnRemove = false
  11. s.Parent = sp
  12. --password
  13. function ssj()
  14. s:Play()
  15. game:GetService("Chat"):Chat(jun.Character.Head,"Not Yet",Enum.ChatColor.Red)
  16. game:GetService("Chat"):Chat(jun.Character.Head,"Im Not Yet Finished",Enum.ChatColor.Red)
  17. game:GetService("Chat"):Chat(jun.Character.Head,"AAAAAAAAAAAAAAAHH",Enum.ChatColor.Red)
  18. local Effect = Instance.new("Part")
  19. Effect.Parent = jun.Character
  20. Effect.Anchored = true
  21. Effect.CanCollide = false
  22. Effect.Rotation = Vector3.new(0, 0, 0)
  23. Effect.Size = Vector3.new(1, 1, 1)
  24. Effect.formFactor = "Symmetric"
  25. Effect.Transparency = 0.5
  26. Effect.BrickColor = BrickColor.new("Bright white")
  27. Effect.TopSurface = "Smooth"
  28. Effect.BottomSurface = "Smooth"
  29. local EffectMesh = Instance.new("SpecialMesh")
  30. EffectMesh.Parent = Effect
  31. EffectMesh.MeshType = "FileMesh"
  32. EffectMesh.MeshId = ("http://www.roblox.com/asset/?id=3270017")
  33. EffectMesh.Scale = Vector3.new(0, 0, 0)
  34. local Effect2 = Instance.new("Part")
  35. Effect2.Parent = jun.Character
  36. Effect2.Anchored = true
  37. Effect2.CanCollide = false
  38. Effect2.Size = Vector3.new(1, 1, 1)
  39. Effect2.formFactor = "Symmetric"
  40. Effect2.Transparency = 0.5
  41. Effect2.BrickColor = BrickColor.new("Bright yellow")
  42. Effect2.TopSurface = "Smooth"
  43. Effect2.BottomSurface = "Smooth"
  44. local EffectMesh2 = Instance.new("SpecialMesh")
  45. EffectMesh2.Parent = Effect2
  46. EffectMesh2.MeshType = "Sphere"
  47. EffectMesh2.Scale = Vector3.new(0, 0, 0)
  48. local ex = Instance.new("Explosion")
  49. ex.Position = jun.Character.Torso.Position
  50. ex.BlastPressure = 0
  51. ex.Parent = workspace
  52. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  53. for i = 1 , 20 do
  54. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  55. Effect2.CFrame = CFrame.new(jun.Character.Torso.Position)
  56. Effect.Rotation = Effect.Rotation + Vector3.new(2,2,2)*4
  57. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0.5, 0.5)
  58. wait()
  59. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0.5, 0.5)
  60. wait()
  61. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0.5, 0.5)
  62. wait()
  63. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0.5, 0.5)
  64. wait()
  65. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0.5, 0.5)
  66. wait()
  67. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(0.5, 0.5, 0.5)
  68. wait()
  69. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(0.5, 0.5, 0.5)
  70. wait()
  71. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(0.5, 0.5, 0.5)
  72. wait()
  73. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(0.5, 0.5, 0.5)
  74. wait()
  75. EffectMesh2.Scale = EffectMesh2.Scale + Vector3.new(0.5, 0.5, 0.5)
  76. wait()
  77. Effect.Transparency = Effect.Transparency + 0.025
  78. wait(0.06)
  79. Effect2.Transparency = Effect2.Transparency + 0.025
  80. wait(0.06)
  81. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement