Owl Hub UI Library
  • Welcome
  • Loading the Library
  • Pages
  • Buttons
  • Sliders
  • Text Boxes
  • Keybinds
  • Color pickers
  • Dropdowns
Powered by GitBook
On this page

Was this helpful?

Sliders

This page will show you how to use sliders.

Here is an example:

function SliderChange(State)
print("Slider changed to: "..State)
end

Page1:newSlider("Slider",SliderChange,50,100,30) -- Title, Callback, Min, Max, StartPoint

The StartPoint value seems to be broken.

PreviousButtonsNextText Boxes

Last updated 4 years ago

Was this helpful?