Cross-Experience Communication

Hello! I am looking for a way to achieve cross-experience communication, similar to messaging service but with experiences I own instead of servers in one particular game. I am wondering if any APIs can help with this, or if I have to use a combination of services to make this possible. To further clarify, I am curious if it is possible to send objects or data between different experiences. Thanks! :slight_smile:

Not directly in roblox. The best you can do is host your own server and use HttpService to make requests to it in each game.

2 Likes

your best bet is messaging service
it should actually work quite well, as the speed on messaging service is great (<1 second). of course , ratelimits are a concern, but roblox is quite generous on allocation there.

you can always send objects/data by compacting the properties into a table, and sending that.

1 Like

I know messaging service works for servers, but does it for different games?

MessagingService doesn’t work across games.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.