How do I save player interaction

Data store videos from Alvin blox and Dev King are a good start for data stores, but when saving data I always prefer to use UpdateAsync(). This allows it so if the data for some reason doesn’t save it’ll load the data that was last saved.

Here’s a link about it: