I want this code to clone to only one person,
gun.Parent = backpack
Gun is a variable.
gun = game.Lighting.Gun:Clone()
I only want one person to get it.
Help?
game.Lighting.Gun:Clone(Username.StarterPack)
Try that.