Universal Datastore?

I mean, you could try using DataStoreService:GetGlobalDataStore to see if this makes any difference, it most likely won’t, since it returns the same kind of datastore that :GetDataStore does.

A different solution would be saving your data to an exterior database using HttpService. I recently looked at a thread that suggested this:

2 Likes