TextColor
info
This API can be used from both the client and the server.
tip
This API directly returns a function. You should not specify a function name.
Returns a string formatted with rich-text to use the specified color.
Parameters
Name | Type | Default | Description |
---|---|---|---|
text | string | The text to format. | |
color | Color3 | The color to format the text to. |
Returns
string