Thoughts on my simple Notification System?

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

3 Likes

Hey, It seems nice!
Im wondering have you done Filtering on the inputs?

People tend to use these announcements mostly for NSFW text

I did, but I forgot to mention it in the features. Thank you!