Basically, i want to send leaderstats data (or DataStore) from a place to another (I want to make a Pro Server), but i don’t know how to send data. Since i have never practiced this, and i saw some threads but that didn’t help me. Thanks for responding ![]()
Datastores can be shared among places in the same game universe, as long as you use the same name of the datastore
local ds = game:GetService("DataStoreService"):GetDataStore("ds_name")
10 Likes