Can anybody explain to me what does this sentence mean??
local DataStore = game:GetService("DataStoreService"):GetDataStore("Tutorial3816310153")
I got it from a tutorial but he doesnt explain this part.
https://www.youtube.com/watch?v=UryewLjm9qg [Video link]
"GetDataStore("Tutorial3816310153")" <-- This part is the most concerning one.
local DataStore = game:GetService("DataStoreService"):GetDataStore("Tutorial3816310153")
This just means that he is getting the datastore, so he can set up the saving and loading system now, or in near future.