🖥️Adding UI
Adding UI
Creating a control
local cb = gui.Checkbox('my_checkbox');Constructing the row
local row = gui.MakeControl('My checkbox', cb);local cb, row = gui.MakeControlEasy('my_checkbox', 'My checkbox', 'checkbox')Adding the row to a group
Using the value

Last updated