Dictionaries not visible from command bar, can't read/write to them

Hi, I noticed that I can’t access dictionaries from command bar that is constantly being modified by multiple scripts.

lets talk about some npc that should be saved to a dictionary in order to be involved in aggression checks etc:

require(path.to.module).new(“Graviton”):spawn(Vector3.zero)

lets say I use this command from command bar, this part eventually runs which saves it to a dictionary thats being accessed by some server scripts to you know, make them alive:
image

Although there is a lot of npcs alive currently, I receive an empty table (I mean only the npc that I spawned is visible).

While server scripts are reaching same dictionary, scripts ran from command bar can’t view them.
I can do special commands but just thought this would be faster, which failed. Is this because CommandLineSecurity or something? Just wanted to know.

1 Like