Skip to content

Commit 3a47255

Browse files
authored
fix(group-chat-tags): typo "ServerScriptStorage"
I think it's not "ServerScriptStorage" but "ServerScriptService".
1 parent f47e1f7 commit 3a47255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/chat/examples/group-chat-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Example of how to assign chat tags to players based on their member
55

66
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.
77

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

1010
```lua title="Server"
1111
local Players = game:GetService("Players")

0 commit comments

Comments
 (0)