Hello! Apologies if this is a really easy or simple question, but I’m new and have tried to search this on google and the developer forms and haven’t found something that really solves the problem or is what I’m looking for. Sorry if this is really obvious, I might just be thinking about it the wrong way.
I know that you are able to save data to a DataStore, but there is some rate-limiting/cool-downs for doing it on a user (which is very reasonable).
I wish to try and get around this by saving it as an object that can be accessed easier through scripts, and so it can be easily edited with no rate-limiting. Then it would autosave to the DataStore after ~60seconds.
I know that I could use Value objects, but doing this seems like it would take up lots of space, and it would just be very bulky and unorganized.