Slider
Slider
Creation
MyRandomMenu:Slider({
name = "MySlider",
text = "Slider of many numbers",
value = 1,
min = 0,
max = 1,
on_callback = function(item)
log("Value changed!", tostring(item:Value()))
end
})Parameters
Parameter
Type
Description
Functions
Get
Function
Return Type
Description
Set
Function
Description
Last updated