-
Notifications
You must be signed in to change notification settings - Fork 0
Home
littleBitsman edited this page Dec 22, 2023
·
4 revisions
A Roblox real-time communication module between a Roblox game server and your own server.
NOTE: BUGTESTING FINISHED!
- Send a message to a specific server.
- Send a message to a server with a matching JobId (
game.JobId
). - Send a message to a server with a matching PlaceId (
game.PlaceId
). - Broadcast a message to all servers.
- Get players in a server.