[Solved] Object Not Keeping Up With Cursor Position

So I have a button, you press it, it creates a “Square” object. I’m trying to make it so that when you hold
down the left mouse button on the newly created Square you can drag it around, it somewhat works except that the Square can’t seem to keep up with the cursor, causing it to stop being dragged when you move quick enough. Is there a better way to do this?

Adding a Draggable Behavior for your square would do the trick :wink:

oh wow I didn’t notice that, thanks so much for the quick reply, works perfectly!