Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(1) do
- if jugadores.Value >= 1 then
- valor.Value = valor.Value - 1
- if valor.Value <= 0 then
- valor.Value = 0
- menu.Value = menu.Value - 1
- if menu.Value <= 0 then
- menu.Value = 0
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement