Skip to content

Commit fdfedc6

Browse files
update Open Source Docs from Roblox internal teams
1 parent 30ac739 commit fdfedc6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

content/en-us/chat/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For communication shared by users that can be seen by other users, even if it do
3737
- All experiences that offer in-experience text chat for users must integrate `Class.TextChatService`, per the [Misusing Roblox Systems Community Standard](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards).
3838
- Between 30 December 2024 and 30 April 2025, creators that use a custom chat solution not powered by `Class.TextChatService` or a modified or forked [Legacy Chat](legacy/legacy-chat-system.md) can continue to use their existing feature, but must also deploy the `Class.TextChatService:CanUserChatAsync()|CanUserChatAsync()` and `Class.TextChatService:CanUserDirectChatAsync()|CanUserDirectChatAsync()` methods in their experiences.
3939
- After 30 April 2025, all creators must use the `Class.TextChatService` API.
40-
- For more information on migrating, see the [Roblox developer forums](https://devforum.roblox.com/t/migrate-to-textchatservice-removing-support-for-legacy-chat-and-custom-chat-systems/3237100).
40+
- For more information on migrating, see the [Roblox Developer Forum](https://devforum.roblox.com/t/migrate-to-textchatservice-removing-support-for-legacy-chat-and-custom-chat-systems/3237100).
4141
- All incoming text that originates from another user must first use [Text Filtering](../ui/text-filtering.md) before your experience displays it.
4242
- Communication between users must respect user privacy settings.
4343
- `Class.TextChannel:SendAsync()` handles basic privacy and parental settings automatically.

content/en-us/creator-programs/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As part of this program, you are:
1717

1818
- A member of the Community Feedback Group
1919
- One of the first to receive sign-ups for beta products, focus groups, 1:1 connections, and office hours
20-
- Promoted to the Regular trust level on the Developer Forums
20+
- Promoted to the Regular trust level on the Developer Forum
2121
- Given access to the Community Feedback Program private Developer Forum category
2222
- Given access to the Community Feedback Program Guilded Server. The Guilded provides direct access to select teams.
2323

content/en-us/studio/microprofiler/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ From its duration on the timeline, you can tell that the function is using a lot
8686
If you want to save a set of frame data for later review (or to share with someone else), use the **Dump** menu. The engine saves the frame data to a file named `microprofile-<date>-<time>.html` in the Roblox logs directory.
8787

8888
- On Windows, check `%LOCALAPPDATA%\Roblox\logs`.
89+
90+
If you use the Universal Windows Platform (UWP) app, check `\Users\<username>\AppData\Local\Packages\ROBLOXCORPORATION.ROBLOX_<hash>\LocalState\logs\`.
91+
8992
- On macOS, check `~/Library/Logs/Roblox`.
9093

9194
These HTML files use the same [web-based UI](#use-the-web-ui) as the [live connection for mobile devices](#profile-mobile-devices) and [server dumps](#profile-the-server).

0 commit comments

Comments
 (0)