Pulse – Structured & Reliable Messaging
What is Pulse?
Pulse is an extensible messaging framework for Roblox built on top of MessagingService. Where Roblox gives you a raw publish /subscribe system, Pulse gives you servers, topics, and utilities that make communication organized, reliable, and scalable.
Features
- Smart Subscriptions - Easily subscribe, unsubscribe, and track active listeners with safety checks.
- Safe & Reliable - Extra guardrails on top of
MessagingServiceto reduce errors. - Extensible by Design - Add your own utilities and build on Pulse without fighting the API.
Installation
-
Get the Module → Model
After getting the module you should put it insideServerScriptService -
As of
Pulse V1.0.0it does not support a wally/rojo installation workflow.
Important links
-
Documentation → Documentation
-
Github Repo → Repository
Remember that Pulse is new, it will be updated with suggestions from the community.
If you find any bugs open an issue on the Github Repo.