Sungmingamerpro13

Timer (Script)

Sep 19th, 2025
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. local timer = script.Parent.TImer
  2.  
  3. while timer.Value > 0 do
  4.     wait(1)
  5.     timer.Value = timer.Value -1
  6. end
  7.  
Advertisement
Add Comment
Please, Sign In to add comment