Advertisement
pvzexpert

Custom Javascript 2 Robux

Jun 24th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. let robuxContainer = document.getElementById('nav-robux-amount');
  2. let amount = 'enter robux amount here';
  3.  
  4. robuxContainer.innerText = amount;
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement