So I have this rock model that’s connected to the camera on the client, and on the server, I have the model connected to the player’s hand. I want to make it so that when I go to throw the rock, they’ll both go to the same place, but fire off from their respective locations, however, I’m not really sure how I’d go about doing that. Any help would be appreciated!
On the player’s client, the model is connected to where the camera is, while on the server, it’s in the player’s actual hand, and is in two separate spots:
As you can see, the one connected to the camera is in a separate spot from the one on the server, and I’m trying to have them both be shot off toward the same point.
You can only see the rock in the player’s hand on the server, the image above was just to show how the model was offset on the client.
I’m thinking of maybe just throwing the part in the player’s hand and moving the rock on the client out of view right before because I’m not sure if getting them to go to the same spot is possible