diff --git a/content/en-us/matchmaking/attributes-and-signals.md b/content/en-us/matchmaking/attributes-and-signals.md index 0ac4ea685..4f4bd9a86 100644 --- a/content/en-us/matchmaking/attributes-and-signals.md +++ b/content/en-us/matchmaking/attributes-and-signals.md @@ -221,7 +221,7 @@ end ``` ```lua title="Server attribute example" -local MatchmakingService = game::GetService("MatchmakingService") +local MatchmakingService = game:GetService("MatchmakingService") local RunService = game:GetService("RunService") if RunService:IsStudio() then