DataStore2 - What's the difference between Save() and SaveAsync()?

Hey, pretty much the title for the question.

I’m brand new to DataStore2, I am currently using SaveAsync() to save, however noticed there’s a Save() function too, so I am wondering if there’s a difference, and what situation would each be used in?

Thanks in advanced

According to their documentation, its the same thing as Save, except it returns a promise instead of yielding.
image

Alright I gotcha, thanks very much

1 Like