Please help me. I'm not sure which function to use to do this. Please help me with this issue I'm trying to make a sword fighting tournament.
Well, you'd use the clone method to copy the sword. Then, parent it! Pretty simple.
game.Lighting.Sword:clone().Parent = game.Players.Shawnyg.Backpack
Of course, you could make it a localscript, or have some other trigger.
For all players:
for i,v in pairs(game.Players:GetPlayers()) do game.Lighting.Sword:clone().Parent = v.Backpack end