Hey. Im trying to make a game like clash of clans but in roblox. Heres my main problem, after a user has made their build and all of that, how can I allow other users in separate servers to battle against that made village? And even if I do somehow achieve that, how would I get them to be able to battle a user’s village when the user is offline?
Thanks in advance.
EDIT: I feel like my best solution is to setup an external database online and use roblox’s http requests to send data to it. Thus allowing other servers to constantly be updated with other players across other servers. But how am I gonna store builds in that is the main question.