🍏Notify

-- Creates a notification message that displays on the screen for a certain number of seconds.
-- Parameters:
--     title: a pointer to a string that contains the message to be displayed.
--     seconds: an integer that specifies the number of seconds that the message will be displayed on the screen. Default is 3.0.
Notify.Create(title, seconds)

Last updated