Skip to content

Commit 472379f

Browse files
authored
Update StarterGui.yaml
Add warning for MakeChatSystemMessage regarding TextChatService incompatibility; Using MakeChatSystemMessage on modern TextChatService does not work
1 parent 8b365de commit 472379f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,9 @@ methods:
340340
</table>
341341
342342
##### ChatMakeSystemMessage
343-
343+
<Alert severity="warning">
344+
Using this method requires the experience's ChatVersion property to be set to LegacyChatService. This chat system is **deprecated** and usage is discouraged. For experiences using the current **TextChatService**, refer to [DisplaySystemMessage](<https://create.roblox.com/docs/reference/engine/classes/TextChannel#DisplaySystemMessage>)
345+
</Alert>
344346
Display a formatted message in the chat.
345347
346348
<table size="small">

0 commit comments

Comments
 (0)