You can write your topic however you want, but you need to answer these questions:
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)
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.