Sungmingamerpro13

ChargingScript

Sep 18th, 2025
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. while true do
  2.     wait(1)
  3.     if script.Parent.TImer.Value >= 21 then
  4.         script.Disabled = true
  5.         return
  6.     end
  7.     local timer = script.Parent.TImer
  8.     timer.Value = timer.Value +1
  9. end
  10.  
Advertisement
Add Comment
Please, Sign In to add comment