Toast Notification System v1.0

A drop-in toast notification system with 5 preset types, animated stacking, and a one-line API
    • Toast-Cover.png
    • Toast-Carousel-01-One-Line-API.png
    • Toast-Carousel-02-Toast-Types.png
    • Toast-Carousel-03-Animated-Stackable.png
    • Toast-Carousel-04-Configurable.png
    • Toast-Carousel-05-Easy-Setup.png
    • Toast-Cover.png
    • Toast-Carousel-01-One-Line-API.png
    • Toast-Carousel-02-Toast-Types.png
    • Toast-Carousel-03-Animated-Stackable.png
    • Toast-Carousel-04-Configurable.png
    • Toast-Carousel-05-Easy-Setup.png
Toast Notification System
A clean, animated toast notification system for any Roblox experience. Show styled popup alerts — info, success, warning, error, or fully custom — from any client or server script with a single line of code.

Built for developers who want a professional notification layer without building one from scratch.

━━━ Features ━━━

5 Built-In Toast Types

  • Info — cyan accent
  • Success — green accent
  • Warning — amber accent
  • Error — red accent
  • Custom — purple accent (or set your own color)

Dead Simple API
One require, one line:
Code:
local Toast = require(ReplicatedStorage.Toast)
Toast:Info("Welcome!", "Thanks for joining")
Toast:Success("Purchased!", "You got the hat")
Toast:Warning("Low health", "Find cover!")
Toast:Error("Failed", "Try again later")

Server-Side Support
Trigger toasts on any player's screen from a server script:
Code:
local ToastServer = require(ServerScriptService.ToastServer)
ToastServer:Send(player, { Title = "Welcome!", Type = "Success" })
ToastServer:SendAll({ Title = "Double XP!", Type = "Info" })
ToastServer:SendTeam(team, { Title = "Alert!", Type = "Warning" })

Animated & Stackable
  • Smooth slide-in / slide-out with configurable easing
  • Auto-stacks multiple toasts with repositioning animation
  • Progress bar shows time remaining before auto-dismiss
  • Click any toast to dismiss it instantly
  • Hover pauses the visual timer

Fully Configurable
One config file controls everything:
  • Position — TopRight, TopLeft, BottomRight, BottomLeft
  • Max visible toasts at once
  • Default duration
  • Colors, fonts, sizes, corner radius
  • Animation speed and easing style
  • Progress bar toggle
  • Custom accent colors and icons per type

━━━ What's Included ━━━

  • ToastConfig (ModuleScript) — all settings in one place
  • Toast (ModuleScript) — client-side API
  • ToastServer (Script) — server-side API
  • ToastDemo (LocalScript) — fires all 5 types on join for instant preview
  • Installer (ModuleScript) — one-command setup via Command Bar
  • README — full usage guide with code examples

━━━ Setup (Under 2 Minutes) ━━━

1. Insert the .rbxmx into Workspace
2. Open Command Bar (View → Command Bar)
3. Run: require(workspace.CoreShunToastSystem.Installer)
4. Delete the folder from Workspace
5. Hit Play to see the demo toasts
6. Edit ToastConfig, delete ToastDemo when done

━━━ Use Cases ━━━

  • Achievement unlocked notifications
  • Purchase confirmations
  • Error / retry alerts
  • Server-wide event announcements
  • Team-specific tactical alerts
  • Admin broadcast messages
  • Any in-game feedback that needs a clean popup

━━━ Requirements ━━━

  • Works in any Roblox experience
  • No external dependencies
  • Compatible with all devices (PC, mobile, tablet, console)

━━━ Support ━━━

Join our Discord: https://discord.gg/hdB5tadkk8
Or message coreshun on BuiltByBit.
Buy a license now
$4.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 40% commission.
692 Views
15 Purchases
16 Downloads
Mar 28, 2026 Published
Apr 27, 2026 Updated
Not yet rated
917.6 KB File size
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
34 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
16 purchases
Drop-in day/night cycle. 6 presets, 4-phase blending, atmosphere wiring, clock widget, hooks.
Not yet rated
11 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Share and earn
Refer this resource and earn a 40% commission.
692 Views
15 Purchases
16 Downloads
Mar 28, 2026 Published
Apr 27, 2026 Updated
Not yet rated
917.6 KB File size
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
34 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
16 purchases
Drop-in day/night cycle. 6 presets, 4-phase blending, atmosphere wiring, clock widget, hooks.
Not yet rated
11 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Top