Description
Fe sword,made it in like 1 min lmk what y’all think
local Tool = script.sword
game.Players.PlayerAdded:Connect(function(Player)
Player.CharacterAdded:Connect(function(Character)
local ToolClone = Tool:Clone()
ToolClone.Parent = Player.Backpack
end)
end)