I've tried making a data save script since November of 2018 but a Roblox update broke it.
local DataStore = game:GetService("DataStoreService") --Saving data DataStore:SetAsync(Name, Data) --Getting Data local savedData = DataStore:GetAsync(Name)
Of course, there are many more features of the DataStoreService. I hope that helped!
Marked as Duplicate by User#24403 and alphawolvess
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?