I have a local Multiplayer Game with weapon pickups. When Player 1 picks up the weapon, I want it to shoot Projectile_A, when Player 2 picks up the same weapon, I want it to shoot Projectile_B instead.
Any thoughts on how to set this up? I have the weapon pickup working, but only with Player 1 atm.