Skip to content
littleBitsman edited this page Dec 22, 2023 · 4 revisions

roblox-rtc

A Roblox real-time communication module between a Roblox game server and your own server.

NOTE: BUGTESTING FINISHED!

Features

  • 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.
Clone this wiki locally