log
Functions for managing logs, allowing you to add, print, clear logs, and send notifications.
Name
Type
Description
Name
Type
Description
Example
log.add("message 1", color(1, 1, 0, 1))
print("message 2")
log.notification("message 3", "info")
wait(5000)
log.clear()Last updated