For people that don't know what Collatz Conjecture is, its a simple two rule equation that no matter what number you pick, it would always be in a 4, 2, 1 number loop. If its odd; multiply by 3, then add 1 If its even; divide by 2 Some number might break the code that does the equation so watch out for that, when it does, it will show an "error.exe" message. Credits to @theChAOTiC for the font template, and me for making the Math script for the two rules.