Follow mouse/custom mouse

How would one go to make an object follow their mouse whereever the mouse goes. Kindof like a custom mouse i guess. I basically just want an object to always follow where the mouse moves. Help pls, if you have a tutorial that would be great!

Easy, add the scroll value and mousemove with an expression and now you can scoll with the mouse!

Mousemove (x) to position (x)
And
Mousemove (y) to position (y)
It’s simple :smiley:

thanks @Latif3 that really helped. Tbh i probably shouldve tried that in the first place i was just not being smart :joy: