Expose GuiService:SendNotification for Developer Use

I am requesting that the GuiService:SendNotification method (or a similar standardized API) be exposed to developers. This would allow us to trigger the native Roblox notification system, the same one used for such as Group Join Prompts etc. ,

The Problem Currently, most developers have to create their own custom notification systems from scratch. This leads to:

  • UI Inconsistency: Every game has a different notification style, which can break immersion or confuse new players.
  • Redundant Work: Developers spend hours scripting and designing UI for simple alerts that the engine already has a built-in solution for.

The Proposal By exposing GuiService:SendNotification, developers could send quick, standardized alerts without needing to manage screen space etc.

Impact

  • Efficiency: It would be a “plug-and-play” solution for many games, especially for quick status updates or system messages.
  • Native Feel: Games would feel more integrated with the Roblox ecosystem by using the official design language.
  • Accessibility: Using a built-in system ensures that notifications are handled correctly across different platforms (Console, Mobile, PC).

I’ve created a quick demo/prototype of how this would look in-game, and I believe it would be a highly utilized feature across millions of experiences.

4 Likes