I am trying to make a system that displays a daily winner in the lobby of the server. The only issue is that when a new server is loaded I do not know how to retrieve the value of the daily winner because it was already sent. How do I save this daily winner value, so it loads for new servers? Thanks.
1 Like
hmm maybe like MemoryStoreService
would suit your needs
2 Likes
You have to save the data in a datastore and then use messaging service to communicate to other servers when it changes.
3 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.