-
What do you want to achieve?
Hello, so i have a system where players can sell their items on a sell page that is synced with all servers and i wanted to know how i can save the sell data so when there is no server it’s still preserved, so when players come back to the game they can see the offers. -
What is the issue?
I can’t manage to do it. -
What solutions have you tried so far?
I looked on forums.
You need to use DataStores, there are tons of tutorials on them
I can use datastore on the server ?
You can only use it on the server.
I know but i thought it was only to save players data
Nope, you can save whatever you want with it.
Okay thank you, i will try that