Skip to content

Commit a246cd5

Browse files
update Open Source Docs from Roblox internal teams
1 parent f0268e2 commit a246cd5

File tree

73 files changed

+567
-458
lines changed

Some content is hidden

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

73 files changed

+567
-458
lines changed

content/common/navigation/engine/guides.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,16 @@ navigation:
463463
section:
464464
- title: Overview
465465
path: /cloud-services/data-stores/
466-
- title: Manage data stores
467-
path: /cloud-services/data-stores/manage-data-stores
468-
- title: Best practices
469-
path: /cloud-services/data-stores/best-practices
466+
- title: Data Stores Manager
467+
path: /cloud-services/data-stores/data-stores-manager
468+
- title: Versioning, listing, and caching
469+
path: /cloud-services/data-stores/versioning-listing-and-caching
470470
- title: Error codes and limits
471471
path: /cloud-services/data-stores/error-codes-and-limits
472472
- title: Observability
473473
path: /cloud-services/data-stores/observability
474+
- title: Best practices
475+
path: /cloud-services/data-stores/best-practices
474476
- title: Implement player data and purchase systems
475477
path: /cloud-services/data-stores/player-data-purchasing
476478
- title: Memory stores
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/assets/misc/CodeSample-PrivateAsset.jpg

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/en-us/assets/monetization/avatar-items/navigation.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/en-us/assets/monetization/engagement-based-payouts/navigation.png

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/assets/studio/properties/Private-SoundID.jpg

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/en-us/chat/legacy/server-side-chat-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All `ModuleScript` s within the **ChatModules** folder should return a function,
4343
#### GetChannel
4444

4545
- **Parameters:** `Library.string`: `channelName`
46-
- **Description:** Returns the channel with the given name, or nil if it does not exist.
46+
- **Description:** Returns the channel with the given name, or `nil` if it does not exist.
4747
- **Returns:** [ChatChannel](#chatchannel)
4848

4949
#### AddSpeaker
@@ -61,7 +61,7 @@ All `ModuleScript` s within the **ChatModules** folder should return a function,
6161
#### GetSpeaker
6262

6363
- **Parameters:** `Library.string`: `speakerName`
64-
- **Description:** Returns the speaker with the given name, or nil if it doesn't exist.
64+
- **Description:** Returns the speaker with the given name, or `nil` if it doesn't exist.
6565
- **Returns:** [ChatSpeaker](#chatspeaker)
6666

6767
#### GetChannelList
@@ -404,7 +404,7 @@ By default, each user has a [ChatSpeaker](#chatspeaker) that is automatically ad
404404
#### MuteSpeaker
405405

406406
- **Parameters:** `Library.string`: `speakerName` , `Library.string`: `reason = nil` , [int](../../luau/numbers.md#int) `duration = 0`
407-
- **Description:** Mutes the speaker with the given `speakerName` in the channel for a duration specified in seconds. If `duration` is nil or 0, the mute is indefinite. If `reason` is provided, then a message will be sent to the channel with the reason included.
407+
- **Description:** Mutes the speaker with the given `speakerName` in the channel for a duration specified in seconds. If `duration` is `nil` or 0, the mute is indefinite. If `reason` is provided, then a message will be sent to the channel with the reason included.
408408
- **Returns:** void
409409

410410
#### UnmuteSpeaker

0 commit comments

Comments
 (0)