Hello , I would like to make a slider but the problem, I am not very good at calculations and after having studied other sliders, it uses calculations of which I do not understand the usefulness, if someone could detail me the beginning to the end, the script of a slider, I will be delighted , thanks you
A slider in what sense are you talking about?
1 Like
a slider Horizental ,( ignore that)
I guess you can use a ScrollingFrame and set the scroll to be horizontal.
i speak of a slider with value , like that :
It is a pretty complicated process, but use a textbutton(aka the circle) and make a function that detects when it is being held with the mouse, then just set the X (not Y) to the mouse position (ofcourse with limits) I won’t go on detail on the other stuff, but yes pretty complicated.