Hello! I’m adding blood to my game, which can be cleaned by making a “scrubbing” motion with the mouse, moving it back and forth.
I believe the best way to use this is to use DragDetectors in the blood parts, since I’m handling this on the server. The thing is, there isn’t a way to get the current mouse position with DragContinue.
All help is appreciated!