Attempt to index nil with 'Parent'

Try this instead:


givetool.OnServerEvent:Connect(function(player, tool)
	local clone = tool:Clone()
clone.Parent = player.Backpack
end)