So I’ve been trying to implement picking up items where the players can hold them in their hands and drop the item. However picking up the item works just fine so far for both players but when it comes to dropping the items only the server sees the item being put down on the ground from itself and the client. But when the client drops the item or sees the server drop the item its just floating in the air when I would like it to be placed on the ground how the server sees it. If anyone is willing to help me out thanks a bunch!
CLIENT VIEW
SERVER VIEW