I have a game in which players will be able to buy houses.
The whole Bloxburg-like system where the house purchase saves and the player can choose a plot upon rejoining is definitely above my skill-level
Instead, I’d want a system where once a player leaves, the in-game money they paid for a specific house would be refunded into their account so that it wouldn’t be a complete waste and they’d be able to re-purchase it once they return
I know how this would work in theory (game checks what house the player owns, checks how much they paid for said house, pays it into their account once they disconnect) but have no idea how to even begin putting it into practice
Is it even possible? Can you even transfer money into an offline players datastore?
Thank you