Metadata
Workshop info
Example
--.name Console Input Reader
--.description Read console input through the console callback
--.author Jewls
function on_console_input(input)
print(string.format("You have just entered: %s", input)
endLast updated