We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2498196 commit 9688ce7Copy full SHA for 9688ce7
1 file changed
default.project.json
@@ -2,13 +2,13 @@
2
"name": "RobloxSimulator",
3
"tree": {
4
"$className": "DataModel",
5
+ "ReplicatedFirst": {
6
+ "$ignoreUnknownInstances": true
7
+ },
8
"ReplicatedStorage": {
9
"$ignoreUnknownInstances": true,
10
"$path": "/src/shared"
11
},
- "ReplicatedFirst": {
- "$ignoreUnknownInstances": true
- },
12
"ServerScriptService": {
13
14
"$path": "src/server"
0 commit comments