Need help with global coin system

I am planning to make a global coin system for my group. It is going to be used for buying gamepasses (custom). That way, players who doesn’t have Robux can buy “gamepasses”. People can have a a specific amount of coins, that saves across games, and can be used to buy “gamepasses” in group games.

I am having a headache figuring out how to do it. I need some sort of cloud data storage as data stores doesn’t work between games.

How can I achieve this?

i dont think its possible cuz u cant save data across different games unless u use some cloud storage thing

I said that I’m going to use some sort of cloud storage. The question is which options for that are the best.

If its in different games so idk about that, if its the same game but different place then you can send the data while teleporting the player to there.

It’s in different experiences.

Sadly i don’t know a way to do that, you can try http service but im not an expert with that, it could be your best choice

So if you’re happy using cloud services you basically just need a HTTP service / api that allows you to connect to a database. Heroku can provide what you need. I think it has some useful free tiers while you prototype.

In terms of sql / nosql I think either would work fine. The decision would come down to price mainly. Though if you are not familiar with this sort of thing then nosql seems like it would be quicker to learn. Something like mongoDb.

I am looking for free options. Is sql and mongodb free?

This is entirely possible, and I have seen experiences using cloud storage to save and load data.

Not only does an external cloud storage system provide better service and reliability compared to Roblox datastores, you can use HTTPService to read and write data.

Feel free to follow up if you have any questions!

Thank you. Do you know any free options for cloud storage?

What you could do with a bit of scripting is set up your own server for cloud storage. This way, the cost would be minimal. I believe SQL can accomplish this (correct me if I’m wrong).

Is it free to setup a server using SQL?

If you look on heroku there is a free tier. You will be limited by requests though naturally.

1 Like

I’m not a web developer so I don’t have much experience in this area.

You can view some tutorials which can help you get started setting up a server.

By the way, you should only use funds generated by your experiences to host or purchase a server. If your experience can’t generate enough revenue, then this feature probably isn’t worth it.

I’m not a member of dev ex, but I should find a free web server.