Technoo-Scrooler

Time stop script

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