place.project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "[placeholder]",
  3. "tree": {
  4. "$className": "DataModel",
  5. "HttpService": {
  6. "$className": "HttpService",
  7. "$properties": {
  8. "HttpEnabled": true
  9. }
  10. },
  11. "Lighting": {
  12. "$className": "Lighting",
  13. "$properties": {
  14. "Ambient": [
  15. 0,
  16. 0,
  17. 0
  18. ],
  19. "Brightness": 2,
  20. "GlobalShadows": true,
  21. "Outlines": false,
  22. "Technology": "Voxel"
  23. }
  24. },
  25. "ReplicatedStorage": {
  26. "$className": "ReplicatedStorage",
  27. "Source": {
  28. "$path": "src"
  29. }
  30. },
  31. "SoundService": {
  32. "$className": "SoundService",
  33. "$properties": {
  34. "RespectFilteringEnabled": true
  35. }
  36. },
  37. "Workspace": {
  38. "$className": "Workspace",
  39. "$properties": {
  40. "FilteringEnabled": true
  41. },
  42. "Baseplate": {
  43. "$className": "Part",
  44. "$properties": {
  45. "Anchored": true,
  46. "Color": [
  47. 0.38823,
  48. 0.37254,
  49. 0.38823
  50. ],
  51. "Locked": true,
  52. "Position": [
  53. 0,
  54. -10,
  55. 0
  56. ],
  57. "Size": [
  58. 512,
  59. 20,
  60. 512
  61. ]
  62. }
  63. }
  64. }
  65. }
  66. }