` | Filters when a player can join the match after it has started. | [Filter](/docs/modules/mechanics/filters) | `never` |
+##### Blitz Attributes
+
+
+ | Attribute | Description | Value |
+ |---|---|---|
+ | `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard.
**Note:** This filter is team-scoped, it can filter whether each team should show or not independently. | [Dynamic Filter](/docs/modules/mechanics/filters#dynamic-filters) |
+
+
### Examples
```xml
diff --git a/docs/modules/objectives/scoring.mdx b/docs/modules/objectives/scoring.mdx
index 6ddebafe..c2bf7fb3 100644
--- a/docs/modules/objectives/scoring.mdx
+++ b/docs/modules/objectives/scoring.mdx
@@ -20,6 +20,14 @@ It can also be used to create score boxes that give a player or team a certain a
| `` | A single score box. | [Score Box](#score-boxes) |
+##### Score Attributes
+
+
+ | Attribute | Description | Value |
+ |---|---|---|
+ | `scoreboard-filter` | Determines when the objective should be displayed on the scoreboard.
**Note:** This filter is team-scoped, it can filter whether each team should show or not independently. | [Dynamic Filter](/docs/modules/mechanics/filters#dynamic-filters) |
+
+
### Examples
```xml