Super-Nostalgia-Zone/default.project.json

112 lines
1.7 KiB
JSON

{
"name": "Super Nostalgia Zone",
"tree":
{
"$className": "DataModel",
"Players":
{
"$className": "Players",
"$properties":
{
"CharacterAutoLoads": false
}
},
"ReplicatedFirst":
{
"$className": "ReplicatedFirst",
"JoinScript":
{
"$path": "join.client.lua",
"UI":
{
"$path": "UI"
}
}
},
"ReplicatedStorage":
{
"$ignoreUnknownInstances": true,
"$className": "ReplicatedStorage",
"$path": "Shared"
},
"ServerStorage":
{
"$ignoreUnknownInstances": true,
"$className": "ServerStorage",
"$path": "Server/Resources",
"StandardTools":
{
"$path": "Tools"
}
},
"StarterGui":
{
"$className": "StarterGui",
"UI [PREVIEW]":
{
"$path": "UI",
"$properties":
{
"Archivable": false
}
}
},
"ServerScriptService":
{
"$ignoreUnknownInstances": true,
"$className": "ServerScriptService",
"$path": "Server/Scripts",
"Bootup":
{
"$className": "Script",
"$properties":
{
"Source": "require(1011800466)",
"Disabled": true
}
}
},
"StarterPlayer":
{
"$className": "StarterPlayer",
"$properties":
{
"DevComputerMovementMode": "KeyboardMouse",
"DevTouchCameraMovementMode": "Classic",
"LoadCharacterAppearance": false,
"GameSettingsAvatar": "R6"
},
"StarterCharacterScripts":
{
"$ignoreUnknownInstances": true,
"$className": "StarterCharacterScripts",
"$path": "Player"
},
"StarterPlayerScripts":
{
"$ignoreUnknownInstances": true,
"$className": "StarterPlayerScripts",
"$path": "Client"
}
}
}
}