Script doesn't drop all models

So, I have been working on an fps game and I came up with a script that drops the gun models on the players death. The script is shown below:-
image
A local script inside StarterCharacterScripts

The two models is what I want to put into workspace.


The player’s hierchy while in-game

But it only clones the M4A1 twice and I would like it to clone both weapons.
So, how should I go about it?