Advertisement
Theskyler900

time stop bois

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