Notify by simpleSuite
Notify allows you to easily send in-game notifications to players.
Currently, it features the ability to change the color of the notification and the duration of it.
More features will be added soon.
If you locate any bugs, please send me a message.
Get Notify
Installer
Docs
Once you’ve inserted notify into your game, use the code below in a script:
local notify = require(notify) -- Replace "notify" with the location of the module
notify.notify(player,"Title","Text","Color",duration)
player
should be a player object I am planning on switching this out later so you just need to type in their username
title
should be a string
text
should also be a string
color
should be one of the following:
- alert (Red)
- success (Green)
- warning (Yellow)
- info (Blue)
- default (White)
duration
should be a number
Example Usage:
local notify = require(notify)
notify.notify(game.Players.Player1,"Hello","Welcome to my game!","info",3)
Installer
I have designed a basic installer that you can use to easily install Notify and other Simple Suite modules.
It has an auto-update feature which will update all installed Simple Suite modules to the latest version when you launch Roblox Studio.
Install
Have an idea for a feature? Leave it below!
You can also report any bugs you discover below and I’ll fix them ASAP
Kind of forgot about this, more updates coming soon!