loleris recently released his DataStore module, ProfileService, which stores data normally compared to DataStore2’s method (there is an option to save data the standard way, though). ProfileService has a GlobalUpdates feature which sounds exactly like what you’re trying to do. You can send GlobalUpdates to any DataStore key, and your receiving handlers can handle them. Additionally, GlobalUpdates work even if the key you’re trying to send it to doesn’t already exist.
1 Like