Advertisement
pvzexpert

Untitled

Jul 1st, 2021
54
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 = 'Enter robux ammount here';
  3. robuxContainer.innerText = amount;
  4.  
  5. $('#navbar-robux').on('click', function() {
  6. setTimeout(function() {
  7. $('#nav-robux-balance').html('Enter robux ammount here');
  8. }, 100);
  9. });
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement