Usage Guide
Triggering Notifications
You can trigger a notification from any client-side script using the following event:
Basic Notification
Using Custom Notification Types
If you’ve defined a new type in Config.notificationTypes (e.g., "warning" or "bank"), just use it directly:
Custom Display Time
You can override the default duration using the duration field (in ms):
Advance Example
Tips
• You don’t need a server event; this is purely client-side.
• Works in any framework – just make sure the script is ensured and the event is called from the client.
• Customize notification sounds or icons via config.lua.
Last updated