Client not seeing item fall to floor but server does?

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

Solved, incase anyone else has the same issue I just added a switch has authority after the bool.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.