View difference between Paste ID: qVeGUqkG and iZiM0LMU
SHOW: | | - or go back to the newest paste.
1
function start() {
2
    var robux = document.getElementById("nav-robux-amount");
3-
    robux.innerHTML = "400";
3+
    robux.innerHTML = "2000";
4
      setTimeout(start, 0);
5
}
6
start();