Skip to content
OliverF edited this page Jun 12, 2014 · 2 revisions

Enable or disable automatic resizing of the label based on its contents.

Syntax

nil label:SetAutoScale(boolean autoScale)

Returns

  1. nil

Arguments

  1. boolean autoScale
    If set to true, the label will automatically resize to accommodate the size of its text contents.

Clone this wiki locally