TextLabel
An in-world text label.
Functions
setText(text: string)
setFont(font: Font)
setPosition(position: Vector3)
getPosition(): Vector3
setTextColor(color: Color3)
setBackgroundColor(color: Color3)
setTextTransparency(transparency: number)
setBackgroundTransparency(transparency: number)
setSize(size: UDim2)
setSize(): UDim2
setMaxDistance(distance: number)
destroy()
Last updated