Hey DevForum!
I recently made this simple Notification System for my game, it was made within an hour.
These are some good features it provides:
- There can be a maximum of 5 messages at a time, easily modified.
- It’s super easy to use. The system is compiled using ModuleScript and the notification is sent with only one script line.
- It uses TweenService for the TypeWriter effect.
- Notification text filtering.
What are your opinions and impressions?
Please note that this is only a testing version