Sets the size of the control.
nil control:SetSize(number width, number height)
width
height
local label = RSAS.GUI.Control("label", "myLabelID") label:SetSize(10, 10)
There was an error while loading. Please reload this page.