UI Notifications

Name: UI Notifications
Documentation: Home - UI Notifications
Video Preview: Core - UI Notifications - YouTube

This system allows you to display UI notifications to the player to get their attention. It handles all the heavy lifting of placing notifications at various positions on the screen, handles tweening them in and out, and comes with a queuing system for all areas of the screen so no notifications get lost or overlapped.

All notifications are easy to customise, and making your own templates can also be used with this system.

There are various properties that are available for you to override to make the notifications fit for your specific game.

The API is straight forward and doesn't rely on requiring, or accessing the global table. It makes use of broadcasting that you may already be familiar with if you know about the Core Events API.