Hello everyone! How can I pass through data through different games of mine without using teleport service or anything like that. I tried to keep them all in the same universe but I can’t find a way for the places (excluding the start place) to appear on the game page! So now I’m wondering if I could pass through the value of an integer value through experiences!
1 Like
If you want to pass data from server-to-server in any place that is part of the same universe, you can use MessagingService. But if you want to pass data from game-to-game, I think you would need to make a third party website that would receive data and pass it to a specific server. This would require HttpService.
2 Likes
You would have to fiddle with http requests you can use a community tutorial I made on how to make external website databases
2 Likes