What I want to do is that in first person you can see that the bullets come out of the barrel.
How can I make it look normal on both sides, on the server and on the client?
The most noticeable is when looking up because the player is looking straight ahead, but the camera is looking up and you see how the bullets come from below.
in fact I use fastcast for the bullets, my question was how do I make it so that on the client side you see that the bullets come out of the viewmodel’s gun barrel and on the server (as others see you) you see that the bullet comes out of the barrel of your gun
is my tip, make a client sided bullet and hide the server one for the client and either cast the actual ray (if that’s what you’re using) from the client or server up to you