Pickup Issue

Hi guys. I have added a pickup system and when i rotate the item to left and right the item will rotate as well. but when i look up the item doesn’t come up.
how can i fix it?

Hello @AsgharKhavari ,
It looks like the held object is still using the character rotation as its reference, which is why it only follows horizontal movement. You could try handling the trace and updating the object position directly from the camera instead.

That way the object should also respond properly when looking up or down, since the movement would be based on the camera direction rather than the character capsule.

This is how it should look:

  • First Person Template

  • Third Person Template

Hope it helps!