https://create.roblox.com/store/asset/18133885962/EasyNotif
^ Above is the link ^
EasyNotif
How to use:
- Place EasyNotif in ReplicatedStorage Or ServerStorage
- Create a ServerScript in ServerScriptService
- Require the module:
local EasyNotif = require(game.ReplicatedStorage.Easynotif.MainNotif)
require(game.ReplicatedStorage.Easynotif.MainNotif)
- Create a notification or error:
EasyNotif:Notice(Player, Message, TimeThatItShowsFor)
"Or, For an error,"
EasyNotif:Error(Player, Message, TimeThatItShowsFor)
- 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
- Output Messages
Every notification showed comes with an output message:
Player was notified: Message
Player had an error: Message
-
Sounds
Each Message has a sound, you can edit them from the MainModule -
Custom UI
Require the module called “CustomisedUI” instead of MainNotif
Then, edit the UI inside of the module. -
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 ^