Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en-us/chat/examples/group-chat-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Example of how to assign chat tags to players based on their member

This example demonstrates how to assign chat tags to players based on their membership of a group. Chat tags are a way to visually identify a player in the chat window and useful for indicating a player's role, status, or group membership.

First, create a script in ServerScriptStorage, and add the following code to it:
First, create a script in ServerScriptService, and add the following code to it:

```lua title="Server"
local Players = game:GetService("Players")
Expand Down