So i am trying to make a gun system but ran into an issue
Let’s say person 1 fires a bullet at person 2 (who is moving). From person 1’s POV, they shot directly on person 2. But from person 2’s POV, since movement is handled by their client and is therefore ahead of what other people can see, the bullet is replicated behind them. The image shows it below (the red X is the bullet position)
What I am trying to do is this, where the bullet correctly replicates directly on to person 2.
The bullets are hitscan, not a projectile. Any idea how to fix this? I couldn’t find any topics about this