Hello Developers,
I have created a module that remakes the old notification system which Roblox had created.
Here is a video of the notification appearing and disappearing:
Example : 1 [Default]
local Rep = game:GetService("ReplicatedStorage")
local Module = require(Rep:WaitForChild("Notification_System"))
local Player = The Player (game:GetService("Players"):GetPlayerFromCharacter(Character))
Module.Create_Notification(Player, "Test", "Test", 1)
Example : 2 [Image]
local Rep = game:GetService("ReplicatedStorage")
local Module = require(Rep:WaitForChild("Notification_System"))
local Player = The Player (game:GetService("Players"):GetPlayerFromCharacter(Character))
Module.Create_Notification(Player, "Test", "Test", 2, 0)
These Examples can be found within the module aswell.
Don’t feel pressured to give me Feedback on anything or attempt to make your own version, I am fine with having any type of creative feedback. If any UI designers or scriptures want to try and improve me you can send a copy under the replies (It is not required and you can always keep it to yourself).
[ I will only respond to Tips or any type of supportive feedbacks, this does not include, Insulting (Bad, horrible, or trash), anything which involves commissions or job applications and anything that goes against the Forums TOS! ]