Hello people of the forums, how do you do? I honestly don’t know the correct category for this issue, but it’s extremely annoying.
I’m currently attempting to use a UIDragDetector to make a slider for my project, and it works, but only in one direction? Watch the video below to get some more context:
Notice how at first I can drag my slider back and fourth with no issues at all.
8 seconds into the video, you can see me attempting to drag my slider back to the start, and it doesn’t move an inch. In addition, I noticed whenever I try to drag my slider back to the start, it immediately sets the DragUDim2 property to 0, on every axis.
One more thing, If I change the MinDragTranslation to match the MaxDragTranslation, the slider just goes out of bounds completely.
Here’s how my UI is setup:
And here’s how the UIDragDetector is setup too:
I thank whoever comes to my aid in advance