@@ -15,7 +15,8 @@ properties:
1515 summary : |
1616 Font used to render text in the chat window.
1717 description : |
18- Determines the font used to render text in the chat window. Default is `Enum.Font.BuilderSansMedium`.
18+ Determines the font used to render text in the chat window. Default is
19+ `Enum.Font.BuilderSansMedium`.
1920 code_samples : []
2021 type : Font
2122 tags : []
@@ -33,9 +34,11 @@ properties:
3334 writeCapabilities : []
3435 - name : ChatWindowMessageProperties.PrefixTextProperties
3536 summary : |
36- Determines the properties of the `Class.TextChatMessage.PrefixText|PrefixText` preceding the chat message.
37+ Determines the properties of the
38+ `Class.TextChatMessage.PrefixText|PrefixText` preceding the chat message.
3739 description : |
38- Determines the properties of the `Class.TextChatMessage.PrefixText` preceding the chat message.
40+ Determines the properties of the `Class.TextChatMessage.PrefixText`
41+ preceding the chat message.
3942 code_samples : []
4043 type : ChatWindowMessageProperties
4144 tags : []
@@ -55,7 +58,8 @@ properties:
5558 summary : |
5659 Color of the text in the chat window.
5760 description : |
58- Determines the color of the text in the chat window. Default value is `Datatype.Color3.new(255, 255, 255)` (white).
61+ Determines the color of the text in the chat window. Default value is
62+ `Datatype.Color3.new(255, 255, 255)` (white).
5963 code_samples : []
6064 type : Color3
6165 tags : []
@@ -95,7 +99,8 @@ properties:
9599 summary : |
96100 Stroke color applied to text in the chat window.
97101 description : |
98- Determines the stroke color applied to text in the chat window. Default value is `Datatype.Color3.new(0, 0, 0)` (black).
102+ Determines the stroke color applied to text in the chat window. Default
103+ value is `Datatype.Color3.new(0, 0, 0)` (black).
99104 code_samples : []
100105 type : Color3
101106 tags : []
@@ -115,7 +120,8 @@ properties:
115120 summary : |
116121 Transparency of the stroke applied to text in the chat window.
117122 description : |
118- Determines the transparency of the stroke applied to text in the chat window. Default value is `0.5`.
123+ Determines the transparency of the stroke applied to text in the chat
124+ window. Default value is `0.5`.
119125 code_samples : []
120126 type : double
121127 tags : []
0 commit comments