Notification | Universal OPEN Source

Description
Description:
AxrexNotifier is a sleek and professional notification system for Roblox, designed to provide smooth, animated alerts directly on the player’s screen. It combines modern UI elements with easy customization, making it perfect for scripts, games, and admin tools.
Features:
Smooth slide-in animation from the bottom-right corner
Automatic fade-out after a configurable duration
Gradient backgrounds with rounded corners and shadow effects
Customizable title, message, and display time
Console logging for debugging and tracking
Lightweight, efficient, and modular
Easy integration via ModuleScript or GitHub load
Usage Example:
local NotificationLib = require(game.ReplicatedStorage:WaitForChild("AxrexNotifier"))NotificationLib:Show("⚡ AxrexHub", "Script executed successfully!", 3)






Comments