Skip to content

Commit 0dff74a

Browse files
update Open Source Docs from Roblox internal teams
1 parent b19cb14 commit 0dff74a

File tree

15 files changed

+163
-365
lines changed

15 files changed

+163
-365
lines changed

.github/workflows/triage.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
# https://github.com/actions/labeler#permissions
77
pull_request_target:
88
types: [labeled, unlabeled, opened, ready_for_review, reopened, synchronize]
9+
concurrency:
10+
group: '${{ github.workflow }}-${{ github.event.pull_request.number }}'
11+
cancel-in-progress: true
912

1013
jobs:
1114
label-pull-request:
@@ -15,6 +18,12 @@ jobs:
1518
pull-requests: write
1619
runs-on: ubuntu-latest
1720
steps:
21+
- name: Print concurrency key
22+
run: |
23+
echo "github.workflow == ${{ github.workflow }}"
24+
echo "github.event.pull_request.number == ${{ github.event.pull_request.number }}"
25+
echo "concurrency key == ${{ github.workflow }}-${{ github.event.pull_request.number }}"
26+
1827
- uses: actions/labeler@v4 # https://github.com/actions/labeler
1928
with:
2029
repo-token: '${{ secrets.GITHUB_TOKEN }}'
@@ -27,6 +36,12 @@ jobs:
2736
pull-requests: write
2837
runs-on: ubuntu-latest
2938
steps:
39+
- name: Print concurrency key
40+
run: |
41+
echo "github.workflow == ${{ github.workflow }}"
42+
echo "github.event.pull_request.number == ${{ github.event.pull_request.number }}"
43+
echo "concurrency key == ${{ github.workflow }}-${{ github.event.pull_request.number }}"
44+
3045
- uses: actions/first-interaction@v1 # https://github.com/actions/first-interaction
3146
with:
3247
repo-token: ${{ secrets.GITHUB_TOKEN }}

content/common/navigation/engine/reference.yaml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@ navigation:
718718
type: engineapi
719719
source: /reference/engine/classes/CustomEventReceiver.yaml
720720
ignoreTranslation: true
721+
- title: CustomLog
722+
path: /reference/engine/classes/CustomLog
723+
type: engineapi
724+
source: /reference/engine/classes/CustomLog.yaml
725+
ignoreTranslation: true
721726
- title: CylinderHandleAdornment
722727
path: /reference/engine/classes/CylinderHandleAdornment
723728
type: engineapi
@@ -943,11 +948,6 @@ navigation:
943948
type: engineapi
944949
source: /reference/engine/classes/FaceInstance.yaml
945950
ignoreTranslation: true
946-
- title: FacialAgeEstimationService
947-
path: /reference/engine/classes/FacialAgeEstimationService
948-
type: engineapi
949-
source: /reference/engine/classes/FacialAgeEstimationService.yaml
950-
ignoreTranslation: true
951951
- title: Feature
952952
path: /reference/engine/classes/Feature
953953
type: engineapi
@@ -963,11 +963,6 @@ navigation:
963963
type: engineapi
964964
source: /reference/engine/classes/FeedPages.yaml
965965
ignoreTranslation: true
966-
- title: FeedService
967-
path: /reference/engine/classes/FeedService
968-
type: engineapi
969-
source: /reference/engine/classes/FeedService.yaml
970-
ignoreTranslation: true
971966
- title: File
972967
path: /reference/engine/classes/File
973968
type: engineapi
@@ -1403,11 +1398,6 @@ navigation:
14031398
type: engineapi
14041399
source: /reference/engine/classes/KeyframeSequenceProvider.yaml
14051400
ignoreTranslation: true
1406-
- title: LanguageService
1407-
path: /reference/engine/classes/LanguageService
1408-
type: engineapi
1409-
source: /reference/engine/classes/LanguageService.yaml
1410-
ignoreTranslation: true
14111401
- title: LayerCollector
14121402
path: /reference/engine/classes/LayerCollector
14131403
type: engineapi
@@ -1798,11 +1788,6 @@ navigation:
17981788
type: engineapi
17991789
source: /reference/engine/classes/PitchShiftSoundEffect.yaml
18001790
ignoreTranslation: true
1801-
- title: PlaceAssetIdsService
1802-
path: /reference/engine/classes/PlaceAssetIdsService
1803-
type: engineapi
1804-
source: /reference/engine/classes/PlaceAssetIdsService.yaml
1805-
ignoreTranslation: true
18061791
- title: PlacesService
18071792
path: /reference/engine/classes/PlacesService
18081793
type: engineapi
@@ -2563,11 +2548,6 @@ navigation:
25632548
type: engineapi
25642549
source: /reference/engine/classes/SyncScriptBuilder.yaml
25652550
ignoreTranslation: true
2566-
- title: SystemThemeService
2567-
path: /reference/engine/classes/SystemThemeService
2568-
type: engineapi
2569-
source: /reference/engine/classes/SystemThemeService.yaml
2570-
ignoreTranslation: true
25712551
- title: TaskScheduler
25722552
path: /reference/engine/classes/TaskScheduler
25732553
type: engineapi

