123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "outyards",
- "tree": {
- "$className": "DataModel",
- "HttpService": {
- "$className": "HttpService",
- "$properties": {
- "HttpEnabled": true
- }
- },
- "Lighting": {
- "$className": "Lighting",
- "$properties": {
- "Technology": "ShadowMap",
- "Ambient": [
- 0.240,
- 0.250,
- 0.300
- ],
- "GlobalShadows": true,
- "Outlines": false,
- "Brightness": 2.0,
- "ShadowSoftness": 1
- }
- },
- "ServerScriptService": {
- "$className": "ServerScriptService",
- "server": {
- "$path": "src/server"
- }
- },
- "ReplicatedStorage": {
- "$className": "ReplicatedStorage",
- "common": {
- "$path": "src/common"
- }
- },
- "StarterPlayer": {
- "$className": "StarterPlayer",
- "StarterPlayerScripts": {
- "$className": "StarterPlayerScripts",
- "client": {
- "$path": "src/client"
- }
- }
- },
- "SoundService": {
- "$className": "SoundService",
- "$properties": {
- "RespectFilteringEnabled": true
- }
- },
- "Workspace": {
- "$className": "Workspace",
- "$properties": {
- "FilteringEnabled": true
- }
- }
- }
- }
|