#Object return to hand

1 messages · Page 1 of 1 (latest)

noble bridge
#

I'm trying to make something to where when I raise my hand past a certain hight, an object will come flying towards me then automatically go into my hand.

I already have a faint idea on what to do and what circuits I may need, but I'm not that great with CV2, so a few tips from someone with more experience would be much appreciated.

elfin yacht
#

to check if your hand is a certain height you can probably get the player position, then the hand position, subtract the player Y from the hand Y, and if it's over a certain distance you can do the object flying thing, could probably use velocity to make it fly towards the hand, then when the object is a certain distance from the player hand you can equip it to dominant hand. or off hand, whichever one is in the air, that's the first thing that came to my mind at least