GetDataStore in local script with remoteevent but nil?

image


image


Output
image

Data stores doesn’t replicate to client so you can’t use them in localscripts.

Ben Şimdi PlayerGui de value ları görüntülemek istiyorum bu yüzdende local script yaptım

What is your OrderedDataStore variable defined as, is it a DatastorePages object?

Then return the necessary values in remoteevent instead of the datastores themselves.

1 Like

I don’t understand can you repeat pls

make a variable on the server and assign it’s value to the datastores value, then you pass that value with the RemoteEvent

1 Like