Advertisement
pvzexpert

800 Robux Option Custom JavaScript 2

Jul 6th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let robuxContainer = document.getElementById('nav-robux-amount');
  2. let amount = '800';
  3. robuxContainer.innerText = amount;
  4.  
  5. $('#navbar-robux').on('click', function() {
  6. setTimeout(function() {
  7. $('#nav-robux-balance').html('800 Robux');
  8. }, 100);
  9. });
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement