How to detect owner of bullets in network (bullets must be visible - spell).
I want get information who killed you in the game. thank you for help
You would probably have to keep track of the player that creates the bullet, so probably store the players network ID in the bullet so you can refer back to which player shot which player.