Is it possible to make a script/plugin which automatically places objects in a folder into its respective area?

Alright so I wanted to know wether it would be possible to make a script/plugin to move certain objects (scripts, models, etc) into its respective area assigned by us, like I have a script and a model inside a folder and I want to make the script/plugin by the click of a button on a GUI possibly to place the contents of the folder into the respective place, like script goes to ServerScriptService model goes to ServerStorage etc, like a installer which installs files and dependencies.

I have seen this system in the gun system called “CarbonEngine” and was looking for ways to replicate them same, searched throught the forum and google for a while but did not come to a conclussion, so I was wondering if anybody here know’s how to program something like that and explain the logic behind it.

Thanks, Matt!

Well yes you could as all you would need to do is get the selected area then cloning the descendants into that selected folder while either deleting or keeping the previous items