picking up opbjects in game mode

how can i pick objects up in game mode and move them around

Well using the Set Parent and a small bit of Motion will get a half decent effect. :slight_smile:

well if you set it parent how do you put it down and what do you mean with motion also if it s parented to it wont it follow you

Here’s a demo, use Arrow Keys to move and spacebar to pick up/drop objects.
Hope it helps.
ObjectExample.blend (519 KB)

thats perfect thanks

Glad to be of service. :slight_smile:
The rotation was just for sci-fi effect, it’s not fully needed.

ok its not working on mine for some reason

i got it to work now is there a way to pick one up at a time

Yes, use near sensors.
Make it so when the player is near the monkey and they hit space, he picks it up.

OR

You could use properties to check how many objects the player is ‘holding’.

that’s kind of what i thought it was i just wasn’t really sure how to go about it so thanks for the help again

ok when i add a sensor or property what do i connect to it

Here is the solution from your Private Message.
ObjectExampleAgain.blend

thanks so much thats what i was looking for i just couldn’t figure out the right way to do it