Guest User

ZA WARUDO FIXED FOR ZA NOOB

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