2nd weapon not spawning

Hey everyone, could anyone help me with this:


The 1st one from the sequence wont spawn, but the 2nd one from the sequence does, how would I fix that?

Thanks

You have only a reference to WEAPON, one weapon. So you spawn it, put it into socket Hand_RSocketTwinBlades1 and then instantly into Hand_RSocketTwinBlades2. It seems that the 1. weapon does not spawn and only the second but in reality you have one weapon switching the place. You need another weapon with another reference to this 2. weapon. :slight_smile:

1 Like

Thanks!

1 Like