Skip to content

Commit 4e2f998

Browse files
update Open Source Docs from Roblox internal teams
1 parent 059bc5a commit 4e2f998

File tree

11 files changed

+950
-501
lines changed

11 files changed

+950
-501
lines changed

content/en-us/art/validation-errors.md

Lines changed: 288 additions & 348 deletions
Large diffs are not rendered by default.

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,18 @@ methods:
217217
summary: |
218218
Prepares in-experience avatar for preview.
219219
description: |
220-
Triggers HSR generation and attachment point updating for in-experience avatar previews.
221-
This allows for previewing of avatars created in experience with layered
222-
clothing and accessories in the same way they will appear when published
223-
through `Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`.
220+
Triggers HSR generation and attachment point updating for in-experience
221+
avatar previews. This allows for previewing of avatars created in
222+
experience with layered clothing and accessories in the same way they will
223+
appear when published through
224+
`Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`.
224225
225226
When developers use `Class.EditableMesh` and `Class.WrapDeformer` to
226227
modify avatars before publishing, the original HSR data may not accurately
227228
account for the new deformations. This method generates updated HSR data
228229
and corrects attachment points based on the `Class.WrapDeformer`
229-
modifications, ensuring consistent preview and published avatar appearance.
230+
modifications, ensuring consistent preview and published avatar
231+
appearance.
230232
code_samples: []
231233
parameters:
232234
- name: humanoidModel
@@ -490,11 +492,12 @@ events:
490492
`Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`
491493
has completed the moderation process and is ready for use in-experience.
492494
493-
Note that this event only fires for avatars created within the current experience and
494-
will trigger when the `Enum.ModerationStatus` changes from
495-
`Enum.ModerationStatus.NotReviewed|NotReviewed` to any other status.
496-
The event fires on the client only. `Class.AvatarEditorService:GetOutfitDetails|GetOutfitDetails`
497-
can be used on the server to verify the current moderation status if needed.
495+
Note that this event only fires for avatars created within the current
496+
experience and will trigger when the `Enum.ModerationStatus` changes from
497+
`Enum.ModerationStatus.NotReviewed|NotReviewed` to any other status. The
498+
event fires on the client only.
499+
`Class.AvatarEditorService:GetOutfitDetails|GetOutfitDetails` can be used
500+
on the server to verify the current moderation status if needed.
498501
code_samples: []
499502
parameters:
500503
- name: outfitId

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@ tags:
1717
deprecation_message: ''
1818
properties: []
1919
methods:
20-
- name: CaptureService:CanCaptureVideo
21-
summary: ''
22-
description: ''
23-
code_samples: []
24-
parameters: []
25-
returns:
26-
- type: boolean
27-
summary: ''
28-
tags: []
29-
deprecation_message: ''
30-
security: RobloxScriptSecurity
31-
thread_safety: Unsafe
32-
capabilities: []
33-
writeCapabilities: []
3420
- name: CaptureService:CaptureScreenshot
3521
summary: |
3622
Takes a screenshot and provides a temporary `contentId` to identify it.

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -283,25 +283,6 @@ methods:
283283
capabilities:
284284
- UI
285285
writeCapabilities: []
286-
- name: Dialog:SetGuiObject
287-
summary: ''
288-
description: ''
289-
code_samples: []
290-
parameters:
291-
- name: gui
292-
type: BillboardGui
293-
default: ''
294-
summary: ''
295-
returns:
296-
- type: ()
297-
summary: ''
298-
tags: []
299-
deprecation_message: ''
300-
security: RobloxScriptSecurity
301-
thread_safety: Unsafe
302-
capabilities:
303-
- UI
304-
writeCapabilities: []
305286
events:
306287
- name: Dialog.DialogChoiceSelected
307288
summary: |

0 commit comments

Comments
 (0)