ThxirdyySharvxkyy

TimestopScriptForYourGmae

Jul 31st, 2022 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. while true do
  2. local part = game.Workspace.Timestop --Change the name of the part that will timestop to "Timestop"--
  3. wait(10)
  4. game.Lighting.Brightness = 0
  5. game.Workspace.Timestop.TimestopEffect:Play()
  6. part.Transparency = 0
  7. part.CanCollide = false
  8. part.Size = Vector3.new(13.2, 13.2, 13.2)
  9. part.BrickColor = BrickColor.new("New Yeller")
  10. wait(0.06)
  11. part.Size = Vector3.new(35.7, 35.7, 35.7)
  12. part.BrickColor = BrickColor.new("Hot pink")
  13. wait(0.06)
  14. part.Size = Vector3.new(74.7, 74.7, 74.7)
  15. part.BrickColor = BrickColor.new("Bright blue")
  16. wait(0.06)
  17. part.Size = Vector3.new(129.5, 129.5, 129.5)
  18. part.BrickColor = BrickColor.new("New Yeller")
  19. wait(0.06)
  20. part.Size = Vector3.new(219.7, 219.7, 219.7)
  21. part.BrickColor = BrickColor.new("Hot pink")
  22. wait(0.06)
  23. part.Size = Vector3.new(344.9, 344.9, 344.9)
  24. part.BrickColor = BrickColor.new("Bright blue")
  25. wait(0.06)
  26. part.Size = Vector3.new(498.1, 498.1, 498.1)
  27. part.BrickColor = BrickColor.new("New Yeller")
  28. wait(0.06)
  29. part.Size = Vector3.new(736.5, 736.5, 736.5)
  30. part.BrickColor = BrickColor.new("Hot pink")
  31. wait(0.06)
  32. part.Size = Vector3.new(845.5, 845.5, 845.5)
  33. part.BrickColor = BrickColor.new("Bright blue")
  34. wait(1)
  35. part.Size = Vector3.new(736.5, 736.5, 736.5)
  36. part.BrickColor = BrickColor.new("Hot pink")
  37. wait(0.06)
  38. part.Size = Vector3.new(498.1, 498.1, 498.1)
  39. part.BrickColor = BrickColor.new("New Yeller")
  40. wait(0.06)
  41. part.Size = Vector3.new(344.9, 344.9, 344.9)
  42. part.BrickColor = BrickColor.new("Bright blue")
  43. wait(0.06)
  44. part.Size = Vector3.new(219.7, 219.7, 219.7)
  45. part.BrickColor = BrickColor.new("Hot pink")
  46. wait(0.06)
  47. part.Size = Vector3.new(129.5, 129.5, 129.5)
  48. part.BrickColor = BrickColor.new("New Yeller")
  49. wait(0.06)
  50. part.Size = Vector3.new(74.7, 74.7, 74.7)
  51. part.BrickColor = BrickColor.new("Bright blue")
  52. wait(0.06)
  53. part.Size = Vector3.new(35.7, 35.7, 35.7)
  54. part.BrickColor = BrickColor.new("Hot pink")
  55. wait(0.06)
  56. part.Size = Vector3.new(13.2, 13.2, 13.2)
  57. part.BrickColor = BrickColor.new("New Yeller")
  58. wait(0.01)
  59. part.Transparency = 1
  60. part.CanCollide = false
  61. wait(8)
  62. game.Lighting.Brightness = 3
  63. end
  64.  
  65.  
  66. --DisableSpeed--
  67. script.Parent.Touched:Connect(function(touched)
  68. if touched.Parent:FindFirstChild("Humanoid") then
  69. touched.Parent.Humanoid.WalkSpeed = 0
  70. wait(8)
  71. touched.Parent.Humanoid.WalkSpeed = 16
  72. end
  73. end)
  74.  
Add Comment
Please, Sign In to add comment