Give all players a part

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Give all players a part
			if inside and inside.Parent:FindFirstChild("HumanoidRootPart") and inside.Parent ~= Char then
				local Sword = script.FX.Sword:Clone()
				Sword.Parent = workspace
				Sword.CFrame = HumRP.CFrame * CFrame.new(0,25,0)

Can you elaborate more on what you’re trying to do?

Are you trying to make it follow them in a holster?
Like, attach it to their character?

If I’m right, you’re trying to give all the players the sword.
You can do this by parenting the sword to the backpack of every player.

If it’s a tool, which it looks like it is, you can either put it in the backpack or in the character (character to have it auto equip)

If you want the part to be a tool then you will need to name it “Handle” and put it inside a tool and then you will need to put the tool in StarterPack.

Let’s say if i press e all players within my hitbox will get hit and receive a part