- I have a table in a ModuleScript, (something like Module.Items = { }).
- I also have 2 other Scripts that both require the module.
Usually, these 2 Scripts could both edit the contents of Module.Items and it would be replicated to both Scripts. With Actors, the changes are only replicated to scripts under the same Actor.
How would I allow Scripts under different Actors to recieve the changes from Module.Items?