carlosname

Untitled

Apr 30th, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --ZA WARUDO FIXED--
  2. --T to stop--
  3. --y to continue time--
  4.  
  5. Player = game.Players.LocalPlayer
  6.  
  7. Get = Player:GetMouse() --mouse
  8.  
  9. sound2 = Instance.new("Sound", Character)
  10. sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
  11. sound2.Volume = 2.5
  12. sound4 = Instance.new("Sound", Character)
  13. sound4.SoundId = "https://www.roblox.com/asset/?id=1193182658"
  14. sound4.Volume = 10
  15. TSTheme = Instance.new("Sound", Character)
  16. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  17. TSTheme.Volume = 2
  18. Get.KeyDown:connect(function(key)
  19. key = key:lower()
  20. if key == "t" then --key to stop
  21. sound4:Play()
  22. if canworld == false then return end
  23. if canworld then
  24. canworld = false
  25. TSTheme:Play()
  26.  
  27. local function spawnpart()
  28. sphere = Instance.new("Part")
  29. --game.Debris:AddItem(sphere,3)
  30. local sm = Instance.new("SpecialMesh", sphere)
  31. sm.MeshType = "Sphere"
  32. sphere.Transparency = 0.5
  33. sphere.Anchored = true
  34. sphere.CanCollide = false
  35. sphere.Material = "Neon"
  36. sphere.BrickColor = BrickColor.new("Black")
  37. end
  38.  
  39. local function weld(lol)
  40. local weld = Instance.new("Weld", Player.Character.Torso)
  41. weld.Part0 = Player.Character.Torso
  42. weld.Part1 = lol
  43. weld.C0 = Player.Character.Torso.CFrame:inverse()
  44. weld.C1 = lol.CFrame:inverse()
  45. end
  46. wait()
  47. spawnpart()
  48. for i, v in pairs(game.Players:GetChildren()) do
  49. t = v.Character:FindFirstChild("Torso")
  50. if t then
  51. t.Anchored = true
  52. Player.Character:FindFirstChild("Torso").Anchored = false
  53. end
  54. RA = v.Character:FindFirstChild("Right Arm")
  55. if RA then
  56. RA.Anchored = true
  57. Player.Character:FindFirstChild("Right Arm").Anchored = false
  58. end
  59. LA = v.Character:FindFirstChild("Left Arm")
  60. if LA then
  61. LA.Anchored = true
  62. Player.Character:FindFirstChild("Left Arm").Anchored = false
  63. end
  64. RL = v.Character:FindFirstChild("Right Leg")
  65. if RL then
  66. RL.Anchored = true
  67. Player.Character:FindFirstChild("Right Leg").Anchored = false
  68. end
  69. LL = v.Character:FindFirstChild("Left Leg")
  70. if LL then
  71. LL.Anchored = true
  72. Player.Character:FindFirstChild("Left Leg").Anchored = false
  73. end
  74. end
  75. weld(sphere)
  76. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  77. cce.Saturation = -5
  78. --game.Debris:AddItem(cce, 5)
  79. sphere.Parent = Character.Torso
  80. for i = 1,3 do
  81. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  82. wait()
  83. end
  84. wait()
  85. sphere:Destroy()
  86. BeeSpeed = 0
  87. cce.Saturation = -0.1
  88. wait(0.3)
  89. cce.Saturation = -0.2
  90. wait(0.3)
  91. cce.Saturation = -0.3
  92. wait(0.2)
  93. cce.Saturation = -1.5
  94. wait()
  95. end
  96. end
  97. end
  98. )
  99. if canworld == false then
  100. wait(9)
  101. canworld = true
  102. end
  103.  
  104. Get.KeyDown:connect(function(key)
  105. key = key:lower()
  106. if key == "y" then --key to continue
  107. canworld = true
  108. sound2:Play()
  109. wait()
  110. BeeSpeed = 1
  111. cce.Saturation = -1.3
  112. wait(0.5)
  113. BeeSpeed = 1.2
  114. cce.Saturation = -0.5
  115. wait(0.5)
  116. BeeSpeed = 1.4
  117. cce.Saturation = -0.4
  118. wait(0.3)
  119. BeeSpeed = 1.5
  120. cce.Saturation = -0.2
  121. wait(0.2)
  122. cce.Saturation = 0
  123.  
  124. for i, v in pairs(game.Players:GetChildren()) do
  125. t = v.Character:FindFirstChild("Torso")
  126. if t then
  127. t.Anchored = false
  128. end
  129. RA = v.Character:FindFirstChild("Right Arm")
  130. if RA then
  131. RA.Anchored = false
  132. end
  133. LA = v.Character:FindFirstChild("Left Arm")
  134. if LA then
  135. LA.Anchored = false
  136. end
  137. RL = v.Character:FindFirstChild("Right Leg")
  138. if RL then
  139. RL.Anchored = false
  140. end
  141. LL = v.Character:FindFirstChild("Left Leg")
  142. if LL then
  143. LL.Anchored = false
  144. end
  145. end
  146. BeeSpeed = 100
  147. TSTheme:Stop()
  148. end
  149. end) --the end dude its the end...
Advertisement
Add Comment
Please, Sign In to add comment