I’m not entirely sure if this is the correct category for me to post this in but I’m generally just curious about this topic in general. I was wondering if it was possible to make a note/book where, if people click on it, it pulls up something where you can leave a short message and also adds your name to it(if you choose to post it). Whenever you click on the note/book, you have the ability to see all the other notes that people have left as well. Is there a way to accomplish this? I figure it’s probably going to consist of making a UI that pops up via a remote event, but the concept of keeping the notes there and having everyone see it is foreign to me. Any tutorials, forum posts, or guided information is very much appreciated! (I’m somewhat of a beginner scripter which is why I need the help). Thanks in advance!
Yep, you can definitely do it with data store service
I know a little bit about data store service but what about having the notes for everyone to see? Is that something a bit too complex to go about since I’m a beginner or is it somewhat doable? And if so, do you know of any tutorials or posts I can go to for more information?
I don’t think there are any tutorials made for this, but as you said in the topic, you can Sign In to view others notes.
You can store the name/a unique code and password (if required) to access others notes or yours too!
you can store name and password in a data store
but one thing you gotta be careful is to keep the content in note moderated so that you won’t get into any problem
Ah okay. I think this may be a bit too intermediate for me then because I only worked with datastores once and the topic itself seems complicated. Thanks for commenting though and trying to help!