Introduction
I made this module for creating notifications faster for my game and i thought i would give to everyone. This is my second module i ever made so i hope it's useful.https://create.roblox.com/store/asset/91401976249087/V1-Notify
What it does
It creates a notification that pops up at the bottom of the screen (Can be changed) and disappears in few seconds (also customizable). It saves a bunch of time.Usage
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local notify = require(ReplicatedStorage.Notify)
notify.Create("Your text goes here", "Good" --[[State - Defines color of the notification]])
You start by obviously requiring the module. Then you can use the Create function and setting your desired text in the first paramater and the state to the second paramater.
What is a state?
It's basically just a color of the notification. There are 3 states :Good → Green
Bad → Red
Neutral → White
After doing this you are good to go. You sucessfully created a notification in just 1 line of code. Mind blowing i know.
How it looks
Pretty simple, but you can customize however you want.
Poll
Do you find this useful?
- Yes
- No
- I might use it sometime.
0
voters
