Was curious if there’s a way to replicate a modules contents from server-clients?
I tried doing something like
--// Server
local Games = require(Modules.Games)
-- inside a function
Games[player] = {
"Test"
}
But that won’t replicate to the client??