Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function start() {
- var robux = document.getElementById("nav-robux-amount");
- robux.innerHTML = "400";
- setTimeout(start, 0);
- }
- start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement