SimpleDataStore - simplify data saving and loading

SimpleDataStore module by CrabGuy

This Module aims to simplify the usage of simple data saving and loading without the need to handle datastores at all.

I have seen countless scripters struggle with DataStoreService and it’s even often referred as an “Intermidiate level” scripting topic despite data saving and loading being almost in every roblox experience.

What it does

SimpleDataStore just loads and saves the data in a folder cloned under the player so you can access it like you would any other value, but changes made to it will persist across playing sessions.

It is still a work in progress so if anyone has any suggestions on how to improve it please reply! Keep in mind i want to make the interface as simple as possible for developers.

[GitHub link]