# Logging
# Printing
prints(value...)
Print each given value as text, separated by spaces.
# Text Export
export_string(text, ?description)
Create a window with the given text, allowing you to copy-paste it for your own use. Cannot run more than once per 5 seconds.export_string_unsafe(text, description)
Create a window with the given text, allowing you to copy-paste it for your own use. May create softlocks when called in quick succession.