---
title: "Toasty - s&box library"
description: "Simple configurable toasts system"
canonical: "https://sbox.watch/libraries/ggg/toasty/"
generated_at: "2026-07-22T23:22:23.039Z"
---

# Toasty

Simple configurable toasts system

- Type: library
- Ident: ggg.toasty
- Creator: ggg
- Canonical: https://sbox.watch/libraries/ggg/toasty/
- Markdown: https://sbox.watch/libraries/ggg/toasty.md
- sbox.game: https://sbox.game/ggg/toasty/
- Generated: 2026-07-22T23:22:23.039Z

## Stats

- 24h momentum: +0
- Terry score: 12%
- Favorites: 0
- Upvotes: 1
- Downvotes: 1
- Updated: Jan 11, 2025
- Created: Jan 11, 2025
- Size: 6.4 KB
- Files: 9
- Tags: api, events, globals, helper, library, notifcations, system, toasts

## Description

How to use
Send an event from your game code and configure the toast using its properties.
IToastEvent.Post( te => te.Show( new Toast
{
 Status = ToastStatus.Success,
 Text = "Awesome!"
} ) );Optional Properties
- Duration (seconds)
- Position (Enum)



## More by ggg

| Package | Ident | Players | Favorites | Upvotes | Score | Markdown |
| --- | --- | --- | --- | --- | --- | --- |
| VSCodium Editor | ggg.vscodium | 0 | 4 | 1 | 27% | https://sbox.watch/libraries/ggg/vscodium.md |
| Manic Metrics | ggg.manicmetrics | 0 | 0 | 0 | -- | https://sbox.watch/libraries/ggg/manicmetrics.md |
