Trying to find out how to make a script that will give you 2 items as a role!

Hello everybody!
I’m trying to make a game where when you get picked as the killer, it gives you 2 items.
But I don’t know how I can do that!
Here is what I have so far, (Not the full script, just a part that I need help with.)

local killerWeapon = game.ServerStorage.Tool1
local killerWeapon = game.ServerStorage.Tool2
local plrs = game.Players

Do you have the killer selected?
And also, change

local killerWeapon = game.ServerStorage.Tool2

to

local killerWeapon2 = game.ServerStorage.Tool2

Thanks! Also yeah. I kinda forgot that you could do that.
I also had to duplicate the

killerWeapon:Clone().Parent = chosen.Backpack