thekingofnoobgod45

Not So bizarre adventure script

Feb 1st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --Star part 3 ts
  2. --TimeStop
  3. local player2 = game.Players.LocalPlayer
  4. local Mouse = player2:GetMouse()
  5. cooldown = 0
  6. Mouse.KeyDown:connect(function(key)
  7. if key == "y" and cooldown == 0 and not player2:findFirstChild("TCooldown") then
  8. local player = game.Players.LocalPlayer
  9. local character = player.Character
  10. cooldown = 1
  11. game.Lighting.GetTimeInSeconds:FireServer(character, "StarPlatinum")
  12. wait(40)
  13. cooldown = 0
  14. end
  15. end)
Add Comment
Please, Sign In to add comment