content/en-us/marketplace/marketplace-fees-and-commissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Limited items that are sold for free follow a different per-unit payout structur
253253

254254
When setting assets on sale, you can [configure your creation](../marketplace/publish-to-marketplace.md#marketplace-settings) as a **Limited** item to set an available quantity for that asset.
255255

256-
At this time, only Roblox-created Limiteds are tradeable, and bodies and heads are not eligible as Limiteds.
256+
At this time, only Roblox-created Limiteds are tradeable.
257257

258258
### Per-unit fee
259259

content/en-us/reference/cloud/toolbox-service/v1.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"/toolbox-service/v2/assets:search": {
1010
"get": {
1111
"tags": ["ToolboxService"],
12-
"description": "Search Creator Store for assets.",
12+
"summary": "Search Creator Store for assets.",
1313
"parameters": [
1414
{
1515
"name": "searchCategoryType",
@@ -512,6 +512,9 @@
512512
},
513513
{
514514
"$ref": "#/components/schemas/Model"
515+
},
516+
{
517+
"$ref": "#/components/schemas/Plugin"
515518
}
516519
],
517520
"description": "The asset information.",
@@ -873,6 +876,11 @@
873876
"hasScripts": {
874877
"type": "boolean",
875878
"description": "Whether the model has scripts."
879+
},
880+
"scriptCount": {
881+
"type": "integer",
882+
"description": "The number of scripts that are in the model.",
883+
"format": "int32"
876884
}
877885
},
878886
"additionalProperties": false,
@@ -906,6 +914,28 @@
906914
"additionalProperties": false,
907915
"nullable": true
908916
},
917+
"Plugin": {
918+
"type": "object",
919+
"allOf": [
920+
{
921+
"$ref": "#/components/schemas/Asset"
922+
}
923+
],
924+
"properties": {
925+
"hasScripts": {
926+
"type": "boolean",
927+
"description": "Whether the plugin has scripts."
928+
},
929+
"scriptCount": {
930+
"type": "integer",
931+
"description": "The number of scripts that are in the plugin.",
932+
"format": "int32"
933+
}
934+
},
935+
"additionalProperties": false,
936+
"description": "Representation of a plugin asset.",
937+
"nullable": true
938+
},
909939
"QueryFacets": {
910940
"type": "object",
911941
"properties": {

content/en-us/reference/engine/classes/CanvasGroup.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,6 @@ properties:
6666
capabilities:
6767
- UI
6868
writeCapabilities: []
69-
- name: CanvasGroup.ResolutionScale
70-
summary: ''
71-
description: ''
72-
code_samples: []
73-
type: float
74-
tags:
75-
- Hidden
76-
- NotReplicated
77-
deprecation_message: ''
78-
security:
79-
read: RobloxScriptSecurity
80-
write: RobloxScriptSecurity
81-
thread_safety: ReadSafe
82-
category: Data
83-
serialization:
84-
can_load: false
85-
can_save: false
86-
capabilities:
87-
- UI
88-
writeCapabilities: []
8969
methods: []
9070
events: []
9171
callbacks: []

content/en-us/reference/engine/classes/CaptureService.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -133,48 +133,6 @@ methods:
133133
thread_safety: Unsafe
134134
capabilities: []
135135
writeCapabilities: []
136-
- name: CaptureService:StartVideoCaptureInternal
137-
summary: ''
138-
description: ''
139-
code_samples: []
140-
parameters: []
141-
returns:
142-
- type: ()
143-
summary: ''
144-
tags: []
145-
deprecation_message: ''
146-
security: RobloxScriptSecurity
147-
thread_safety: Unsafe
148-
capabilities: []
149-
writeCapabilities: []
150-
- name: CaptureService:StopCapture
151-
summary: ''
152-
description: ''
153-
code_samples: []
154-
parameters: []
155-
returns:
156-
- type: ()
157-
summary: ''
158-
tags: []
159-
deprecation_message: ''
160-
security: RobloxScriptSecurity
161-
thread_safety: Unsafe
162-
capabilities: []
163-
writeCapabilities: []
164-
- name: CaptureService:StopVideoCaptureInternal
165-
summary: ''
166-
description: ''
167-
code_samples: []
168-
parameters: []
169-
returns:
170-
- type: ()
171-
summary: ''
172-
tags: []
173-
deprecation_message: ''
174-
security: RobloxScriptSecurity
175-
thread_safety: Unsafe
176-
capabilities: []
177-
writeCapabilities: []
178136
- name: CaptureService:TakeCapture
179137
summary: ''
180138
description: ''
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SystemThemeService
1+
name: CustomLog
22
type: class
33
memory_category: Instances
44
summary: ''
@@ -7,72 +7,73 @@ code_samples: []
77
inherits:
88
- Instance
99
tags:
10-
- NotCreatable
11-
- Service
1210
- NotReplicated
1311
deprecation_message: ''
1412
properties: []
1513
methods:
16-
- name: SystemThemeService:isSystemThemeAvailable
14+
- name: CustomLog:Close
1715
summary: ''
1816
description: ''
1917
code_samples: []
2018
parameters: []
2119
returns:
22-
- type: boolean
20+
- type: ()
2321
summary: ''
2422
tags: []
2523
deprecation_message: ''
26-
security: RobloxScriptSecurity
24+
security: None
2725
thread_safety: Unsafe
28-
capabilities: []
26+
capabilities:
27+
- InternalTest
2928
writeCapabilities: []
30-
- name: SystemThemeService:setTheme
29+
- name: CustomLog:GetLogPath
3130
summary: ''
3231
description: ''
3332
code_samples: []
34-
parameters:
35-
- name: theme
36-
type: SystemThemeValue
37-
default: ''
38-
summary: ''
33+
parameters: []
3934
returns:
40-
- type: ()
35+
- type: string
4136
summary: ''
4237
tags: []
4338
deprecation_message: ''
44-
security: RobloxScriptSecurity
39+
security: None
4540
thread_safety: Unsafe
46-
capabilities: []
41+
capabilities:
42+
- InternalTest
4743
writeCapabilities: []
48-
- name: SystemThemeService:getSystemThemeAsync
44+
- name: CustomLog:Open
4945
summary: ''
5046
description: ''
5147
code_samples: []
5248
parameters: []
5349
returns:
54-
- type: SystemThemeValue
50+
- type: ()
5551
summary: ''
56-
tags:
57-
- Yields
52+
tags: []
5853
deprecation_message: ''
59-
security: RobloxScriptSecurity
54+
security: None
6055
thread_safety: Unsafe
61-
capabilities: []
56+
capabilities:
57+
- InternalTest
6258
writeCapabilities: []
63-
events:
64-
- name: SystemThemeService.OnLuaThemeUpdated
59+
- name: CustomLog:WriteAppend
6560
summary: ''
6661
description: ''
6762
code_samples: []
6863
parameters:
69-
- name: theme
70-
type: SystemThemeValue
64+
- name: append
65+
type: string
7166
default: ''
7267
summary: ''
68+
returns:
69+
- type: ()
70+
summary: ''
7371
tags: []
7472
deprecation_message: ''
75-
security: RobloxScriptSecurity
76-
capabilities: []
73+
security: None
74+
thread_safety: Unsafe
75+
capabilities:
76+
- InternalTest
7777
writeCapabilities: []
78+
events: []
7879
callbacks: []

content/en-us/reference/engine/classes/DataStoreService.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ methods:
6565
data store. This function also accepts an optional
6666
`Class.DataStoreOptions` instance which includes options for enabling
6767
`Class.DataStoreOptions.AllScopes|AllScopes`. See
68-
[Versioning, listing, and caching](../../../cloud-services/data-stores/versioning-listing-and-caching.md#scopes) for details on
69-
scope.
68+
[Versioning, listing, and caching](../../../cloud-services/data-stores/versioning-listing-and-caching.md#scopes)
69+
for details on scope.
7070
code_samples: []
7171
parameters:
7272
- name: name

0 commit comments

Comments
 (0)