Do module scripts save data you give them during a game?

Hi if you require a module script and add or configure the contents of the module script
table will it update the table for all other scripts that require the module script during game play?.

It will save for any given environment. So if a lot of server scripts require the same module, any change one script makes can be seen by all other Server scripts. But not by any clients. Same thing if a client has a localscript modify a module script’s values inside, it won’t affect any other client nor the server.

  • An environment is either the server, or any client
  • No environment gets affected by another’s environment

Hope this helps you with your answer.

1 Like