How to make instances directly under 'game' replicate

Hey, so I’m working on an admin command / developer console kind of tool and I need a way to make folders and values that are directly under ‘game’ to replicate to all clients.

For example a game.Scripts folder that stores saved scripts.

Sure, I could just use RemoteEvents or store the scripts in ReplicatedStorage or something, but is there a way to make them replicate on their own?

Thanks.

Do you mean something like what HD admin does?
When testing in studio, you can see multiple scripts/modules in replicated etc

No, I’m asking how to make folders and values that are DIRECTLY UNDER ‘game’ replicete to clients.

If I understood you,
You can just insert(using instance.new) folders and values.

You cannot replicate an instance under the game object.