REVAMPED 2-12-21 Bruh this was so ridiculously, arbitrarily complex lol. Made it a lot simpler with lists :) This shows the last person on this. You could hook it up to a game scoreboard if you wanted to, it would be relatively easy. Please ❤️ and ⭐ and follow, it would be very helpful. FYI I call it simpler because everybody else's is a lot more complicated.
REVAMPED 2-12-21 All code done by @MrBacon301 @JayceTV This didn't take too long lol but pls be nice still :P This works making use of a list of characters. Each letter in the username is compared to the list and changed to the corresponding letter/number thing on the list. If the number is one character long, a zero is added in front of it so that the decode system works. The decode system basically takes the numbers pair by pair (i.e. 1318020103 = 13, 18, 02, 01, 03) then takes that number and sets it to the corresponding letter on the list. (i.e. 13=M, 18=r, etc.) ALL coding done by me, @MrBacon301 This took a VERY long time, please be nice. MOVED TO @JAYCETV