So in the Development log I mentioned fixing the volume bar and since it's not released so no one was actually experiencing this aside from me and a few irl friends in school I'm letting play it before it's finished, I figured I'd show the before vs after! If you have a custom settings bar with the same problem and want to know how to fix it, here's my tutorial! Step 1: Make a new variable. I called mine "Move", but it can be called anything! Step 2: Make it so if the mouse is touching the volume bar while being clicked, Move(the variable) becomes either y or 1, depending on which one you want to use, and so when it's not being dragged, Move becomes either n or 0. I used y and n. Step 3: Make it so if Move is y or 1, depending on which one you used, the dragging thing will do the same thing as it did for just clicking and dragging it. Step 4: Make Move revert to n or 0 when the flag is clicked so it doesn't glitch. (If you're using clones like me, just do the bar sprite instructions with that costume and the draggy thing sprite instructions with the other costume)