Skip to content

color

Description

color is a Property on WorldText
The color of the text on this WorldText.

Example
object.worldText.color = Color.New(1, 1, 1)
local testVariable = object.worldText.color
Usage

returns: Color