Skip to content

Commit 61e04a7

Browse files
authored
Color3.new(0, 0, 0) -> Color3.fromRGB(0, 0, 0)
1 parent 1af72f6 commit 61e04a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/ChatWindowMessageProperties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ properties:
100100
Stroke color applied to text in the chat window.
101101
description: |
102102
Determines the stroke color applied to text in the chat window. Default
103-
value is `Datatype.Color3.new(0, 0, 0)` (black).
103+
value is `Datatype.Color3.fromRGB(0, 0, 0)` (black).
104104
code_samples: []
105105
type: Color3
106106
tags: []

0 commit comments

Comments
 (0)