Skip to content

Commit dc120cb

Browse files
author
ramdoys
authored
Merge branch 'Roblox:main' into patch-1
2 parents f6af1da + cb04623 commit dc120cb

File tree

142 files changed

+4306
-3007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+4306
-3007
lines changed

content/common/navigation/cloud/reference.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ navigation:
1010
path: /cloud/reference/errors
1111
- title: OAuth 2.0
1212
path: /cloud/reference/oauth2
13+
- title: OpenAPI Descriptions
14+
path: /cloud/reference/openapi
1315
- heading: v2 Resources
1416
- title: All Cloud API
1517
path: /cloud/reference

content/common/navigation/engine/design.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ navigation:
2323
path: /production/game-design/monetization-foundations
2424
- title: Season Pass Design
2525
path: /production/game-design/season-pass-design
26+
- title: Starter Pack Design
27+
path: /production/game-design/starter-pack-design
2628
- title: Subscription Design
2729
path: /production/game-design/subscription-design
2830
- title: Contextual Purchases

content/common/navigation/engine/guides.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,23 @@ navigation:
439439
path: /chat/in-experience-text-chat
440440
- title: Guidelines
441441
path: /chat/guidelines
442-
- title: Customization
443-
path: /chat/customizing-in-experience-text-chat
442+
- title: Chat Window
443+
path: /chat/chat-window
444444
- title: Bubble Chat
445445
path: /chat/bubble-chat
446+
- title: Examples
447+
path: /chat/examples/simple-custom-frontend-ui
448+
section:
449+
- title: Custom UI
450+
path: /chat/examples/simple-custom-frontend-ui
451+
#- title: Custom System Messages
452+
# path: /chat/examples/custom-system-messages
453+
- title: Chat Tags
454+
path: /chat/examples/group-chat-tags
455+
- title: Proximity Chat
456+
path: /chat/examples/proximity-chat
457+
- title: Custom Chat Commands
458+
path: /chat/examples/custom-text-chat-commands
446459
- title: Legacy Chat System
447460
path: /chat/legacy/legacy-chat-system
448461
- title: Performance Optimization
@@ -613,6 +626,8 @@ navigation:
613626
path: /production/monetization/price-optimization
614627
- title: Avatar Items
615628
path: /production/monetization/avatar-items
629+
- title: Avatar Creation Tokens
630+
path: /production/monetization/avatar-creation-token
616631
- title: Engagement-Based Payouts
617632
path: /production/monetization/engagement-based-payouts
618633
- title: Paid Access in Robux

content/common/navigation/engine/reference.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,11 @@ navigation:
930930
type: engineapi
931931
source: /reference/engine/classes/Feature.yaml
932932
ignoreTranslation: true
933+
- title: FeatureRestrictionManager
934+
path: /reference/engine/classes/FeatureRestrictionManager
935+
type: engineapi
936+
source: /reference/engine/classes/FeatureRestrictionManager.yaml
937+
ignoreTranslation: true
933938
- title: File
934939
path: /reference/engine/classes/File
935940
type: engineapi
@@ -1995,6 +2000,11 @@ navigation:
19952000
type: engineapi
19962001
source: /reference/engine/classes/ReflectionMetadataYieldFunctions.yaml
19972002
ignoreTranslation: true
2003+
- title: RelativeGui
2004+
path: /reference/engine/classes/RelativeGui
2005+
type: engineapi
2006+
source: /reference/engine/classes/RelativeGui.yaml
2007+
ignoreTranslation: true
19982008
- title: RemoteDebuggerServer
19992009
path: /reference/engine/classes/RemoteDebuggerServer
20002010
type: engineapi
@@ -3778,11 +3788,6 @@ navigation:
37783788
type: engineapi
37793789
source: /reference/engine/enums/CreatorTypeFilter.yaml
37803790
ignoreTranslation: true
3781-
- title: CSGAsyncDynamicCollision
3782-
path: /reference/engine/enums/CSGAsyncDynamicCollision
3783-
type: engineapi
3784-
source: /reference/engine/enums/CSGAsyncDynamicCollision.yaml
3785-
ignoreTranslation: true
37863791
- title: CurrencyType
37873792
path: /reference/engine/enums/CurrencyType
37883793
type: engineapi

content/common/navigation/engine/resources.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ navigation:
22
- heading: Code Samples
33
- title: Overview
44
path: /samples/
5+
- heading: Feature Packages
6+
- title: Overview
7+
path: /resources/feature-packages/
8+
- title: Bundles
9+
path: /resources/feature-packages/bundles
10+
- title: Missions
11+
path: /resources/feature-packages/missions
512
- heading: Developer Modules
613
- title: Overview
714
path: /resources/modules/

content/common/navigation/engine/tutorials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ navigation:
8787
- title: Skinning Simple Meshes
8888
path: /art/modeling/skinning-a-simple-mesh
8989
- title: Rigging Humanoid Models
90-
path: /art/modeling/rigging-a-humanoid-model.md
90+
path: /art/modeling/rigging-a-humanoid-model
9191
- title: Skinning Humanoid Models
92-
path: /art/modeling/skinning-a-humanoid-model.md
92+
path: /art/modeling/skinning-a-humanoid-model
9393
- title: Scripting
9494
section:
9595
- title: Basic Gameplay

content/en-us/art/modeling/avatar-setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Avatar Setup
33
description: The Avatar Setup tool previews animations, clothing, accessories, and body constructs on avatar rigs, directly in Studio.
44
---
55

6-
import BetaAlert from '../../includes/beta-features/beta-alert.md'
7-
8-
<BetaAlert betaName="Avatar Auto-Setup Beta" leadIn="The auto-setup feature of this tool is currently in beta through " leadOut="." components={props.components} />
9-
106
The **Avatar Setup** tool allows you to auto-setup avatar meshes, preview animations, clothing, skin tones, and test avatar character bodies directly in Studio. Marketplace creators can also begin the uploading and validation process from this tool to quickly publish their assets.
117

128
<img src="../../assets/studio/general/Avatar-Tab-Avatar-Setup.png" width="760" alt="Avatar Preview button indicated in Avatar tab" />
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)