Hey! I’ve been experimenting with this datastore solution recently and it’s some good stuff.
Have you guys changed the command line installer? It’s now importing completely different code into ReplicatedStorage that doesn’t appear to function the same.
Perhaps I’m just really bad at following instructions, but that module script is dependent on a few children that don’t get automatically added during the command line install
local ModuleScriptLoader = require(script:WaitForChild("ModuleScriptLoader"))
local ReplicationUtils = require(script:WaitForChild("ReplicationUtils"))
I followed the same installation process in a separate game last week, and it appears to have put the same modulescript in replicatedstorage with a completely different body, without the dependencies noted above.