Transfer Data Between Games

Hey everyone!

I was wondering is there a way to transfer data between games. I thought about this because I have a game and when I want to fully release it and sponsoremphasized text it i want to move it to a different place but I don’t want to do this if there is not a way to move the player data to the new place. If anyone has anything that can help it would be greatly appreciated. Thank you.

-Asher

I figured there’s some ways to do this but you’ll have to check:

  1. You can attach a backend database such as MongoDB (similar to how Roblox stores their data, just a big HashMap of key, value pairs) and since that’s off Roblox, you can transfer it throughout games. However, you would have had to have done this beforehand at the start of the game (I think, also there are storage limits for free tiers and might not fit your need).
  2. Roblox provides cloud API keys you can use to access game database managers. Perhaps you can link it up to your game, loop through all indices, and save it to the new game? This may hit some API request limit errors however wont take any space on your computer and can directly transfer data. I would perfer this method
2 Likes

Ok thank you. That sounds like a confusing process but I will do that :joy:

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