Advertisement
Joriangames

C_Handler

May 14th, 2022
1,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --[[
  2. Thanks for using this script
  3. This script was made by Joriangames/BloxianCode
  4. Want to know how to use this and script explanation?
  5. Check the video here: https://youtu.be/o80VXacZP9o
  6. ]]
  7. local Cooldown = script.Parent
  8.  
  9.  
  10. while wait(1) do
  11.    
  12.     if Cooldown.Value == 60 then
  13.        
  14.         for i = 60, 0, -1 do
  15.             Cooldown.Value = i
  16.             wait(1)
  17.         end
  18.        
  19.     end
  20.    
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement