Skip to content

Commit

Permalink
update Open Source Docs from Roblox internal teams
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx-open-source-docs[bot] committed Dec 13, 2024
1 parent 2631756 commit be08a92
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en-us/chat/legacy/client-side-chat-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ comments: |
---

<Alert severity="error">
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>.
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>.
</Alert>

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).
Expand Down
2 changes: 1 addition & 1 deletion content/en-us/chat/legacy/server-side-chat-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ comments: |
---

<Alert severity="error">
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>.
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>.
</Alert>

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:
Expand Down
2 changes: 1 addition & 1 deletion content/en-us/production/publishing/console-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Apply the following to simplify the UI design for consoles:

- **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.

- **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.
- **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.

<Alert severity="info">
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
It is parented to `Class.TextChatService`.
To learn more, see
[Customizing Text Chat](../../../chat/customizing-in-experience-text-chat.md).
[Customizing the Chat Window](../../../chat/chat-window.md).
code_samples: []
inherits:
- TextChatConfigurations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.
To learn more about using `Class.TextChatService`, see
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples: []
inherits:
- Instance
Expand Down
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/classes/TextChatMessage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
Immutable data object representing a text chat message.
To learn more about using TextChatMessages, see
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples: []
inherits:
- Instance
Expand Down Expand Up @@ -240,7 +240,7 @@ properties:
with the same localization settings or using languages without the text
filter support, so this property can be an empty string if no translation
happens. For customization, see
[Customizing Translated Messages](../../../chat/customizing-in-experience-text-chat.md).
[Customizing Translated Messages](../../../chat/chat-window.md).
code_samples: []
type: string
tags: []
Expand Down
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/TextSource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
associated with the `Class.TextSource` via `Class.TextSource.UserId`.
To learn more about using TextSources, see
[In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples:
inherits:
- Instance
Expand Down

0 comments on commit be08a92

Please sign in to comment.