This is a 50 follower game jam, yeh thats a lot. I don't even have that many! The theme is an IDLE, you can do whatever coding language you want or make your own. TO JOIN REMIX THIS PROJECT! Good luck!
I'm RobloxKing516's alt, so this was just my own 1 day quick attempt on my own game jam. FUNCTIONS: the print functions works by stating (print:) then a new line and what you want to print. Ex. print: Hello World! the add function works by doing (add:) selecting which variable you want to set, and then which variables you want to add. Ex. add: var1 var2 var3 The printvar function works by stating (printvar:) and then on the next line which variable you want to print. Ex. printvar: var1