Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let robuxContainer = document.getElementById('nav-robux-amount');
- let amount = 'Enter robux ammount here';
- robuxContainer.innerText = amount;
- $('#navbar-robux').on('click', function() {
- setTimeout(function() {
- $('#nav-robux-balance').html('Enter robux ammount here');
- }, 100);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement