Matter Systems
Roblox life safety
Matter Pulsar, Inspire, and EST3-style systems built for Roblox.

Advanced life safety systems for Roblox.

Matter builds detailed fire alarm and monitoring systems for Roblox: Pulsar web monitoring, a 1:1 Notifier Inspire replica, and EST3-style networks inspired by Gaberial Releases.

Built around real-world fire alarm behavior. Designed for installers, operators, and nerds who care about details.
3 core Matter product lines
1:1 Notifier Inspire-style operation
Multi-site Pulsar monitoring capabilities
Matter focuses on realism, reliability, and control.
Pulsar web monitoring
Notifier Inspire
EST3
Installer Tooling
Products

The Matter ecosystem.

Each product is built to feel like as real as can be. All within Roblox.

Pulsar (WIP)

A web-based monitoring platform for Roblox life safety systems. View events, statuses, and activity from supported panels, all in one dashboard.

Monitoring Central view of your systems

Inspire

A highly detailed Roblox replica of the Notifier Inspire panel, modeled on how the real system behaves: events, LEDs, menus, and operator flow.

Panel replica Notifier Inspire operation

EST3-based systems

Systems inspired by EST3, originally from Gaberial Releases, adapted into the Matter ecosystem with support for complex networks and device groups.

EST3-style Multi-panel & loop behavior
How it works

Panels in Roblox, visibility on the web.

Matter connects in-game fire alarm behavior with web tools. Panels run inside Roblox, while Pulsar and other tools give you a broader view of everything running.

  • Panels simulate realistic event handling, from alarms and troubles to silences and resets.
  • Pulsar tracks events, sites, and panels so you can see what’s happening across your experiences.
  • EST3-style systems replicate networked behavior with multiple panels and shared events.
  • Everything is tuned for Roblox performance while still feeling like a proper fire alarm system.
Realistic operation Site & panel views Roblox-focused design
For developers

Scriptable, data-driven systems.

Under the pretty UI, Matter is still code. Panels, zones, and events are all scriptable so you can integrate them into your own experiences or tools.

pulsar_connector.lua
-- Example: handling a device event for a Matter panel
local Panel = require("MatterPanel")
local panel = Panel.new("Inspire-01")
panel:processEvent({
type = "FIRE",
zone = 3,
deviceId = "03-12",
})
if panel:isInAlarm() then
-- drive UI, sounders, and Pulsar reporting
end

From simple alarm flows to complex networks, you can treat Matter systems like any other module: configure them, feed them events, and react to the state.

Ecosystem

How Matter fits into your experience.

Whether you’re running a single building or a whole city, the goal is the same: panels that behave like the real thing and tools that help you manage them.

1 Choose your panel

Start with Inspire or EST3-style systems.

Pick the panel type that matches the feel you want: Notifier Inspire–style behavior or EST3-inspired networks originally from Gaberial Releases.

Inspire-style EST3-inspired
2 Drop it into Roblox

Wire it into your game.

Place your panel, configure devices, and connect it to your environment. The scripts handle the heavy lifting: events, LEDs, and UI states.

Device mapping Zone configuration
3 Add Pulsar (optional, but recommended)

Get a bigger picture.

As Pulsar develops, it will give you a birds-eye view of panels and events across multiple games and locations, all tied back to Matter systems.

Web dashboards Multi-site views
About Matter

Fire alarm nerds, but in Roblox form.

Matter exists for people who care way too much about alarm logic, LEDs, and how a panel actually behaves under stress. If you want your Roblox experience to feel like a real system, you’re in the right place.

Systems in active development
Pulsar, Inspire, and EST3-based projects are all evolving.
Pulsar: WIP · Inspire: 1:1 behavior focus · EST3: network tuning