- Preparing search index...
- The search index is not available
Synlog
Text
: { color
: ((text
: string, color
: Color3) => Token); white
: ((text
: string) => Token); } = ...
Type declaration
-
color: ((text: string, color: Color3) => Token)
-
- (text: string, color: Color3): Token
-
Parameters
-
text: string
-
color: Color3
-
white: ((text: string) => Token)