This is a little toy of mine I made when tinkering around. You type in numbers in binary format, and it spits them out in Base 10 format. There are a few glitches with the display system. I did not want to show everything as variables, because where is the fun in that? So I scripted a display system. but it does NOT like to work with numbers. You can type in binary numbers with up to 31 digits, but the display system tends to glitch once you go near that, so my advice is to just stick with 30 digit or less binary numbers. There is an issue in my variable to display converter script involving zeros, so the display system tends to flip zeroes to the back of the Base 10 numbers instead of where they should be. Because of this, I have a variable at the bottom showing the correct answer instead until I fix this. Anyway, enjoy! Comment with feedback (or as much feedback as is possible for something like this (: )