Set()

Sets the slider value

local SliderInt = Menu.AddSliderInt("IntSlider", "VariableName", 0, 100, 0, "value")

SliderInt:Set(10)

Last updated