How do I use the draggable behavior with right click?

I want to use right click for a draggable object in-game but I am not sure how, thanks for any help in advance.

This is 1 way. I used the offset values so the object won’t jump to the cursor position.

Edit: In case there are overlapping objects, you could use pick nearest so it only drags one of them.

1 Like