Hello, recently I had to make a simple Multiplayer 3D shooter, but with Authoritative Nodejs Server, and now I have the problem that I don't know who should detect when a bullet collides with a player and in the event that the bullet collides with a part of the map (floor, wall, ceiling, etc)
How can I solve this so that the detection is done on the server side?