ðMetadata
Workshop info
Use --.name The name of your script here
to set the script's name.
Use --.description Your custom description
to set the script's description.
Use --.author Your name here
to set the author title.
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)
end
Last updated