EasyNotif The all new notification system!

https://create.roblox.com/store/asset/18133885962/EasyNotif
^ Above is the link ^

EasyNotif

How to use:

  1. Place EasyNotif in ReplicatedStorage Or ServerStorage
  2. Create a ServerScript in ServerScriptService
  3. Require the module:
local EasyNotif = require(game.ReplicatedStorage.Easynotif.MainNotif)
require(game.ReplicatedStorage.Easynotif.MainNotif)
  1. Create a notification or error:
EasyNotif:Notice(Player, Message, TimeThatItShowsFor)

"Or, For an error,"

EasyNotif:Error(Player, Message, TimeThatItShowsFor)
  1. Ready made Messages:
"I'm annoying, so, I made a whole other module for these"

"Yet again, Require the module:"

local ReadyMade = require(game.ReplicatedStorage.EasyNotif.MainNotif.ReadyMade)
ReadyMade:Welcome(Player)
" ^ look at the ReadyMade Module to see which ReadyMades there are. "

Features

  1. Output Messages
    Every notification showed comes with an output message:
Player was notified: Message
Player had an error: Message


  1. Sounds
    Each Message has a sound, you can edit them from the MainModule

  2. Custom UI
    Require the module called “CustomisedUI” instead of MainNotif
    Then, edit the UI inside of the module.

  3. Notification Parts
    Find the NotifParts Module and place it in workspace

That’s all for now!
I hope you find this notification system useful!
p.s. I made this system on my alt account.

Images:


^ A notice ^

^ An Error ^

3 Likes

Could we get screenshots on what it does? It would be helpful to see what it does.

1 Like

@SuperMan2022DCComics
Ok I added some pics… I’ll add more soon tho!