Invoke objects from the server to the game

Hello,
Is it possible for me to invoke models in a folder on the server into the game? Not in the editor but in the game itself?

I’m going to explain my question, I have an internship project where I have to build a product samples room for VR customers and they want me to implement a function where a person on the other side of the company can put the product on the Server and the program will search it and will invoke it for the game and insert the right scripts, etc to work.

Yep, look into AssetBundles. They allow you to package assets and code that can be deployed to a server. From there, you just need to program into your game the method for it to look for new packages, and then download and import them.