Advertisement
Yondiux

Carpeta tiempo

Jun 1st, 2021
2,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while wait(1) do
  2. if jugadores.Value >= 1 then
  3. valor.Value = valor.Value - 1
  4. if valor.Value <= 0 then
  5. valor.Value = 0
  6. menu.Value = menu.Value - 1
  7. if menu.Value <= 0 then
  8. menu.Value = 0
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement