First Time Making a Globle Chat

https://www.roblox.com/games/6177954671/Online-Meeting-beta

is it possible to send message to other game too? other place Id

I joined and helped you out, I suggest for other place id I would use datastores to transfer data, they work in all universe.

1 Like

i see, do you mean using SetAsync GetAsync to store a string value and OrderedDataStores to do it
im still confusing about how to do FilterString /w\

Yes I do, and about filtering there is this very detailed and nice article:

Yes they do transfer Data throughout the universes but they are not the best way to go about making a Global Chat.

I myself have written a Global Chat before and I would recommend using MessagingService.
This may have one or two limitations/delays but it surely does the job!

3 Likes

Oh yes, I didn’t think about that.