
Overview
BenzyNotifications
Exports
Every export other resources can call, each with a ready-to-paste example. A toast is purely visual: BenzyNotifications renders it on the client and never touches your game logic, so these are safe to call from anywhere.
Events
Events you can trigger (a convenient alternative to the exports) and events you can listen to, each with a ready-to-paste example. The exports are usually cleaner, but events are handy for resources that already speak in TriggerEvent.
Integrations
How to route another resource's notifications through BenzyNotifications. If a resource sends its messages through a single notify funnel with a style switch, adding BenzyNotifications is a one-line change; if it doesn't, you can call the export wherever you'd show a notification.