You know those volume bar things that can be dragged while also modifying the volume as it does? Most of the people refer to that as a UI slider, though I don’t know if that name is still being used to describe it.
Ahhh, are you sure MouseButton1Down doesnt work on mobile? Try testing it on the actual Roblox app to see if it works. Also are you using a Frame or an ImageLabel?
I’m just speaking about my old experience, like 2 years ago. I’ve definitely gotten better in the meantime, but I just want to double-check prior to writing a full code that relies on it.
Yep, MouseButton1Down, MouseButton1Click, etc works on mobile users (although I used to experience a bug where these mouse events wont work on an ImageButton so I just replaced them with a ImageLabel and an invisible TextButton on top of the Image.)