VexyzzYT

ROBUX COUNTER

Nov 24th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var robux = 0;
  2. setInterval(function() {
  3. robux++;
  4. document.getElementById('nav-robux-amount').innerHTML = robux;
  5. }, 50);
Add Comment
Please, Sign In to add comment