In my src/server folder, I've created a file called server.model.json that should gather up the scripts located in the scripts folder from the same directory.
However, when pushed to Roblox Studio, all of the scripts are there but completely empty. Am I doing something wrong? Also, the documentation isn't too helpful with this.
In my
src/server
folder, I've created a file calledserver.model.json
that should gather up the scripts located in thescripts
folder from the same directory.server.model.json
contains the following:However, when pushed to Roblox Studio, all of the scripts are there but completely empty. Am I doing something wrong? Also, the documentation isn't too helpful with this.