Skip to content
Merged
Show file tree
Hide file tree
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/matchmaking/scoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ServerScore

A matchmaking configuration is the set of signals and weights used to score servers of a place. By default, all servers of all places are scored by the Roblox default configuration, meaning you don't need to customize or enable any settings in order to use it.

The Robox default configuration includes the following signals and weights:
The Roblox default configuration includes the following signals and weights:

<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion content/en-us/scripting/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Scripting
description: An introduction to scripting in Robox with the Luau programming language.
description: An introduction to scripting in Roblox with the Luau programming language.
---

Scripts are plain text files that let you add custom, dynamic behavior to your experiences. You can use scripts to trigger in-game events, respond to player input, save player data, create leaderboards, spawn enemies, control NPC behavior, and much, much more.
Expand Down