Skip to content

outlineColor

Description

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

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

returns: Color