Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ properties:
Color of the text in the chat window.
description: |
Determines the color of the text in the chat window. Default value is
`Datatype.Color3.new(255, 255, 255)` (white).
`Datatype.Color3.fromRGB(255, 255, 255)` (white).
code_samples: []
type: Color3
tags: []
Expand Down Expand Up @@ -100,7 +100,7 @@ properties:
Stroke color applied to text in the chat window.
description: |
Determines the stroke color applied to text in the chat window. Default
value is `Datatype.Color3.new(0, 0, 0)` (black).
value is `Datatype.Color3.fromRGB(0, 0, 0)` (black).
code_samples: []
type: Color3
tags: []
Expand Down
Loading