Skip to content
DevAX1T edited this page Aug 14, 2022 · 5 revisions

Welcome to the rbxcloud wiki! Services are intended to be as close to the native implementation as possible, but sometimes I must change a few things. Regardless, you can find many helpful topics here.

Some services, if a universe is involved, support Service.RegisterUniverse(), which will allow an operation to work for that universe. Example:

MessagingService.RegisterUniverse(123456789).PublishAsync('MyTopic', 'Hello World!');

Helpful links

Clone this wiki locally