Notifications

You can see some notifications UI functions

AAS.Notification(time, msg)

Send a notification to the LocalPlayer

Types

Arguments

Descriptions

Optional

time

Notification display time

msg

The notification message content

Example :

AAS.Notification(5, "Hello world !")

Output :

Last updated

Was this helpful?