How would I make a leave a note system?

I’ve been wanting to make a game sort of similar to “A dream you’ve had before” in the sense I want to have a note/canvas system like it where it saves between servers. I have no idea where to start with this and help would be much appreciated.

2 Likes

Upon server start-up, go through the datastore of stored notes (where each note has their CFrame, text, etc. saved) and place into the world space. When a new note is sent, save it into the datastore and send a message to existing servers via MessagingService to place the new note. This is assuming you want notes synced across every server.

1 Like

i think this would be better with memorystores instead, like using the queue