Skip to content

Commit be08a92

Browse files
update Open Source Docs from Roblox internal teams
1 parent 2631756 commit be08a92

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ comments: |
66
---
77

88
<Alert severity="error">
9-
This guide covers client-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService`, see <a href="../../chat/customizing-in-experience-text-chat.md">In-Experience Text Chat</a>.
9+
This guide covers client-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService`, see <a href="../../chat/in-experience-text-chat.md">In-Experience Text Chat</a>.
1010
</Alert>
1111

1212
You can use the following chat modules to support client-side behaviors of the [Legacy Chat System](../../chat/legacy/legacy-chat-system.md#message-creator-modules).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ comments: |
66
---
77

88
<Alert severity="error">
9-
This guide covers server-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService` , see <a href="../../chat/customizing-in-experience-text-chat.md">In-Experience Text Chat</a>.
9+
This guide covers server-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService` , see <a href="../../chat/in-experience-text-chat.md">In-Experience Text Chat</a>.
1010
</Alert>
1111

1212
You can use the following chat modules to support server-side behaviors of the [Legacy Chat System](../../chat/legacy/legacy-chat-system.md#message-creator-modules) including:

content/en-us/production/publishing/console-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Apply the following to simplify the UI design for consoles:
2525

2626
- **Minimal controller input complexity**: Unlike tappable or clickable input methods, console users navigate by pressing one button at a time, so an action that takes one move on other devices might take extra moves with a controller. Make sure that key actions in your experience only take a few moves to access.
2727

28-
- **No Chat Window**: Regardless of whether you use the default in-experience text chat system or fork the legacy chat system as your custom chat system, [disable the chat window](../../chat/customizing-in-experience-text-chat.md#chat-window-configuration) for console experiences.
28+
- **No Chat Window**: Regardless of whether you use the default in-experience text chat system or fork the legacy chat system as your custom chat system, [disable the chat window](../../chat/chat-window.md#chat-window-configuration) for console experiences.
2929

3030
<Alert severity="info">
3131
As controllers aren't just for consoles and VR but also are available on devices such as desktop and mobile, minimizing the number of moves needed can enhance the UI for all devices and input types in addition to PlayStation and Xbox.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
It is parented to `Class.TextChatService`.
1010
1111
To learn more, see
12-
[Customizing Text Chat](../../../chat/customizing-in-experience-text-chat.md).
12+
[Customizing the Chat Window](../../../chat/chat-window.md).
1313
code_samples: []
1414
inherits:
1515
- TextChatConfigurations

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |
1111
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.
1212
1313
To learn more about using `Class.TextChatService`, see
14-
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
14+
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
1515
code_samples: []
1616
inherits:
1717
- Instance

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |
88
Immutable data object representing a text chat message.
99
1010
To learn more about using TextChatMessages, see
11-
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
11+
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
1212
code_samples: []
1313
inherits:
1414
- Instance
@@ -240,7 +240,7 @@ properties:
240240
with the same localization settings or using languages without the text
241241
filter support, so this property can be an empty string if no translation
242242
happens. For customization, see
243-
[Customizing Translated Messages](../../../chat/customizing-in-experience-text-chat.md).
243+
[Customizing Translated Messages](../../../chat/chat-window.md).
244244
code_samples: []
245245
type: string
246246
tags: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: |
2121
associated with the `Class.TextSource` via `Class.TextSource.UserId`.
2222
2323
To learn more about using TextSources, see
24-
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
24+
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
2525
code_samples:
2626
inherits:
2727
- Instance

0 commit comments

Comments
 (0)